/* 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:1rem}body{margin:0;color:#232323;background:#faf8f5;font-size:1rem;line-height:1.5}h1,h2,h3{font-weight:600;color:#1b2a2f;line-height:1.2}p,li,a,span{}.site-header{background:#1b2a2f;color:#fff;padding:1rem 0}.site-header .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:0.5rem}.site-header a{color:#fff;text-decoration:none}.site-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0}.site-nav a{padding:0.25rem 0.5rem;border-radius:4px}.site-nav a[aria-current=page]{background:#3d5a5f;font-weight:600}.hero{background:#3d5a5f;color:#fff;padding:3rem 0;text-align:center}.hero h1{color:#fff}.hero p{font-size:1.1rem;max-width:640px;margin:0.5rem auto}.cta{display:inline-block;background:#c85a2b;color:#fff;padding:0.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;margin-top:1rem}.cta:hover{background:#a8481f}.section{padding:2.5rem 0;border-bottom:1px solid #e0dcd5}.section h2{margin-bottom:0.75rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.gallery figure{margin:0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.gallery img{display:block;width:100%}.gallery figcaption{padding:0.5rem;font-size:0.9rem;color:#4a4a4a}img{max-width:100%;height:auto}.site-footer{background:#1b2a2f;color:#fff;padding:2rem 0;margin-top:2rem}.site-footer a{color:#fdd9b5}.image-credits{font-size:0.8rem;color:#6b6b6b;margin-top:0.5rem}@media (max-width:600px){.hero{padding:2rem 0}.site-header .wrap{flex-direction:column;align-items:flex-start}}
/* 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%!important;height:auto!important;display:block}
main img,.section img,.hero img,figure img{width:100%!important;max-height:60vh!important;object-fit:cover;margin:1rem 0}
main *,.wrap *{min-width:0;max-width:100%;box-sizing:border-box}
.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:normal;overflow-wrap:normal;word-break:normal;hyphens:none}
.site-contact .nowrap{white-space:nowrap}
.site-header a,.site-header .site-name,.site-header .site-contact{color:inherit}
.site-header .site-name{font-size:1.25rem;text-decoration:none}
.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}
