.pc-article-shell {
  --pc-ink: #0b0d0e;
  --pc-line: rgba(11, 13, 14, .16);
  --pc-paper: #f8f8f3;
  --pc-lime: #9df35d;
  padding-bottom: 88px;
}

.pc-article-shell img { display: block; max-width: 100%; }

.pc-article-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  min-height: 620px;
  margin: 24px 0 32px;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 34px;
  background: var(--pc-paper);
}

.pc-article-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 76px);
}

.pc-article-hero h1 {
  max-width: min(760px, 100%);
  margin: 14px 0 22px;
  font-size: clamp(46px, 3.7vw, 70px);
  line-height: .96;
  letter-spacing: -.052em;
  overflow-wrap: anywhere;
}

.pc-article-hero .expert-article-lede {
  max-width: 650px;
  margin: 0;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.4;
}

.pc-article-hero figure { min-height: 620px; margin: 0; }
.pc-article-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.pc-article-hero .article-meta { margin-top: 32px; }

.pc-guide-banner {
  margin: 42px 0 48px;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 28px;
  background: #fff;
}

.pc-guide-banner img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.pc-guide-banner figcaption { padding: 14px 20px 17px; color: #60656b; font-size: 14px; }

.pc-brief-note {
  margin: 32px 0 42px;
  padding: 24px 26px;
  border: 1px solid rgba(92, 205, 31, .38);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(157, 243, 93, .18), rgba(255, 255, 255, .92));
}

.pc-brief-note strong { display: block; margin-bottom: 8px; font-size: 18px; }
.pc-brief-note p { margin: 0; }

.pc-products {
  width: 100%;
  margin: 56px 0 64px;
}

.pc-products-head,
.pc-palettes-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.pc-products-head h3,
.pc-palettes-head h3 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(28px, 2.3vw, 40px);
  line-height: 1.02;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}
.pc-products-head a { color: var(--pc-ink); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.pc-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }

.pc-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 24px;
  background: #fff;
  color: var(--pc-ink);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.pc-product-card:hover { transform: translateY(-5px); box-shadow: 0 18px 42px rgba(10, 15, 10, .12); }
.pc-product-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f0f1ec; }
.pc-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pc-product-card:hover .pc-product-image img { transform: scale(1.025); }

