/* Product overviews share the homepage's editorial typography and palette. */
body[class*="product-"] { --product-accent: #00666c; --product-dark: #08424d; --product-bright: #00bfc3; --product-wash: #d5f6f4; --product-wash-end: #edfff6; --product-line: #9bd2cd; }
body.product-embercrest { --product-accent: #a62e43; --product-dark: #672b31; --product-bright: #ff5269; --product-wash: #ffe0d5; --product-wash-end: #fff0d0; --product-line: #e5b19f; }
body.product-serializer { --product-accent: #805a00; --product-dark: #493a13; --product-bright: #ffc400; --product-wash: #fff0ba; --product-wash-end: #fff9e5; --product-line: #ddc77f; }
body[class*="product-"] .button-primary { background: var(--product-accent); }
body[class*="product-"] .button-primary:hover { background: var(--product-dark); }
.product-hero { padding-block: 65px 62px; background: radial-gradient(ellipse at 82% 33%, var(--product-wash), transparent 69%); }
.product-hero > .eyebrow { margin-bottom: 25px; }
.product-hero h1 { font-size: clamp(46px, 5.6vw, 77px); line-height: 1.08; max-width: 1060px; text-wrap: balance; color: var(--product-dark); }
.product-hero .accent { color: var(--product-accent); }
.product-hero > .eyebrow, .product-section .eyebrow, .product-band .eyebrow { color: var(--product-accent); }
.product-lead { font-size: 19px; line-height: 1.8; color: var(--muted); max-width: 850px; margin-top: 27px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 10px 23px; font-size: 11px; color: var(--muted); margin-top: 28px; }
.product-meta > span + span { border-left: 1px solid var(--line); padding-left: 23px; }
.product-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 47px; padding-top: 28px; border-top: 1px solid var(--line); }
.product-metrics > div { display: flex; flex-direction: column; gap: 7px; }
.product-metrics strong { font-size: 29px; font-weight: 500; letter-spacing: -.04em; color: var(--product-accent); }
.product-metrics span { color: var(--muted); font-size: 12px; }
.product-section, .product-band { padding-block: 66px; }
.product-band { background: linear-gradient(120deg, var(--product-wash), var(--product-wash-end)); border-block: 1px solid var(--product-line); }
.product-section .eyebrow, .product-band .eyebrow { margin-bottom: 17px; }
.product-section h2, .product-band h2 { max-width: 850px; }
.product-section > .section-intro, .product-band > .wrap > .section-intro { max-width: 810px; font-size: 16px; line-height: 1.8; }
.product-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 40px; margin-top: 37px; }
.product-feature-grid article { border-top: 3px solid var(--product-bright); padding-top: 23px; }
.product-feature-grid article .eyebrow { margin-bottom: 12px; }
.product-feature-grid h3 { font-size: 21px; margin-bottom: 12px; color: var(--product-dark); }
.product-feature-grid p, .product-feature-grid li { font-size: 14px; line-height: 1.85; color: var(--muted); }
.product-feature-grid ul { padding-left: 20px; }
.product-feature-grid li + li { margin-top: 7px; }
.product-split { display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; }
.product-split > .product-feature-grid { grid-template-columns: 1fr; margin-top: 0; gap: 25px; }
.product-split > .product-feature-grid article:first-child { border-top: 0; padding-top: 0; }
.product-note { padding: 21px 25px; border-left: 3px solid var(--product-bright); background: var(--product-wash-end); font-size: 13px; line-height: 1.8; color: var(--muted); margin-top: 30px; }
.product-note strong { color: var(--ink); }
.product-note > p + p { margin-top: 12px; }
.product-note a, .product-section p > a, .product-band p > a { text-decoration: underline; text-underline-offset: 3px; }
.product-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; list-style: none; counter-reset: product-flow; padding: 0; margin: 38px 0 0; }
.product-flow > li { counter-increment: product-flow; border-top: 1px solid var(--product-line); padding-top: 20px; }
.product-flow > li::before { content: "0" counter(product-flow); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 11px; font-weight: 600; color: #fff; background: var(--product-accent); letter-spacing: .08em; margin-bottom: 18px; }
.product-flow h3 { font-size: 18px; margin-bottom: 12px; }
.product-flow p { font-size: 13px; line-height: 1.85; color: var(--muted); }
.product-table { width: 100%; border-collapse: collapse; text-align: left; margin-top: 32px; }
.product-table th, .product-table td { border-bottom: 1px solid var(--line); padding: 16px; vertical-align: top; font-size: 13px; }
.product-table th { color: var(--product-accent); background: var(--product-wash-end); font-weight: 600; }
.product-table td { color: var(--muted); }
.product-cta { background: linear-gradient(120deg, var(--product-dark), var(--product-accent)); color: #fff; padding: 46px 48px; margin-block: 10px 52px; border-radius: 5px; border-top: 5px solid var(--product-bright); }
.product-cta .eyebrow { color: #ffe295; margin-bottom: 17px; }
.product-cta h2 { max-width: 800px; }
.product-cta p:not(.eyebrow) { color: #fff3e5; max-width: 720px; margin-top: 20px; font-size: 15px; }
body[class*="product-"] .product-cta .button-primary { background: #ffdc77; color: #183c44; }
body[class*="product-"] .product-cta .button-primary:hover { background: #ffe8aa; }
.product-cta .text-link:hover { color: #ffe295; }
.product-cta a:focus-visible { outline-color: #ffe295; }
.product-section .tags > span { background: var(--product-wash); color: var(--product-accent); }
.product-band > .product-metrics { margin-top: 0; padding-top: 0; border-top: 0; }
.product-band > .product-section { padding-block: 0; }
.product-section > .product-split { margin-top: 32px; }
.product-split > article > h3 { color: var(--product-dark); font-size: 21px; }
.product-split > article > p { color: var(--muted); font-size: 14px; line-height: 1.85; margin-top: 14px; }
.product-split > article > .text-link { display: inline-block; margin-top: 18px; }
@media (max-width: 850px) {
    .product-hero { padding-block: 48px; }
    .product-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-split { gap: 35px; grid-template-columns: 1fr; }
    .product-split > .product-feature-grid article:first-child { padding-top: 23px; border-top: 1px solid var(--line); }
}
@media (max-width: 560px) {
    .product-hero h1 { font-size: clamp(42px, 11vw, 58px); }
    .product-hero h1 br { display: none; }
    .product-lead { font-size: 17px; }
    .product-meta { flex-direction: column; gap: 6px; }
    .product-meta > span + span { padding-left: 0; border-left: 0; }
    .product-metrics { grid-template-columns: 1fr; gap: 22px; }
    .product-metrics strong { font-size: 28px; }
    .product-section, .product-band { padding-block: 45px; }
    .product-feature-grid, .product-flow { grid-template-columns: 1fr; gap: 25px; }
    .product-feature-grid h3 { font-size: 20px; }
    .product-feature-grid p { font-size: 14px; }
    .product-cta { padding: 30px 24px; }
    .product-cta h2 { font-size: 32px; }
    .product-table th, .product-table td { padding: 12px 8px; overflow-wrap: anywhere; }
}
@media print {
    .product-hero, .product-section, .product-band { padding-block: 25px; }
    .product-feature-grid article, .product-flow li { break-inside: avoid; }
    .product-cta { background: white; color: var(--ink); }
    .product-cta .eyebrow, .product-cta p:not(.eyebrow) { color: var(--muted); }
}
