/* 1.3.0: image-led guide presentation. Product, price and publication policy stay in core. */
.editorial-home,.editorial-reading{min-width:0}
.editorial-kicker{font-size:.75rem;line-height:1.65;font-weight:700;letter-spacing:.1em;color:var(--c-brand);margin:0 0 .75rem}
.editorial-hero{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-template-areas:"title art" "copy art";column-gap:3rem;padding:1.75rem 0 3rem;align-items:center}
.editorial-hero-title{grid-area:title;align-self:end}.editorial-hero h1{font-size:clamp(2rem,3.3vw,3rem);line-height:1.55;letter-spacing:.035em;margin:0 0 1.25rem}
.editorial-hero-copy{grid-area:copy;align-self:start}.editorial-hero-copy>p{color:var(--c-muted);font-size:.9375rem;line-height:1.9;margin-bottom:1.25rem}
.editorial-hero-figure{grid-area:art;margin:0}.editorial-hero-figure figcaption{font-size:.75rem;line-height:1.65;text-align:right;color:var(--c-muted);margin-top:.625rem}
.editorial-art{position:relative;overflow:hidden;background:#2D2138;isolation:isolate}.editorial-art img{display:block;width:100%;height:100%;object-fit:cover}.editorial-art-fallback{display:none;place-items:center;width:100%;height:100%;min-height:inherit;color:#CCB1D9}.editorial-art-fallback svg{width:64px;height:64px}.editorial-art.is-unavailable .editorial-art-fallback{display:grid}.editorial-art.is-unavailable img{display:none}

.editorial-start{display:inline-flex;justify-content:space-between;gap:1.25rem;min-height:50px;padding:.75rem 1.1rem;font-size:.875rem;border-radius:4px}
.editorial-all-link{display:flex;align-items:center;gap:1rem;min-height:44px;margin-top:.375rem;font-size:.8125rem;width:fit-content;text-decoration:none}
.editorial-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.editorial-section-heading h2{font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.55;margin:0;font-weight:700}.editorial-section-heading .editorial-kicker{margin-bottom:.5rem}.editorial-section-heading>a{display:inline-flex;align-items:center;gap:1rem;min-height:44px;font-size:.875rem;text-decoration:none;flex-shrink:0}
.editorial-paths{margin:1rem 0 4.5rem;padding-top:2.25rem;border-top:1px solid var(--c-control-border)}
.editorial-paths>.editorial-section-heading{display:block}
.editorial-path-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.editorial-path{min-width:0;border-right:1px solid var(--c-divider);padding-right:2rem}.editorial-path:last-child{border-right:0;padding-right:0}.editorial-path-number{display:block;font-family:Georgia,serif;font-style:italic;font-size:2rem;line-height:1.25;color:var(--c-brand);margin-bottom:.75rem}.editorial-path h3{font-size:1.125rem;line-height:1.6;margin:0 0 .375rem}.editorial-path p{font-size:.8125rem;color:var(--c-muted);margin-bottom:.875rem}.editorial-path ul{list-style:none;margin:0;padding:0}.editorial-path li{border-top:1px solid var(--c-divider)}.editorial-path a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:46px;text-decoration:none;font-size:.875rem;line-height:1.65}.editorial-path a span{flex-shrink:0}.editorial-path a:hover{color:var(--c-brand-hover);text-decoration:underline}
.editorial-library{margin-bottom:4rem;scroll-margin-top:1.5rem}
.guide-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.75rem 1.75rem;border:0}
.article-row.editorial-card{margin:0;padding:0;border:0;min-width:0;background:none}
.editorial-card-link{display:block;height:100%;color:var(--c-ink);text-decoration:none;border-bottom:1px solid var(--c-divider);padding-bottom:1rem;outline-offset:5px}
.editorial-card-link:hover{text-decoration:none}.editorial-card-link:hover h3{color:var(--c-brand);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.editorial-card-link:hover .editorial-card-art{filter:brightness(1.06)}
.editorial-card-art{aspect-ratio:3/2;border-radius:5px;transition:filter .15s}.editorial-card-body{padding-top:1rem}.editorial-category{font-size:.6875rem;letter-spacing:.04em;font-weight:700;color:var(--c-brand)}
.article-row.editorial-card h3{font-size:1.125rem;line-height:1.7;font-weight:700;margin:.5rem 0 .75rem;overflow-wrap:anywhere}.article-row.editorial-card p{font-size:.8125rem;line-height:1.8;color:var(--c-muted);margin:0 0 .75rem}.editorial-read-link{display:flex;align-items:center;justify-content:space-between;min-height:36px;color:var(--c-brand);font-size:.75rem}.editorial-read-link>span{font-size:1.25rem}
.editorial-search-band{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:2rem;padding:2rem 0;align-items:center;border-top:1px solid var(--c-divider);border-bottom:1px solid var(--c-divider)}.editorial-search-band h2{font-size:1.75rem;line-height:1.5;margin:0}.editorial-search-band .search-form{padding:0;border:0;background:none;margin:0}.editorial-search-band .search-form>label{font-size:.75rem;line-height:1.5;margin-bottom:.5rem;color:var(--c-muted)}.editorial-search-band input{min-width:0}.editorial-search-band .button{min-height:48px}
.editorial-note{max-width:760px;margin:3.5rem 0 0}.editorial-note h2{font-size:1.25rem;line-height:1.7;margin:0 0 .75rem}.editorial-note p{font-size:.875rem;line-height:1.9;color:var(--c-muted);margin-bottom:.5rem}.editorial-note>a{display:inline-flex;gap:1rem;align-items:center;font-size:.8125rem;min-height:44px}
/* Article: an answer, one textual diagram and an outline based on the actual rendered h2s. */
.guide-article-header{max-width:100%;margin:0 0 2.25rem}.guide-article-header.has-guide-art{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:center;gap:2.5rem}.guide-article-heading{min-width:0}.guide-article-heading h1{font-size:clamp(1.625rem,2.5vw,2.25rem);line-height:1.65;letter-spacing:.015em;margin:0 0 1.25rem;overflow-wrap:anywhere}.guide-article-heading .metadata{font-size:.6875rem;margin:.75rem 0 0}.guide-article-heading .disclosure{font-size:.6875rem;margin:.5rem 0 0}.guide-quick-answer{font-size:.9375rem;line-height:1.9;padding-left:1rem;border-left:3px solid var(--c-brand);margin:0}.guide-quick-answer strong{font-weight:600}.guide-article-figure{margin:0}.guide-article-art{aspect-ratio:3/2;max-height:330px;border-radius:6px}
.guide-diagram{margin:0 0 2.5rem;padding:1.25rem 1.5rem 1.125rem;background:var(--c-surface);border-top:2px solid var(--c-brand);border-radius:0 0 6px 6px}.guide-diagram figcaption{font-size:.875rem;font-weight:700;line-height:1.65;margin-bottom:1rem}.guide-diagram-steps{display:grid;grid-template-columns:repeat(var(--diagram-count),minmax(0,1fr));gap:1.5rem;list-style:none;margin:0;padding:0}.guide-diagram-steps li{position:relative;min-width:0;border-left:1px solid #71546F;padding-left:1rem}.guide-diagram-steps strong{display:block;font-size:.9375rem;line-height:1.6;margin-bottom:.25rem}.guide-diagram-steps li>span:not(.diagram-step-number){display:block;font-size:.75rem;line-height:1.7;color:var(--c-muted)}.diagram-step-number{font-family:Georgia,serif;font-size:1.5rem;line-height:1.1;color:var(--c-brand);display:block;margin-bottom:.5rem}.guide-diagram--sequence .guide-diagram-steps li:not(:last-child):after{content:"→";position:absolute;right:-1.15rem;top:2rem;color:var(--c-brand)}.diagram-result{display:flex;justify-content:center;align-items:center;gap:.75rem;border-top:1px solid var(--c-divider);font-size:.8125rem;line-height:1.7;margin:1rem 0 0;padding:.75rem 0 0}.diagram-result>span{font-size:1.2rem;color:var(--c-brand)}.diagram-note{font-size:.75rem;line-height:1.7;color:var(--c-muted);margin:.875rem 0 0}
.guide-reading-layout{display:grid;grid-template-columns:minmax(0,780px) minmax(200px,1fr);gap:3.5rem;align-items:start}.guide-reading-sidebar{grid-column:2;grid-row:1;position:sticky;top:1.25rem;min-width:0}.guide-prose{grid-column:1;grid-row:1;min-width:0;font-size:1rem;line-height:2.05;overflow-wrap:break-word}.guide-prose>p:first-child{font-size:1rem;line-height:2.05}.guide-prose h2{border:0;border-left:4px solid var(--c-brand);background:linear-gradient(90deg,#302038,transparent);padding:.625rem 1rem;font-size:1.375rem;line-height:1.75;margin:3.25rem 0 1.5rem;border-radius:0}.guide-prose h2:first-child{margin-top:0}.guide-prose h2:target{outline:2px solid var(--c-focus);outline-offset:4px}.guide-prose h3{font-size:1.125rem;border-bottom:1px solid var(--c-divider);padding-bottom:.5rem;margin-top:2rem}.guide-prose p{margin-bottom:1.625rem}.guide-prose strong{font-weight:700;color:#FFE3F0;text-decoration:underline;text-decoration-color:#80506C;text-decoration-thickness:2px;text-underline-offset:.25em}.guide-prose a{word-break:break-word}.guide-prose table{font-size:.875rem;line-height:1.9;margin:1.75rem 0}.guide-prose th{font-size:.8125rem;color:#FFE3F0;background:#312138}.guide-prose td,.guide-prose th{padding:.875rem}.guide-prose tbody tr:nth-child(even) td{background:#19131F}.guide-prose ul,.guide-prose ol{padding-left:1.4rem;margin:1.5rem 0}.guide-prose li{padding-left:.25rem;margin-bottom:.75rem}.guide-prose li::marker{color:var(--c-brand);font-weight:700}
.guide-toc{border-top:1px solid var(--c-control-border);padding:1.25rem 0 0}.guide-toc h2{font-size:.9375rem;line-height:1.6;margin:0 0 .75rem}.guide-toc ol{list-style:none;counter-reset:guide-outline;margin:0;padding:0}.guide-toc li{counter-increment:guide-outline;border-bottom:1px solid var(--c-divider)}.guide-toc li a{display:flex;align-items:baseline;gap:.75rem;min-height:44px;padding:.625rem 0;font-size:.8125rem;line-height:1.75;color:var(--c-muted);text-decoration:none}.guide-toc li a:before{content:counter(guide-outline,decimal-leading-zero);font-family:Georgia,serif;font-size:.8125rem;color:var(--c-brand);flex-shrink:0}.guide-toc li a:hover{color:var(--c-brand);text-decoration:underline}.guide-toc-top{display:inline-flex;min-height:44px;align-items:center;font-size:.75rem;margin-top:.75rem}
.guide-next{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:2.5rem;align-items:center;margin:3.5rem 0 0;padding:2rem 0;border-top:1px solid var(--c-control-border);border-bottom:1px solid var(--c-divider)}.guide-next-heading h2{font-size:1.5rem;line-height:1.7;margin:0}.guide-next .editorial-card-link{display:grid;grid-template-columns:200px minmax(0,1fr);gap:1.25rem;align-items:center;border:0;padding:0}.guide-next .editorial-card-body{padding:0}.guide-next .editorial-card h3{font-size:1rem;margin-top:.375rem}.guide-next .editorial-card p{display:none}.editorial-reading .article-end{margin-top:2rem}
@media(max-width:1100px){.editorial-hero{column-gap:2rem}.editorial-hero h1{font-size:2.125rem}.editorial-hero-copy>p{font-size:.875rem}.guide-reading-layout{grid-template-columns:minmax(0,1fr) 220px;gap:2rem}.guide-next .editorial-card-link{grid-template-columns:150px minmax(0,1fr)}.guide-article-header.has-guide-art{gap:2rem}}
@media(max-width:899px){.guide-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem 1.5rem}.editorial-path-list{gap:1.25rem}.editorial-path{padding-right:1.25rem}.editorial-path h3{font-size:1rem}.editorial-path a{font-size:.8125rem}.guide-reading-layout{display:flex;flex-direction:column;gap:2rem}.guide-reading-sidebar{position:static;width:100%}.guide-toc ol{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}.guide-next{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1.5rem}.guide-article-heading h1{font-size:1.75rem}}
@media(max-width:767px){.editorial-hero{grid-template-columns:minmax(0,1fr);grid-template-areas:"title" "art" "copy";gap:0;padding:.75rem 0 1.75rem}.editorial-hero h1{font-size:clamp(1.75rem,7.7vw,2.25rem);line-height:1.5;margin-bottom:1rem;letter-spacing:.035em}.editorial-kicker{font-size:.6875rem;margin-bottom:.5rem}.editorial-hero-figure figcaption{font-size:.6875rem;margin-top:.5rem}.editorial-hero-copy{padding-top:1.125rem}.editorial-hero-copy>p{font-size:.875rem;line-height:1.8;margin-bottom:.875rem}.editorial-start{display:flex;min-height:48px;font-size:.875rem}.editorial-all-link{margin-inline:auto;font-size:.8125rem}.editorial-section-heading{margin-bottom:1.25rem}.editorial-section-heading h2{font-size:1.5rem}.editorial-paths{padding-top:1.75rem;margin:.25rem 0 2.75rem}.editorial-path-list{display:block}.editorial-path{display:grid;grid-template-columns:38px minmax(0,1fr);column-gap:.875rem;padding:1rem 0 1.5rem;border:0;border-bottom:1px solid var(--c-divider);margin-bottom:.5rem}.editorial-path:last-child{padding-bottom:0;border-bottom:0}.editorial-path-number{grid-row:1/4;margin:0;font-size:1.75rem}.editorial-path h3{font-size:1.0625rem;margin:0 0 .25rem}.editorial-path p{font-size:.8125rem;margin-bottom:.5rem}.editorial-path ul{grid-column:2}.editorial-path li{border-top:0}.editorial-path a{font-size:.875rem;min-height:44px}.guide-gallery{grid-template-columns:minmax(0,1fr);gap:2rem}.article-row.editorial-card h3{font-size:1.125rem;line-height:1.75;margin:.375rem 0 .625rem}.article-row.editorial-card p{font-size:.875rem;line-height:1.85}.editorial-card-body{padding-top:.75rem}.editorial-category{font-size:.75rem}.editorial-read-link{font-size:.8125rem;min-height:40px}.editorial-library{margin-bottom:2.5rem}.editorial-search-band{display:block;padding:1.75rem 0}.editorial-search-band h2{font-size:1.5rem;margin-bottom:1.125rem}.editorial-search-band .search-form>label{font-size:.8125rem}.editorial-note{margin-top:2.5rem}.editorial-note h2{font-size:1.125rem}.editorial-note p{font-size:.875rem}.guide-article-header.has-guide-art{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem}.guide-article-header{margin-bottom:1.5rem}.guide-article-heading h1{font-size:1.5rem;line-height:1.7;margin-bottom:1rem;letter-spacing:0}.guide-quick-answer{font-size:.9375rem;line-height:1.9;padding-left:.75rem}.guide-article-art{max-height:260px;aspect-ratio:3/2}.guide-diagram{padding:1rem;margin-bottom:1.75rem}.guide-diagram figcaption{font-size:.875rem;margin-bottom:1rem}.guide-diagram-steps{grid-template-columns:minmax(0,1fr);gap:1.375rem}.guide-diagram-steps li{padding-left:1rem}.guide-diagram--sequence .guide-diagram-steps li{display:grid;grid-template-columns:24px minmax(0,1fr);column-gap:.75rem;border:0;padding-left:0}.guide-diagram--sequence .guide-diagram-steps li>.diagram-step-number{grid-row:1/3;margin:0;font-size:1.5rem}.guide-diagram--sequence .guide-diagram-steps li>span:not(.diagram-step-number){grid-column:2}.guide-diagram--sequence .guide-diagram-steps li:not(:last-child):after{content:"↓";left:4px;top:auto;right:auto;bottom:-1.3rem;font-size:.875rem}.guide-diagram-steps strong{font-size:.9375rem}.guide-diagram-steps li>span:not(.diagram-step-number),.diagram-result,.diagram-note{font-size:.8125rem}.guide-diagram--split .guide-diagram-steps{gap:1rem}.guide-toc ol{display:block}.guide-toc li a{font-size:.875rem;min-height:46px}.guide-toc h2{font-size:1rem}.guide-prose{font-size:1rem;line-height:2;max-width:100%}.guide-prose>p:first-child{font-size:1rem;line-height:2}.guide-prose h2{font-size:1.25rem;line-height:1.75;padding:.5rem .75rem;margin-top:2.75rem}.guide-prose h3{font-size:1.0625rem;line-height:1.8}.guide-prose p{margin-bottom:1.5rem}.guide-prose table{font-size:.8125rem;line-height:1.85}.guide-prose td,.guide-prose th{padding:.75rem .5rem;font-size:.8125rem}.guide-next{display:block;margin-top:2.5rem;padding:1.5rem 0}.guide-next-heading h2{font-size:1.25rem;margin-bottom:1.25rem}.guide-next .editorial-card-link{grid-template-columns:110px minmax(0,1fr);gap:1rem}.guide-next .editorial-card h3{font-size:.875rem;margin:.25rem 0 .375rem}.guide-next .editorial-category{font-size:.625rem}.guide-next .editorial-read-link{font-size:.75rem;min-height:32px}.editorial-reading .article-end .button{font-size:.8125rem;padding:.75rem;min-height:48px}}
@media(max-width:359px){.editorial-hero h1{font-size:1.75rem}.editorial-hero-copy>p{font-size:.8125rem}.editorial-path{grid-template-columns:30px minmax(0,1fr);gap:.625rem}.guide-article-heading h1{font-size:1.375rem}.guide-next .editorial-card-link{grid-template-columns:85px minmax(0,1fr);gap:.75rem}.guide-prose td,.guide-prose th{font-size:.75rem;padding:.625rem .375rem}}
@media(prefers-reduced-motion:reduce){.editorial-card-art{transition:none}}
/* 1.3.2: preserve each guide composition; only article openings use a central crop. */
.editorial-hero-copy>p{color:var(--c-ink)}
.article-row.editorial-card{display:block}
.guide-cover{display:block;min-width:0;border-radius:5px;overflow:hidden;background:var(--c-surface);border:1px solid var(--c-divider)}
.guide-cover-art{width:100%;aspect-ratio:1200/630;background:#15101F}
.guide-cover-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.guide-cover-art .editorial-art-fallback{position:absolute;inset:0}
.guide-cover-text{min-width:0;padding:1rem;color:var(--c-ink)}
.guide-cover-kicker{display:block;font-size:.6875rem;line-height:1.65;font-weight:700;color:var(--c-brand);margin-bottom:.5rem}
.article-row.editorial-card .guide-cover h3{font-size:1.125rem;line-height:1.65;font-weight:700;letter-spacing:.01em;margin:0 0 .75rem;color:var(--c-ink);overflow-wrap:anywhere}
.guide-cover-action{display:flex;align-items:center;justify-content:space-between;gap:.75rem;min-height:28px;font-size:.8125rem;line-height:1.6;color:var(--c-brand)}
.editorial-card-link:hover .guide-cover{border-color:var(--c-brand)}
.editorial-card-link:hover .guide-cover h3{color:var(--c-brand);text-decoration:underline;text-underline-offset:.2em}
.article-row.editorial-card .editorial-card-body{padding-top:.75rem}
.article-row.editorial-card .editorial-card-body p{font-size:.875rem;line-height:1.85;margin-bottom:0}
.guide-article-header.has-guide-art{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;max-width:780px}
.guide-cover--article .guide-cover-art{aspect-ratio:1200/380}
.guide-next .editorial-card-link{display:block;border:0;padding:0}
.guide-next .guide-cover{display:grid;grid-template-columns:132px minmax(0,1fr);align-items:center;gap:.875rem;padding:.625rem}
.guide-next .guide-cover-text{padding:0}
.guide-next .guide-cover-art{border-radius:3px}
.guide-next .guide-cover-kicker{font-size:.625rem;margin-bottom:.375rem}
.guide-next .article-row.editorial-card .guide-cover h3{font-size:.9375rem;line-height:1.65;margin:0}
.guide-next .guide-cover-action,.guide-next .editorial-card-body{display:none}
@media(max-width:359px){.guide-next .guide-cover{grid-template-columns:104px minmax(0,1fr);gap:.625rem}.guide-next .article-row.editorial-card .guide-cover h3{font-size:.875rem}.guide-cover-text{padding:.875rem}}

.editorial-hero-description{font-size:.9375rem;line-height:1.9;color:var(--c-ink);margin:0 0 1.5rem}.editorial-hero-copy{padding-top:0}
@media(max-width:767px){.editorial-hero-description{font-size:.875rem;line-height:1.8;margin:0 0 1.25rem}.editorial-hero-copy{padding-top:1.125rem}}

/* Stage 2: one decorative collage; format links lead to the published comparison guide. */
.editorial-products{padding:2.5rem 0;border-bottom:1px solid var(--c-divider);scroll-margin-top:1.5rem}
.editorial-products-intro{font-size:.875rem;line-height:1.8;color:var(--c-muted);margin:.625rem 0 0}
.editorial-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem}
.editorial-product-grid .work-row{grid-template-columns:120px minmax(0,1fr)}
.editorial-product-grid .work-visual{width:120px}
.editorial-product-grid .work-visual img{object-fit:contain;object-position:center}
@media(max-width:767px){.editorial-products{padding:1.75rem 0}.editorial-product-grid{grid-template-columns:minmax(0,1fr)}.editorial-product-grid .work-row{grid-template-columns:90px minmax(0,1fr)}.editorial-product-grid .work-visual{width:90px}}
@media(max-width:359px){.editorial-product-grid .work-row{grid-template-columns:80px minmax(0,1fr)}.editorial-product-grid .work-visual{width:80px}}
.editorial-cover-wall{position:relative;isolation:isolate;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:3px;aspect-ratio:1.65;overflow:hidden;background:#15101f;border:1px solid #39253b;border-radius:5px}
.editorial-cover-wall img{display:block;width:100%;height:100%;min-height:0;object-fit:cover;object-position:50% 24%}
.editorial-cover-wall img:first-child{grid-row:span 2;object-position:50% 35%}
.editorial-cover-wall img:last-child{grid-column:span 2}
.editorial-cover-wall img:nth-child(2n){object-position:50% 32%}
.editorial-cover-wall img:nth-child(3n){object-position:50% 18%}
.editorial-cover-wall::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,rgba(17,12,22,.06) 45%,rgba(17,12,22,.22) 70%,#110c16 100%)}
.editorial-hero-figure figcaption{font-size:.75rem;line-height:1.65;color:#bdb0c9;text-align:left;margin-top:.625rem}
.editorial-format-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:0 0 1rem}
.editorial-format-caption{grid-column:1/-1;margin:0;font-size:.6875rem;line-height:1.5;color:var(--c-muted)}
.editorial-format-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-width:0;min-height:88px;padding:.625rem .25rem;background:#211528;border:1px solid #4c3149;border-radius:4px;text-decoration:none;color:var(--c-brand)}
.editorial-format-chip:nth-child(2){color:#c79aff}.editorial-format-chip:nth-child(3){color:#ff8ebc}
.editorial-format-chip svg{display:block;flex-shrink:0;margin-bottom:.125rem}
.editorial-format-chip strong{font-size:.8125rem;line-height:1.4;color:var(--c-ink)}
.editorial-format-chip span{font-size:.6875rem;line-height:1.5;color:#c9bbd0}
.editorial-format-chip:hover{background:#342035;border-color:var(--c-brand);text-decoration:none}
.editorial-format-chip:focus-visible{outline:2px solid var(--c-focus);outline-offset:3px}
.editorial-hero .editorial-start{display:flex;width:100%}
@media(max-width:767px){
 .editorial-hero{padding-top:.5rem;padding-bottom:1.5rem}
 .editorial-hero h1{line-height:1.4;margin-bottom:.625rem}
 .editorial-hero-description{font-size:.8125rem;line-height:1.7;margin-bottom:.875rem}
 .editorial-cover-wall{aspect-ratio:auto;height:170px;gap:2px}
 .editorial-hero-figure figcaption{font-size:.71875rem;line-height:1.5;margin-top:.4375rem}
 .editorial-hero-copy{padding-top:.625rem}
 .editorial-format-links{gap:.375rem;margin-bottom:.75rem}
 .editorial-format-chip{min-height:76px;padding:.4375rem .25rem;gap:.1875rem}
 .editorial-hero .editorial-start{min-height:48px}
 .editorial-all-link{margin-top:.125rem}
}

/* Published catalog starts with named-work search and existing purchase guides. */
.purchase-home-intro{padding:.25rem 0 1rem;border-bottom:1px solid var(--c-divider)}
.purchase-home-intro .search-form{padding:0;margin:0 0 1rem;background:transparent;border:0;max-width:700px}
.purchase-home-intro h1{font-size:1.625rem;line-height:1.5;margin:0 0 .5rem}
.purchase-home-intro>p{font-size:.875rem;line-height:1.75;margin:0 0 .5rem;color:var(--c-muted)}
.purchase-home-intro .disclosure{font-size:.75rem;margin:0}
.editorial-home--catalog .editorial-products{padding:1.25rem 0 2rem}
.editorial-home--catalog .editorial-products .editorial-kicker{display:none}
.editorial-home--catalog .editorial-products .editorial-section-heading{margin-bottom:.75rem}
.editorial-home--catalog .editorial-products h2{font-size:1.375rem}
.editorial-home--catalog .editorial-hero{margin-top:2rem;padding:1.5rem;border:1px solid var(--c-divider);grid-template-columns:minmax(0,1fr) 240px;gap:1rem 2rem}
.editorial-home--catalog .editorial-hero h2{font-size:1.125rem;margin:0 0 .5rem}
.editorial-home--catalog .editorial-cover-wall{height:160px;aspect-ratio:auto}
.editorial-home--catalog .editorial-hero-description{font-size:.8125rem;margin-bottom:.75rem}
.editorial-home--catalog .editorial-hero .editorial-start{background:transparent;color:var(--c-brand);border-color:var(--c-divider);font-weight:600}
@media(max-width:767px){
 .purchase-home-intro{padding-top:0}
 .purchase-home-intro .search-form{margin-bottom:.75rem}
 .purchase-home-intro .search-form>label{font-size:.75rem;margin-bottom:.25rem}
 .purchase-home-intro .search-input-row input{min-height:44px;padding:.5rem .625rem}
 .purchase-home-intro .search-input-row .button{min-height:44px;padding:.5rem .75rem}
 .purchase-home-intro h1{font-size:1.125rem}
 .purchase-home-intro>p{font-size:.8125rem}
 .editorial-home--catalog .editorial-products-intro{font-size:.8125rem;margin-top:.375rem}
 .editorial-home--catalog .editorial-products .editorial-section-heading{align-items:start;gap:.5rem}
 .editorial-home--catalog .editorial-products .editorial-section-heading>a{font-size:.75rem}
 .editorial-home--catalog .editorial-hero{display:block;padding:1rem;margin-top:1.5rem}
 .editorial-home--catalog .editorial-hero-figure{max-width:240px;margin:1rem auto}
 .editorial-home--catalog .editorial-cover-wall{height:130px}
}

.editorial-decisions{padding:1.25rem 0;border-bottom:1px solid var(--c-divider)}
.editorial-decisions .editorial-section-heading{margin-bottom:.5rem}
.editorial-decisions h2{font-size:1.375rem}
.editorial-decision-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.editorial-decision-cards .article-row{padding:1rem;border:1px solid var(--c-divider);border-radius:6px;background:var(--c-surface)}
.editorial-decision-cards .article-row h3{margin-top:.25rem}
@media(max-width:767px){.editorial-decision-cards{grid-template-columns:minmax(0,1fr)}.editorial-decisions h2{font-size:1.125rem}}
