/* ─── Shop Hero ──────────────────────────────────────── */
.shop-hero {
  position: relative;
  min-height: 40vh;
  display: flex;
  align-items: center;
  padding: 8rem 2.5rem 4rem;
  overflow: hidden;
  background: var(--cream);
}

.shop-hero-inner { position: relative; z-index: 2; max-width: 680px; }

.shop-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.1;
  margin: 0.75rem 0;
}

.shop-tagline {
  font-size: 1.15rem;
  color: var(--stone);
  line-height: 1.65;
}

.hero-atmosphere .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
}
.hero-atmosphere .blob-1 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #c6d4b0 0%, transparent 70%);
  top: -60px; right: -60px;
}
.hero-atmosphere .blob-2 {
  width: 250px; height: 250px;
  background: radial-gradient(circle, #dceed2 0%, transparent 70%);
  bottom: 40px; right: 80px;
}

/* ─── Product Section ─────────────────────────────────── */
.product-section {
  padding: 4rem 2.5rem 6rem;
  background: var(--cream-mid);
}

.product-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.product-image-wrap {
  display: flex;
  justify-content: center;
}

.product-image {
  width: 100%;
  max-width: 380px;
  border-radius: 4px;
  box-shadow: 0 8px 40px rgba(44,74,30,0.18);
}

.product-name {
  font-size: 2rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.product-description {
  font-size: 1.1rem;
  color: var(--stone);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.product-meta {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 1.5rem;
}

.meta-item { padding: 0 1.5rem; }
.meta-item:first-child { padding-left: 0; }

.meta-value {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--green-deep);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.meta-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--stone);
}

.meta-sep {
  width: 1px;
  height: 2.5rem;
  background: var(--cream-mid);
  flex-shrink: 0;
}

.product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.5rem;
}

/* ─── Pricing Block ───────────────────────────────────── */
.pricing-block {
  background: var(--cream);
  border: 1px solid var(--cream-mid);
  border-radius: 6px;
  padding: 2rem;
}

.purchase-option {
  border: 1px solid var(--cream-mid);
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  transition: border-color 0.15s;
}

.purchase-option:hover { border-color: var(--green-pale); }

.subscribe-option {
  background: var(--green-light);
}

.option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.option-label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--ink);
  cursor: pointer;
}

.option-label input[type="checkbox"] {
  margin-right: 0.5rem;
  accent-color: var(--green-deep);
}

.option-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--green-deep);
}

.save-badge {
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  background: var(--green-deep);
  color: var(--cream);
  padding: 0.15rem 0.5rem;
  border-radius: 2rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.option-sub {
  font-family: 'DM Mono', monospace;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  color: var(--stone);
}

.cta-button {
  width: 100%;
  background: var(--ink);
  color: var(--cream);
  font-family: 'DM Mono', monospace;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1.1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin: 1.25rem 0 0.75rem;
  transition: background 0.15s;
}

.cta-button:hover { background: var(--green-deep); }
.cta-button:disabled { opacity: 0.6; cursor: not-allowed; }

.cta-note {
  text-align: center;
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  color: var(--stone-light);
}

/* ─── Trust Section ───────────────────────────────────── */
.trust-section {
  padding: 4rem 2.5rem;
  background: var(--cream);
}

.trust-inner {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}

.trust-item {
  flex: 1;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.trust-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.trust-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.trust-body {
  font-size: 0.9rem;
  color: var(--stone);
  line-height: 1.6;
}

/* ─── Success Page ────────────────────────────────────── */
.success-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2.5rem;
  background: var(--cream);
}

.success-inner { max-width: 560px; margin: 0 auto; text-align: center; }

.success-kanji {
  font-size: 5rem;
  color: var(--green-pale);
  margin-bottom: 1.5rem;
  line-height: 1;
}

.success-headline {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.15;
  margin-bottom: 1.25rem;
}

.success-body {
  font-size: 1.15rem;
  color: var(--stone);
  line-height: 1.75;
  margin-bottom: 2rem;
}

.success-rule {
  width: 48px;
  height: 2px;
  background: var(--green-mid);
  margin: 0 auto 2rem;
}

.success-cta {
  display: inline-block;
  font-family: 'DM Mono', monospace;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--green-deep);
  border: 1px solid var(--green-pale);
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: background 0.15s;
}

.success-cta:hover { background: var(--green-light); }

/* ─── Responsive ──────────────────────────────────────── */
@media (max-width: 768px) {
  .product-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .trust-inner { flex-direction: column; gap: 2rem; }
  .shop-hero { padding: 7rem 1.5rem 3rem; }
  .product-section { padding: 3rem 1.5rem 4rem; }
  .trust-section { padding: 3rem 1.5rem; }
  .meta-item { padding: 0 1rem; }
}