/* 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:#1c1f1d;background:#f7f7f4;line-height:1.55}h1,h2,h3{font-weight:600;color:#0c3b2e;margin:0 0 .6rem}.site-header{background:#0c3b2e;color:#fff;padding:1rem 0}.site-header .wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.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:.25rem .1rem}.site-nav a[aria-current='page']{border-bottom:2px solid #f2a900;font-weight:600}.hero{background:#0c3b2e;color:#fff;padding:3rem 0;text-align:left}.hero h1{color:#fff}.hero p{max-width:36em}.section{padding:2.5rem 0;border-bottom:1px solid #dcdcd5}.cta{display:inline-block;background:#f2a900;color:#0c3b2e;padding:.75rem 1.3rem;border-radius:4px;text-decoration:none;font-weight:600;margin-top:1rem}.cta:hover{background:#d99700}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem}.gallery figure{margin:0;background:#fff;border:1px solid #dcdcd5;border-radius:6px;overflow:hidden}.gallery figcaption{padding:.5rem .7rem;font-size:.9rem;color:#3a3d3b}img{max-width:100%;height:auto;display:block}.site-footer{background:#0c3b2e;color:#fff;padding:2rem 0;margin-top:2rem}.site-footer a{color:#fff}.image-credits{font-size:.8rem;color:#cfd6d2}form{display:flex;flex-direction:column;gap:.8rem;max-width:32em;margin-top:1rem}label{font-weight:600}input,textarea{padding:.5rem;border:1px solid #9a9a91;border-radius:4px;font-size:1rem}@media(min-width:700px){.hero{padding:4rem 0}}