:root {
  --ink: #13251d;
  --muted: #5d6b64;
  --paper: #f5f3eb;
  --white: #fffefa;
  --forest: #0c6548;
  --forest-dark: #073a2b;
  --lime: #d6ff72;
  --line: #dbe1db;
  --radius: 22px;
  --shadow: 0 22px 60px rgba(10, 44, 31, .12);
  --container: min(1180px, calc(100% - 40px));
}

/* HortiBloom · presentación exclusiva de la vista Iluminación LED */
.hortibloom-led-section { padding: 20px 0 6px; background: #f1f6f2; }
.hortibloom-led-banner { position: relative; min-height: 330px; display: block; overflow: hidden; color: white; background: radial-gradient(circle at 78% 28%, rgba(93,229,255,.2), transparent 24%), linear-gradient(118deg, #021f36 0%, #063958 52%, #0b6f79 100%); border-radius: 26px; box-shadow: 0 22px 56px rgba(3,42,63,.2); isolation: isolate; }
.hortibloom-led-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(0,19,35,.98) 0%, rgba(0,31,51,.88) 48%, rgba(0,45,58,.22) 76%); }
.hortibloom-led-banner__copy { position: relative; z-index: 2; width: 55%; min-height: 330px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px 46px; }
.hortibloom-led-banner__logo { width: min(235px, 74%); height: auto; max-height: 74px; object-fit: contain; object-position: left center; margin-bottom: 12px; filter: drop-shadow(0 8px 22px rgba(0,0,0,.24)); }
.hortibloom-led-banner__kicker { color: #8ff0d0; font-size: .67rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hortibloom-led-banner__title { max-width: 580px; margin-top: 7px; font-size: clamp(2rem,3.4vw,3.6rem); line-height: .94; letter-spacing: -.045em; }
.hortibloom-led-banner__text { max-width: 520px; margin-top: 13px; color: #d6eef1; font-size: .82rem; line-height: 1.5; }
.hortibloom-led-banner__button { margin-top: 17px; padding: 10px 16px; color: #03283d; background: #92f2d0; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.hortibloom-led-banner__products { position: absolute; inset: 0 0 0 auto; width: 50%; display: flex; align-items: center; justify-content: center; gap: 0; padding: 24px 24px 16px 0; }
.hortibloom-led-banner__products img { width: 43%; height: 255px; margin-left: -13%; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 22px 20px rgba(0,0,0,.32)); transform: rotate(-4deg); }
.hortibloom-led-banner__products img:nth-child(2) { z-index: 2; transform: translateY(-5px) rotate(3deg) scale(1.08); }
.hortibloom-led-banner__products img:nth-child(3) { transform: translateY(10px) rotate(7deg); }
.hortibloom-led-banner__count { position: absolute; right: 20px; bottom: 18px; z-index: 4; width: 86px; height: 86px; display: grid; place-content: center; text-align: center; color: #03283d; background: #92f2d0; border: 4px solid rgba(255,255,255,.82); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.28); font-size: .53rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transform: rotate(-7deg); }
.hortibloom-led-banner__count strong { display: block; font-size: 1.45rem; line-height: 1; letter-spacing: -.03em; }
@media (max-width: 680px) {
  .hortibloom-led-section { padding: 10px 0 2px; }
  .hortibloom-led-banner { min-height: 540px; border-radius: 16px; }
  .hortibloom-led-banner::after { background: linear-gradient(180deg, rgba(0,20,36,.99) 0%, rgba(0,35,54,.92) 56%, rgba(0,48,60,.2) 82%); }
  .hortibloom-led-banner__copy { width: 100%; min-height: 540px; justify-content: flex-start; padding: 28px 22px 245px; }
  .hortibloom-led-banner__logo { width: 190px; max-height: 62px; }
  .hortibloom-led-banner__title { font-size: clamp(2.25rem,11vw,3.1rem); }
  .hortibloom-led-banner__products { inset: auto 0 0; width: 100%; height: 255px; padding: 0 8px 8px; }
  .hortibloom-led-banner__products img { width: 46%; height: 220px; margin-left: -14%; }
  .hortibloom-led-banner__products img:first-child { margin-left: 0; }
  .hortibloom-led-banner__count { right: 13px; bottom: 13px; width: 78px; height: 78px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.menu-open, body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #f0a73b; outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 12px 18px; background: #fff; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 10px; color: var(--forest); font-size: .77rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.fine-print, .tax-note { color: var(--muted); font-size: .82rem; }

.announcement { display: flex; justify-content: center; gap: 28px; padding: 8px 20px; background: var(--ink); color: white; font-size: .78rem; font-weight: 650; }
.announcement p { margin: 0; }
.announcement a { color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,254,250,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-main { min-height: 86px; display: grid; grid-template-columns: auto minmax(260px, 1fr) auto; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; background: var(--lime); color: var(--forest-dark); border-radius: 14px 4px 14px 4px; font-weight: 950; letter-spacing: -.06em; transform: rotate(-2deg); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.08rem; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.search-launch { min-height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 14px; color: var(--muted); background: #f4f5f1; border: 1px solid transparent; border-radius: 14px; cursor: pointer; text-align: left; }
.search-launch:hover { border-color: #b7c1ba; background: white; }
.search-launch__label { flex: 1; }
kbd { padding: 3px 7px; color: #66736d; background: white; border: 1px solid #cbd2cc; border-radius: 6px; font-size: .68rem; }
.header-actions { display: flex; gap: 19px; }
.header-actions a { position: relative; display: grid; justify-items: center; gap: 2px; color: #31433a; font-size: .67rem; font-weight: 750; }
.header-actions a > span:first-child { font-size: 1.3rem; line-height: 1; }
.header-actions b { position: absolute; top: -7px; right: 2px; display: grid; place-items: center; width: 17px; height: 17px; background: var(--lime); border-radius: 50%; color: var(--ink); font-size: .6rem; }
.desktop-nav { min-height: 50px; display: flex; align-items: stretch; justify-content: space-between; gap: 2px; font-size: .76rem; font-weight: 780; }
.desktop-nav > a, .nav-item > button { display: flex; align-items: center; gap: 6px; padding: 0 11px; border: 0; color: var(--ink); background: transparent; cursor: pointer; white-space: nowrap; }
.desktop-nav > a:hover, .nav-item > button:hover, .nav-item > button[aria-expanded="true"] { color: var(--forest); background: #eef5ef; }
.nav-item > button span { transition: transform .18s ease; }
.nav-item > button[aria-expanded="true"] span { transform: rotate(180deg); }
.nav-item { position: relative; display: flex; }
.nav-highlight { color: #b84728 !important; }
.mega-menu { position: absolute; top: 50px; left: 0; z-index: 20; width: min(720px, 84vw); grid-template-columns: 1fr 1fr 1.3fr; gap: 25px; padding: 26px; background: white; border: 1px solid var(--line); border-radius: 0 0 20px 20px; box-shadow: var(--shadow); }
.mega-menu:not([hidden]) { display: grid; }
.mega-menu--align-center { left: 50%; transform: translateX(-50%); }
.mega-menu--align-right { right: 0; left: auto; }
.mega-menu--compact { width: 230px; grid-template-columns: 1fr; gap: 0; padding: 15px 18px; }
.mega-menu a { display: block; padding: 6px 0; color: #46564e; font-size: .82rem; font-weight: 650; }
.mega-menu a:hover, .mega-menu a:focus-visible { color: var(--forest); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.mega-menu .mega-bank-featured { margin-bottom: 5px; padding: 8px 10px; border: 1px solid #8f3ccc; border-radius: 9px; color: #5d1685; background: linear-gradient(135deg,#f8efff,#fff8d9); box-shadow: 0 7px 18px rgba(96,31,133,.12); }
.mega-menu .mega-bank-featured strong { font-weight: 950; }
.mega-title { margin: 0 0 8px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.mega-nested{margin:0 0 4px}.mega-nested>summary{position:relative;list-style:none;cursor:pointer;padding:9px 34px 9px 11px;border-radius:10px;background:#eff5ef;color:var(--forest);font-size:.84rem;font-weight:850}.mega-nested>summary::-webkit-details-marker{display:none}.mega-nested>summary::after{content:"+";position:absolute;right:12px;top:50%;font-size:1rem;transform:translateY(-50%)}.mega-nested[open]>summary::after{content:"−"}.mega-nested__links{margin:5px 0 8px;padding:3px 0 3px 12px;border-left:2px solid #c9ddcd}.mega-nested__links a{padding:5px 0}
.menu-status { display: inline-flex; margin-left: 5px; padding: 2px 5px; color: #6c5a20; background: #f6e9b8; border-radius: 5px; font-size: .56rem; font-weight: 850; text-transform: uppercase; }
.mega-feature { min-height: 180px; display: flex !important; flex-direction: column; justify-content: flex-end; padding: 22px !important; color: var(--forest-dark) !important; background: linear-gradient(145deg, var(--lime), #b3e942); border-radius: 16px; }
.mega-feature--dark { color: white !important; background: linear-gradient(145deg, #0b5a40, #092c22); }
.mega-feature span, .mega-feature small { font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.mega-feature strong { margin: 5px 0; font-size: 1.1rem; line-height: 1.2; }

.hero { overflow: hidden; background: linear-gradient(115deg, #eff8ef 0%, #f8f6ed 58%, #e8f3df 100%); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; padding-block: 30px; }
.hero-copy { max-width: 560px; padding: 30px; background: rgba(255,255,255,.48); border: 1px solid rgba(7,58,43,.11); border-radius: 28px; box-shadow: 0 20px 54px rgba(8,50,35,.08); backdrop-filter: blur(8px); }
.hero-copy h1 { max-width: 520px; margin: 0; font-size: clamp(2.75rem, 4.1vw, 4.25rem); line-height: .93; letter-spacing: -.06em; }
.hero-copy > p.hero-lede { max-width: 490px; margin: 16px 0 20px; color: #52645b; font-size: 1rem; line-height: 1.55; }
.hero-delivery { max-width: 500px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; margin: 0 0 22px; padding: 13px 16px; color: white; background: linear-gradient(120deg, var(--forest-dark), var(--forest)); border: 1px solid rgba(214,255,114,.24); border-radius: 17px; box-shadow: 0 14px 30px rgba(7,58,43,.17); }
.hero-delivery__time { display: grid; place-items: center; width: 48px; height: 48px; color: var(--forest-dark); background: var(--lime); border-radius: 14px 5px 14px 5px; font-size: .9rem; font-weight: 950; letter-spacing: -.03em; transform: rotate(-2deg); }
.hero-delivery strong, .hero-delivery small { display: block; }
.hero-delivery strong { font-size: .98rem; line-height: 1.15; }
.hero-delivery small { margin-top: 5px; color: #cbded5; font-size: .73rem; font-weight: 800; letter-spacing: .025em; }
.hero-actions, .contact-actions, .age-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-copy .hero-actions .button { min-height: 44px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 21px; border: 1px solid transparent; border-radius: 13px; font-weight: 850; cursor: pointer; }
.button--primary { background: var(--forest); color: white; }
.button--primary:hover { background: var(--forest-dark); }
.button--secondary { border-color: #aebcb3; background: rgba(255,255,255,.46); }
.button--quiet { border-color: var(--line); background: white; }
.button--light { background: var(--lime); color: var(--forest-dark); }
.button--wide { width: 100%; }
.hero-points { display: flex; flex-wrap: wrap; gap: 14px 24px; margin: 30px 0 0; padding: 0; list-style: none; color: #46584e; font-size: .8rem; font-weight: 750; }
.hero-points li::before { content: "✓"; margin-right: 7px; color: var(--forest); font-weight: 900; }
.hero-promos { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 220px 180px 175px; gap: 12px; min-width: 0; }
.promo-tile { position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; min-width: 0; padding: 24px; border: 1px solid rgba(19,37,29,.08); border-radius: 24px; box-shadow: 0 18px 45px rgba(8,50,35,.12); transition: transform .2s ease, box-shadow .2s ease; }
.promo-tile::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 20%, rgba(4,25,18,.26) 100%); pointer-events: none; }
.promo-tile:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(8,50,35,.17); }
.promo-tile:focus-visible { outline-offset: 4px; }
.promo-copy { position: relative; z-index: 2; display: grid; justify-items: start; }
.promo-copy small { margin-bottom: 5px; font-size: .65rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.promo-copy strong { font-size: clamp(1.45rem, 2.7vw, 2.35rem); line-height: .95; letter-spacing: -.045em; }
.promo-copy > b { margin-top: 10px; padding: 7px 11px; color: var(--forest-dark); background: var(--lime); border-radius: 999px; font-size: .82rem; }
.promo-copy > span { margin-top: 10px; font-size: .72rem; font-weight: 850; }
.promo-copy > span b { margin-left: 4px; }
.promo-tile--seeds { grid-column: 1 / -1; color: white; background: #063a2d; }
.promo-tile--seeds .promo-seed-price {
  width: 72px;
  height: 72px;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 2px;
  margin-top: 12px;
  padding: 0;
  color: var(--forest-dark);
  background: var(--lime);
  border-radius: 23px 7px 23px 7px;
  box-shadow: 0 10px 24px rgba(3, 27, 19, .28);
  font-size: .65rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.03em;
  text-align: center;
  text-transform: uppercase;
}
.promo-tile--seeds .promo-seed-price span:last-child { font-size: 1.14rem; letter-spacing: -.06em; }
.promo-tile--seeds::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(4,40,30,.97) 0%, rgba(4,40,30,.88) 39%, rgba(4,40,30,.34) 65%, rgba(4,40,30,.06) 100%); }
.promo-tile--nutrition { align-items: flex-start; color: #fff8ff; background: #2d153e; }
.promo-tile--led { color: white; background: linear-gradient(145deg, #071c2f, #164b5e 65%, #328e7b); }
.promo-tile--cbd { grid-column: 1 / -1; color: white; background: #102d22; }
.promo-art { position: absolute; z-index: 1; display: block; pointer-events: none; }
.promo-art--seeds { inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.promo-tile--nutrition::after { z-index: 1; background: linear-gradient(90deg, rgba(31,12,45,.96) 0%, rgba(44,14,59,.72) 41%, rgba(45,15,58,.12) 72%, transparent 100%); }
.promo-art--nutrition { inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.promo-tile--nutrition .promo-bottle-label { position: absolute; top: 49%; left: 77.5%; z-index: 3; width: clamp(24px, 10%, 32px); height: clamp(24px, 10%, 32px); border: 1px solid rgba(229,255,193,.8); border-radius: 8px 3px 8px 3px; transform: translate(-50%, -50%) rotate(-2deg); box-shadow: 0 2px 8px rgba(0,0,0,.5), inset 0 0 0 1px rgba(255,255,255,.2); font-size: clamp(.52rem, .8vw, .68rem); pointer-events: none; }
.promo-tile--nutrition .promo-bottle-label::before { content: "GW"; }
.promo-tile--nutrition .promo-copy { max-width: 62%; margin-top: 2px; }
.promo-tile--nutrition .promo-copy small { max-width: 10ch; margin: 0; font-size: clamp(1.8rem, 2.5vw, 2.25rem); font-weight: 900; line-height: .94; letter-spacing: -.035em; text-transform: none; text-wrap: balance; text-shadow: 0 2px 12px rgba(0,0,0,.62); }
.promo-products { position: absolute; inset: 12px 9px 8px auto; z-index: 1; width: 52%; display: grid; grid-template-columns: 1.1fr .9fr; gap: 7px; pointer-events: none; }
.promo-product { overflow: hidden; display: grid; place-items: center; min-width: 0; background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.72); border-radius: 14px; box-shadow: 0 10px 24px rgba(30,12,48,.22); }
.promo-product img { width: 100%; height: 100%; object-fit: contain; }
.promo-product--bloom img { transform: scale(1.08); }
.promo-product--terra img { transform: scale(2.35); }
.promo-art--led-product { inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 63% center; }
.promo-tile--led { align-items: flex-start; }
.promo-tile--led::after { z-index: 1; background: linear-gradient(90deg, rgba(4,22,32,.96) 0%, rgba(4,22,32,.76) 42%, rgba(4,22,32,.12) 72%, transparent 100%); }
.promo-tile--led .promo-copy { max-width: 62%; margin-top: 2px; }
.promo-tile--led .promo-copy small { max-width: 9.5ch; margin: 0; font-size: clamp(1.8rem, 2.5vw, 2.25rem); font-weight: 900; line-height: .94; letter-spacing: -.035em; text-transform: none; text-wrap: balance; text-shadow: 0 2px 12px rgba(0,0,0,.58); }
.promo-art--cbd-photo { inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% center; }
.promo-tile--cbd::after { z-index: 1; background: linear-gradient(90deg, rgba(5,32,23,.98) 0%, rgba(5,32,23,.88) 38%, rgba(5,32,23,.27) 66%, rgba(5,32,23,.08) 100%); }
.promo-tile--cbd .promo-copy { max-width: 58%; }
.oracle-banner-section { padding: 26px 0 10px; background: #f5f1f7; }
.oracle-seeds-banner { position: relative; display: block; min-height: 450px; overflow: hidden; color: white; background: radial-gradient(circle at 66% 35%, rgba(128,46,183,.42), transparent 30%), #09060b; border: 1px solid rgba(255,222,91,.34); border-radius: 22px; box-shadow: 0 22px 54px rgba(50,16,66,.24); transition: transform .2s ease, box-shadow .2s ease; isolation: isolate; }
.oracle-seeds-banner::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg,rgba(5,2,7,.98) 0%,rgba(7,3,10,.94) 35%,rgba(8,3,11,.55) 55%,rgba(0,0,0,.08) 82%); }
.oracle-seeds-banner:hover { transform: translateY(-3px); box-shadow: 0 28px 64px rgba(50,16,66,.32); }
.oracle-seeds-banner:focus-visible { outline: 4px solid #dfff8d; outline-offset: 4px; }
.oracle-seeds-banner__copy { position: relative; z-index: 2; display: flex; min-height: 450px; width: 57%; padding: 34px 38px 38px 50px; flex-direction: column; align-items: flex-start; justify-content: center; }
.oracle-seeds-banner__brand { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.oracle-seeds-banner__brand img { width: 190px; height: auto; max-height: 96px; object-fit: contain; object-position: left center; filter: drop-shadow(0 7px 18px rgba(0,0,0,.6)); }
.oracle-seeds-banner__brand strong, .oracle-seeds-banner__brand small { display: block; }
.oracle-seeds-banner__brand strong { color: #fff1a0; font-size: 1.25rem; font-weight: 950; letter-spacing: .12em; }
.oracle-seeds-banner__brand small { margin-top: 3px; color: #b8ef6b; font-size: .58rem; font-weight: 900; letter-spacing: .16em; }
.oracle-seeds-banner__kicker { padding: 6px 10px; border: 1px solid rgba(205,157,255,.35); border-radius: 999px; color: #d9b1ff; background: rgba(107,32,163,.18); font-size: .65rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.oracle-seeds-banner__title { display: block; margin-top: 10px; color: #fff7bd; font-size: clamp(2.7rem,4.2vw,4.1rem); font-weight: 950; line-height: .9; letter-spacing: -.055em; text-transform: uppercase; text-shadow: 0 6px 30px rgba(0,0,0,.68); }
.oracle-seeds-banner__prices { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0; }
.oracle-seeds-banner__prices b { padding: 8px 11px; border: 1px solid rgba(255,225,83,.5); border-radius: 9px; color: #fff3a8; background: rgba(10,6,12,.76); font-size: .72rem; }
.oracle-seeds-banner__button { display: inline-flex; min-height: 46px; padding: 0 22px; align-items: center; border-radius: 999px; color: #08100b; background: linear-gradient(135deg,#ffe45e,#baff43); font-size: .74rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 13px 32px rgba(0,0,0,.42); }
.oracle-seeds-banner__hero { position: absolute; inset: 0 0 0 auto; z-index: -2; width: 59%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(1.06) contrast(1.08); }
.oracle-seeds-banner__count { position: absolute; right: 25px; bottom: 22px; z-index: 3; display: grid; width: 96px; height: 96px; place-items: center; border: 1px solid rgba(255,226,79,.65); border-radius: 50%; color: #fff2a4; background: rgba(9,5,12,.82); font-size: .63rem; font-weight: 950; line-height: 1; letter-spacing: .06em; text-align: center; text-transform: uppercase; box-shadow: 0 0 0 8px rgba(143,60,204,.14); }
.oracle-seeds-banner__count strong { display: block; font-size: 1.75rem; }
.vapes-offer-section { padding: 12px 0 30px; background: #f5f1f7; }
.vapes-offer-banner { position: relative; display: block; min-height: 430px; overflow: hidden; color: white; background: radial-gradient(circle at 73% 28%,rgba(50,212,121,.28),transparent 30%),linear-gradient(135deg,#050807,#07110c 46%,#06140b); border: 1px solid rgba(186,255,67,.28); border-radius: 22px; box-shadow: 0 24px 58px rgba(5,32,18,.28); isolation: isolate; transition: transform .2s ease,box-shadow .2s ease; }
.vapes-offer-banner::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg,rgba(0,0,0,.96) 0%,rgba(0,0,0,.78) 43%,rgba(0,0,0,.08) 72%); }
.vapes-offer-banner:hover { transform: translateY(-3px); box-shadow: 0 30px 68px rgba(5,32,18,.36); }
.vapes-offer-banner:focus-visible { outline: 4px solid #baff43; outline-offset: 4px; }
.vapes-offer-banner__copy { position: relative; z-index: 3; display: flex; min-height: 430px; width: 49%; padding: 42px 50px; flex-direction: column; justify-content: center; align-items: flex-start; }
.vapes-offer-banner__kicker { color: #92ff53; font-size: .74rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.vapes-offer-banner__title { margin-top: 17px; color: #b6ff3f; font-size: clamp(4rem,7vw,6.6rem); font-weight: 950; line-height: .78; letter-spacing: -.065em; text-transform: uppercase; text-shadow: 0 0 30px rgba(156,255,74,.3); }
.vapes-offer-banner__subtitle { margin-top: 16px; color: white; font-size: clamp(1.9rem,3.5vw,3.3rem); font-weight: 950; line-height: .95; letter-spacing: -.04em; }
.vapes-offer-banner__text { max-width: 520px; margin-top: 18px; color: #dce8df; font-size: .92rem; font-weight: 700; line-height: 1.45; }
.vapes-offer-banner__button { display: inline-flex; min-height: 48px; margin-top: 23px; padding: 0 23px; align-items: center; border-radius: 999px; color: #071008; background: #baff43; font-size: .75rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 13px 32px rgba(0,0,0,.42); }
.vapes-offer-banner__products { position: absolute; inset: 0 0 0 42%; z-index: -2; display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; transform: skewX(-4deg) scale(1.035); transform-origin: center right; }
.vapes-offer-banner__products img { width: 100%; height: 100%; object-fit: cover; transform: skewX(4deg) scale(1.12); filter: saturate(1.08) contrast(1.03); }
.vapes-offer-banner__badge { position: absolute; right: 26px; bottom: 23px; z-index: 4; display: grid; width: 108px; height: 108px; place-items: center; border: 2px solid rgba(255,255,255,.75); border-radius: 50%; color: #071008; background: #baff43; font-size: .72rem; font-weight: 950; line-height: 1; text-align: center; text-transform: uppercase; box-shadow: 0 0 0 8px rgba(186,255,67,.18),0 18px 45px rgba(0,0,0,.45); transform: rotate(-8deg); }
.vapes-offer-banner__badge strong { display: block; font-size: 1.35rem; }
.atami-banner-section { padding-block: 20px; background: #f5f1f7; }
.atami-bastics-banner { display: block; overflow: hidden; padding: 0; background: #16051f; border: 1px solid #8d4aa5; border-radius: 22px; box-shadow: 0 18px 42px rgba(68,17,86,.22); transition: transform .2s ease, box-shadow .2s ease; }
.atami-bastics-banner:hover { transform: translateY(-3px); box-shadow: 0 24px 52px rgba(68,17,86,.3); }
.atami-bastics-banner:focus-visible { outline: 4px solid #dfff8d; outline-offset: 4px; }
.atami-bastics-banner__art { display: block; width: 100%; height: auto; aspect-ratio: 16 / 5; object-fit: cover; }
.cbd-showcase { padding: 54px 0 48px; color: white; background: #082b20; overflow: hidden; }
.cbd-showcase .eyebrow { color: var(--lime); }
.cbd-showcase__head { align-items: end; }
.cbd-showcase__head p:not(.eyebrow) { max-width: 650px; margin: 8px 0 0; color: #c7d8cf; }
.cbd-rail-controls { display: flex; gap: 8px; }
.cbd-rail-controls button { width: 44px; height: 44px; border: 1px solid #759486; border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.cbd-rail-controls button:hover { color: var(--forest-dark); background: var(--lime); border-color: var(--lime); }
.cbd-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(190px, 1fr); gap: 14px; margin-top: 24px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: #7fa391 transparent; padding: 4px 4px 18px; }
.cbd-rail[data-autoplay-active="true"] { scroll-snap-type: none; scroll-behavior: auto; }
.cbd-rail-card { scroll-snap-align: start; min-width: 0; overflow: hidden; color: var(--ink); background: #fff; border-radius: 18px; box-shadow: 0 16px 35px rgba(0,0,0,.18); }
.cbd-rail-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: contain; background: #f5f7f2; }
.cbd-rail-card > span { display: grid; gap: 4px; min-height: 86px; padding: 13px 14px 15px; }
.cbd-rail-card strong { font-size: .78rem; line-height: 1.25; }
.cbd-rail-card small { color: var(--muted); font-size: .64rem; }
.cbd-showcase__link { display: inline-flex; gap: 8px; margin-top: 8px; color: var(--lime); font-weight: 850; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid article { min-height: 118px; display: flex; align-items: center; gap: 17px; padding: 22px 28px; border-right: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 1px solid var(--line); }
.trust-grid span { color: #98a69e; font-size: .7rem; font-weight: 900; }
.trust-grid strong { display: block; font-size: .9rem; }
.trust-grid p { margin: 4px 0 0; color: var(--muted); font-size: .76rem; }

.shipping-policy { padding-block: 28px; color: white; background: var(--forest-dark); scroll-margin-top: 150px; }
.shipping-policy__inner { display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; gap: 18px; scroll-margin-top: 150px; }
.shipping-policy__headline { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 18px; padding: 22px 26px; }
.shipping-policy__headline .eyebrow { color: var(--lime); }
.shipping-policy__headline h2 { margin: 0; font-size: clamp(1.55rem, 2.8vw, 2.5rem); line-height: 1.05; letter-spacing: -.035em; }
.shipping-policy__headline p:last-child { margin: 9px 0 0; color: #bad0c5; font-size: .84rem; }
.shipping-policy__icon { display: grid; place-items: center; width: 58px; height: 58px; color: var(--forest-dark); background: var(--lime); border-radius: 50%; font-size: 1.55rem; font-weight: 950; transform: rotate(-35deg); }
.shipping-policy__exception { padding: 22px 24px; color: var(--forest-dark); background: #f7e9c5; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; }
.shipping-policy__exception strong { display: block; margin-bottom: 7px; font-size: .9rem; }
.shipping-policy__exception p { margin: 0; font-size: .8rem; line-height: 1.55; }
.shipping-policy__exception small { display: block; margin-top: 8px; color: #6f5a29; font-size: .68rem; }

.section { padding-block: 94px; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 34px; }
.section-head h2, .contact-copy h2, .feature-panel h2, .product-information h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.35rem); line-height: 1; letter-spacing: -.045em; }
.section-head > a { color: var(--forest); font-size: .82rem; font-weight: 850; }
.section-head > a span, .product-card a span, .guide-grid a span { margin-left: 6px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 18px; padding: 24px; border-radius: var(--radius); transition: transform .18s ease, box-shadow .18s ease; }
.category-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.category-card strong { display: block; font-size: 1.18rem; }.category-card small { color: rgba(18,36,27,.72); }
.category-card b { font-size: 1.25rem; }
.category-icon { align-self: start; display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(0,0,0,.12); border-radius: 50%; font-weight: 950; }
.category-card--lime { background: #d9ff7e; }.category-card--forest { color: white; background: #0e674a; }.category-card--forest small { color: rgba(255,255,255,.75); }.category-card--sand { background: #eee4cb; }.category-card--sky { background: #c9e6e2; }.category-card--purple { background: #ded5ef; }.category-card--orange { background: #f5d1a1; }

.product-zone { padding-block: 90px; background: var(--paper); }
.catalog-anchor { display: block; height: 0; scroll-margin-top: 140px; }
.product-zone--clean { padding-top: 34px; }
.catalog-intro { max-width: 720px; margin: 10px 0 0; color: var(--muted); }
.catalog-count-pill { flex: 0 0 auto; display: grid; min-width: 170px; padding: 14px 18px; color: var(--forest-dark); background: var(--lime); border-radius: 16px; font-size: .72rem; line-height: 1.2; text-align: right; }
.catalog-count-pill strong { font-size: 1.5rem; }
.catalog-toolbar { display: grid; grid-template-columns: 1.45fr repeat(4, minmax(130px, .8fr)); align-items: end; gap: 12px; margin: 32px 0 18px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 30px rgba(8,50,35,.05); }
.catalog-toolbar label { display: grid; gap: 6px; min-width: 0; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.catalog-toolbar input[type="search"], .catalog-toolbar select { width: 100%; min-height: 45px; padding: 0 11px; border: 1px solid #b9c7be; border-radius: 9px; color: var(--ink); background: white; font: inherit; font-size: .78rem; text-transform: none; }
.catalog-toolbar .catalog-check { display: flex; align-items: center; gap: 8px; min-height: 40px; letter-spacing: 0; text-transform: none; }
.catalog-check input { width: 18px; height: 18px; accent-color: var(--forest); }
.catalog-reset { min-height: 42px; padding-inline: 14px; }
.catalog-status { margin: 0 0 16px; color: var(--muted); font-size: .76rem; }
.section-head--tabs { align-items: center; }
.tabs { display: flex; padding: 5px; background: white; border: 1px solid var(--line); border-radius: 12px; }
.tabs button { padding: 9px 15px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 800; }
.tabs button[aria-selected="true"] { color: white; background: var(--forest); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product-card { min-width: 0; padding: 12px 12px 20px; background: white; border-radius: 18px; }
.catalog-product-card { display: flex; flex-direction: column; border: 1px solid transparent; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.catalog-product-card:hover { transform: translateY(-3px); border-color: #c7d6cc; box-shadow: 0 16px 38px rgba(8,50,35,.09); }
.product-card__image { position: relative; min-height: 250px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, #e9f0e7, #dce9dd); border-radius: 13px; }
.product-card__image img { width: 100%; height: 250px; object-fit: contain; padding: 16px; mix-blend-mode: multiply; }
.product-placeholder { display: grid; place-items: center; align-content: center; gap: 8px; width: 100%; min-height: 250px; padding: 24px; color: var(--forest); text-align: center; }
.product-placeholder span { display: grid; place-items: center; width: 62px; height: 62px; color: white; background: var(--forest); border-radius: 20px; font-size: 1.05rem; font-weight: 950; letter-spacing: -.05em; }
.product-placeholder small { color: #5d7267; font-size: .72rem; line-height: 1.25; }
.content-badge { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 6px 8px; border-radius: 7px; font-size: .58rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.content-badge.is-ready { color: #104b35; background: rgba(214,255,114,.94); }.content-badge.is-pending { color: #5f4d25; background: rgba(255,242,200,.94); }
.catalog-product-card h3 a { color: inherit; }.product-format { min-height: 1.3em; margin: 7px 0 0; color: var(--muted); font-size: .72rem; }.catalog-product-card .product-price { margin-bottom: 5px; color: var(--forest-dark); font-size: .92rem; font-weight: 900; }.catalog-product-card .product-price small { display: block; color: var(--muted); font-size: .58rem; font-weight: 600; }.stock-status { margin: 0 0 14px; font-size: .68rem; }.stock-status.is-in-stock { color: #137248; }.stock-status.is-out { color: #9d4c3e; }.product-card__link { margin-top: auto; }
.catalog-pagination { display: flex; justify-content: center; align-items: center; gap: 18px; margin-top: 30px; }.catalog-pagination button { min-height: 42px; padding: 0 15px; border: 1px solid var(--forest); border-radius: 9px; color: var(--forest); background: white; cursor: pointer; font-weight: 850; }.catalog-pagination button:disabled { opacity: .4; cursor: not-allowed; }.catalog-pagination span { color: var(--muted); font-size: .76rem; }.catalog-note { margin-top: 28px; padding: 18px 20px; border-left: 4px solid var(--forest); color: var(--muted); background: #edf3ec; border-radius: 0 12px 12px 0; }.catalog-note strong { color: var(--forest-dark); }.catalog-note p { margin: 4px 0 0; font-size: .76rem; }.catalog-empty { min-height: 330px; }
.product-art { position: relative; min-height: 260px; overflow: hidden; display: grid; place-items: center; border-radius: 12px; }
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 50%; }
.product-art::before { width: 150px; height: 190px; background: rgba(255,255,255,.75); border-radius: 48% 52% 30% 30%; box-shadow: 0 20px 30px rgba(0,0,0,.1); }
.product-art::after { width: 66px; height: 100px; background: var(--forest); transform: rotate(22deg); }
.product-art span { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 5px 8px; background: white; border-radius: 6px; color: var(--forest); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.product-art--1 { background: #e1eed5; }.product-art--2 { background: #f2dbc2; }.product-art--3 { background: #ddd6ed; }.product-art--4 { background: #c7dfdd; }
.product-meta { margin: 17px 0 5px; color: var(--forest); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3, .guide-grid h3 { min-height: 2.7em; margin: 0; font-size: 1rem; line-height: 1.35; }
.product-price { margin: 12px 0; color: var(--muted); font-size: .75rem; }
.product-card > a, .guide-grid a { color: var(--forest); font-size: .78rem; font-weight: 850; }
.empty-state { grid-column: 1 / -1; min-height: 220px; display: grid; place-content: center; text-align: center; padding: 40px; background: white; border: 1px dashed #aebbb3; border-radius: 18px; }
.empty-state p { max-width: 620px; color: var(--muted); }

.split-feature { display: grid; grid-template-columns: 1fr 1fr; padding-block: 90px; }
.feature-panel { min-height: 500px; padding: clamp(34px, 5vw, 70px); }
.feature-panel--dark { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; background: var(--forest-dark); border-radius: 28px 0 0 28px; }
.feature-panel--dark .eyebrow { color: var(--lime); }.feature-panel--dark p:not(.eyebrow) { color: #b7cec3; }
.feature-panel--image { position: relative; overflow: hidden; background: radial-gradient(circle at 70% 30%, var(--lime), transparent 24%), linear-gradient(145deg, #7eb08e, #d7ead1); border-radius: 0 28px 28px 0; }
.feature-panel--image::before { content: "✦"; position: absolute; left: 50%; top: 50%; color: rgba(7,58,43,.8); font-size: 13rem; transform: translate(-50%,-50%) rotate(15deg); }
.feature-badge { position: absolute; right: 26px; bottom: 26px; display: grid; min-width: 150px; padding: 18px; background: white; border-radius: 16px; box-shadow: var(--shadow); }
.feature-badge span, .feature-badge small { color: var(--muted); font-size: .65rem; text-transform: uppercase; }.feature-badge strong { color: var(--forest); font-size: 2rem; }
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.guide-grid article { min-height: 260px; padding: 28px; background: #f5f3eb; border-radius: var(--radius); }
.guide-number { color: #a2aea8; font-size: .72rem; font-weight: 900; }.guide-grid h3 { min-height: 3.8em; margin-bottom: 32px; font-size: 1.25rem; }

.contact-section { padding-block: 96px; background: #e8f0e9; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: stretch; gap: 48px; }
.contact-copy > p:not(.eyebrow) { max-width: 540px; color: var(--muted); }
.contact-copy dl { margin: 32px 0; }
.contact-copy dl div { padding: 16px 0; border-top: 1px solid #bdc9c0; }
.contact-copy dt { color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.contact-copy dd { margin: 4px 0 0; font-size: 1.05rem; font-weight: 780; }
.contact-copy dd small { display: block; margin-top: 4px; color: #6b766f; font-size: .67rem; font-weight: 500; }
.hours-list { display: grid; gap: 3px; }
.map-wrap { overflow: hidden; min-height: 480px; display: grid; grid-template-rows: 1fr auto; background: white; border-radius: 22px; box-shadow: var(--shadow); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: saturate(.7) contrast(.95); }
.map-wrap p { margin: 0; padding: 11px 16px; color: var(--muted); font-size: .68rem; }

.site-footer { padding-block: 72px 24px; color: #d8e7df; background: #0b2d22; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.brand--footer { color: white; }.brand--footer .brand-copy small { color: #9fb3a9; }.footer-grid > div > p { max-width: 260px; color: #9fb3a9; }.footer-phone { color: var(--lime); font-size: 1.12rem; font-weight: 850; }
.footer-hours { display: grid; gap: 3px; margin-top: 18px; font-size: .72rem; line-height: 1.45; }
.footer-hours strong { margin-bottom: 2px; color: white; }
.footer-grid nav { display: flex; flex-direction: column; gap: 10px; font-size: .78rem; }.footer-grid nav strong { margin-bottom: 6px; color: white; }.footer-grid nav a { color: #aebfb6; }
.payment-trust { margin-top: 46px; padding: 22px 24px; border: 1px solid rgba(214,255,114,.22); border-radius: 20px; background: rgba(255,255,255,.045); }
.payment-trust__title { margin: 0 0 14px; color: var(--lime); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.payment-trust__badges { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.payment-trust__badge { min-height: 76px; display: flex; align-items: center; gap: 13px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(4,25,18,.34); }
.payment-trust__icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: var(--forest-dark); background: var(--lime); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.18); }
.payment-trust__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.payment-trust__badge strong, .payment-trust__badge small { display: block; }
.payment-trust__badge strong { color: white; font-size: .8rem; }
.payment-trust__badge small { margin-top: 3px; color: #aebfb6; font-size: .65rem; }
.payment-methods { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 16px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.1); }
.payment-methods__label { margin-right: auto; color: #aebfb6; font-size: .67rem; font-weight: 800; letter-spacing: .04em; }
.payment-logo { min-width: 64px; height: 34px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 0 10px; color: #18261f; background: #fff; border: 1px solid rgba(255,255,255,.55); border-radius: 7px; box-shadow: 0 5px 14px rgba(0,0,0,.16); font-size: .64rem; font-weight: 900; line-height: 1; }
.payment-logo--visa { color: #1434cb; font-size: .84rem; font-style: italic; letter-spacing: -.05em; }
.payment-logo--mastercard { min-width: 78px; gap: 0; padding-inline: 7px; }
.payment-logo--mastercard i { width: 18px; height: 18px; display: block; border-radius: 50%; background: #eb001b; }
.payment-logo--mastercard i + i { margin-left: -7px; background: #f79e1b; opacity: .9; }
.payment-logo--mastercard b { margin-left: 5px; font-size: .52rem; letter-spacing: -.04em; }
.payment-logo--amex { color: #fff; background: #2b78bd; border-color: #4d96d5; letter-spacing: -.04em; }
.payment-logo--apple { font-size: .7rem; letter-spacing: -.03em; }
.payment-logo--google span { color: #4285f4; font-size: .8rem; }.payment-logo--google b { color: #3c4043; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 20px; padding-top: 22px; border-top: 1px solid #2b493e; color: #879f94; font-size: .68rem; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 80; min-height: 56px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px 0 15px; color: white; background: #168a4b; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; box-shadow: 0 14px 35px rgba(7,58,43,.28); font-size: .8rem; font-weight: 900; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.whatsapp-float:hover { background: #0f7540; box-shadow: 0 18px 42px rgba(7,58,43,.35); transform: translateY(-3px); }
.whatsapp-float svg { width: 28px; height: 28px; fill: currentColor; }

.search-panel, .age-gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: start center; padding: 8vh 20px 20px; background: rgba(6,28,21,.76); backdrop-filter: blur(9px); }
.search-card, .age-card { width: min(760px, 100%); padding: clamp(26px, 5vw, 48px); background: white; border-radius: 24px; box-shadow: 0 35px 100px rgba(0,0,0,.28); }
.search-head { display: flex; justify-content: space-between; gap: 20px; }.search-head h2, .age-card h1 { margin: 0 0 18px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1; letter-spacing: -.05em; }
.search-head button, .mobile-menu__head button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 1.5rem; }
.search-card label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .75rem; font-weight: 750; }
.search-field { display: flex; align-items: center; gap: 12px; padding: 0 15px; border: 2px solid var(--forest); border-radius: 13px; }
.search-field input { width: 100%; min-height: 54px; border: 0; outline: 0; background: transparent; }
.search-results { display: grid; gap: 8px; margin-top: 18px; }
.search-result { display: flex; justify-content: space-between; gap: 15px; padding: 12px 14px; background: #f4f6f2; border-radius: 10px; font-size: .82rem; }.search-result small { color: var(--muted); }
.search-note { margin: 20px 0 0; color: var(--muted); font-size: .7rem; }
.age-gate { place-items: center; }.age-card { max-width: 580px; text-align: center; }.age-card .eyebrow { color: var(--forest); }.age-card p { color: var(--muted); }.age-actions { justify-content: center; margin-top: 28px; }

.mobile-only, .mobile-menu { display: none; }
.icon-button { width: 44px; height: 44px; place-content: center; gap: 5px; border: 0; background: transparent; }.icon-button span { width: 22px; height: 2px; display: block; background: var(--ink); }
.mobile-menu { position: fixed; inset: 0 auto 0 0; z-index: 90; width: min(410px, 92vw); overflow-y: auto; overscroll-behavior: contain; padding: 24px; background: white; box-shadow: 30px 0 80px rgba(0,0,0,.22); }
.mobile-menu:not([hidden]) { display: block; }.mobile-menu__head { position: sticky; top: -24px; z-index: 2; display: flex; justify-content: space-between; align-items: center; margin: -24px -24px 12px; padding: 20px 24px 13px; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }.mobile-menu nav { display: grid; }.mobile-menu summary { position: relative; padding: 16px 38px 16px 0; border-bottom: 1px solid var(--line); font-weight: 850; cursor: pointer; list-style: none; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu summary::after { content: "+"; position: absolute; right: 5px; top: 50%; color: var(--forest); font-size: 1.2rem; transform: translateY(-50%); }.mobile-menu details[open] > summary::after { content: "−"; }.mobile-menu details[open] > summary { color: var(--forest); border-bottom-color: transparent; }.mobile-submenu { display: grid; gap: 1px; margin: 0 0 10px; padding: 4px 0 12px 14px; border-left: 2px solid #d6e6d9; }.mobile-submenu strong { margin: 10px 0 3px; color: #77847d; font-size: .63rem; letter-spacing: .1em; text-transform: uppercase; }.mobile-menu details a { display: block; padding: 8px 10px; color: var(--muted); border-radius: 8px; }.mobile-menu details a:hover, .mobile-menu details a:focus-visible { color: var(--forest); background: #eff5ef; }.mobile-menu .button { margin-top: 28px; }
.mobile-menu .mobile-nested{margin:7px 0 3px}.mobile-menu .mobile-nested>summary{padding:10px 34px 10px 10px;border:0;border-radius:9px;background:#eff5ef;color:var(--forest)}.mobile-menu .mobile-nested>summary::after{right:10px}.mobile-menu .mobile-nested>div{display:grid;padding:4px 0 5px 12px;border-left:2px solid #c9ddcd}
.menu-backdrop { position: fixed; inset: 0; z-index: 85; width: 100%; height: 100%; padding: 0; border: 0; background: rgba(5,28,20,.58); cursor: pointer; }
.menu-backdrop:not([hidden]) { display: block; }

.compact-header .header-main { grid-template-columns: 1fr auto; }.back-link { color: var(--forest); font-size: .8rem; font-weight: 800; }
.product-page { padding-block: 30px 90px; }.breadcrumbs { display: flex; gap: 9px; margin-bottom: 25px; color: var(--muted); font-size: .72rem; }.breadcrumbs a { color: var(--forest); }
.product-loading { min-height: 340px; display: grid; place-content: center; text-align: center; color: var(--muted); background: var(--paper); border-radius: 20px; }.product-loading strong { color: var(--forest-dark); }
.product-detail { display: grid; grid-template-columns: 1.06fr .94fr; gap: 58px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.gallery-main { grid-column: 1 / -1; min-height: 560px; display: grid; place-content: center; justify-items: center; background: radial-gradient(circle at center, #e9f8d7, #c5dfc9); border-radius: 22px; color: var(--forest-dark); font-weight: 900; }.gallery-main small { margin-top: 8px; color: var(--muted); font-weight: 500; }.thumb { min-height: 86px; border: 1px solid var(--line); border-radius: 12px; background: #f3f5f0; cursor: pointer; }
.product-gallery-dynamic { display: block; }.product-gallery-dynamic .gallery-main { overflow: hidden; display: grid; place-items: center; }.product-gallery-dynamic .gallery-main > img { width: 100%; height: 560px; object-fit: contain; padding: 34px; mix-blend-mode: multiply; }.product-placeholder--large { min-height: 560px; }.product-placeholder--large span { width: 86px; height: 86px; font-size: 1.4rem; }.gallery-provenance { margin: 10px 4px 0; color: var(--muted); font-size: .7rem; }
.buy-box h1 { margin: 4px 0 16px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1; letter-spacing: -.055em; }.rating { display: flex; gap: 12px; color: #9e7f18; }.rating small { color: var(--muted); }.price-large { margin: 26px 0 2px; font-size: 1.45rem; font-weight: 900; }.lead { margin: 28px 0; color: var(--muted); font-size: 1rem; }.product-form { display: grid; grid-template-columns: 1fr 150px; gap: 16px 18px; padding: 22px 0; border-block: 1px solid var(--line); }.product-form label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; }.product-form select, .product-form input { min-height: 47px; padding: 0 12px; border: 1px solid #bac4bd; border-radius: 9px; background: white; }.product-form .button { grid-column: 1 / -1; }.stock-line { margin: 18px 0; font-size: .8rem; font-weight: 800; }.stock-line span { display: inline-block; width: 8px; height: 8px; margin-right: 7px; background: #33a568; border-radius: 50%; }.buy-notes { padding-left: 20px; color: var(--muted); font-size: .78rem; }.buy-notes a { color: var(--forest); font-weight: 800; }
.format-field { grid-column: 1 / -1; min-width: 0; }.format-field__label { display: block; margin-bottom: 7px; color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; }.format-picker { position: relative; }.format-picker__trigger { width: 100%; min-height: 49px; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 0 14px; border: 1px solid #9ead9f; border-radius: 10px; color: var(--ink); background: white; cursor: pointer; font-weight: 800; text-align: left; }.format-picker__trigger[aria-expanded="true"] { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(25,104,72,.12); }.format-picker__trigger:disabled { color: var(--muted); background: #f1f2ef; cursor: not-allowed; }.format-picker__menu { position: fixed; z-index: 120; overflow-y: auto; overscroll-behavior: contain; padding: 6px; border: 1px solid #9ead9f; border-radius: 11px; background: white; box-shadow: 0 18px 48px rgba(5,32,22,.22); }.format-picker__option { width: 100%; min-height: 43px; display: flex; align-items: center; padding: 9px 11px; border: 0; border-radius: 7px; color: var(--ink); background: transparent; cursor: pointer; font: inherit; font-size: .88rem; text-align: left; }.format-picker__option:hover, .format-picker__option:focus-visible { color: var(--forest-dark); background: #eef5ef; }.format-picker__option[aria-selected="true"] { color: white; background: var(--forest); }.variant-facts { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; gap: 10px; }.variant-facts > span { display: grid; gap: 3px; padding: 10px 12px; background: var(--paper); border-radius: 9px; }.variant-facts small { color: var(--muted); font-size: .64rem; }.variant-facts strong { font-size: .82rem; }.content-alert { margin: 18px 0; padding: 14px 16px; border-radius: 11px; }.content-alert.is-ready { color: #164a37; background: #e7f4d5; }.content-alert.is-pending { color: #664e18; background: #fff2c8; }.content-alert p { margin: 4px 0 0; font-size: .74rem; }
.seed-groups { display: flex; flex-wrap: wrap; gap: 7px; margin: -8px 0 18px; }.seed-groups a { padding: 7px 10px; color: var(--forest-dark); background: #edf5e8; border: 1px solid #d4e5ca; border-radius: 999px; font-size: .72rem; font-weight: 850; }.quantity-field { min-width: 0; }.quantity-stepper { display: grid; grid-template-columns: 48px minmax(100px, 1fr) 48px; border: 1px solid #bac4bd; border-radius: 11px; overflow: hidden; }.quantity-stepper button { min-height: 48px; border: 0; background: #eef5f0; color: var(--forest-dark); font-size: 1.4rem; font-weight: 900; cursor: pointer; }.quantity-stepper button:disabled { opacity: .38; cursor: not-allowed; }.product-form .quantity-stepper input { width: 100%; min-width: 0; border: 0; border-inline: 1px solid #bac4bd; border-radius: 0; text-align: center; font-weight: 850; }.product-form .quantity-stepper input[aria-invalid="true"] { outline: 2px solid #b23b2c; outline-offset: -2px; }.field-help, .field-error { margin: 6px 0 0; font-size: .7rem; }.field-help { color: var(--muted); }.field-error { min-height: 1em; color: #a32f24; font-weight: 800; }.quantity-summary { align-self: start; display: grid; gap: 3px; padding: 12px; background: var(--paper); border-radius: 11px; }.quantity-summary small, .quantity-summary span { color: var(--muted); font-size: .7rem; }.quantity-summary strong { color: var(--forest-dark); font-size: 1.1rem; }.quantity-summary strong span { color: inherit; font-size: inherit; }
.product-information { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 85px; padding: 55px; background: var(--paper); border-radius: 24px; }.product-information p { color: var(--muted); }.product-information dl { margin: 0; }.product-information dl div { display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid #d6dbd5; }.product-information dt { font-weight: 850; }.product-information dd { margin: 0; color: var(--muted); }
.related { padding-bottom: 0; }.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.related-grid article { min-height: 150px; display: grid; place-items: end start; padding: 24px; background: #e5eee4; border-radius: 18px; font-weight: 850; }

@media (max-width: 980px) {
  .mobile-only { display: grid; }.desktop-nav { display: none; }.header-main { grid-template-columns: auto auto 1fr auto; gap: 16px; }.search-launch { justify-self: end; width: 48px; min-width: 48px; }.search-launch__label, .search-launch kbd { display: none; }.header-actions a:not(:last-child) { display: none; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 52px; }.hero-copy { margin-inline: auto; text-align: center; }.hero-copy > p:not(.eyebrow) { margin-inline: auto; }.hero-actions, .hero-points { justify-content: center; }.hero-delivery { margin-inline: auto; text-align: left; }.hero-promos { width: min(680px, 100%); margin-inline: auto; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }.product-grid { grid-template-columns: repeat(2, 1fr); }.contact-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.footer-grid nav:last-child { grid-column: 2 / -1; }
  .catalog-toolbar { grid-template-columns: repeat(2, 1fr); }.catalog-search-field { grid-column: 1 / -1; }
  .product-detail { grid-template-columns: 1fr; }.gallery-main { min-height: 460px; }
  .shipping-policy__inner { grid-template-columns: 1fr; }.shipping-policy__headline { padding-bottom: 8px; }
  .oracle-seeds-banner, .atami-bastics-banner { border-radius: 18px; }
  .oracle-seeds-banner__copy { width: 62%; padding-inline: 34px; }
  .vapes-offer-banner__copy { width: 57%; padding-inline: 34px; }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }.announcement { justify-content: space-between; gap: 8px; font-size: .65rem; }.announcement p { max-width: 52%; }.header-main { min-height: 70px; }.brand-copy { display: none; }.brand-mark { width: 40px; height: 40px; }.header-actions { gap: 0; }.header-actions a { font-size: 0; }.header-actions a > span:first-child { font-size: 1.25rem; }
  .hero-grid { padding-block: 55px; gap: 45px; }.hero-copy h1 { font-size: clamp(2.5rem, 13vw, 4rem); }.hero-actions .button { width: 100%; }.hero-promos { grid-template-columns: 1fr; grid-template-rows: 210px 180px 175px 205px; gap: 10px; }.promo-tile, .promo-tile--seeds, .promo-tile--cbd { grid-column: 1; padding: 20px; border-radius: 20px; }.promo-copy strong { font-size: 1.75rem; }.promo-art--seeds { width: 100%; object-position: 64% center; }.promo-tile--seeds::after { background: linear-gradient(90deg, rgba(4,40,30,.97) 0%, rgba(4,40,30,.82) 54%, rgba(4,40,30,.2) 100%); }.promo-tile--nutrition .promo-copy { max-width: 62%; }.promo-tile--nutrition .promo-copy strong { font-size: 1.35rem; }.promo-products { width: 51%; }.promo-art--led-product { object-position: 66% center; }.promo-art--cbd-photo { object-position: 70% center; }.promo-tile--cbd .promo-copy { max-width: 70%; }
  .hero-grid { padding-block: 32px; gap: 32px; }.hero-copy { padding: 22px; text-align: left; border-radius: 22px; }.hero-copy h1 { font-size: clamp(2.35rem, 11vw, 3.15rem); }.hero-copy > p.hero-lede { margin: 13px 0 17px; font-size: .92rem; line-height: 1.45; }.hero-delivery { gap: 11px; margin-bottom: 18px; padding: 12px; }.hero-delivery__time { width: 44px; height: 44px; }.hero-delivery strong { font-size: .9rem; }.hero-delivery small { font-size: .67rem; }.hero-actions { justify-content: stretch; }
  .oracle-banner-section { padding: 14px 0 6px; }
  .oracle-seeds-banner { min-height: 560px; border-radius: 14px; }
  .oracle-seeds-banner::after { background: linear-gradient(180deg,rgba(5,2,7,.98) 0%,rgba(7,3,10,.9) 56%,rgba(5,2,7,.2) 82%); }
  .oracle-seeds-banner__copy { min-height: 560px; width: 100%; padding: 26px 22px 240px; justify-content: flex-start; }
  .oracle-seeds-banner__brand img { width: 160px; height: auto; }
  .oracle-seeds-banner__brand strong { font-size: 1rem; }
  .oracle-seeds-banner__title { font-size: clamp(2.35rem,12vw,3.4rem); }
  .oracle-seeds-banner__prices { margin: 16px 0; }
  .oracle-seeds-banner__prices b { padding: 7px 8px; font-size: .62rem; }
  .oracle-seeds-banner__hero { inset: auto 0 0; width: 100%; height: 270px; object-position: center 42%; }
  .oracle-seeds-banner__count { width: 76px; height: 76px; right: 14px; bottom: 14px; font-size: .5rem; }
  .oracle-seeds-banner__count strong { font-size: 1.35rem; }
  .vapes-offer-section { padding: 8px 0 18px; }
  .vapes-offer-banner { min-height: 600px; border-radius: 14px; }
  .vapes-offer-banner::after { background: linear-gradient(180deg,rgba(0,0,0,.97) 0%,rgba(0,0,0,.88) 50%,rgba(0,0,0,.12) 78%); }
  .vapes-offer-banner__copy { min-height: 600px; width: 100%; padding: 27px 22px 270px; justify-content: flex-start; }
  .vapes-offer-banner__title { font-size: clamp(3.6rem,19vw,5.3rem); }
  .vapes-offer-banner__subtitle { font-size: clamp(1.8rem,9vw,2.65rem); }
  .vapes-offer-banner__products { inset: auto 0 0; height: 285px; }
  .vapes-offer-banner__badge { width: 82px; height: 82px; right: 14px; bottom: 14px; font-size: .58rem; }
  .vapes-offer-banner__badge strong { font-size: 1.05rem; }
  .atami-banner-section { padding-block: 12px; }
  .atami-bastics-banner { border-radius: 14px; }
  .atami-bastics-banner__art { min-height: 150px; object-position: center; }
  .trust-grid { grid-template-columns: 1fr; }.trust-grid article, .trust-grid article:first-child { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .shipping-policy { padding-block: 20px; }.shipping-policy__headline { grid-template-columns: 1fr; padding: 18px 4px 8px; }.shipping-policy__icon { width: 48px; height: 48px; }.shipping-policy__exception { padding: 18px; border-radius: 15px; }
  .section, .product-zone { padding-block: 66px; }.section-head, .section-head--tabs { align-items: flex-start; flex-direction: column; }.section-head h2 { font-size: 2.4rem; }.category-grid, .product-grid, .guide-grid { grid-template-columns: 1fr; }.category-card { min-height: 150px; }.product-art { min-height: 310px; }.tabs { width: 100%; overflow-x: auto; }.tabs button { flex: 1; min-width: max-content; }.split-feature { grid-template-columns: 1fr; padding-block: 60px; }.feature-panel { min-height: 400px; }.feature-panel--dark { border-radius: 24px 24px 0 0; }.feature-panel--image { border-radius: 0 0 24px 24px; }
  .catalog-count-pill { width: 100%; text-align: left; }.catalog-toolbar { grid-template-columns: 1fr; padding: 14px; }.catalog-search-field { grid-column: auto; }.catalog-toolbar .catalog-check { min-height: 32px; }.product-card__image, .product-card__image img, .product-placeholder { min-height: 300px; height: 300px; }.catalog-pagination { gap: 10px; }.catalog-pagination button { padding-inline: 10px; }
  .contact-section { padding-block: 66px; }.map-wrap, .map-wrap iframe { min-height: 360px; }.contact-actions .button { width: 100%; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; }.footer-grid > div { grid-column: 1 / -1; }.footer-grid nav:last-child { grid-column: auto; }.payment-trust { margin-top: 34px; padding: 18px; }.payment-trust__badges { grid-template-columns: 1fr; }.payment-trust__badge { min-height: 68px; }.payment-methods__label { width: 100%; margin: 0 0 3px; }.payment-logo { flex: 1 1 82px; }.footer-bottom { align-items: flex-start; flex-direction: column; }.search-panel { padding-top: 20px; }.search-card { max-height: calc(100vh - 40px); overflow-y: auto; }
  .compact-header .header-main { grid-template-columns: auto 1fr; }.compact-header .brand-copy { display: grid; }.back-link { justify-self: end; }.product-page { padding-top: 20px; }.gallery-main, .product-gallery-dynamic .gallery-main > img, .product-placeholder--large { min-height: 350px; height: 350px; }.product-detail { gap: 36px; }.product-form { grid-template-columns: 1fr; }.format-field, .variant-facts, .product-form .button { grid-column: auto; }.variant-facts { grid-template-columns: 1fr; }.quantity-summary { grid-template-columns: auto 1fr; align-items: baseline; }.quantity-summary > span { grid-column: 1 / -1; }.product-information { grid-template-columns: 1fr; gap: 30px; padding: 30px 22px; }.product-information dl div { grid-template-columns: 1fr; gap: 2px; }.related-grid { grid-template-columns: 1fr; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 54px; min-height: 54px; justify-content: center; padding: 0; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
/* Landings seguras para fuentes todavía pendientes y navegación por bancos. */
.catalog-landing {
  grid-column: 1 / -1;
  border: 1px solid var(--border, #d9ded7);
  border-radius: 1.25rem;
  background: #f8faf6;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.bulk-seed-landing {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
  align-items: center;
  gap: clamp(1.25rem, 4vw, 3rem);
}

.bulk-seed-landing img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 1rem;
}

.bank-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 0.8rem;
  margin-top: 1.25rem;
}

.bank-card {
  display: flex;
  min-height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid #cfd8cc;
  border-radius: 0.9rem;
  background: #fff;
  color: inherit;
  text-decoration: none;
}

.bank-card:hover,
.bank-card:focus-visible {
  border-color: #44713d;
  box-shadow: 0 0 0 3px rgb(68 113 61 / 14%);
}

.bank-card span { font-weight: 750; }
.bank-card small { color: #41633d; }
.bank-card--featured { order: -1; border: 2px solid #8f3ccc; background: linear-gradient(135deg,#fbf4ff,#fff9df); box-shadow: 0 12px 26px rgba(93,22,133,.16); }
.bank-card--featured span strong { color: #5d1685; font-size: 1.05rem; font-weight: 950; }
.bank-card--featured small { color: #6e298f; font-weight: 800; }

@media (max-width: 720px) {
  .bulk-seed-landing { grid-template-columns: 1fr; }
  .bank-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

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

/* Blog de Cultivo y tablas oficiales de fertilización. */
.blog-page-root, .blog-page { overflow-x: clip; }
.desktop-nav-link { color: var(--forest) !important; font-weight: 900; }
.desktop-nav--links > a { justify-content: center; }
.desktop-nav--links > a.is-current { color: white !important; background: var(--forest); }
.mobile-menu__direct { display: block; padding: 14px 6px; border-bottom: 1px solid var(--line); font-weight: 850; }
.mobile-menu__direct:hover, .mobile-menu__direct:focus-visible, .mobile-menu__direct.is-current { color: var(--forest); background: #eff5ef; }
.blog-header-cta { justify-self: stretch; min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 0 18px; color: var(--forest-dark); background: #edf5e8; border: 1px solid #cfdfc8; border-radius: 14px; font-size: .8rem; font-weight: 850; }
.blog-hero { color: white; background: radial-gradient(circle at 80% 12%, rgba(214,255,114,.18), transparent 28%), linear-gradient(135deg, #073a2b, #0d6749); }
.blog-hero__inner { min-height: 480px; display: grid; align-content: center; justify-items: start; padding-block: 74px; }
.blog-hero .breadcrumbs, .blog-hero .breadcrumbs a { color: #c5d8ce; }
.blog-hero .eyebrow { color: var(--lime); }
.blog-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .9; letter-spacing: -.065em; }
.blog-hero__inner > p:not(.eyebrow) { max-width: 760px; margin: 26px 0; color: #c6d9cf; font-size: 1.08rem; }
.blog-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.blog-hero .button--secondary { color: white; border-color: #78988a; background: rgba(255,255,255,.06); }
.blog-topic-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.blog-topic { min-height: 175px; display: grid; align-content: space-between; gap: 8px; padding: 22px; background: #f3f1e8; border: 1px solid transparent; border-radius: 18px; }
.blog-topic--active { background: #dfff8d; border-color: #b8db61; }
.blog-topic span { color: #8b998f; font-size: .68rem; font-weight: 900; }
.blog-topic strong { align-self: end; font-size: 1.08rem; }
.blog-topic small { color: var(--muted); font-size: .7rem; }
.blog-library { padding-block: 90px; background: var(--paper); }
.blog-filters { display: grid; grid-template-columns: 1.5fr .8fr auto; align-items: end; gap: 12px; margin: 30px 0 16px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 18px; }
.blog-filters label { display: grid; gap: 6px; color: var(--muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.blog-filters input, .blog-filters select { width: 100%; min-height: 45px; padding: 0 12px; color: var(--ink); background: white; border: 1px solid #b8c4bc; border-radius: 9px; text-transform: none; }
.brand-index { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.brand-guide-card { min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 20px; background: white; border: 1px solid var(--line); border-radius: 17px; }
.brand-guide-card.is-ready { border-color: #9ec16d; box-shadow: 0 12px 35px rgba(8,50,35,.08); }
.brand-guide-card.is-sourced { border-color: #c8d8b0; }
.brand-guide-card.is-partial { border-color: #dfc98c; }
.brand-guide-card__logo { grid-row: 1 / 3; display: grid; place-items: center; width: 86px; height: 62px; padding: 9px; overflow: hidden; background: #fff; border: 1px solid #dfe7e1; border-radius: 14px; }
.brand-guide-card__logo.is-dark { background: #101b17; border-color: #263a31; }
.brand-guide-card__logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-guide-card h3 { margin: 0; font-size: 1rem; }
.brand-guide-card p { margin: 4px 0 0; color: var(--muted); font-size: .72rem; }
.brand-guide-card__links { grid-column: 2; display: flex; flex-wrap: wrap; gap: 7px; }
.brand-guide-card__links a, .brand-guide-card__links span { padding: 7px 9px; color: var(--forest-dark); background: #edf5e8; border-radius: 8px; font-size: .68rem; font-weight: 850; }
.brand-guide-card__links span { color: #6b5a2b; background: #f6ebc9; }
.brand-guide-card.is-atami { grid-column: 1 / -1; grid-template-columns: 118px 1fr; padding: 28px; color: #fff; background: radial-gradient(circle at 86% 18%, rgba(255,255,255,.16), transparent 24%), linear-gradient(135deg, #351049 0%, #70268f 56%, #9b43bb 100%); border-color: #843ca4; box-shadow: 0 22px 55px rgba(76,22,99,.28); }
.brand-guide-card.is-atami .brand-guide-card__logo { width: 112px; height: 82px; padding: 12px; background: linear-gradient(145deg, #21082f, #4a1463); border-color: rgba(255,255,255,.48); box-shadow: 0 12px 30px rgba(31,4,43,.32); }
.brand-guide-card.is-atami h3 { font-size: 1.4rem; }
.brand-guide-card.is-atami p { max-width: 760px; color: #eddef4; font-size: .78rem; }
.brand-guide-card.is-atami .brand-guide-card__links a { color: #52166d; background: #fff; box-shadow: 0 6px 16px rgba(35,4,48,.16); }
.guide-detail { padding-block: 88px 110px; overflow-x: clip; scroll-margin-top: 140px; }
.guide-detail__head { display: grid; grid-template-columns: 1fr minmax(250px, .34fr); align-items: end; gap: 38px; }
.guide-detail__head h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: .95; letter-spacing: -.05em; }
.guide-detail__head p:not(.eyebrow) { max-width: 730px; color: var(--muted); }
.water-calculator { display: grid; gap: 7px; padding: 18px; color: var(--forest-dark); background: #e2f7b1; border-radius: 16px; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.water-calculator input { min-height: 48px; padding: 0 12px; background: white; border: 1px solid #96aa82; border-radius: 9px; font-size: 1rem; font-weight: 850; }
.water-calculator small { color: #526340; font-size: .64rem; font-weight: 650; line-height: 1.4; text-transform: none; }
.guide-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 34px 0 22px; overflow: hidden; background: #cad4cd; border: 1px solid #cad4cd; border-radius: 15px; }
.guide-facts div { padding: 16px; background: #f5f7f2; }
.guide-facts dt { color: var(--muted); font-size: .65rem; font-weight: 850; text-transform: uppercase; }
.guide-facts dd { margin: 4px 0 0; font-weight: 900; }
.guide-table-wrap { min-width: 0; max-width: 100%; overflow: auto; contain: layout paint inline-size; isolation: isolate; overscroll-behavior-inline: contain; border: 1px solid #b9c7be; border-radius: 16px; box-shadow: 0 16px 45px rgba(8,50,35,.08); }
.guide-table { width: max-content; min-width: 100%; border-collapse: separate; border-spacing: 0; background: white; font-size: .72rem; }
.guide-table caption { padding: 13px 16px; color: var(--muted); background: #f4f6f2; font-weight: 750; text-align: left; }
.guide-table th, .guide-table td { min-width: 132px; padding: 12px 10px; border-top: 1px solid #d9e0da; border-right: 1px solid #d9e0da; vertical-align: top; text-align: left; }
.guide-table thead th { position: sticky; top: 0; z-index: 2; color: white; background: var(--forest); }
.guide-table thead th:first-child { left: 0; z-index: 4; }
.guide-table tbody th { position: sticky; left: 0; z-index: 1; min-width: 210px; background: #f7f8f4; }
.guide-table tbody th a { display: block; color: var(--forest); font-weight: 900; }
.guide-table tbody th small { display: block; margin-top: 4px; color: var(--muted); font-weight: 650; }
.guide-table td strong, .guide-table td small { display: block; }
.guide-table td strong { color: var(--forest-dark); }
.guide-table td small { margin-top: 4px; color: var(--muted); font-size: .62rem; }
.dose-empty { color: #9ba69f; }
.guide-live { min-height: 1.2em; margin: 10px 2px; color: var(--muted); font-size: .7rem; }
.guide-disclaimer { margin-top: 24px; padding: 20px 22px; color: #654f1e; background: #fff2c8; border-left: 4px solid #c99122; border-radius: 0 13px 13px 0; }
.guide-disclaimer p { margin: 5px 0 0; font-size: .76rem; }
.guide-source { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
.guide-source > div { display: grid; gap: 4px; padding: 16px; background: #edf3ec; border-radius: 12px; font-size: .72rem; }
.guide-source a { color: var(--forest); font-weight: 850; text-decoration: underline; text-underline-offset: 3px; }
.product-guide-link { margin-top: 18px; padding: 16px; background: #edf5e8; border-radius: 12px; }
.product-guide-link a { color: var(--forest); font-weight: 900; }

@media (max-width: 980px) {
  .blog-header-cta { justify-self: end; min-width: 48px; padding-inline: 13px; font-size: .72rem; }
  .blog-topic-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-detail__head { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .blog-header-cta { display: none; }
  .blog-hero__inner { min-height: 420px; padding-block: 58px; }
  .blog-hero h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .blog-hero__actions, .blog-hero__actions .button { width: 100%; }
  .blog-topic-grid, .brand-index { grid-template-columns: 1fr; }
  .brand-guide-card { grid-template-columns: 76px 1fr; padding: 16px; }
  .brand-guide-card__logo { width: 72px; height: 56px; padding: 7px; }
  .brand-guide-card.is-atami { grid-column: auto; grid-template-columns: 88px 1fr; padding: 20px; }
  .brand-guide-card.is-atami .brand-guide-card__logo { width: 84px; height: 66px; padding: 9px; }
  .brand-guide-card.is-atami h3 { font-size: 1.18rem; }
  .blog-filters { grid-template-columns: 1fr; padding: 14px; }
  .guide-detail { padding-block: 64px 80px; }
  .guide-facts { grid-template-columns: repeat(2, 1fr); }
  .guide-source { grid-template-columns: 1fr; }
  .guide-table th, .guide-table td { min-width: 120px; }
  .guide-table thead th, .guide-table thead th:first-child, .guide-table tbody th { position: static; }
  .guide-table tbody th { min-width: 176px; }
}

/* Oracle Seeds + Atami: pareja de banners principales a media anchura. */
.brand-banner-pair {
  padding: 24px 0 20px;
  background: #f5f1f7;
}
.brand-banner-pair__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.brand-banner-pair__grid > a {
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 6;
}
.brand-banner-pair .oracle-seeds-banner {
  min-height: 0;
  border-radius: 20px;
}
.brand-banner-pair .oracle-seeds-banner__copy {
  min-height: 100%;
  width: 64%;
  padding: 18px 18px 18px 24px;
}
.brand-banner-pair .oracle-seeds-banner__brand {
  margin-bottom: 5px;
}
.brand-banner-pair .oracle-seeds-banner__brand img {
  width: 104px;
  max-height: 48px;
}
.brand-banner-pair .oracle-seeds-banner__kicker {
  padding: 4px 7px;
  font-size: .5rem;
}
.brand-banner-pair .oracle-seeds-banner__title {
  margin-top: 7px;
  font-size: clamp(1.5rem, 2.35vw, 2.2rem);
  line-height: .92;
}
.brand-banner-pair .oracle-seeds-banner__prices {
  gap: 5px;
  margin: 10px 0;
}
.brand-banner-pair .oracle-seeds-banner__prices b {
  padding: 5px 7px;
  border-radius: 7px;
  font-size: .56rem;
}
.brand-banner-pair .oracle-seeds-banner__button {
  display: none;
}
.brand-banner-pair .oracle-seeds-banner__hero {
  width: 53%;
}
.brand-banner-pair .oracle-seeds-banner__count {
  right: 14px;
  bottom: 12px;
  width: 58px;
  height: 58px;
  font-size: .4rem;
  box-shadow: 0 0 0 5px rgba(143,60,204,.14);
}
.brand-banner-pair .oracle-seeds-banner__count strong {
  font-size: 1.05rem;
}
.brand-banner-pair .atami-bastics-banner {
  display: flex;
  min-height: 0;
  align-items: center;
  border-radius: 20px;
}
.brand-banner-pair .atami-bastics-banner__art {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .brand-banner-pair__grid { grid-template-columns: 1fr; }
  .brand-banner-pair__grid > a { aspect-ratio: 16 / 5; }
  .brand-banner-pair .oracle-seeds-banner__copy { width: 58%; padding-inline: 30px; }
  .brand-banner-pair .oracle-seeds-banner__title { font-size: clamp(1.8rem, 5vw, 3rem); }
  .brand-banner-pair .oracle-seeds-banner__button {
    display: inline-flex;
    min-height: 38px;
    padding: 0 16px;
    font-size: .62rem;
  }
}

@media (max-width: 680px) {
  .brand-banner-pair { padding: 14px 0; }
  .brand-banner-pair__grid { gap: 14px; }
  .brand-banner-pair__grid > a { height: 120px; min-height: 120px; aspect-ratio: auto; }
  .brand-banner-pair .oracle-seeds-banner { min-height: 120px; }
  .brand-banner-pair .oracle-seeds-banner__copy {
    min-height: 120px;
    width: 64%;
    padding: 8px 8px 8px 13px;
    justify-content: center;
  }
  .brand-banner-pair .oracle-seeds-banner__brand { margin-bottom: 2px; }
  .brand-banner-pair .oracle-seeds-banner__brand img { width: 72px; max-height: 30px; }
  .brand-banner-pair .oracle-seeds-banner__kicker { display: none; }
  .brand-banner-pair .oracle-seeds-banner__title { margin-top: 3px; font-size: 1.02rem; line-height: .9; }
  .brand-banner-pair .oracle-seeds-banner__prices { gap: 3px; margin: 6px 0 0; }
  .brand-banner-pair .oracle-seeds-banner__prices b { padding: 3px 4px; font-size: .4rem; }
  .brand-banner-pair .oracle-seeds-banner__button { display: none; }
  .brand-banner-pair .oracle-seeds-banner__hero { inset: 0 0 0 auto; width: 50%; height: 100%; }
  .brand-banner-pair .oracle-seeds-banner__count { right: 7px; bottom: 7px; width: 42px; height: 42px; font-size: .3rem; }
  .brand-banner-pair .oracle-seeds-banner__count strong { font-size: .76rem; }
  .brand-banner-pair .atami-bastics-banner { height: 120px; min-height: 120px; aspect-ratio: auto; border-radius: 14px; }
  .brand-banner-pair .atami-bastics-banner__art { min-height: 0; }
  .product-zone--clean { padding-top: 24px; }
}
