/* Shared stylesheet for prerendered catalog SEO pages. External so ~42k
   generated pages stay small and the production CSP (style-src 'self') passes. */
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #151412; background: #f8f5ef; }
body { margin: 0; }
a { color: inherit; }
.shell { max-width: 880px; margin: 0 auto; padding: 28px 22px 64px; }
nav.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: #756f65; margin-bottom: 34px; }
nav.crumbs a { text-decoration: none; border-bottom: 1px solid currentColor; }
.eyebrow { color: #756f65; font-size: 13px; letter-spacing: .11em; text-transform: uppercase; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 7vw, 64px); line-height: .96; margin: 12px 0 18px; font-weight: 500; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1.12; margin: 34px 0 12px; font-weight: 500; }
p { font-size: 17px; line-height: 1.6; margin: 0 0 16px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 300px); gap: 36px; align-items: start; }
.hero img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #fffaf2; border: 1px solid #ddd4c5; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin: 26px 0; }
.facts div { border-top: 1px solid #c9c0b2; padding-top: 10px; font-size: 15px; }
.facts strong { display: block; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; color: #756f65; margin-bottom: 5px; font-weight: 600; }
.cta { display: inline-flex; align-items: center; margin-top: 10px; padding: 11px 15px; border: 1px solid #1f1d1a; text-decoration: none; background: #1f1d1a; color: #fff; font-size: 15px; }
ul.linklist { list-style: none; padding: 0; margin: 0; columns: 2; column-gap: 28px; }
ul.linklist li { margin-bottom: 9px; font-size: 15px; line-height: 1.4; break-inside: avoid; }
ul.linklist a { text-decoration: none; border-bottom: 1px solid #c9c0b2; }
ul.linklist small { color: #756f65; }
@media (max-width: 700px) { .hero { grid-template-columns: 1fr; } ul.linklist { columns: 1; } .shell { padding-inline: 18px; } }
