/** PunisherTN 6.1.0 — useful, readable search content without keyword stuffing. */
.ptn-seo-story {
  margin-block: clamp(60px,8vw,110px);
  padding-block: clamp(30px,5vw,58px);
  border-block: 1px solid rgba(222,219,207,.12);
}
.ptn-seo-story > header { width: min(820px,100%); }
.ptn-seo-story > header > span,
.ptn-shop-seo > div:first-child > span,
.ptn-product-seo-context > span {
  color: #8d896f;
  font: 720 .62rem/1.2 Inter,system-ui,sans-serif;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ptn-seo-story h2,
.ptn-shop-seo h2,
.ptn-product-seo-context h2 {
  margin: 10px 0 15px;
  color: #eceae3;
  font: 630 clamp(1.75rem,3.5vw,2.75rem)/1.04 Inter,system-ui,sans-serif;
  letter-spacing: -.04em;
  text-transform: none;
}
.ptn-seo-story p,
.ptn-shop-seo p,
.ptn-product-seo-context p {
  color: #989d99;
  font-size: 1rem;
  line-height: 1.75;
}
.ptn-seo-story-grid {
  margin-top: clamp(28px,4vw,46px);
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1px;
  background: rgba(222,219,207,.12);
  border: 1px solid rgba(222,219,207,.12);
}
.ptn-seo-story-grid article { min-width: 0; padding: clamp(22px,3vw,34px); background: #0a0d0e; }
.ptn-seo-story-grid article > span { color: #626865; font-size: .65rem; letter-spacing: .12em; }
.ptn-seo-story-grid h3 { margin: 20px 0 10px; color: #dfddd6; font: 620 1.05rem/1.3 Inter,system-ui,sans-serif; }
.ptn-seo-story-grid p { margin: 0 0 22px; font-size: .88rem; line-height: 1.65; }
.ptn-seo-story a,
.ptn-shop-seo a,
.ptn-product-seo-context a { color: #d3ceb5; font-weight: 700; text-decoration-color: rgba(211,206,181,.35); text-underline-offset: 4px; }
.ptn-seo-story a:hover,
.ptn-shop-seo a:hover,
.ptn-product-seo-context a:hover { color: #fff; text-decoration-color: #fff; }
.ptn-shop-seo {
  margin-top: clamp(60px,8vw,96px);
  padding-top: clamp(28px,4vw,46px);
  display: grid;
  grid-template-columns: minmax(230px,.75fr) minmax(0,1.25fr);
  gap: clamp(28px,6vw,80px);
  border-top: 1px solid rgba(222,219,207,.12);
}
.ptn-shop-seo h2 { font-size: clamp(1.6rem,2.8vw,2.25rem); }
.ptn-shop-seo p { margin: 0 0 16px; font-size: .92rem; }
.ptn-product-seo-context {
  width: min(1180px,calc(100% - 48px));
  margin: clamp(54px,7vw,92px) auto 0;
  padding: clamp(26px,4vw,44px);
  border: 1px solid rgba(222,219,207,.12);
  border-left: 2px solid #8d896f;
  background: #0a0d0e;
}
.ptn-product-seo-context h2 { font-size: clamp(1.55rem,2.6vw,2.15rem); }
.ptn-product-seo-context p { max-width: 860px; margin: 0; font-size: .92rem; }
.ptn-product-seo-context p + p { margin-top: 14px; }
@media (max-width: 820px) {
  .ptn-seo-story-grid { grid-template-columns: 1fr; }
  .ptn-shop-seo { grid-template-columns: 1fr; gap: 8px; }
}
@media (max-width: 600px) {
  .ptn-seo-story { margin-block: 46px 66px; }
  .ptn-seo-story p,
  .ptn-shop-seo p,
  .ptn-product-seo-context p { font-size: .94rem; }
  .ptn-product-seo-context { width: min(100% - 28px,1180px); }
}
