/* 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 1rem}body{margin:0;color:#1f2523;background:#f6f5f2;font-size:1rem;line-height:1.6}h1,h2,h3{font-weight:600;color:#16211d;line-height:1.25}p{margin:0 0 1rem}a{color:#0d5c4f}a:hover{color:#08382f}.site-header{background:#16211d;color:#f6f5f2;padding:1rem 0}.site-header .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.75rem}.site-header a{color:#f6f5f2;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.1rem}.site-nav a[aria-current=page]{border-bottom:2px solid #7fb8a4;font-weight:600}.hero{background:#0d5c4f;color:#f6f5f2;padding:3rem 0;text-align:center}.hero h1{color:#f6f5f2}.hero p{font-size:1.1rem}.cta{display:inline-block;background:#7fb8a4;color:#16211d;padding:0.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;margin-top:1rem}.cta:hover{background:#67a48f}.section{padding:2.5rem 0;border-bottom:1px solid #ddd8cf}.section:last-of-type{border-bottom:none}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin:1.5rem 0}.gallery figure{margin:0;background:#fff;padding:0.5rem;border-radius:6px}.gallery figcaption{font-size:0.9rem;color:#3a423f;margin-top:0.4rem}img{max-width:100%;height:auto;border-radius:4px;display:block}.site-footer{background:#16211d;color:#f6f5f2;padding:2rem 0;margin-top:2rem}.site-footer a{color:#7fb8a4}.image-credits{font-size:0.8rem;color:#6a716d}@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}
