:root {
  --pc-ink: #18202b;
  --pc-muted: #667085;
  --pc-line: #dfe3e8;
  --pc-paper: #f6f6f1;
  --pc-card: #fff;
  --pc-lime: #c9ff31;
  --pc-navy: #12294b;
  --pc-orange: #ff5c17;
  --pc-mint: #96e1d0;
  --pc-radius: 18px;
}

html { scroll-behavior: smooth; }
body.paracord-direction { background: var(--pc-paper); color: var(--pc-ink); }
.paracord-direction img { display: block; max-width: 100%; }
.paracord-direction .site-header { background: color-mix(in srgb, var(--pc-paper) 92%, transparent); backdrop-filter: blur(16px); }

.pc-shell {
  width: min(1520px, calc(100% - clamp(32px, 6vw, 96px)));
  margin-inline: auto;
  padding: clamp(28px, 5vw, 72px) 0 96px;
}

.pc-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0 0 28px;
  color: var(--pc-muted);
  font-size: 14px;
}
.pc-breadcrumbs a { color: inherit; text-decoration: none; }
.pc-breadcrumbs a:hover { color: var(--pc-ink); }

.pc-kicker {
  margin: 0 0 14px;
  color: #486108;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pc-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 28px;
  background: var(--pc-card);
}
.pc-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 6vw, 90px);
}
.pc-hero h1,
.pc-article-hero h1,
.pc-product-info h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(42px, 5vw, 84px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.pc-hero h1 { max-width: 16ch; font-size: clamp(40px, 4.2vw, 72px); text-wrap: pretty; }
.pc-hero-lede,
.pc-article-hero .pc-lede,
.pc-product-lede {
  max-width: 680px;
  margin: 28px 0 0;
  color: #3d4754;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.5;
}
.pc-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; }
.pc-chip-row span {
  padding: 8px 12px;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  color: #384250;
  font-size: 13px;
}
.pc-hero-media { min-height: 580px; background: #eef0ef; }
.pc-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.pc-intro-grid,
.pc-story-grid,
.pc-quote-grid {
  display: grid;
  grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr);
  gap: clamp(44px, 6vw, 104px);
  padding: clamp(72px, 9vw, 140px) clamp(0px, 3vw, 44px);
}
.pc-intro-grid > div,
.pc-story-grid > div,
.pc-quote-grid > div { min-width: 0; }
.pc-intro-grid h2,
.pc-story-grid h2,
.pc-section-head h2,
.pc-quote h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(34px, 3.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
.pc-rich { max-width: 850px; }
.pc-rich p,
.pc-rich li { color: #46505d; font-size: 18px; line-height: 1.72; }
.pc-rich p:first-child { margin-top: 0; }
.pc-rich a { color: #304807; text-underline-offset: 4px; }

.pc-specs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: var(--pc-card);
}
.pc-specs div { min-height: 132px; padding: 24px; border-right: 1px solid var(--pc-line); border-bottom: 1px solid var(--pc-line); }
.pc-specs div:nth-child(4n) { border-right: 0; }
.pc-specs div:nth-last-child(-n + 4) { border-bottom: 0; }
.pc-specs dt { margin-bottom: 14px; color: var(--pc-muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.pc-specs dd { margin: 0; font-size: 20px; line-height: 1.3; }

.pc-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0 0;
}
.pc-gallery figure { grid-column: span 4; aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: var(--pc-radius); background: #eceeed; }
.pc-gallery figure:first-child { grid-column: span 8; grid-row: span 2; }
.pc-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pc-gallery figure:hover img { transform: scale(1.025); }

.pc-section { padding: clamp(78px, 10vw, 150px) 0 0; }
.pc-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 34px; }
.pc-section-head p { max-width: 620px; margin: 0; color: var(--pc-muted); font-size: 18px; line-height: 1.55; }

.pc-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.pc-project-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.pc-product-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pc-related-card,
.pc-project-card,
.pc-product-link {
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: var(--pc-radius);
  background: var(--pc-card);
}
.pc-related-card a,
.pc-project-card a,
.pc-product-link a { display: block; height: 100%; color: inherit; text-decoration: none; }
.pc-related-card figure,
.pc-project-card figure,
.pc-product-link figure { aspect-ratio: 1; margin: 0; overflow: hidden; background: #eceeed; }
.pc-related-card img,
.pc-project-card img,
.pc-product-link img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.pc-related-card:hover img,
.pc-project-card:hover img,
.pc-product-link:hover img { transform: scale(1.035); }
.pc-card-body { padding: 20px; }
.pc-card-body small { color: #55700c; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.pc-card-body h3 { margin: 10px 0 8px; font-size: 20px; line-height: 1.15; letter-spacing: -.025em; }
.pc-card-body p { margin: 0; color: var(--pc-muted); font-size: 14px; line-height: 1.5; }
.pc-card-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.pc-card-meta span { padding: 5px 8px; border-radius: 999px; background: #f1f3ef; color: #4d5661; font-size: 11px; }
.pc-card-cta { display: inline-flex; margin-top: 18px; font-weight: 700; }

.pc-quote {
  margin-top: clamp(80px, 11vw, 160px);
  overflow: hidden;
  border-radius: 28px;
  background: var(--pc-ink);
  color: #fff;
}
.pc-quote-grid { padding: clamp(40px, 7vw, 90px); }
.pc-quote p { max-width: 640px; color: #cbd1d9; font-size: 18px; line-height: 1.65; }
.pc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.pc-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font-weight: 750;
  text-decoration: none;
}
.pc-button.is-primary { border-color: var(--pc-lime); background: var(--pc-lime); color: #172107; }

/* Commercial article */
.pc-article-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  gap: clamp(40px, 7vw, 110px);
  align-items: center;
  padding: clamp(40px, 6vw, 84px) 0 clamp(72px, 8vw, 120px);
}
.pc-article-hero h1 { max-width: 17ch; font-size: clamp(48px, 5.2vw, 88px); line-height: .96; text-wrap: pretty; }
.pc-article-hero figure { aspect-ratio: 1; margin: 0; overflow: hidden; border-radius: 28px; }
.pc-article-hero img { width: 100%; height: 100%; object-fit: cover; }
.pc-article-meta { display: flex; gap: 18px; margin-top: 26px; color: var(--pc-muted); font-size: 14px; }

.pc-reading-layout { display: grid; grid-template-columns: 260px minmax(0, 900px); gap: clamp(44px, 7vw, 120px); align-items: start; justify-content: center; }
.pc-toc { position: sticky; top: 100px; display: grid; gap: 9px; padding: 20px; border: 1px solid var(--pc-line); border-radius: 14px; background: rgba(255,255,255,.72); }
.pc-toc strong { margin-bottom: 6px; }
.pc-toc a { color: var(--pc-muted); font-size: 13px; line-height: 1.35; text-decoration: none; }
.pc-toc a:hover { color: var(--pc-ink); }
.pc-article-content > :first-child { margin-top: 0; }
.pc-article-content h2 { max-width: 19ch; scroll-margin-top: 110px; margin: 82px 0 20px; font-size: clamp(32px, 3.5vw, 52px); line-height: 1.06; letter-spacing: -.042em; overflow-wrap: break-word; text-wrap: pretty; }
.pc-article-content h3 { max-width: 28ch; margin: 40px 0 12px; font-size: clamp(23px, 2vw, 28px); line-height: 1.15; letter-spacing: -.025em; text-wrap: pretty; }
.pc-article-content p,
.pc-article-content li { color: #424c58; font-size: 18px; line-height: 1.75; }
.pc-article-content a { color: #3b5508; text-underline-offset: 4px; }
.pc-note { margin: 32px 0; padding: 24px 28px; border-left: 4px solid var(--pc-lime); border-radius: 0 14px 14px 0; background: #fff; }
.pc-note strong { display: block; margin-bottom: 8px; }
.pc-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 26px 0; }
.pc-option { padding: 24px; border: 1px solid var(--pc-line); border-radius: 14px; background: #fff; }
.pc-option strong { display: block; margin-bottom: 8px; font-size: 18px; }
.pc-option p { margin: 0; font-size: 15px; line-height: 1.55; }
.pc-palette-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; margin: 30px 0; }
.pc-palette-card { grid-column: span 2; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--pc-line); border-radius: var(--pc-radius); background: var(--pc-card); }
.pc-palette-card:nth-child(4) { grid-column: 2 / span 2; }
.pc-palette-card:nth-child(5) { grid-column: 4 / span 2; }
.pc-palette-image { aspect-ratio: 1; overflow: hidden; border-bottom: 1px solid var(--pc-line); background: #fff; }
.pc-palette-image img { width: 100%; height: 100%; object-fit: contain; }
.pc-palette-card figcaption { display: grid; gap: 9px; padding: 20px; }
.pc-palette-card figcaption small { color: #55700c; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.pc-palette-card figcaption strong { font-size: 20px; line-height: 1.15; letter-spacing: -.025em; }
.pc-palette-card figcaption p { margin: 0; color: var(--pc-muted); font-size: 14px; line-height: 1.5; }
.pc-palette-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 4px; }
.pc-palette-tags i { padding: 5px 8px; border-radius: 999px; background: #f1f3ef; color: #4d5661; font-size: 11px; font-style: normal; }
.pc-steps { counter-reset: pc-step; display: grid; gap: 1px; margin: 28px 0; border: 1px solid var(--pc-line); border-radius: 14px; overflow: hidden; background: var(--pc-line); }
.pc-step { counter-increment: pc-step; display: grid; grid-template-columns: 56px 1fr; gap: 14px; padding: 22px; background: #fff; }
.pc-step::before { content: counter(pc-step, decimal-leading-zero); color: #607b16; font-weight: 800; }
.pc-step strong { display: block; margin-bottom: 5px; }
.pc-step p { margin: 0; font-size: 15px; line-height: 1.55; }
.pc-faq { display: grid; gap: 8px; margin-top: 28px; }
.pc-faq details { border: 1px solid var(--pc-line); border-radius: 12px; background: #fff; }
.pc-faq summary { cursor: pointer; padding: 20px 22px; font-weight: 750; }
.pc-faq details p { margin: 0; padding: 0 22px 22px; font-size: 16px; }

/* Product cards */
.pc-product-hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); gap: clamp(42px, 6vw, 96px); align-items: start; padding: 18px 0 clamp(72px, 9vw, 130px); }
.pc-product-gallery { min-width: 0; }
.pc-product-main { aspect-ratio: 1; margin: 0; overflow: hidden; border: 1px solid var(--pc-line); border-radius: 20px; background: #eceeed; }
.pc-product-main img { width: 100%; height: 100%; object-fit: cover; }
.pc-product-thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(62px, 1fr)); gap: 10px; margin-top: 10px; }
.pc-product-thumb { aspect-ratio: 1; min-width: 0; overflow: hidden; padding: 0; border: 1px solid var(--pc-line); border-radius: 10px; background: #eceeed; cursor: pointer; opacity: .68; transition: opacity .18s ease, border-color .18s ease, transform .18s ease; }
.pc-product-thumb:hover { opacity: 1; transform: translateY(-2px); }
.pc-product-thumb.is-active { border-color: var(--pc-ink); box-shadow: 0 0 0 1px var(--pc-ink); opacity: 1; }
.pc-product-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pc-product-info { position: sticky; top: 100px; padding-top: 14px; }
.pc-product-info h1 { max-width: 15ch; font-size: clamp(40px, 4vw, 66px); line-height: 1; overflow-wrap: break-word; text-wrap: pretty; }
.pc-sku { margin-top: 18px; color: var(--pc-muted); font-size: 13px; }
.pc-product-colors { display: grid; gap: 15px; margin: 28px 0 6px; padding: 20px; border: 1px solid var(--pc-line); border-radius: 14px; background: var(--pc-card); }
.pc-product-colors > div:first-child { display: grid; gap: 4px; }
.pc-product-colors strong { font-size: 16px; }
.pc-product-colors > div:first-child span { color: var(--pc-muted); font-size: 13px; line-height: 1.4; }
.pc-color-swatches { display: flex; flex-wrap: wrap; gap: 9px; }
.pc-color-swatch { position: relative; display: block; }
.pc-color-swatch i { display: block; width: 26px; height: 26px; border: 1px solid color-mix(in srgb, var(--pc-ink) 24%, transparent); border-radius: 50%; background: var(--swatch); box-shadow: inset 0 0 0 2px rgba(255,255,255,.35); }
.pc-color-swatch b { position: absolute; z-index: 4; left: 50%; bottom: calc(100% + 8px); width: max-content; max-width: 150px; padding: 5px 7px; border-radius: 5px; background: var(--pc-ink); color: #fff; font-size: 11px; font-weight: 650; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .15s ease, transform .15s ease; }
.pc-color-swatch:hover b { opacity: 1; transform: translate(-50%, 0); }
.pc-product-facts { display: grid; gap: 1px; margin: 32px 0; border-block: 1px solid var(--pc-line); background: var(--pc-line); }
.pc-product-facts div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 14px 0; background: var(--pc-paper); }
.pc-product-facts dt { color: var(--pc-muted); }
.pc-product-facts dd { margin: 0; }
.pc-price-note { padding: 18px 20px; border-radius: 12px; background: #fff; }
.pc-price-note strong { display: block; font-size: 22px; }
.pc-price-note span { color: var(--pc-muted); font-size: 13px; }

.pc-legal { max-width: 1520px; margin: 0 auto 36px; padding: 0 clamp(16px,3vw,48px); color: var(--pc-muted); font-size: 12px; line-height: 1.5; }

@media (max-width: 1100px) {
  .pc-hero,
  .pc-article-hero,
  .pc-product-hero { grid-template-columns: 1fr; }
  .pc-hero-media { min-height: auto; aspect-ratio: 4 / 3; order: -1; }
  .pc-product-info { position: static; }
  .pc-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-project-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pc-specs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-specs div:nth-child(odd) { border-right: 1px solid var(--pc-line); }
  .pc-specs div:nth-child(even) { border-right: 0; }
  .pc-specs div:nth-last-child(-n + 4) { border-bottom: 1px solid var(--pc-line); }
  .pc-specs div:nth-last-child(-n + 2) { border-bottom: 0; }
}

@media (max-width: 960px) {
  .pc-intro-grid,
  .pc-story-grid { grid-template-columns: 1fr; gap: 28px; }
  .pc-intro-grid h2,
  .pc-story-grid h2 { max-width: 18ch; }
  .pc-palette-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pc-palette-card,
  .pc-palette-card:nth-child(4),
  .pc-palette-card:nth-child(5) { grid-column: auto; }
}

@media (max-width: 780px) {
  .pc-shell { width: min(100% - 28px, 1520px); padding-top: 18px; }
  .pc-hero { border-radius: 18px; }
  .pc-hero-copy { padding: 28px 22px 34px; }
  .pc-hero h1,
  .pc-product-info h1 { font-size: clamp(38px, 12vw, 58px); }
  .pc-article-hero h1 { font-size: clamp(40px, 11.5vw, 52px); }
  .pc-intro-grid,
  .pc-story-grid,
  .pc-quote-grid { grid-template-columns: 1fr; gap: 26px; }
  .pc-section-head { display: block; }
  .pc-section-head p { margin-top: 18px; }
  .pc-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .pc-gallery figure,
  .pc-gallery figure:first-child { grid-column: span 1; grid-row: auto; }
  .pc-gallery figure:first-child { grid-column: 1 / -1; }
  .pc-related-grid,
  .pc-project-grid,
  .pc-product-links { grid-template-columns: 1fr; }
  .pc-specs { grid-template-columns: 1fr; }
  .pc-specs div,
  .pc-specs div:nth-child(odd),
  .pc-specs div:nth-child(even) { border-right: 0; border-bottom: 1px solid var(--pc-line); }
  .pc-specs div:last-child { border-bottom: 0; }
  .pc-reading-layout { grid-template-columns: 1fr; }
  .pc-toc { position: static; }
  .pc-options { grid-template-columns: 1fr; }
  .pc-palette-grid { gap: 10px; }
  .pc-palette-card figcaption { padding: 16px; }
  .pc-product-thumbs { gap: 7px; }
  .pc-article-meta { flex-wrap: wrap; }
}

@media (max-width: 540px) {
  .pc-palette-grid { grid-template-columns: 1fr; }
  .pc-product-links { grid-template-columns: 1fr; }
  .pc-product-colors { padding: 16px; }
  .pc-color-swatch i { width: 24px; height: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pc-gallery img,
  .pc-related-card img,
  .pc-project-card img { transition: none; }
}
