
:root{--bg:#fff8f2;--text:#2e231e;--accent:#9a4d2d;--soft:#f4e2d5;--muted:#c78d68;--border:color-mix(in srgb,var(--muted) 35%, white);--container:min(1180px,92vw);}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:var(--accent);text-decoration:none}img{display:block;max-width:100%}.wrap{width:var(--container);margin:auto}.site-header{background:white;border-bottom:1px solid var(--border)}.head-grid{display:grid;grid-template-columns:auto 1fr auto;gap:20px;align-items:center;padding:18px 0}.site-title{font-weight:800;font-size:1.6rem}.meta{font-size:.9rem;color:var(--muted)}.nav ul{display:flex;flex-wrap:wrap;gap:14px;list-style:none;margin:0;padding:0}.site-main{padding-bottom:30px}.hero{width:var(--container);margin:28px auto;display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:center}.hero-copy h1{font-family:Georgia,serif;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.05;margin:.2em 0}.hero img{width:100%;height:100%;min-height:520px;object-fit:cover;border-radius:22px}.eyebrow,.tag{text-transform:uppercase;letter-spacing:.11em;color:var(--muted);font-size:.78rem;font-weight:700}.section{width:var(--container);margin:30px auto}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card,.feature-grid article{background:white;border:1px solid var(--border);border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.06)}.card img,.feature-grid img{width:100%;aspect-ratio:16/10;object-fit:cover}.card-body,.feature-grid article div{padding:16px}.spotlight{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center;background:var(--soft);padding:24px;border-radius:20px}.spotlight img{width:100%;min-height:420px;object-fit:cover;border-radius:16px}.article-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.article-card{display:grid;grid-template-columns:240px 1fr;gap:16px;background:white;border:1px solid var(--border);border-radius:16px;overflow:hidden}.article-card img{width:100%;height:100%;min-height:180px;object-fit:cover}.article-card .copy{padding:16px}.single{width:min(920px,92vw);margin:35px auto}.single .hero-ai{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;margin:18px 0}.single p{font-size:1.05rem}.legal-page,.page-content{width:min(900px,92vw);margin:30px auto}.contact-map iframe{width:100%;min-height:340px;border:0;border-radius:16px}.site-footer{background:var(--text);color:white;padding:34px 0}.footer-grid{width:var(--container);margin:auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.site-footer a{color:white;text-decoration:underline}.cookie{position:fixed;left:20px;right:20px;bottom:20px;background:white;border:1px solid var(--border);border-radius:14px;padding:15px;display:flex;justify-content:space-between;gap:15px;align-items:center;box-shadow:0 10px 30px rgba(0,0,0,.15)}.cookie button{padding:9px 14px;border-radius:999px;border:0;cursor:pointer}.cookie .yes{background:var(--accent);color:white}.cookie .no{background:#e5e7eb}.btn,.tag{border-radius:999px}.feature-grid article{border-radius:24px}
@media(max-width:900px){.head-grid,.hero,.spotlight,.footer-grid,.article-card{grid-template-columns:1fr}.feature-grid,.article-list{grid-template-columns:1fr 1fr}.hero img{min-height:360px}}@media(max-width:620px){.feature-grid,.article-list{grid-template-columns:1fr}.cookie{flex-direction:column;align-items:flex-start}}
