/* Pages Boutique statiques — contenu commercial lisible sans JavaScript. */
.shop-static-entry { display: grid; grid-template-columns: .72fr 1.28fr; gap: 34px; align-items: start; margin: 8px 0 44px; padding: 26px; border: 1px solid var(--border); border-radius: var(--r-l); background: var(--card); box-shadow: var(--shadow-1); }
.shop-static-entry h2 { font-size: clamp(27px, 3vw, 38px); }
.shop-static-entry p { margin-top: 10px; color: var(--secondary); font-size: 14px; }
.shop-static-entry__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.shop-static-entry__grid a { min-width: 0; padding: 13px 10px; border: 1px solid var(--border); border-radius: var(--r-s); color: var(--label); background: var(--bg); text-align: center; }
.shop-static-entry__grid a:hover { border-color: var(--ark); }
.shop-static-entry__grid span, .shop-static-entry__grid strong, .shop-static-entry__grid small { display: block; }
.shop-static-entry__grid span { margin-bottom: 5px; font-size: 27px; }
.shop-static-entry__grid strong { font-size: 13px; }
.shop-static-entry__grid small { margin-top: 3px; color: var(--tertiary); font-size: 10px; line-height: 1.35; }
.shop-guide { padding-bottom: 104px; }
.shop-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; padding: 28px 0 20px; color: var(--secondary); font-size: 14px; }
.shop-breadcrumb a { font-weight: 750; }
.shop-guide-hero { padding: 72px 0 82px; color: var(--on-ink); background: radial-gradient(circle at 84% 22%, rgba(233,161,59,.22), transparent 19rem), linear-gradient(145deg, var(--ark-ink), #0e4a40); border-bottom: 4px solid var(--honey); }
.shop-guide-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 56px; }
.shop-guide-hero .eyebrow { color: var(--honey); }
.shop-guide-hero h1 { max-width: 14ch; font-size: clamp(42px, 7vw, 76px); }
.shop-guide-hero p { max-width: 760px; margin-top: 24px; color: var(--on-ink-soft); font-size: clamp(17px, 2vw, 20px); }
.shop-guide-hero p strong { color: var(--on-ink); }
.shop-guide-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.shop-guide-hero__emoji { display: grid; width: 190px; height: 190px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 48px; background: rgba(255,255,255,.08); font-size: 92px; transform: rotate(3deg); }
.shop-guide-layout { display: grid; min-width: 0; gap: 28px; padding-top: 42px; }
.shop-guide-layout > section { min-width: 0; padding: clamp(28px, 5vw, 46px); border: 1px solid var(--border); border-radius: var(--r-l); background: var(--card); scroll-margin-top: 94px; }
.shop-guide-layout section h2 { max-width: 22ch; margin-bottom: 16px; font-size: clamp(30px, 4.5vw, 44px); }
.shop-guide-layout section > p { max-width: 780px; color: var(--secondary); }
.shop-disclosure { padding: 18px 20px; border: 1px solid color-mix(in srgb, var(--honey) 42%, var(--border)); border-radius: var(--r-m); color: var(--secondary); background: var(--honey-tint); font-size: 14px; }
.shop-disclosure strong { color: var(--label); }
.shop-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 24px; list-style: none; }
.shop-checklist li { position: relative; padding: 15px 15px 15px 46px; border-radius: var(--r-s); color: var(--secondary); background: var(--subtle); }
.shop-checklist li::before { position: absolute; top: 16px; left: 16px; display: grid; width: 20px; height: 20px; place-items: center; border: 2px solid var(--ark); border-radius: 6px; color: var(--ark); content: "✓"; font-size: 12px; font-weight: 900; }
.shop-table-wrap { width: 100%; max-width: 100%; margin-top: 24px; overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r-m); }
.shop-table-hint { display: none; margin-top: 14px; color: var(--ark-strong) !important; font-size: 13px; font-weight: 750; }
.shop-table-wrap table { width: 100%; min-width: 760px; border-collapse: collapse; }
.shop-table-wrap th, .shop-table-wrap td { padding: 15px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; font-size: 13px; }
.shop-table-wrap thead th { color: var(--label); background: var(--subtle); font-size: 12px; }
.shop-table-wrap tbody th { width: 17%; color: var(--ark-strong); }
.shop-table-wrap td { color: var(--secondary); }
.shop-table-wrap tr:last-child > * { border-bottom: 0; }
.shop-warning { border-color: color-mix(in srgb, var(--honey) 48%, var(--border)) !important; background: color-mix(in srgb, var(--honey-tint) 46%, var(--card)) !important; }
.shop-warning ul { display: grid; gap: 13px; margin-top: 22px; padding-left: 22px; color: var(--secondary); }
.shop-warning li::marker { color: var(--warning); }
.shop-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.shop-section-heading p { max-width: 680px; margin-top: 12px; color: var(--secondary); }
.shop-section-heading .btn { flex: 0 0 auto; }
.shop-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 26px; }
.shop-link-card { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; padding: 22px; border: 1px solid var(--border); border-radius: var(--r-m); background: var(--bg); }
.shop-link-card__label { padding: 5px 8px; border-radius: 999px; color: var(--ark-strong); background: var(--ark-tint); font-size: 10px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.shop-link-card h3 { margin-top: 14px; }
.shop-link-card p { margin: 9px 0 18px; color: var(--secondary); font-size: 14px; }
.shop-link-card a { margin-top: auto; font-weight: 800; text-underline-offset: 3px; }
.shop-related { display: grid; grid-template-columns: 1fr .9fr; align-items: start; gap: 42px; color: var(--on-ink); background: linear-gradient(145deg, var(--ark-ink), #0e4a40) !important; }
.shop-related .eyebrow { color: var(--honey); }
.shop-related p { color: var(--on-ink-soft) !important; }
.shop-related ul { display: grid; gap: 9px; list-style: none; }
.shop-related a { display: block; padding: 13px 15px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--r-s); color: var(--on-ink); background: rgba(255,255,255,.07); font-weight: 750; }
.shop-related a:hover { border-color: rgba(255,255,255,.35); }
.shop-faq .faq-list { max-width: none; margin-top: 22px; }
.shop-faq details { background: var(--bg); }

@media (max-width: 760px) {
  .shop-static-entry { grid-template-columns: 1fr; }
  .shop-static-entry__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-static-entry__grid a:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .shop-guide { padding-bottom: 76px; }
  .shop-guide-hero { padding: 58px 0 66px; }
  .shop-guide-hero__grid, .shop-related { grid-template-columns: 1fr; }
  .shop-guide-hero__emoji { display: none; }
  .shop-checklist, .shop-link-grid { grid-template-columns: 1fr; }
  .shop-table-hint { display: block; }
  .shop-section-heading { align-items: stretch; flex-direction: column; }
  .shop-section-heading .btn { width: 100%; }
}
