:root{color-scheme:light;--bg: #f7f4ef;--panel: #ffffff;--ink: #171412;--muted: #6f655c;--line: #e5ded5;--accent: #885c33;--accent-dark: #4f3420;--soft: #efe8dd;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.6}a{color:var(--accent-dark);text-decoration-thickness:.08em;text-underline-offset:.18em}img{display:block;max-width:100%}.site-header,.site-footer{margin:0 auto;max-width:1180px;padding:1.25rem}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--ink);text-decoration:none}.brand img{width:8.125rem;height:auto}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:.8rem}nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}nav a{border-radius:999px;color:var(--muted);padding:.45rem .75rem;text-decoration:none}nav a:hover,nav a.active{background:var(--soft);color:var(--ink)}main{margin:0 auto;max-width:1180px;padding:0 1.25rem 4rem}.hero,.section{margin-top:2rem}.hero{display:grid;gap:2rem;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center;border-radius:2rem;background:radial-gradient(circle at top right,rgba(136,92,51,.22),transparent 35%),linear-gradient(135deg,#fffaf2,#e9dfd2);padding:clamp(2rem,6vw,5rem)}.hero h1,.page-title h1{margin:0;max-width:880px;font-size:clamp(2.8rem,8vw,6.6rem);letter-spacing:-.08em;line-height:.92}.hero p,.page-title p{color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.eyebrow{margin:0 0 .75rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;border-radius:999px;background:var(--ink);color:#fff;font-weight:700;padding:.85rem 1.2rem;text-decoration:none}.button.secondary{background:var(--panel);color:var(--ink)}.section-heading{align-items:end;display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.section-heading h2,.page-title h1,.article h1{margin-bottom:0}.grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card{overflow:hidden;border:1px solid var(--line);border-radius:1.4rem;background:var(--panel);padding:1.25rem}.card-image{display:grid;min-height:11rem;margin:-1.25rem -1.25rem 1rem;place-items:center;background:#fff}.card-image img{width:100%;height:13rem;object-fit:cover}.card-image.logo img{width:min(74%,15rem);height:9rem;object-fit:contain}.logo-wall{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.logo-card{display:grid;min-height:13rem;place-items:center}.logo-card img{max-width:min(74%,13rem);max-height:8rem;object-fit:contain}.article-hero{display:grid;min-height:18rem;margin:1.5rem 0;place-items:center;overflow:hidden;border-radius:1.5rem;background:#fff;border:1px solid var(--line)}.article-hero img{width:100%;height:min(50vh,28rem);object-fit:cover}.article-hero.logo img{width:min(72%,28rem);height:16rem;object-fit:contain}.media-panel{overflow:hidden;border-radius:1.5rem;background:var(--panel);border:1px solid var(--line)}.media-panel img{width:100%;height:100%;min-height:18rem;object-fit:cover}.card time,.card .category,.article time{color:var(--muted);font-size:.9rem}.card h3{margin:.35rem 0 .5rem}.card p{color:var(--muted)}.page-title,.article{margin:3rem auto 0;max-width:860px}.prose{margin-top:1.5rem}.prose h2,.prose h3{line-height:1.15;margin-top:2rem}.prose p,.prose li{color:#332d28}.prose li+li{margin-top:.45rem}.contact-panel{border-radius:1.5rem;background:var(--ink);color:#fff;padding:clamp(1.5rem,4vw,3rem)}.contact-panel p,.contact-panel a{color:#f3e9dd}.contact-form{display:grid;gap:.75rem}.contact-form label{display:grid;gap:.3rem;color:var(--muted);font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:.8rem;font:inherit;padding:.85rem 1rem}.site-footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:1rem}.site-footer p{margin:.25rem 0 0;color:var(--muted)}.site-footer div:last-child{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:820px){.site-header,.site-footer,.section-heading{align-items:flex-start;flex-direction:column}nav{justify-content:flex-start}.hero,.grid,.grid.two,.logo-wall{grid-template-columns:1fr}}
