.embark-bundles{--eb-red:#a92d1f;--eb-orange:#e55a20;--eb-gold:#f4b51c;--eb-cream:#fff6e8;--eb-ink:#26160e;background:var(--eb-cream);color:var(--eb-ink);padding:clamp(72px,9vw,130px) 0;scroll-margin-top:120px}.embark-bundles__header{max-width:850px;margin:0 auto 42px;text-align:center}.embark-bundles__eyebrow{margin:0 0 12px;font-size:12px;font-weight:900;letter-spacing:.18em;color:var(--eb-orange)}.embark-bundles__header h2{margin:0;font-size:clamp(48px,7vw,92px);line-height:.95;color:var(--eb-red)}.embark-bundles__header .rte{font-size:18px;margin-top:20px}.embark-bundles__tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:38px}.embark-bundles__tabs button{border:1px solid rgba(38,22,14,.18);background:#fff;color:var(--eb-ink);border-radius:999px;padding:12px 20px;font:inherit;font-weight:800;cursor:pointer}.embark-bundles__tabs button.is-active{background:var(--eb-red);color:#fff;border-color:var(--eb-red)}.embark-bundles__grid,.embark-packs__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.embark-bundle-card,.embark-pack-card{background:#fff;border:1px solid rgba(38,22,14,.1);border-radius:28px;overflow:hidden;box-shadow:0 18px 45px rgba(83,42,20,.1);position:relative}.embark-bundle-card__media{position:relative;aspect-ratio:4/3;background:#f4e6d5;overflow:hidden}.embark-bundle-card__media img,.embark-pack-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.embark-bundle-card:hover .embark-bundle-card__media img{transform:scale(1.035)}.embark-bundle-card__badge,.embark-pack-card__badge{position:absolute;z-index:2;top:16px;left:16px;background:var(--eb-gold);color:var(--eb-ink);padding:8px 12px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.1em}.embark-bundle-card__body,.embark-pack-card{padding:24px}.embark-bundle-card__body h3,.embark-pack-card h3{font-size:30px;line-height:1.05;margin:0 0 10px;color:var(--eb-red)}.embark-bundle-card__body>p,.embark-pack-card>p{margin:0 0 14px;color:rgba(38,22,14,.72)}.embark-bundle-card__saving{display:inline-flex;background:#fff2cf;color:#765108;border-radius:999px;padding:8px 12px;font-weight:850;margin:4px 0 18px}.embark-bundle-card__items{display:grid;gap:10px}.embark-bundle-item{border-top:1px solid rgba(38,22,14,.1);padding-top:12px}.embark-bundle-item__name{display:block;font-weight:850;margin-bottom:7px}.embark-bundle-item__label{display:block;font-size:12px;font-weight:800;margin:0 0 5px}.embark-bundle-item select,.embark-pack-card select,.embark-builder-product select,.embark-builder-product input{width:100%;min-height:44px;border:1px solid rgba(38,22,14,.2);border-radius:12px;background:#fff;padding:10px 12px;color:var(--eb-ink)}.embark-bundle-card__button{width:100%;min-height:52px;border:0;border-radius:999px;background:var(--eb-red);color:#fff;padding:14px 20px;font:inherit;font-weight:900;letter-spacing:.04em;cursor:pointer;margin-top:18px}.embark-bundle-card__button[disabled]{opacity:.55;cursor:wait}.embark-bundle-card__error{color:#a31d13;font-size:13px;font-weight:800;margin:10px 0 0}.embark-pack-card{display:flex;flex-direction:column;align-items:flex-start}.embark-pack-card img,.embark-pack-card svg{height:250px;object-fit:contain;background:#f8eee2;border-radius:20px;margin-bottom:20px}.embark-pack-card strong{color:var(--eb-red);margin-bottom:12px}.embark-builder{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:34px;background:#fff;border-radius:30px;padding:clamp(24px,4vw,50px);box-shadow:0 18px 45px rgba(83,42,20,.1)}.embark-builder__intro h3{font-size:clamp(38px,4vw,62px);line-height:1;margin:0 0 18px;color:var(--eb-red)}.embark-builder__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.embark-builder-product{border:1px solid rgba(38,22,14,.1);border-radius:20px;padding:16px}.embark-builder-product img{width:100%;height:160px;object-fit:contain}.embark-builder-product h4{font-size:18px;margin:10px 0}.embark-builder-product__controls{display:grid;gap:8px}.embark-builder-product__controls label{font-size:12px;font-weight:800}.embark-builder__footer{grid-column:2;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.embark-builder__footer .embark-bundle-card__button{width:auto;min-width:230px;margin:0 0 0 auto}@media(max-width:989px){.embark-bundles__grid{grid-template-columns:1fr 1fr}.embark-packs__grid{grid-template-columns:1fr 1fr}.embark-builder{grid-template-columns:1fr}.embark-builder__footer{grid-column:1}}@media(max-width:749px){.embark-bundles{padding:64px 0;scroll-margin-top:90px}.embark-bundles__header h2{font-size:48px}.embark-bundles__tabs{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.embark-bundles__tabs button{white-space:nowrap}.embark-bundles__grid,.embark-packs__grid,.embark-builder__products{grid-template-columns:1fr}.embark-builder__footer{display:grid}.embark-builder__footer .embark-bundle-card__button{width:100%;margin:0}.embark-bundle-card__body h3,.embark-pack-card h3{font-size:27px}}


html {
  scroll-behavior: smooth;
}

#shop-bundles {
  scroll-margin-top: 120px;
}
