/* p80band theme — hero band with scroll-snap carousel, price strip, packs table. Home page only. */
:root { --bd-ink: #1A1A1A; --bd-accent: #F2B705; --bd-paper: #FFFFFF; --bd-surface: #F5F5F3; --bd-text: #1F1F1F; --bd-muted: #666; --bd-line: #E2E2DE;
  --bd-display: 'Archivo', 'Segoe UI', system-ui, sans-serif; --bd-body: 'Nunito Sans', 'Segoe UI', system-ui, sans-serif; }
.bd-eyebrow { font-family: var(--bd-body); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--bd-accent); margin-bottom: 8px; }
.bd-hero { background: var(--bd-ink); color: #fff; font-family: var(--bd-body); padding: 48px 0 32px; }
.bd-hero-top { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 28px; }
.bd-hero h1 { font-family: var(--bd-display); font-weight: 800; font-size: clamp(2rem, 4.6vw, 3.6rem); line-height: 1; letter-spacing: -.02em; margin: 0 0 12px; max-width: 16ch; text-wrap: balance; }
.bd-lead { color: rgba(255,255,255,.75); max-width: 56ch; margin: 0; line-height: 1.55; }
.bd-hero-side { display: grid; grid-template-columns: auto auto; gap: 12px 20px; align-items: end; }
.bd-stat { display: flex; flex-direction: column; }
.bd-stat span { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.bd-stat b { font-family: var(--bd-display); font-size: 2rem; font-weight: 800; color: var(--bd-accent); line-height: 1; font-variant-numeric: tabular-nums; }
.bd-btn { grid-column: 1 / -1; display: inline-flex; justify-content: center; padding: 13px 22px; background: var(--bd-accent); color: var(--bd-ink); font-weight: 800; text-decoration: none; border-radius: 4px; font-family: var(--bd-display); }
.bd-btn:hover { filter: brightness(1.08); }
.bd-btn:focus-visible, .bd-slide:focus-visible, .bd-card:focus-visible { outline: 3px solid var(--bd-accent); outline-offset: 3px; }
.bd-scroller { position: relative; }
.bd-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: thin; scrollbar-color: var(--bd-accent) transparent; }
.bd-slide { flex: 0 0 240px; scroll-snap-align: start; display: flex; flex-direction: column; gap: 6px; background: #fff; color: var(--bd-text); text-decoration: none; padding: 12px; border-radius: 6px; transition: transform .15s; }
.bd-slide:hover { transform: translateY(-3px); }
.bd-slide-img { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.bd-slide-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.bd-slide-title { font-size: .9rem; font-weight: 600; line-height: 1.3; }
.bd-slide-price { font-family: var(--bd-display); font-weight: 800; font-size: 1.15rem; color: var(--bd-ink); }
.bd-scroll-hint { position: absolute; right: 0; top: -26px; font-size: 12px; color: rgba(255,255,255,.55); letter-spacing: .06em; text-transform: uppercase; }
.bd-strip { background: var(--bd-accent); color: var(--bd-ink); font-family: var(--bd-body); }
.bd-strip-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 12px 0; font-size: .92rem; }
.bd-strip-row b { font-weight: 800; }
.bd-block { padding: 52px 0; background: var(--bd-paper); color: var(--bd-text); font-family: var(--bd-body); }
.bd-block.alt { background: var(--bd-surface); }
.bd-block h2 { font-family: var(--bd-display); font-weight: 800; font-size: clamp(1.5rem, 2.8vw, 2.1rem); line-height: 1.1; letter-spacing: -.015em; color: var(--bd-ink); margin: 0; }
.bd-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 22px; flex-wrap: wrap; }
.bd-more { color: var(--bd-ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--bd-accent); }
.bd-tablewrap { overflow-x: auto; border: 1px solid var(--bd-line); }
.bd-packs { width: 100%; min-width: 640px; border-collapse: collapse; font-size: 15px; }
.bd-packs th, .bd-packs td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--bd-line); }
.bd-packs thead th { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--bd-muted); background: var(--bd-surface); }
.bd-packs tbody th { font-family: var(--bd-display); font-weight: 700; color: var(--bd-ink); white-space: nowrap; }
.bd-packs .num { text-align: right; font-variant-numeric: tabular-nums; font-weight: 700; }
.bd-packs td a { color: var(--bd-ink); font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--bd-accent); white-space: nowrap; }
.bd-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bd-card { display: flex; flex-direction: column; gap: 6px; background: var(--bd-paper); border: 1px solid var(--bd-line); padding: 14px; text-decoration: none; color: var(--bd-text); border-radius: 6px; position: relative; transition: border-color .15s; }
.bd-card:hover { border-color: var(--bd-ink); }
.bd-card-fit { position: absolute; top: 10px; left: 10px; background: var(--bd-ink); color: var(--bd-accent); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; padding: 4px 8px; border-radius: 3px; }
.bd-card-img { aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center; padding: 18px 8px 4px; }
.bd-card-img img { max-width: 100%; max-height: 100%; object-fit: contain; }
.bd-card-title { font-weight: 600; font-size: .95rem; line-height: 1.35; }
.bd-card-price { font-family: var(--bd-display); font-weight: 800; font-size: 1.2rem; color: var(--bd-ink); }
.bd-intro h2 { margin-bottom: 12px; }
.bd-intro p { line-height: 1.65; font-size: 1.03rem; max-width: 68ch; }
.container.narrow { max-width: 800px; }
.bd-two { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.bd-cats, .bd-guides { display: flex; flex-direction: column; gap: 6px; }
.bd-cats a, .bd-guides a { color: var(--bd-ink); text-decoration: none; font-weight: 600; padding: 8px 0; border-bottom: 1px solid var(--bd-line); }
.bd-cats a span { color: var(--bd-muted); font-weight: 400; float: right; }
.bd-cats a:hover, .bd-guides a:hover { color: var(--bd-accent); }
.homepage-faq .faq-item { border-bottom: 1px solid var(--bd-line); padding: 14px 0; }
.homepage-faq summary { font-weight: 700; cursor: pointer; list-style: none; position: relative; padding-right: 28px; color: var(--bd-ink); }
.homepage-faq summary::-webkit-details-marker { display: none; }
.homepage-faq summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-size: 1.5rem; color: var(--bd-accent); font-weight: 300; }
.homepage-faq details[open] summary::after { content: "–"; }
.homepage-faq .faq-answer { padding-top: 8px; color: var(--bd-muted); line-height: 1.6; }
@media (max-width: 900px) { .bd-hero-top { grid-template-columns: 1fr; } .bd-strip-row { grid-template-columns: repeat(2, 1fr); } .bd-grid { grid-template-columns: repeat(2, 1fr); } .bd-two { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .bd-grid { grid-template-columns: 1fr; } .bd-slide { flex-basis: 200px; } }
@media (prefers-reduced-motion: reduce) { .bd-slide, .bd-card { transition: none; } }
