/* Buying guides only: extends the established article layout. */
.buying-article .guide-hero img { aspect-ratio: 4 / 3; background: #f2eee8; padding: 18px; }
.buying-article .guide-section h3 { font-size: 22px !important; line-height: 1.4; margin: 28px 0 12px; }
.buying-article .guide-table th:first-child,.buying-article .guide-table td:first-child { width: 30%; }
.buying-article .guide-return { margin-top: 28px; }
.guides-intro { padding: 36px 0 48px; max-width: 800px; }
.guides-intro h1 { font-size: clamp(36px,4vw,56px) !important; line-height: 1.12; margin: 18px 0 24px; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; padding-bottom: 54px; }
.guide-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: #fffaf4; }
.guide-card img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; background: #f2eee8; padding: 18px; }
.guide-card-copy { display: flex; flex-direction: column; flex: 1; padding: 26px; }
.guide-card h2 { font-size: 27px !important; line-height: 1.25; margin: 16px 0; }
.guide-card p { font-size: 16px !important; line-height: 1.7 !important; }
.guide-read { display: block; margin-top: auto; padding-top: 22px; text-decoration: underline; text-underline-offset: 4px; }
.guide-card:hover .guide-read { color: #6b4a3a; }
.guides-contact { border-top: 1px solid var(--border); padding: 32px 0 64px; }
@media(max-width:960px) { .guide-card-grid { grid-template-columns: 1fr; gap: 24px; } .guide-card { flex-direction: row; } .guide-card img { width: 34%; align-self: stretch; } }
@media(max-width:600px) { .guide-card { flex-direction: column; } .guide-card img { width: 100%; } .guide-card-copy { padding: 22px; } .guides-intro { padding: 20px 0 32px; } .buying-article .guide-table th,.buying-article .guide-table td { padding: 10px 8px; } }