.pc-product-copy { display: flex; min-height: 210px; flex: 1; flex-direction: column; padding: 20px; }
.pc-product-copy small { color: #646a6e; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pc-product-copy strong { margin: 10px 0 9px; font-size: 19px; line-height: 1.15; }
.pc-product-copy em { color: #656b6f; font-size: 14px; font-style: normal; }
.pc-product-copy b { display: block; margin-top: auto; padding-top: 18px; font-size: 18px; }
.pc-product-copy b i { display: block; margin-top: 3px; color: #777d80; font-size: 11px; font-style: normal; font-weight: 500; }

.pc-case-break {
  display: grid;
  grid-template-columns: minmax(340px, 38%) minmax(0, 62%);
  width: 100%;
  margin: 64px 0;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 30px;
  background: #101314;
  color: #fff;
}

.pc-case-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(28px, 3vw, 46px); }
.pc-case-copy span { color: var(--pc-lime); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.pc-case-copy h3 {
  max-width: 100%;
  margin: 14px 0 16px;
  font-size: clamp(28px, 2vw, 36px);
  line-height: .99;
  letter-spacing: -.04em;
  overflow-wrap: normal;
  hyphens: auto;
}
.pc-case-copy p { margin: 0; color: #cfd3d4; line-height: 1.55; }
.pc-case-copy a { align-self: flex-start; margin-top: 26px; padding: 12px 17px; border-radius: 999px; background: var(--pc-lime); color: #071008; font-size: 14px; font-weight: 800; text-decoration: none; }

.pc-case-gallery { display: grid; min-width: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 440px; }
.pc-case-gallery a { min-width: 0; overflow: hidden; }
.pc-case-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.pc-case-gallery a:hover img { transform: scale(1.025); }

.pc-palettes {
  width: 100%;
  margin: 50px 0 58px;
}

.pc-palettes > div:last-child { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.pc-palettes figure { margin: 0; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 22px; background: #fff; }
.pc-palettes figure img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #fff; }
.pc-palettes figcaption { display: block; padding: 12px 14px 15px; font-size: 13px; font-weight: 700; }

.pc-table-wrap { margin: 28px 0 42px; overflow-x: auto; border: 1px solid var(--pc-line); border-radius: 18px; }
.pc-table-wrap table { width: 100%; min-width: 620px; margin: 0; border-collapse: collapse; }
.pc-table-wrap th, .pc-table-wrap td { padding: 14px 16px; border-bottom: 1px solid var(--pc-line); text-align: left; vertical-align: top; }
.pc-table-wrap tr:last-child td { border-bottom: 0; }

.pc-catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 44px 0 16px;
  padding: 24px;
  border-radius: 22px;
  background: #111516;
}
.pc-catalog-actions a { padding: 13px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; font-weight: 700; text-decoration: none; }
.pc-catalog-actions a:first-child { border-color: var(--pc-lime); background: var(--pc-lime); color: #091009; }

.pc-article-shell .article-content > h2 {
  max-width: 100%;
  margin-top: 68px;
  font-size: clamp(34px, 3vw, 50px);
  line-height: 1.02;
  letter-spacing: -.045em;
  overflow-wrap: anywhere;
}

.pc-article-shell .article-content > h3 {
  max-width: 100%;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.pc-catalog-actions h2,
.pc-article-shell .article-related h2 {
  max-width: 100%;
  font-size: clamp(30px, 2.5vw, 42px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.pc-preview-index { width: min(1320px, calc(100% - 48px)); margin: 0 auto; padding: 64px 0 100px; }
.pc-preview-index > header { max-width: 980px; margin-bottom: 40px; }
.pc-preview-index h1 { margin: 12px 0 18px; font-size: clamp(54px, 8vw, 106px); line-height: .9; letter-spacing: -.065em; }
.pc-preview-index > header p { max-width: 760px; font-size: 20px; line-height: 1.5; }
.pc-preview-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.pc-preview-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 28px; background: #fff; color: var(--pc-ink); text-decoration: none; }
.pc-preview-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.pc-preview-card div { padding: 24px; }
.pc-preview-card small { color: #657065; font-weight: 800; text-transform: uppercase; }
.pc-preview-card h2 { margin: 10px 0; font-size: 30px; line-height: 1; letter-spacing: -.04em; }
.pc-preview-card p { margin: 0; color: #606568; line-height: 1.45; }

@media (max-width: 1060px) {
  .pc-article-hero { grid-template-columns: 1fr; }
  .pc-article-hero figure { min-height: 520px; order: -1; }
  .pc-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-case-break { grid-template-columns: 1fr; }
  .pc-case-gallery { min-height: 420px; }
  .pc-palettes > div:last-child { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pc-preview-grid { grid-template-columns: 1fr; }
  .pc-preview-card { display: grid; grid-template-columns: minmax(260px, .8fr) 1fr; }
  .pc-preview-card img { height: 100%; aspect-ratio: auto; }
}

@media (max-width: 680px) {
  .pc-article-shell { padding-bottom: 56px; }
  .pc-article-hero { min-height: 0; margin-top: 14px; border-radius: 22px; }
  .pc-article-hero figure { min-height: 0; aspect-ratio: 4 / 3; }
  .pc-article-hero-copy { padding: 28px 22px 32px; }
  .pc-article-hero h1 { margin-top: 10px; font-size: clamp(36px, 10.8vw, 44px); overflow-wrap: anywhere; }
  .pc-article-hero .article-meta { margin-top: 22px; }
  .pc-guide-banner { margin: 32px 0 38px; border-radius: 18px; }
  .pc-guide-banner img { aspect-ratio: auto; }
  .pc-products, .pc-case-break, .pc-palettes { width: 100%; }
  .pc-product-grid { grid-template-columns: 1fr; }
  .pc-products-head, .pc-palettes-head { align-items: flex-start; flex-direction: column; }
  .pc-product-card { display: grid; grid-template-columns: 42% 58%; border-radius: 18px; }
  .pc-product-image { height: 100%; aspect-ratio: auto; }
  .pc-product-copy { min-height: 220px; padding: 16px; }
  .pc-product-copy strong { font-size: 17px; }
  .pc-case-break { border-radius: 22px; }
  .pc-case-copy { padding: 30px 22px; }
  .pc-case-copy h3 { font-size: 32px; }
  .pc-case-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 470px; }
  .pc-case-gallery a:first-child { grid-row: span 2; }
  .pc-palettes > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-preview-index { width: calc(100% - 28px); padding-top: 36px; }
  .pc-preview-index h1 { font-size: 56px; }
  .pc-preview-grid { grid-template-columns: 1fr; }
  .pc-preview-card { display: block; border-radius: 22px; }
  .pc-preview-card img { aspect-ratio: 4 / 3; }
  .pc-article-shell .article-content > h2 { margin-top: 52px; font-size: 36px; }
}
