.product-editorial {
  --product-accent: #f04a2f;
  --product-accent-soft: #e8c8a8;
  --product-panel: #ddd7cd;
}

.product-editorial--coloring {
  --product-accent: #078ee4;
  --product-accent-soft: #ded92c;
  --product-panel: #e5dfd3;
}

.product-editorial main { overflow: hidden; }

.product-hero {
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  padding-bottom: clamp(62px, 8vw, 118px);
  padding-top: clamp(54px, 7vw, 96px);
}

.product-hero-copy { align-self: center; }
.product-kicker { color: var(--product-accent); margin-bottom: 24px; }
.product-title-row { align-items: center; display: flex; gap: 18px; margin-bottom: 26px; }
.product-icon { border: 1px solid var(--ink); border-radius: 22%; height: 76px; width: 76px; }
.product-title-row p { font: 700 .72rem ui-monospace, monospace; letter-spacing: .04em; margin: 0; text-transform: uppercase; }
.product-hero h1 { font-size: clamp(3.8rem, 7.4vw, 7.7rem); line-height: .82; margin: 0 0 34px; }
.product-lede { color: var(--muted); font-size: clamp(1.08rem, 1.55vw, 1.35rem); max-width: 620px; }
.product-facts { border-top: 1px solid var(--ink); display: grid; gap: 0; margin: 34px 0 0; }
.product-facts div { border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 105px 1fr; padding: 11px 0; }
.product-facts dt { font: 700 .65rem ui-monospace, monospace; text-transform: uppercase; }
.product-facts dd { color: var(--muted); margin: 0; }
.product-hero-media { align-self: center; background: var(--dark); border: 1px solid var(--ink); min-width: 0; overflow: hidden; position: relative; }
.product-hero-media img { aspect-ratio: 1.45 / 1; height: 100%; object-fit: cover; width: 100%; }
.product-hero-media figcaption { background: var(--paper); border-top: 1px solid var(--ink); display: flex; font: 700 .64rem ui-monospace, monospace; justify-content: space-between; padding: 12px 14px; text-transform: uppercase; }
.product-hero-media figcaption span:last-child { color: var(--product-accent); }

.product-story { border-top: 1px solid var(--ink); padding-bottom: clamp(72px, 9vw, 130px); padding-top: clamp(68px, 8vw, 112px); }
.product-story-head { display: grid; gap: 28px; grid-template-columns: 82px minmax(0, 1fr); margin-bottom: clamp(38px, 5vw, 70px); }
.product-story-number { color: var(--product-accent); font-family: Montserrat, sans-serif; font-size: clamp(3.4rem, 6vw, 6rem); font-weight: 700; letter-spacing: -.09em; line-height: .78; }
.product-story-head h2 { font-size: clamp(2.45rem, 5vw, 5.3rem); max-width: 1050px; }
.product-story-grid { align-items: start; display: grid; gap: clamp(34px, 5vw, 74px); grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
.product-story-media { background: var(--product-panel); border: 1px solid var(--ink); padding: clamp(12px, 2vw, 25px); }
.product-story-media img { width: 100%; }
.product-story-copy { color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.18rem); }
.product-story-copy p + p { margin-top: 22px; }
.product-pullquote { border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); color: var(--ink); font-family: Montserrat, sans-serif; font-size: clamp(1.65rem, 3vw, 3rem); letter-spacing: -.045em; line-height: 1.02; margin-top: 38px; padding: 25px 0; }

.product-features { background: var(--product-accent-soft); border-bottom: 1px solid var(--ink); border-top: 1px solid var(--ink); padding-bottom: clamp(72px, 8vw, 118px); padding-top: clamp(66px, 7vw, 104px); }
.product-features .product-story-head { margin-bottom: 44px; }
.product-feature-grid { border-left: 1px solid var(--ink); border-top: 1px solid var(--ink); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-feature { border-bottom: 1px solid var(--ink); border-right: 1px solid var(--ink); min-width: 0; padding: clamp(22px, 3vw, 38px); }
.product-feature-media { background: var(--paper); border: 1px solid var(--ink); margin-bottom: 28px; overflow: hidden; }
.product-feature-media img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.product-feature-index { font: 700 .66rem ui-monospace, monospace; }
.product-feature h3 { font-size: clamp(1.25rem, 2vw, 1.9rem); margin: 18px 0 12px; }
.product-feature p { color: #514e48; margin: 0; }
.product-editorial--coloring .product-feature { min-height: 250px; }

.product-principles { border-bottom: 1px solid var(--ink); display: grid; grid-template-columns: repeat(3, 1fr); }
.product-principles article { border-right: 1px solid var(--ink); padding: clamp(32px, 5vw, 64px) var(--gutter); }
.product-principles article:last-child { border-right: 0; }
.product-principles h2 { font-size: clamp(1.55rem, 2.7vw, 2.8rem); margin-bottom: 18px; }
.product-principles p { color: var(--muted); margin: 0; }

.product-cta { align-items: end; display: grid; gap: clamp(34px, 6vw, 88px); grid-template-columns: 1fr auto; padding-bottom: clamp(72px, 9vw, 130px); padding-top: clamp(72px, 9vw, 130px); }
.product-cta h2 { font-size: clamp(3rem, 6.5vw, 7rem); margin: 16px 0 0; max-width: 980px; }
.product-cta p:not(.eyebrow) { color: var(--muted); max-width: 650px; }
.product-cta-actions { display: flex; flex-direction: column; gap: 16px; min-width: 230px; }
.product-cta-actions .button { width: 100%; }

@media (max-width: 900px) {
  .product-hero, .product-story-grid, .product-cta { grid-template-columns: 1fr; }
  .product-hero-copy { max-width: 760px; }
  .product-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-principles { grid-template-columns: 1fr; }
  .product-principles article { border-bottom: 1px solid var(--ink); border-right: 0; }
  .product-principles article:last-child { border-bottom: 0; }
  .product-cta-actions { align-items: flex-start; min-width: 0; }
  .product-cta-actions .button { width: auto; }
}

@media (max-width: 620px) {
  .product-hero { padding-top: 40px; }
  .product-title-row { align-items: flex-start; flex-direction: column; }
  .product-icon { height: 64px; width: 64px; }
  .product-hero h1 { font-size: clamp(3.25rem, 18vw, 5rem); }
  .product-story-head { grid-template-columns: 54px minmax(0, 1fr); }
  .product-story-number { font-size: 3.6rem; }
  .product-feature-grid { grid-template-columns: 1fr; }
  .product-feature { min-height: 0 !important; }
  .product-cta-actions, .product-cta-actions .button { align-items: stretch; width: 100%; }
}
