/* Bundle-first storefront. Final compositions use the existing product photographs. */
.mobile-menu .mobile-menu__foot a.button { display: flex; justify-content: space-between; background: #e7edcd; color: #173c31; border-radius: var(--radius-control); min-height: 3.1rem; padding: .8rem 1rem; font-size: var(--text-xs); }
.bundle-hero { padding: clamp(2rem, 5vw, 5rem) 0 3rem; background: #f6f4ed; }
.bundle-hero__grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: 5rem; align-items: center; }
.bundle-hero h1 { margin: 1.5rem 0; font-size: var(--text-4xl); line-height: .99; letter-spacing: -.07em; }
.bundle-hero h1 em { color: #375e45; }
.bundle-hero__copy > p:not(.eyebrow) { max-width: 31rem; color: #526259; font-size: var(--text-base); line-height: 1.7; margin-bottom: 2rem; }
.bundle-hero__single { display: block; width: fit-content; margin-top: 1.2rem; padding-block: .5rem; font-size: var(--text-xs); border-bottom: 1px solid #bac4b4; }
.bundle-hero__feature { display: block; padding: 1.2rem; border: 1px solid #203d2815; border-radius: var(--radius-card); background: #e9ead5; }
.bundle-hero__note { display: flex; justify-content: space-between; font-size: var(--text-xs); letter-spacing: .015em; padding: .2rem .4rem .6rem; }
.bundle-hero__product { display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 1rem .4rem .3rem; }
.bundle-hero__product h2 { font-size: var(--text-3xl); margin: .35rem 0; letter-spacing: -.035em; }
.bundle-hero__product p { margin: 0; font-size: var(--text-xs); }
.bundle-hero__product .eyebrow { font-size: var(--text-xs); }
.bundle-hero__product > strong { flex: 0 0 auto; font-size: var(--text-xl); font-weight: 500; }
.bundle-hero__product del { display: block; text-align: right; color: #687460; font-size: var(--text-sm); }
.bundle-hero__product ins { text-decoration: none; }
.bundle-art { position: relative; width: 100%; aspect-ratio: 1.12; overflow: hidden; border-radius: var(--radius-image); background: #dce7dc; color: #173b2a; padding: 2.8rem 1.5rem 2.2rem; display: flex; align-items: center; justify-content: center; }
.bundle-art--tropical { background: #e5e4af; }
.bundle-art--winter { background: #e8c7b1; }
.bundle-art--berry { background: #e9c4d2; }
.bundle-art--gold { background: #e9d59b; }
.bundle-art--night { background: #bdcfc6; }
.bundle-art--summer { background: #f4df9e; }
.bundle-art--anniversary { background: #dfdbb8; }
.bundle-art--arctic { background: #cbdfe2; }
.bundle-art__tins { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; width: 100%; align-items: center; }
.bundle-art__tins > span { display: block; aspect-ratio: 1; overflow: hidden; border: .28rem solid #ffffffc7; border-radius: var(--radius-image); box-shadow: 0 .45rem .8rem #22362724; transform: rotate(-7deg); }
.bundle-art__tins > span:nth-child(2n) { transform: rotate(7deg); }
.bundle-art__tins > span:nth-child(3n) { transform: rotate(-2deg); }
.bundle-art .bundle-art__tins img, .woocommerce ul.products li.product .bundle-art img { width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; margin: 0; border-radius: 0; }
.bundle-art--4 .bundle-art__tins { grid-template-columns: repeat(2, minmax(0, 1fr)); width: 76%; }
.bundle-art--5 .bundle-art__tins { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.bundle-art--5 .bundle-art__tins > span { grid-column: span 2; }
.bundle-art--5 .bundle-art__tins > span:nth-child(4) { grid-column: 2 / span 2; }
.bundle-art__count { position: absolute; top: .7rem; right: .8rem; display: flex; align-items: baseline; gap: .3rem; font-size: var(--text-xl); font-weight: 500; line-height: 1; }
.bundle-art__count small { text-transform: uppercase; font-size: var(--text-xs); letter-spacing: .06em; }
.bundle-art__caption { position: absolute; bottom: .6rem; left: .6rem; right: .6rem; text-align: center; font-size: var(--text-xs); letter-spacing: .05em; }
.bundle-hero .bundle-art { padding-inline: 3rem; }
.bundle-hero .bundle-art__tins { gap: .85rem; }
.bundle-values .value-strip__inner strong { font-size: var(--text-xl); }
.bundle-card-contents { font-size: var(--text-xs); line-height: 1.5; color: #57665e; margin: .2rem 0 .65rem; min-height: 3em; }
.woocommerce ul.products li.compass-bundle-card .woocommerce-loop-product__title { min-height: 2.5em; }
.woocommerce ul.products li.compass-bundle-card .product-card__kicker { margin-top: .9rem; }
.woocommerce ul.products li.compass-bundle-card .price { font-size: var(--text-base); }
.woocommerce ul.products li.compass-bundle-card .price del { font-size: var(--text-sm); margin-right: .25rem; }
.woocommerce ul.products li.compass-bundle-card .button { background: #234638; color: #fff; }
.woocommerce ul.products li.compass-bundle-card .button:hover { background: #142e23; }
.bundle-worlds { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-bottom: 5rem; }
.bundle-world { display: flex; flex-direction: column; align-items: start; padding: 2.4rem; border-radius: var(--radius-card); background: #e8ecd9; }
.bundle-world--intense { background: #243f35; color: #f5f4e9; }
.bundle-world--pure { background: #e4d5ba; }
.bundle-world h2 { font-size: var(--text-4xl); margin: 1.3rem 0; line-height: 1.1; }
.bundle-world p { font-size: var(--text-sm); line-height: 1.7; opacity: .8; }
.bundle-world .text-link { margin-top: auto; padding-top: 1rem; color: inherit; font-size: var(--text-xs); }
.bundle-anniversary { background: #1d392e; color: #f5f4e9; }
.bundle-anniversary__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: center; }
.bundle-anniversary h2 { font-size: var(--text-4xl); }
.bundle-anniversary p:not(.eyebrow) { max-width: 31rem; font-size: var(--text-base); line-height: 1.75; color: #d4decb; }
.bundle-anniversary__buy { display: flex; align-items: center; gap: 2rem; margin-top: 2rem; }
.bundle-anniversary__buy > strong { font-size: var(--text-2xl); font-weight: 400; }
.compass-product-kind-bundle .product-stage__ingredient { display: none; }
.compass-product-kind-bundle .product-stage__visual { min-height: auto; }
.compass-product-kind-bundle .product-stage__visual .bundle-art { width: 100%; }
.compass-product-kind-bundle .product-stage__content .summary .product_title { font-size: var(--text-4xl); }
.bundle-contents { padding: 1.25rem 0; border-block: 1px solid #203d2825; margin-block: 1.4rem; }
.bundle-contents .eyebrow { margin-bottom: .75rem; }
.bundle-contents ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; margin: 0 0 .6rem; list-style: none; gap: .65rem 1rem; }
.bundle-contents li { display: flex; gap: .5rem; align-items: baseline; font-size: var(--text-sm); }
.bundle-contents li > span { font-weight: 700; white-space: nowrap; }
.bundle-contents li a { text-decoration: underline; text-decoration-color: #23463840; text-underline-offset: .18rem; }
.bundle-contents small { font-size: var(--text-xs); color: #57665e; }
.bundle-ingredients details { border-bottom: 1px solid #203d2825; padding-block: 1rem; }
.bundle-ingredients summary { font-size: var(--text-base); font-weight: 600; }
.bundle-ingredients details > div { padding-top: 1rem; }
@media (max-width: 1050px) {
  .bundle-hero__grid, .bundle-anniversary__grid { gap: 2.5rem; }
  .bundle-world { padding: 1.7rem; }
}
@media (max-width: 760px) {
  .bundle-hero { padding-block: 2rem; }
  .bundle-hero__grid { grid-template-columns: 1fr; gap: 2rem; }
  .bundle-hero h1 { font-size: var(--text-4xl); margin: 1.1rem 0; }
  .bundle-hero__copy > p:not(.eyebrow) { font-size: var(--text-base); line-height: 1.65; margin-bottom: 1.4rem; }
  .bundle-hero__copy > .eyebrow { font-size: var(--text-xs); }
  .bundle-hero__single { margin-top: .7rem; }
  .bundle-hero__feature { padding: .8rem; }
  .bundle-hero .bundle-art { aspect-ratio: 1.35; padding-inline: 2.4rem; }
  .bundle-hero__product h2 { font-size: var(--text-xl); }
  .bundle-hero__product > strong { font-size: var(--text-lg); }
  .bundle-hero__product p:not(.eyebrow) { font-size: var(--text-xs); }
  .bundle-worlds { grid-template-columns: 1fr; padding-bottom: 3.5rem; }
  .bundle-world { padding: 1.8rem; }
  .bundle-world h2 { font-size: var(--text-3xl); }
  .bundle-anniversary__grid { grid-template-columns: 1fr; gap: 2rem; }
  .bundle-anniversary__buy { gap: 1rem; flex-wrap: wrap; }
  .bundle-anniversary__buy .button { font-size: var(--text-xs); }
  .bundle-art { padding: 2.3rem .8rem 1.7rem; }
  .bundle-art__tins { gap: .35rem; }
  .bundle-art__tins > span { border-width: .18rem; }
  .bundle-art__count { font-size: var(--text-lg); top: .65rem; }
  .bundle-art__caption { font-size: var(--text-xs); }
  .bundle-card-contents { font-size: var(--text-xs); min-height: 4.5em; }
  .woocommerce ul.products li.compass-bundle-card .button { font-size: var(--text-xs); padding-inline: .3rem; gap: .3rem; }
  .woocommerce ul.products li.compass-bundle-card .button .dashicons { display: none; }
  .woocommerce ul.products li.compass-bundle-card .woocommerce-loop-product__title { font-size: var(--text-base); }
  .compass-product-kind-bundle .product-stage__visual { max-width: 30rem; margin-inline: auto; width: 100%; }
  .compass-product-kind-bundle .product-stage__content .summary .product_title { font-size: var(--text-4xl); }
  .bundle-contents li { font-size: var(--text-xs); }
}
@media (prefers-reduced-motion: reduce) { .bundle-art * { transition: none; } }
