/* 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 1.2rem}body{margin:0;color:#1f2422;background:#f6f7f5;font-size:1rem;line-height:1.55}h1,h2,h3{font-weight:600;color:#132a26;line-height:1.2}p{margin:0 0 1rem}a{color:#0f5c4f}a:hover{color:#0b453b}.site-header{background:#0f2b25;color:#fff;padding:1rem 0}.site-header .wrap{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem}.site-header h1{color:#fff;font-size:1.4rem;margin:0}.site-header .contact{font-size:.95rem;color:#d7e6e1}.site-nav ul{list-style:none;display:flex;flex-wrap:wrap;gap:1rem;margin:0;padding:0}.site-nav a{color:#e8f2ef;text-decoration:none;padding:.3rem .1rem}.site-nav a[aria-current=page]{border-bottom:2px solid #6fbfa8;color:#fff}.hero{background:#123832;color:#fff;padding:3rem 0;text-align:left}.hero h2{color:#fff;font-size:2rem;margin-top:0}.hero p{color:#d7e6e1;max-width:38rem}.section{padding:2.4rem 0;border-bottom:1px solid #e0e3e0}.section h2{margin-top:0}.cta{display:inline-block;background:#0f5c4f;color:#fff;padding:.75rem 1.4rem;border-radius:4px;text-decoration:none;font-weight:600;margin-top:.6rem}.cta:hover{background:#0b453b}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem;margin-top:1rem}.gallery figure{margin:0;background:#fff;border:1px solid #e0e3e0;border-radius:6px;overflow:hidden}.gallery img{display:block}.gallery figcaption{padding:.5rem .7rem;font-size:.9rem;color:#3c4441}.site-footer{background:#0f2b25;color:#d7e6e1;padding:2rem 0;margin-top:2rem}.site-footer a{color:#9fd7c5}.image-credits{font-size:.75rem;color:#6b736f;margin-top:.5rem}img{max-width:100%;height:auto}@media(max-width:600px){.hero{padding:2rem 0}.hero h2{font-size:1.5rem}}
/* 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}
