

.store-setup-banner {
  background: rgba(255, 200, 100, 0.07);
  border: 1px dashed rgba(255, 200, 100, 0.4);
  color: rgba(255, 220, 160, 0.9);
  font-size: 0.85rem;
  line-height: 1.7;
  padding: 14px 20px;
  margin: 0 6vw 40px;
}

.store-section { padding: 60px 6vw 30px; }
.store-section .sec-head { max-width: 1240px; margin: 0 auto 36px; }
.store-section .sec-head p { color: rgba(255,255,255,0.6); font-size: 0.95rem; line-height: 1.8; max-width: 700px; margin-top: 10px; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  max-width: 1240px;
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--accent, #2e7d6b);
  background: rgba(255, 255, 255, 0.015);
  padding: 28px 26px 22px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.3s ease, transform 0.3s ease, background 0.3s ease;
}
.product-card:hover {
  border-color: rgba(255, 255, 255, 0.32);
  border-top-color: var(--accent, #2e7d6b);
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.03);
}

.product-card .pc-type {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent, #2e7d6b);
  margin-bottom: 12px;
}
.product-card h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.22rem;
  line-height: 1.3;
  color: var(--sfa-white);
  margin-bottom: 6px;
}
.product-card .pc-variant { font-size: 0.85rem; color: rgba(255,255,255,0.55); }
.product-card .pc-subtitle { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.product-card .pc-blurb {
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.62);
  margin: 8px 0 20px;
  flex: 1;
}
.product-card .pc-footer {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 16px;
}
.product-card .pc-price {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--sfa-white);
}
.pc-price-tbc { font-size: 0.85rem !important; color: rgba(255, 220, 160, 0.85) !important; font-family: var(--font-body) !important; }
.product-card .pc-cta { font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.product-card:hover .pc-cta { color: var(--sfa-white); }
.product-hero { border-bottom: 2px solid var(--accent, #2e7d6b); }
.pd-type {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--accent, #2e7d6b); margin-bottom: 14px;
}
.pd-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 60px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}
.pd-main p { font-size: 1rem; line-height: 1.9; color: rgba(255,255,255,0.72); margin-bottom: 18px; }
.pd-includes-h { font-family: var(--font-display); font-weight: 400; font-size: 1.3rem; color: var(--sfa-white); margin: 30px 0 14px; }
.pd-includes { list-style: none; padding: 0; }
.pd-includes li {
  font-size: 0.95rem; line-height: 1.8; color: rgba(255,255,255,0.7);
  padding: 9px 0 9px 26px; position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.pd-includes li::before { content: '\2713'; position: absolute; left: 0; color: var(--accent, #2e7d6b); }

.pd-buybox {
  border: 1px solid rgba(255,255,255,0.14);
  border-top: 2px solid var(--accent, #2e7d6b);
  background: rgba(255,255,255,0.02);
  padding: 30px 28px;
  position: sticky;
  top: 96px;
}
.pd-price { font-family: var(--font-display); font-size: 2.2rem; color: var(--sfa-white); }
.pd-buybox .pc-price-tbc { font-size: 1.05rem !important; }
.pd-price-note { font-size: 0.8rem; color: rgba(255,255,255,0.5); margin-top: 6px; }
.pd-duration { font-size: 0.85rem; color: rgba(255,255,255,0.65); margin-top: 12px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.08); }

.variant-row { display: flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
.variant-pill {
  font-size: 0.78rem; color: rgba(255,255,255,0.7); text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25); border-radius: 30px; padding: 8px 16px;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.variant-pill.active, .variant-pill:hover { border-color: var(--accent, #2e7d6b); color: var(--sfa-white); }

.btn-buy {
  display: block; width: 100%;
  margin-top: 22px;
  font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: #0d1b2a; background: var(--sfa-white);
  border: none; padding: 17px 20px; cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
}
.btn-buy:hover { background: var(--sfa-cream); transform: translateY(-2px); }
.btn-buy:disabled { opacity: 0.6; cursor: wait; transform: none; }

.btn-secondary {
  display: block; text-align: center; margin-top: 12px;
  font-size: 0.8rem; color: rgba(255,255,255,0.7); text-decoration: none;
  border: 1px solid rgba(255,255,255,0.25); padding: 12px 16px;
  transition: border-color 0.25s ease, color 0.25s ease;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.5); color: var(--sfa-white); }

.pd-secure { font-size: 0.72rem; line-height: 1.7; color: rgba(255,255,255,0.42); margin-top: 16px; }

.checkout-notice {
  margin-top: 18px;
  border: 1px solid rgba(255, 200, 100, 0.5);
  background: rgba(255, 200, 100, 0.08);
  color: rgba(255, 230, 190, 0.95);
  font-size: 0.85rem; line-height: 1.75;
  padding: 16px 18px;
}
.checkout-notice a { color: var(--sfa-white); }
.checkout-notice .notice-detail { display: block; margin-top: 10px; font-size: 0.7rem; color: rgba(255,255,255,0.4); }

@media (max-width: 980px) {
  .product-grid { grid-template-columns: 1fr 1fr; }
  .pd-grid { grid-template-columns: 1fr; gap: 40px; }
  .pd-buybox { position: static; }
}
@media (max-width: 620px) {
  .product-grid { grid-template-columns: 1fr; }
}

.product-card .pc-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,0.08);
}
.product-card .pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.product-card:hover .pc-media img { transform: scale(1.04); }
.product-visual {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 36px;
  border: 1px solid rgba(255,255,255,0.12);
}
.product-visual.is-book {
  aspect-ratio: auto;
  object-fit: contain;
  max-width: 340px;
  background: rgba(255,255,255,0.03);
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}
.pd-book-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin: 0 0 30px; padding: 20px 22px; border: 1px solid rgba(255,255,255,0.10); background: rgba(255,255,255,0.02); }
.pd-book-facts div { font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.72); }
.pd-book-facts b { display: block; font-size: 0.68rem; letter-spacing: 1.6px; text-transform: uppercase; color: rgba(255,255,255,0.45); font-weight: 500; }
@media (max-width: 600px) { .pd-book-facts { grid-template-columns: 1fr; } }

.product-card .pc-soon { display: inline-block; margin: 0 0 10px; padding: 4px 10px; font-size: 0.68rem; letter-spacing: 1.4px; text-transform: uppercase; color: rgba(255, 220, 160, 0.9); border: 1px solid rgba(255, 220, 160, 0.4); border-radius: 20px; }
.btn-buy.is-soon { background: rgba(255,255,255,0.08) !important; color: rgba(255,255,255,0.6) !important; cursor: default; pointer-events: none; text-align: center; display: block; transform: none !important; box-shadow: none !important; }

/* Book detail: cover held beside the facts and copy instead of stacked down the page */
@media (min-width: 861px) { .pd-grid-book { grid-template-columns: 2fr 0.85fr; gap: 48px; } }
.pd-main-book { display: grid; grid-template-columns: 290px minmax(0, 1fr); column-gap: 44px; align-items: start; }
.pd-main-book > * { grid-column: 2; }
.pd-main-book > .product-visual.is-book {
  grid-column: 1; grid-row: 1 / 60; position: sticky; top: 100px;
  max-width: 290px; margin: 0; padding: 16px;
}
.pd-main-book > .pd-book-facts { margin: 0 0 24px; padding: 18px 20px; }
.pd-main-book > p { margin-bottom: 14px; }
.pd-main-book > .pd-includes-h { margin: 22px 0 12px; }
.pd-main-book > .pd-includes li { padding: 8px 0; }
@media (max-width: 860px) {
  .pd-main-book { display: block; }
  .pd-main-book > .product-visual.is-book { position: static; margin: 0 auto 26px; display: block; }
}
