:root { --shop-green: #79c714; --shop-gold: #d7b45b; --shop-night: #070908; }

.shop-page { background: var(--shop-night); color: #f6f7f2; }
.shop-page main { overflow: hidden; }
@media (min-width: 1081px) {
  .shop-page .site-header { height: 87px; min-height: 87px; max-height: 87px; }
  .nav-fixed body.shop-page { padding-top: 87px; }
}
.shop-kicker { margin: 0 0 1rem; color: var(--shop-gold); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.shop-hero { position: relative; display: grid; grid-template-columns: minmax(0, .98fr) minmax(390px, 1.02fr); gap: clamp(28px, 4vw, 72px); align-items: center; min-height: 690px; padding: clamp(72px, 9vw, 130px) max(24px, calc((100vw - 1240px) / 2)); background: radial-gradient(circle at 80% 38%, rgba(94, 166, 19, .19), transparent 30%), linear-gradient(135deg, #050706 0%, #090d0a 58%, #10170b 100%); border-bottom: 1px solid rgba(255,255,255,.1); }
.shop-hero__copy { position: relative; z-index: 2; max-width: 720px; }
.shop-hero h1 { max-width: 690px; margin: 0; font-size: clamp(4rem, 6.35vw, 6.25rem); line-height: .88; letter-spacing: -.07em; }
.shop-hero h1 span { color: var(--shop-green); }
.shop-lede { max-width: 620px; margin: 2rem 0; color: #c4c9c3; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.75; }
.shop-button, .amazon-button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 52px; padding: .85rem 1.35rem; border-radius: 999px; background: var(--shop-green); color: #091005; font-size: .78rem; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.shop-button:hover, .shop-button:focus-visible, .amazon-button:hover, .amazon-button:focus-visible { transform: translateY(-2px); background: #92e52b; }
.shop-hero__visual { position: relative; display: grid; place-items: center; min-height: 500px; }
.shop-hero__visual img { position: relative; z-index: 2; width: min(78%, 440px); border-radius: 50%; mix-blend-mode: screen; filter: drop-shadow(0 28px 50px rgba(0,0,0,.5)); transform: rotate(-8deg); }
.shop-hero__ring { position: absolute; border: 1px solid rgba(121,199,20,.24); border-radius: 50%; }
.shop-hero__ring--one { width: 78%; aspect-ratio: 1; }
.shop-hero__ring--two { width: 58%; aspect-ratio: 1; box-shadow: 0 0 80px rgba(121,199,20,.12); }
.shop-hero__tag { position: absolute; z-index: 3; right: 0; bottom: 10%; padding: .85rem 1rem; border: 1px solid rgba(255,255,255,.15); background: rgba(7,9,8,.86); color: #fff; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(10px); }
.product-section { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 7vw, 100px); align-items: center; max-width: 1240px; margin: 0 auto; padding: clamp(80px, 10vw, 140px) 24px; }
.product-gallery { position: relative; padding: clamp(24px, 5vw, 56px); background: #f2f1ed; color: #151914; }
.product-gallery img { display: block; width: 100%; height: auto; }
.product-gallery__badge { position: absolute; z-index: 2; top: 18px; left: 18px; margin: 0; padding: .45rem .65rem; border-radius: 999px; background: #0d120b; color: #fff; font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-gallery__caption { margin: 1rem 0 0; color: #62675f; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.product-copy h2 { max-width: 760px; margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; }
.product-summary { max-width: 680px; margin: 1.5rem 0 1.75rem; color: #bec4bd; font-size: 1.05rem; line-height: 1.75; }
.product-features { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.product-features li { display: grid; grid-template-columns: minmax(160px, .55fr) 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.product-features strong { color: #fff; }
.product-features span { color: #989f98; }
.product-buy { margin-top: 2rem; }
.amazon-button { background: #f5b942; color: #161005; }
.amazon-button:hover, .amazon-button:focus-visible { background: #ffd16f; }
.product-buy p { max-width: 560px; margin: .9rem 0 0; color: #8f978e; font-size: .75rem; line-height: 1.55; }
.product-buy p strong { color: #cbd1c9; }
.shop-promise { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: end; max-width: 1240px; margin: 0 auto clamp(80px, 10vw, 140px); padding: clamp(38px, 5vw, 68px); border: 1px solid rgba(121,199,20,.25); background: linear-gradient(125deg, rgba(121,199,20,.11), rgba(255,255,255,.025)); }
.shop-promise h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .95; letter-spacing: -.05em; }
.shop-promise > p { max-width: 640px; margin: 0; color: #bcc3ba; font-size: 1.08rem; line-height: 1.8; }
.shop-page .site-footer { border-top-color: rgba(255,255,255,.12); background: #050605; color: #fff; }

@media (max-width: 900px) {
  .shop-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 88px; }
  .shop-hero__visual { min-height: 420px; }
  .shop-hero__tag { right: 5%; }
  .product-section { grid-template-columns: 1fr; }
  .product-gallery { max-width: 640px; }
  .shop-promise { grid-template-columns: 1fr; margin-right: 24px; margin-left: 24px; }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .shop-hero { grid-template-columns: minmax(0, .92fr) minmax(350px, 1.08fr); }
  .shop-hero h1 { font-size: clamp(3.8rem, 6.7vw, 5.2rem); }
}

@media (max-width: 560px) {
  .shop-hero { padding-right: 20px; padding-left: 20px; }
  .shop-hero h1 { font-size: clamp(2.9rem, 14.5vw, 5.1rem); }
  .shop-hero__visual { min-height: 330px; }
  .shop-hero__tag { right: 0; bottom: 2%; }
  .product-section { padding-right: 18px; padding-left: 18px; }
  .product-features li { grid-template-columns: 1fr; gap: .25rem; }
  .amazon-button { width: 100%; text-align: center; }
  .shop-promise { gap: 1.5rem; margin-right: 18px; margin-left: 18px; padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .shop-button, .amazon-button { transition: none; }
  .product-card__urgency { animation: none; }
}

/* Compact collection presentation: one live item, three honest previews. */
.shop-hero { grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); min-height: 570px; padding-top: clamp(64px, 7vw, 96px); padding-bottom: clamp(64px, 7vw, 96px); }
.shop-hero__visual { min-height: 390px; }
.shop-hero__visual img { width: min(70%, 315px); }
.collection-section { max-width: 1240px; margin: 0 auto; padding: clamp(72px, 8vw, 110px) 24px; }
.collection-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; margin-bottom: 2rem; }
.collection-heading h2 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: .94; letter-spacing: -.055em; }
.collection-heading > p { max-width: 500px; margin: 0; color: #aeb5ad; font-size: 1rem; line-height: 1.7; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #0e110e; }
.product-card__media, .product-card__placeholder { position: relative; display: grid; place-items: center; aspect-ratio: 1 / .9; overflow: hidden; background: #f1f0eb; }
.product-card__media img { display: block; width: 78%; height: 78%; object-fit: contain; }
.product-card__status { position: absolute; z-index: 2; top: 14px; left: 14px; padding: .42rem .6rem; border-radius: 999px; background: #0c1109; color: #fff; font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card__urgency { position: absolute; z-index: 3; right: 4%; bottom: 5%; display: block; color: #e51f2b; font-size: clamp(.82rem, 1.25vw, 1.08rem); font-weight: 950; letter-spacing: -.035em; line-height: .82; text-align: center; text-transform: uppercase; transform: rotate(-8deg); -webkit-text-stroke: 1px #9f0711; text-shadow: 0 2px 0 rgba(255,255,255,.95), 0 4px 8px rgba(105,0,8,.22); animation: limited-quantity-pulse 1.65s cubic-bezier(.4,0,.2,1) infinite; }
@keyframes limited-quantity-pulse { 0%, 100% { transform: rotate(-8deg) scale(.94); } 50% { transform: rotate(-8deg) scale(1.08); } }
@media (prefers-reduced-motion: reduce) { .product-card__urgency { animation: none; } }
.product-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 1.2rem; }
.product-card__type { margin: 0 0 .55rem!important; color: var(--shop-gold)!important; font-size: .65rem!important; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-size: 1.25rem; line-height: 1.12; letter-spacing: -.025em; }
.product-card__body > p:not(.product-card__type) { margin: .8rem 0 1.2rem; color: #90988f; font-size: .84rem; line-height: 1.55; }
.product-card .amazon-button { min-height: 44px; margin-top: auto; padding: .7rem 1rem; font-size: .68rem; }
.product-card--soon { background: linear-gradient(145deg, #101410, #090b09); }
.product-card__placeholder { background: radial-gradient(circle at 50% 45%, rgba(121,199,20,.14), transparent 36%), repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 2px, transparent 2px 14px), #0b0e0b; }
.product-card__placeholder::before { content: ""; position: absolute; width: 52%; aspect-ratio: 1; border: 1px solid rgba(121,199,20,.32); border-radius: 50%; box-shadow: 0 0 50px rgba(121,199,20,.08); }
.product-card__placeholder span { position: relative; z-index: 1; display: grid; place-items: center; color: rgba(121,199,20,.76); font-size: 2.5rem; font-weight: 950; letter-spacing: -.08em; }
.product-card__placeholder--cap span { width: 90px; height: 46px; border: 2px solid rgba(121,199,20,.68); border-radius: 46px 46px 12px 12px; }
.product-card__placeholder--cap span::after { content: ""; position: absolute; right: -34px; bottom: -2px; width: 56px; height: 16px; border: 2px solid rgba(121,199,20,.68); border-left: 0; border-radius: 0 100% 20% 0; transform: rotate(8deg); }
.product-card__placeholder--cover span { width: 76px; height: 118px; border: 2px solid rgba(121,199,20,.68); border-radius: 45% 45% 25% 25%; font-size: 1.8rem; }
.product-card__placeholder--towel span { width: 88px; height: 116px; border: 2px solid rgba(121,199,20,.68); border-radius: 6px; font-size: 1.45rem; }
.product-card__placeholder--mystery span { width: 92px; height: 92px; border: 1px solid rgba(121,199,20,.52); border-radius: 50%; background: rgba(121,199,20,.05); font-size: 1.6rem; letter-spacing: -.06em; box-shadow: 0 0 45px rgba(121,199,20,.12); }
.product-card__preview { position: relative; display: grid; place-items: center; aspect-ratio: 1 / .9; overflow: hidden; background: #080a08; }
.product-card__preview::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,7,5,.42), rgba(5,7,5,.76)); content: ""; }
.product-card__preview img { display: block; width: 100%; height: 100%; object-fit: cover; opacity: .42; filter: grayscale(1) brightness(.36) contrast(.8) blur(2px); transform: scale(1.025); }
.product-card__preview span { position: absolute; z-index: 1; padding: .58rem .78rem; border: 1px solid rgba(169,216,116,.42); border-radius: 999px; background: rgba(5,8,5,.78); color: #b9df8d; font-size: .66rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 10px 30px rgba(0,0,0,.4); }
.coming-soon { display: inline-flex; margin-top: auto; padding: .48rem .66rem; border: 1px solid rgba(121,199,20,.35); border-radius: 999px; color: #a9d874; font-size: .63rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.collection-checkout-note { max-width: 720px; margin: 1rem 0 0; color: #8f978e; font-size: .75rem; line-height: 1.55; }
.collection-checkout-note strong { color: #cbd1c9; }

@media (max-width: 900px) {
  .shop-hero { grid-template-columns: 1fr; min-height: auto; }
  .shop-hero__visual { min-height: 340px; }
  .collection-heading { grid-template-columns: 1fr; gap: 1rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .shop-hero__visual { min-height: 290px; }
  .shop-hero__visual img { width: min(68%, 250px); }
  .collection-section { padding-right: 18px; padding-left: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card__media, .product-card__placeholder, .product-card__preview { aspect-ratio: 1.25 / 1; }
}

/* Shared Infinite18 rhythm: keep the shop's art direction on the site-wide grid. */
.shop-hero {
  padding-right: max(var(--i18-gutter), calc((100vw - var(--i18-shell)) / 2));
  padding-left: max(var(--i18-gutter), calc((100vw - var(--i18-shell)) / 2));
}

.collection-section,
.product-section,
.shop-promise {
  width: min(var(--i18-shell), calc(100% - (var(--i18-gutter) * 2)));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.collection-section,
.product-section { padding: var(--i18-section-space) 0; }
.collection-heading { gap: clamp(20px, 4vw, 48px); margin-bottom: clamp(24px, 3vw, 36px); }
.product-grid { gap: var(--i18-card-gap); }
.product-card,
.product-gallery,
.shop-promise { overflow: hidden; border-radius: var(--i18-card-radius); }
.product-card__body { padding: var(--i18-card-pad); }
.shop-promise { gap: clamp(24px, 4vw, 48px); margin-bottom: var(--i18-section-space); padding: var(--i18-card-pad); }
.shop-button,
.amazon-button,
.product-card .amazon-button { min-height: var(--i18-control-height); padding: 12px 20px; line-height: 1.15; }

@media (max-width: 560px) {
  .shop-hero { padding-right: var(--i18-gutter); padding-left: var(--i18-gutter); }
  .collection-section,
  .product-section,
  .shop-promise { width: calc(100% - (var(--i18-gutter) * 2)); }
  .amazon-button,
  .shop-button { width: 100%; }
}
