.guide-page {
    --guide-ink: #171717;
    --guide-paper: #fff;
    --guide-muted: #696969;
    --guide-line: #e5e1da;
    --guide-warm: #f6f2ec;
    --guide-accent: #e4ff43;
    background: var(--guide-paper);
    color: var(--guide-ink);
    padding-bottom: 72px;
}

.guide-shell { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.guide-article { max-width: 880px; }

/* Human, photographic hero rather than a generic AI-looking banner. */
.guide-hero {
    background: #101010;
    color: #fff;
    margin-bottom: 34px;
    overflow: hidden;
}
.guide-hero .guide-shell { padding-top: 46px; padding-bottom: 44px; }
.guide-hero-split {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    min-height: 430px;
    max-width: 1400px;
    margin: 0 auto;
}
.guide-hero-copy { padding: 54px clamp(20px, 5vw, 80px); align-self: center; }
.guide-hero-media { position: relative; min-height: 430px; background: #222; }
.guide-hero-media img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; display: block; }
.guide-hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16,16,16,.26), rgba(16,16,16,0) 35%);
    pointer-events: none;
}
.guide-photo-credit {
    position: absolute;
    left: 14px;
    bottom: 12px;
    z-index: 2;
    max-width: calc(100% - 28px);
    padding: 6px 8px;
    background: rgba(0,0,0,.72);
    color: #eee;
    font-size: .72rem;
    line-height: 1.35;
}
.guide-photo-credit a { color: #fff; text-decoration: underline; }
.guide-hero a { color: #fff; text-decoration: underline; }
.guide-eyebrow { text-transform: uppercase; letter-spacing: .09em; font-size: .76rem; font-weight: 800; opacity: .72; }
.guide-hero h1 { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.04; margin: 12px 0 18px; font-weight: 850; }
.guide-lede { font-size: 1.14rem; line-height: 1.62; max-width: 780px; margin-bottom: 0; }
.guide-verified { display: inline-block; margin-top: 18px; font-size: .84rem; opacity: .75; }

.guide-breadcrumb { font-size: .86rem; padding: 18px 0; color: var(--guide-muted); }
.guide-breadcrumb a { color: #333; text-decoration: underline; }
.guide-jump { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 30px; }
.guide-chip { display: inline-flex; align-items: center; border-bottom: 1px solid #9b9b9b; padding: 7px 2px; margin-right: 12px; color: #222; background: #fff; font-weight: 700; font-size: .9rem; }
.guide-chip:hover { color: #111; text-decoration: none; border-color: #111; }

.guide-section { padding: 32px 0; border-top: 1px solid var(--guide-line); }
.guide-section:first-child { border-top: 0; }
.guide-section h2 { font-size: clamp(1.55rem, 3vw, 2.05rem); line-height: 1.2; margin-bottom: 15px; font-weight: 850; }
.guide-section h3 { font-size: 1.23rem; font-weight: 800; margin: 23px 0 10px; }
.guide-section p, .guide-section li { font-size: 1.02rem; line-height: 1.76; }
.guide-answer { border-left: 5px solid #111; background: var(--guide-warm); padding: 19px 22px; margin: 20px 0; font-size: 1.07rem; line-height: 1.65; }
.guide-source { font-size: .87rem !important; color: #666; margin-top: 9px; }
.guide-source a { color: #333; text-decoration: underline; }

/* Keep general cards restrained; photography and live products should carry the page. */
.guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 22px 0; }
.guide-card { border-top: 3px solid #111; padding: 18px 4px 8px; background: #fff; }
.guide-card h3 { margin-top: 0; }
.guide-card p:last-child { margin-bottom: 0; }
.guide-card--dark { background: #161616; color: #fff; border: 0; padding: 22px; }
.guide-card--dark a { color: #fff; }
.guide-label { font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; color: #6d6d6d; }

.guide-decision { border: 1px solid #b9b5ae; border-left: 7px solid #171717; padding: 23px; margin: 26px 0; background: #fff; }
.guide-decision h3 { margin-top: 0; }
.guide-decision-row { display: grid; grid-template-columns: 1.1fr 1fr; gap: 18px; border-top: 1px solid var(--guide-line); padding: 14px 0; }
.guide-decision-row:first-of-type { border-top: 0; }
.guide-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 17px; }
.guide-btn { display: inline-block; border-radius: 2px; padding: 11px 16px; font-weight: 750; border: 1px solid #111; text-decoration: none !important; }
.guide-btn-primary { background: #111; color: #fff !important; }
.guide-btn-secondary { background: #fff; color: #111 !important; }
.guide-btn-soft { background: #f2f2f2; color: #111 !important; border-color: #d6d6d6; }

.guide-product { border-top: 1px solid #bbb; padding: 19px 0; margin: 12px 0; }
.guide-product-title { font-weight: 850; font-size: 1.08rem; }
.guide-product-meta { display: grid; grid-template-columns: 120px 1fr; gap: 7px 12px; margin-top: 12px; font-size: .94rem; }
.guide-status { display: inline-block; padding: 5px 8px; background: #ededed; font-size: .78rem; font-weight: 800; }
.guide-evidence { border: 1px dashed #9e9a92; background: #faf8f4; padding: 20px; margin: 21px 0; }
.guide-evidence strong { display: block; margin-bottom: 6px; }

.guide-table { width: 100%; border-collapse: collapse; margin: 19px 0; font-size: .94rem; }
.guide-table th, .guide-table td { border-bottom: 1px solid #ddd8d0; padding: 13px 10px; vertical-align: top; text-align: left; }
.guide-table th { background: #f5f1eb; font-weight: 850; }
.guide-cluster-nav { background: #f4f1ec; border-bottom: 1px solid #ddd8d0; }
.guide-cluster-nav .guide-shell { display: flex; gap: 18px; overflow: auto; padding-top: 12px; padding-bottom: 12px; white-space: nowrap; }
.guide-cluster-nav a { color: #222; font-size: .86rem; font-weight: 750; }
.guide-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.guide-proof > div { background: #f5f1eb; padding: 15px; }
.guide-proof strong { display: block; }
.guide-note { font-size: .9rem; color: #5b5b5b; }
.guide-footer-cta { background: #111; color: #fff; padding: 32px; margin-top: 34px; }
.guide-footer-cta h2 { color: #fff; }
.guide-footer-cta a { color: #fff; }
.guide-list-clean { padding-left: 20px; }
.guide-list-clean li { margin-bottom: 7px; }

/* Editorial photography. */
.guide-story-photo { margin: 25px 0 32px; }
.guide-story-photo img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; background: #eee; }
.guide-story-photo figcaption { padding: 10px 0; font-size: .84rem; color: #5b5b5b; line-height: 1.5; }
.guide-photo-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 25px 0 32px; }
.guide-photo-panel { background: #111; color: #fff; }
.guide-photo-panel img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.guide-photo-panel-copy { padding: 15px 16px 17px; }
.guide-photo-panel-copy strong { display: block; font-size: 1.08rem; margin-bottom: 5px; }
.guide-photo-panel-copy span { display: block; color: #ddd; font-size: .88rem; line-height: 1.5; }
.guide-photo-panel-copy small { display: block; margin-top: 9px; color: #aaa; line-height: 1.45; }
.guide-photo-panel-copy a { color: #fff; text-decoration: underline; }
.guide-diagnostic-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #d6d1c9; margin: 24px 0; }
.guide-diagnostic-strip > div { background: #fff; padding: 18px; }
.guide-diagnostic-strip strong { display: block; font-size: 1.05rem; margin-bottom: 7px; }
.guide-diagnostic-strip span { display: block; color: #555; line-height: 1.55; }

/* Live catalogue component: real product photos, live condition and price. */
.guide-live-products { margin: 30px 0 38px; padding: 28px 0; border-top: 1px solid #c9c4bc; border-bottom: 1px solid #c9c4bc; }
.guide-live-products__head { max-width: 720px; margin-bottom: 20px; }
.guide-live-products__head h3 { margin: 5px 0 8px; font-size: 1.55rem; }
.guide-live-products__head p { color: #555; line-height: 1.6; margin: 0; }
.guide-live-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.guide-live-product-card { border: 1px solid #ded9d1; background: #fff; min-width: 0; }
.guide-live-product-media { position: relative; display: block; background: #f5f3ef; overflow: hidden; }
.guide-live-product-media img { width: 100%; height: 250px; object-fit: contain; display: block; padding: 12px; transition: transform .25s ease; }
.guide-live-product-card:hover .guide-live-product-media img { transform: scale(1.025); }
.guide-live-product-noimage { display: flex; height: 250px; align-items: center; justify-content: center; color: #777; font-size: .84rem; }
.guide-live-product-badge { position: absolute; left: 10px; top: 10px; padding: 5px 8px; font-size: .7rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; background: #111; color: #fff; }
.guide-live-product-badge.is-preowned { background: #67422b; }
.guide-live-product-body { padding: 14px 15px 16px; }
.guide-live-product-brand { color: #777; font-size: .73rem; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
.guide-live-product-body h4 { margin: 4px 0 10px; font-size: 1rem; line-height: 1.35; min-height: 2.7em; }
.guide-live-product-body h4 a { color: #171717; }
.guide-live-product-facts { display: flex; flex-wrap: wrap; gap: 6px 10px; min-height: 24px; color: #656565; font-size: .76rem; }
.guide-live-product-facts strong { color: #333; }
.guide-live-product-stock { font-weight: 800; }
.guide-live-product-stock.is-stock { color: #326b36; }
.guide-live-product-stock.is-preorder { color: #8a5a00; }
.guide-live-product-price { font-size: 1.18rem; font-weight: 850; margin: 12px 0 5px; }
.guide-live-product-price span { font-size: .75rem; margin-right: 3px; font-weight: 750; }
.guide-live-product-link { color: #111; font-size: .86rem; font-weight: 800; text-decoration: underline; }
.guide-live-product-footnote { margin-top: 11px; color: #777; font-size: .76rem; }
.guide-live-product-empty { background: #f5f1eb; padding: 18px; display: grid; gap: 5px; }
.guide-live-product-empty a { color: #111; font-weight: 800; }

@media (max-width: 960px) {
    .guide-hero-split { grid-template-columns: 1fr; }
    .guide-hero-media { min-height: 320px; order: -1; }
    .guide-hero-media img { min-height: 320px; }
    .guide-hero-copy { padding: 36px 22px 42px; }
    .guide-live-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .guide-hero .guide-shell { padding-top: 35px; padding-bottom: 32px; }
    .guide-grid, .guide-proof, .guide-decision-row, .guide-photo-compare, .guide-diagnostic-strip { grid-template-columns: 1fr; }
    .guide-table { display: block; overflow-x: auto; }
    .guide-product-meta { grid-template-columns: 1fr; }
    .guide-actions .guide-btn { width: 100%; text-align: center; }
    .guide-live-product-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
    .guide-live-product-media img, .guide-live-product-noimage { height: 190px; }
    .guide-live-product-body { padding: 11px; }
    .guide-live-product-body h4 { font-size: .92rem; }
}

@media (max-width: 430px) {
    .guide-live-product-grid { grid-template-columns: 1fr; }
    .guide-live-product-media img, .guide-live-product-noimage { height: 240px; }
}
