/* Typography fixed by docs/RULINGS.md 4 Sept 2026: Lora headings 500-600, Source Sans 3 body 400/600, nothing above 600, no uppercase. Enforced by core/tester_intake.py:enforce_typography(). */
body{font-family:"Source Sans 3",system-ui,sans-serif;font-weight:400}
h1,h2,h3,h4,h5,h6,.site-name{font-family:Lora,Georgia,serif;font-weight:600}
strong,b{font-weight:600}
.wrap{max-width:1040px;margin:0 auto;padding:0 20px}body{margin:0;background:#1b1410;color:#f2e9df}header.site-header{background:#120d0a;border-bottom:2px solid #c9862f}.site-header .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:16px;padding-bottom:16px}h1,h2,h3{font-weight:600;color:#f2e9df}h1{margin:0;font-size:1.6rem}nav.site-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:16px;margin:8px 0 0;padding:0}nav.site-nav a{color:#f2e9df;text-decoration:none;font-weight:600}nav.site-nav a[aria-current='page']{color:#c9862f;text-decoration:underline}.hero{background:#241a12;padding:60px 0;text-align:left;border-bottom:1px solid #3a2c1e}.hero h2{font-size:2rem;margin-top:0}.hero p{font-size:1.1rem;max-width:600px}.section{padding:40px 0;border-bottom:1px solid #2c2119}.section:last-of-type{border-bottom:none}.cta{display:inline-block;background:#c9862f;color:#1b1410;padding:12px 22px;border-radius:4px;text-decoration:none;font-weight:600;margin-top:12px}.cta:hover{background:#e0a04a}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:20px}figure{margin:0;background:#241a12;padding:10px;border-radius:4px}figcaption{font-size:0.85rem;color:#cbb9a4;margin-top:6px}img{max-width:100%;height:auto;border-radius:3px}.site-footer{background:#120d0a;padding:30px 0;margin-top:20px;border-top:2px solid #c9862f}.site-footer p{margin:4px 0;font-size:0.95rem}.image-credits{font-size:0.75rem;color:#9c8a76}address{font-style:normal}@media (max-width:600px){.hero{padding:40px 0}.hero h2{font-size:1.5rem}nav.site-nav ul{gap:10px}}
/* Layout fixed by the tester round (T1/T2, 13 Sept 2026): every page the same column, nav labels never break mid-word, images never wider than the column, footer inside the column, placeholders visible. */
.wrap{max-width:1040px;margin:0 auto;padding-left:1rem;padding-right:1rem;box-sizing:border-box}
img{max-width:100%;height:auto;display:block}
main img,.section img,.hero img,figure img{width:100%;max-height:60vh;object-fit:cover;margin:1rem 0}
.site-header .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem}
.site-nav ul{display:flex;flex-wrap:wrap;gap:.5rem 1rem;list-style:none;margin:0;padding:0}
.site-nav li{margin:0;padding:0}
.site-nav a{white-space:nowrap;display:inline-block;padding:.25rem 0;overflow-wrap:normal;word-break:normal;hyphens:none}
.site-contact{white-space:nowrap}
.site-footer .wrap{padding-top:1.5rem;padding-bottom:1.5rem}
mark.placeholder{background:#fff3b0;color:#4a3b00;padding:0 .2em;border-radius:2px}
.image-credits{font-size:.85rem;opacity:.8}
