/* Model stories: semantic facts and useful process steps, 2026-09-10. */
.wa-pdp-desc .wa-story-text dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--wa-line, #d6d5ca);
  background: var(--wa-line, #d6d5ca);
  overflow: hidden;
}

/* Reviewed product stories. The renderer owns these classes; legacy Word
   sanitation never touches them. Keep this layout scoped to product copy. */
.wa-pdp-desc .wa-editorial-story {
  --story-ink: #283c32;
  --story-muted: #62685e;
  --story-paper: #f8f6f0;
  --story-line: #d7d6c9;
  --story-forest: #283f33;
  max-width: 1240px;
  margin: 0 auto;
  color: var(--story-ink);
  font-size: 16px;
  line-height: 1.75;
}
.wa-pdp-desc .wa-editorial-story * { box-sizing: border-box; }
.wa-pdp-desc .wa-editorial-story h2,
.wa-pdp-desc .wa-editorial-story h3,
.wa-pdp-desc .wa-editorial-story h4 { color: inherit; letter-spacing: 0; text-transform: none; }
/* The site's Word reset uses a named !important layer. Override only reviewed
   editorial headings in that same layer, not the global product typography. */
@layer wa-overrides {
  .wa-pdp-desc .wa-editorial-story h2,
  .wa-pdp-desc .wa-editorial-story h3,
  .wa-pdp-desc .wa-editorial-story h4 {
    color: inherit !important;
    letter-spacing: 0 !important;
    font-weight: 600 !important;
  }
  .wa-pdp-desc .wa-editorial-story h2,
  .wa-pdp-desc .wa-editorial-story__mechanism h3 {
    font-family: var(--wa-serif, Georgia, serif) !important;
  }
  .wa-pdp-desc .wa-editorial-story h2 { line-height: 1.12 !important; }
  .wa-pdp-desc .wa-editorial-story h3 { line-height: 1.35 !important; }
  .wa-pdp-desc .wa-editorial-story__mechanism h3 { line-height: 1.15 !important; }
  .wa-pdp-desc .wa-editorial-story h4 { line-height: 1.45 !important; }
}
.wa-pdp-desc .wa-editorial-story h2,
.wa-pdp-desc .wa-editorial-story__mechanism h3 {
  font-weight: 600;
  text-wrap: balance;
}
.wa-pdp-desc .wa-editorial-story h2 { margin: 0 0 24px; font-size: clamp(34px, 3.5vw, 52px); line-height: 1.12; }
.wa-pdp-desc .wa-editorial-story h3 { margin: 0 0 16px; font-size: 23px; line-height: 1.35; font-weight: 600; }
.wa-pdp-desc .wa-editorial-story h4 { margin: 0 0 10px; font-size: 17px; line-height: 1.45; font-weight: 600; }
.wa-pdp-desc .wa-editorial-story p { margin: 0 0 16px; }
.wa-pdp-desc .wa-editorial-story p:last-child { margin-bottom: 0; }
.wa-pdp-desc .wa-editorial-story .wa-editorial-story__eyebrow {
  display: block; margin: 0 0 18px; color: var(--story-muted);
  font-size: 12px; font-weight: 600; line-height: 1.5;
  text-transform: uppercase; letter-spacing: .13em;
}
.wa-pdp-desc .wa-editorial-story__lead {
  display: grid; grid-template-columns: minmax(0, 1fr);
  align-items: center; gap: clamp(24px, 4vw, 64px); margin: 0 0 40px;
}
.wa-pdp-desc .wa-editorial-story__lead--photo { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.wa-pdp-desc .wa-editorial-story__lead-copy { min-width: 0; }
.wa-pdp-desc .wa-editorial-story__intro { max-width: 60ch; font-size: 18px; line-height: 1.8; }
.wa-pdp-desc .wa-editorial-story__photo { min-width: 0; margin: 0; }
.wa-pdp-desc .wa-editorial-story__photo a { display: flex; justify-content: center; background: var(--story-paper); }
.wa-pdp-desc .wa-editorial-story__photo img {
  display: block; width: 100%; max-width: 100%; height: auto;
  object-fit: contain; border-radius: 2px;
}
.wa-pdp-desc .wa-editorial-story__photo figcaption {
  margin-top: 10px; color: var(--story-muted); font-size: 12px; line-height: 1.6;
}
.wa-pdp-desc .wa-editorial-story__facts {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 165px), 1fr));
  gap: 1px; margin: 0 0 56px; padding: 0;
  border: 1px solid var(--story-line); background: var(--story-line);
}
.wa-pdp-desc .wa-editorial-story__facts > div { min-width: 0; padding: 24px 20px; background: var(--story-paper); }
.wa-pdp-desc .wa-editorial-story__facts dt { font-weight: 400; font-size: 13px; line-height: 1.6; color: var(--story-muted); }
.wa-pdp-desc .wa-editorial-story__facts dd { margin: 10px 0 0; font-size: clamp(22px, 2vw, 28px); font-weight: 600; line-height: 1.3; font-variant-numeric: tabular-nums; }
.wa-pdp-desc .wa-editorial-story__facts .wa-editorial-story__fact-note { margin-top: 8px; font-size: 12px; font-weight: 400; line-height: 1.6; color: var(--story-muted); }
.wa-pdp-desc .wa-editorial-story__mechanism {
  margin: 0 0 56px; padding: clamp(24px, 4vw, 48px);
  background: var(--story-forest); color: #f8f6ec;
}
.wa-pdp-desc .wa-editorial-story__mechanism .wa-editorial-story__eyebrow { color: #c5d1bf; }
.wa-pdp-desc .wa-editorial-story__mechanism h3 { margin-bottom: 20px; font-size: clamp(30px, 3vw, 40px); line-height: 1.15; }
.wa-pdp-desc .wa-editorial-story__mechanism-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 32px; }
.wa-pdp-desc .wa-editorial-story__mechanism-head > * { min-width: 0; }
.wa-pdp-desc .wa-editorial-story__mechanism-head figure { margin: 0; }
.wa-pdp-desc .wa-editorial-story__mechanism-head figcaption { margin: 12px 0 0; font-size: 12px; line-height: 1.6; color: #c5d1bf; }
.wa-pdp-desc .wa-editorial-story__diagram { display: block; width: 100%; height: auto; color: #eee9d9; }
.wa-pdp-desc .wa-editorial-story__diagram .wa-diagram-air { stroke: #c5d1bf; }
.wa-pdp-desc .wa-editorial-story__diagram .wa-diagram-cold { stroke: #91c9ce; }
.wa-pdp-desc .wa-editorial-story__diagram .wa-diagram-warm { stroke: #edc18b; }
.wa-pdp-desc .wa-editorial-story__flow {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 185px), 1fr));
  gap: 28px; margin: 36px 0 28px; padding: 28px 0 0;
  border-top: 1px solid #61715f; list-style: none;
}
.wa-pdp-desc .wa-editorial-story__stage { position: relative; min-width: 0; margin: 0; padding: 0; }
.wa-pdp-desc .wa-editorial-story__mechanism h4 { color: #f8f6ec; }
.wa-pdp-desc .wa-editorial-story__number { display: block; margin-bottom: 14px; color: #d2ba8d; font-size: 13px; line-height: 1.5; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.wa-pdp-desc .wa-editorial-story__stage p { color: #dfe5d9; font-size: 15px; line-height: 1.75; }
.wa-pdp-desc .wa-editorial-story__outcome {
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px;
  margin: 0; padding: 22px 0 0; border-top: 1px solid #61715f;
}
.wa-pdp-desc .wa-editorial-story__outcome strong { font-size: 13px; line-height: 1.9; color: #d2ba8d; }
.wa-pdp-desc .wa-editorial-story__outcome span { display: block; }
.wa-pdp-desc .wa-editorial-story .wa-editorial-story__note { margin: 18px 0 0; color: #c5d1bf; font-size: 13px; line-height: 1.7; }
.wa-pdp-desc .wa-editorial-story__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 56px; margin-bottom: 48px; }
.wa-pdp-desc .wa-editorial-story__feature { min-width: 0; padding-top: 22px; border-top: 1px solid var(--story-line); }
.wa-pdp-desc .wa-editorial-story__feature:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: 78ch; }
.wa-pdp-desc .wa-editorial-story__feature ul { padding-left: 20px; margin-bottom: 0; }
.wa-pdp-desc .wa-editorial-story__photo-break { margin: 0 0 56px; }
.wa-pdp-desc .wa-editorial-story__photo-break img { width: auto; max-height: 680px; }
.wa-pdp-desc .wa-editorial-story__practical { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 48px; margin-bottom: 56px; }
.wa-pdp-desc .wa-editorial-story__usage { min-width: 0; }
.wa-pdp-desc .wa-editorial-story__usage ol { margin: 24px 0 0; padding: 0; list-style: none; counter-reset: wa-usage; }
.wa-pdp-desc .wa-editorial-story__usage li { position: relative; margin: 0; padding: 0 0 26px 46px; counter-increment: wa-usage; }
.wa-pdp-desc .wa-editorial-story__usage li:last-child { padding-bottom: 0; }
.wa-pdp-desc .wa-editorial-story__usage li::before {
  content: counter(wa-usage, decimal-leading-zero); position: absolute; left: 0; top: 2px;
  font-size: 12px; font-weight: 600; line-height: 2; color: #717555;
}
.wa-pdp-desc .wa-editorial-story__usage li:not(:last-child)::after { content: ""; position: absolute; top: 34px; bottom: 10px; left: 10px; width: 1px; background: var(--story-line); }
.wa-pdp-desc .wa-editorial-story__care { min-width: 0; padding: 30px; background: var(--story-paper); border: 1px solid var(--story-line); align-self: start; }
.wa-pdp-desc .wa-editorial-story__care:only-child { grid-column: 1 / -1; }
.wa-pdp-desc .wa-editorial-story__care-mark { display: block; margin-bottom: 20px; font-size: 24px; line-height: 1; color: #717555; }
.wa-pdp-desc .wa-editorial-story__faq { margin: 0 0 40px; }
.wa-pdp-desc .wa-editorial-story__faq h3 { margin-bottom: 22px; }
.wa-pdp-desc .wa-editorial-story__faq details { border-top: 1px solid var(--story-line); }
.wa-pdp-desc .wa-editorial-story__faq details:last-child { border-bottom: 1px solid var(--story-line); }
.wa-pdp-desc .wa-editorial-story__faq summary {
  position: relative; display: block; cursor: pointer; list-style: none;
  min-height: 48px; padding: 20px 40px 20px 0; font-size: 16px; font-weight: 600; line-height: 1.6;
}
.wa-pdp-desc .wa-editorial-story__faq summary::-webkit-details-marker { display: none; }
.wa-pdp-desc .wa-editorial-story__faq summary::after { content: "+"; position: absolute; right: 4px; top: 19px; font-size: 22px; font-weight: 400; line-height: 1.3; }
.wa-pdp-desc .wa-editorial-story__faq details[open] summary::after { content: "−"; }
.wa-pdp-desc .wa-editorial-story__faq details p { max-width: 85ch; padding: 0 32px 22px 0; margin: 0; }
.wa-pdp-desc .wa-editorial-story__manual { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 24px; padding: 26px 30px; background: var(--story-paper); }
.wa-pdp-desc .wa-editorial-story__manual > div { min-width: 0; }
.wa-pdp-desc .wa-editorial-story__manual .wa-editorial-story__eyebrow { margin-bottom: 6px; }
.wa-pdp-desc .wa-editorial-story__manual h3 { margin: 0; font-size: 18px; }
.wa-pdp-desc .wa-editorial-story__manual > div:last-child { display: flex; flex-wrap: wrap; gap: 12px; }
.wa-pdp-desc .wa-editorial-story__manual a {
  display: inline-flex; align-items: center; justify-content: space-between; gap: 28px;
  min-height: 48px; padding: 10px 20px; color: var(--story-ink);
  border: 1px solid #7d8d78; text-decoration: none; font-size: 14px; font-weight: 600;
}
.wa-pdp-desc .wa-editorial-story__manual a:hover { background: #eaece2; }
.wa-pdp-desc .wa-editorial-story a:focus-visible,
.wa-pdp-desc .wa-editorial-story summary:focus-visible { outline: 2px solid #8e642d; outline-offset: 4px; }
@media (max-width: 960px) {
  .wa-pdp-desc .wa-editorial-story__lead--photo { grid-template-columns: 1fr; }
  .wa-pdp-desc .wa-editorial-story__lead .wa-editorial-story__photo img { width: auto; max-height: 560px; }
  .wa-pdp-desc .wa-editorial-story__mechanism-head { grid-template-columns: 1fr; gap: 24px; }
  .wa-pdp-desc .wa-editorial-story__diagram { max-width: 610px; margin: 0 auto; }
  .wa-pdp-desc .wa-editorial-story__features { gap: 28px; }
  .wa-pdp-desc .wa-editorial-story__practical { gap: 28px; }
}
@media (max-width: 600px) {
  .wa-pdp-desc .wa-editorial-story { font-size: 16px; line-height: 1.75; }
  .wa-pdp-desc .wa-editorial-story h2 { font-size: 34px; margin-bottom: 20px; }
  .wa-pdp-desc .wa-editorial-story h3 { font-size: 22px; }
  .wa-pdp-desc .wa-editorial-story__intro { font-size: 16px; }
  .wa-pdp-desc .wa-editorial-story__lead { margin-bottom: 28px; }
  .wa-pdp-desc .wa-editorial-story__facts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 32px; }
  .wa-pdp-desc .wa-editorial-story__facts > div { padding: 18px 14px; }
  .wa-pdp-desc .wa-editorial-story__facts > div:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .wa-pdp-desc .wa-editorial-story__facts dd { font-size: 22px; }
  .wa-pdp-desc .wa-editorial-story__mechanism { padding: 24px 20px; margin-bottom: 32px; }
  .wa-pdp-desc .wa-editorial-story__mechanism h3 { font-size: 30px; }
  .wa-pdp-desc .wa-editorial-story__flow { grid-template-columns: 1fr; gap: 22px; padding-top: 24px; margin-top: 24px; }
  .wa-pdp-desc .wa-editorial-story__stage { padding-left: 38px; }
  .wa-pdp-desc .wa-editorial-story__number { position: absolute; left: 0; top: 2px; margin: 0; }
  .wa-pdp-desc .wa-editorial-story__stage p { font-size: 16px; }
  .wa-pdp-desc .wa-editorial-story__outcome { grid-template-columns: 1fr; gap: 8px; }
  .wa-pdp-desc .wa-editorial-story__features { grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
  .wa-pdp-desc .wa-editorial-story__photo-break { margin-bottom: 32px; }
  .wa-pdp-desc .wa-editorial-story__photo-break img { max-height: none; }
  .wa-pdp-desc .wa-editorial-story__practical { grid-template-columns: 1fr; gap: 28px; margin-bottom: 32px; }
  .wa-pdp-desc .wa-editorial-story__care { padding: 24px; }
  .wa-pdp-desc .wa-editorial-story__manual { padding: 24px 20px; }
  .wa-pdp-desc .wa-editorial-story__manual > div:last-child,
  .wa-pdp-desc .wa-editorial-story__manual a { width: 100%; }
}
.wa-pdp-desc .wa-story-text dl > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(16px, 2.4vw, 28px);
  background: #f7f6f0;
  border-radius: 0;
}
.wa-pdp-desc .wa-story-text dt {
  color: #586057;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.wa-pdp-desc .wa-story-text dd {
  margin: 6px 0 0;
  color: #283e32;
  font-size: clamp(20px, 2.3vw, 28px);
  line-height: 1.3;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.wa-pdp-desc .wa-story-text .wa-story-process {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 24px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: wa-process;
}
.wa-pdp-desc .wa-story-text .wa-story-process > li {
  position: relative;
  margin: 0;
  padding: 16px 0 0;
  border-top: 1px solid #a7afa3;
  line-height: 1.6;
  counter-increment: wa-process;
}
.wa-pdp-desc .wa-story-text .wa-story-process > li::before {
  content: counter(wa-process, decimal-leading-zero);
  display: block;
  margin-bottom: 12px;
  color: #536a51;
  font-size: 14px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.wa-pdp-desc .wa-story-text a { color: #28533e; }
.wa-pdp-desc .wa-story-text .wa-story-photograph { margin: clamp(24px, 4vw, 48px) 0; padding: 0; border: 0; }
.wa-pdp-desc .wa-story-photograph a { display: block; }
.wa-pdp-desc .wa-story-photograph img { display: block; width: 100%; max-width: 100%; height: auto; object-fit: contain; border-radius: 0; }
.wa-pdp-desc .wa-story-photograph figcaption { margin-top: 10px; color: #697063; font-size: 12px; line-height: 1.5; }
@media (min-width: 721px) {
  .wa-pdp-desc .wa-story-photograph a { display: flex; justify-content: center; background: #f7f6f0; }
  .wa-pdp-desc .wa-story-photograph img { width: auto; max-height: min(820px, 90svh); }
}
.wa-pdp-desc .wa-story-text > .wa-story-block { border-top-color: #d6d5ca; }
#wa-cat-rail, #wa-home-categories { scroll-margin-top: 180px; }
.wa-home-room { scroll-margin-top: 180px; }
.wa-category-feature {
  display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: center; gap: clamp(24px, 4vw, 64px); margin: 24px 0 40px;
  padding-bottom: 32px; border-bottom: 1px solid var(--wa-line, #d6d5ca);
}
.wa-category-feature figure { margin: 0; min-width: 0; }
.wa-category-feature picture { display: block; }
.wa-category-feature img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.wa-category-feature figcaption { margin-top: 9px; color: #636b60; font-size: 12px; line-height: 1.5; }
.wa-category-feature__copy { min-width: 0; }
.wa-category-feature__copy h2 { margin: 0 0 20px; color: #293e32; font-size: clamp(28px, 3vw, 44px); line-height: 1.15; }
.wa-category-feature__copy p { margin: 0 0 24px; max-width: 42ch; font-size: 16px; line-height: 1.7; }
.wa-category-feature__copy a { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: #293e32; border-bottom: 1px solid #5f705b; text-decoration: none; font-weight: 600; }
@media (max-width: 720px) {
  .wa-pdp-desc .wa-story-text { font-size: 16px; }
  .wa-pdp-desc .wa-story-text dl { gap: 1px; }
  .wa-pdp-desc .wa-story-text dl > div { padding: 16px 12px; }
  .wa-pdp-desc .wa-story-text dt { font-size: 13px; }
  .wa-pdp-desc .wa-story-text dd { font-size: 20px; }
  .wa-pdp-desc .wa-story-text .wa-story-process { grid-template-columns: 1fr; gap: 16px; }
  .wa-pdp-desc .wa-story-text .wa-story-process > li { padding: 0 0 0 48px; border: 0; }
  .wa-pdp-desc .wa-story-text .wa-story-process > li::before { position: absolute; left: 0; top: 0; }
  .wa-home-room { scroll-margin-top: 160px; }
  #wa-cat-rail, #wa-home-categories { scroll-margin-top: 160px; }
  .wa-category-feature { grid-template-columns: 1fr; gap: 20px; margin: 20px 0 28px; padding-bottom: 24px; }
  .wa-category-feature__copy h2 { margin-bottom: 12px; font-size: 28px; }
  .wa-category-feature__copy p { margin-bottom: 12px; }
}
