
:root{--bg:#eef5fb;--text:#19304a;--muted:#657d95;--accent:#2d72bd;--card:#ffffff;--border:#d3e4f1;--soft:#dceefa;--radius:18px;--shadow:0 14px 32px rgba(45,114,189,.10);}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--text);font-family:Segoe UI, Arial, sans-serif;line-height:1.68} a{color:var(--accent);text-decoration:none} img{display:block;width:100%;height:auto} h1,h2,h3{font-family:Georgia, serif;line-height:1.12;margin:0 0 .8rem} h1{font-size:clamp(2.2rem,4vw,3.8rem)} h2{font-size:clamp(1.45rem,3vw,2.3rem)} p{margin:0 0 1rem}
.shell{width:min(1200px,calc(100% - 32px));margin:0 auto} .top{background:var(--card);border-bottom:1px solid var(--border);position:static} .head{display:grid;gap:12px;align-items:center;padding:18px 0} @media(min-width:920px){.head{grid-template-columns:auto 1fr auto}} .brand{font-size:1.32rem;font-weight:700;color:var(--text)} .meta{display:flex;gap:10px 16px;flex-wrap:wrap;color:var(--muted)} .nav ul{display:flex;gap:14px;list-style:none;margin:0;padding:0;flex-wrap:wrap} .nav a{color:var(--text)}
.content{padding-bottom:30px} .section-shell{width:min(1200px,calc(100% - 32px));margin:22px auto;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:26px} .hero{display:grid;gap:24px;align-items:center} @media(min-width:900px){.hero{grid-template-columns:1.05fr .95fr}} .hero>img{aspect-ratio:16/9;min-height:520px;object-fit:cover;border-radius:calc(var(--radius) + 4px)} .eyebrow,.kicker{font-size:.82rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)} .btn{display:inline-block;background:var(--accent);color:white;padding:13px 18px;border-radius:12px;font-weight:700}
.cards{display:grid;gap:18px} @media(min-width:900px){.cards{grid-template-columns:repeat(3,1fr)}} .cards article{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:15px;box-shadow:var(--shadow)} .cards img{aspect-ratio:4/3;min-height:300px;object-fit:cover;border-radius:calc(var(--radius) + 2px)} .split{display:grid;gap:22px;align-items:center} @media(min-width:900px){.split{grid-template-columns:.9fr 1.1fr}} .split>img{aspect-ratio:3/4;min-height:620px;object-fit:cover;border-radius:calc(var(--radius) + 2px)}
.image-band{display:grid;gap:22px} @media(min-width:900px){.image-band{grid-template-columns:1fr 1fr}} .stack{display:grid;grid-template-columns:1fr 1fr;gap:14px} .stack img:first-child{aspect-ratio:3/4;min-height:420px;object-fit:cover} .stack img:last-child{aspect-ratio:16/10;min-height:420px;object-fit:cover} .contact{display:grid;gap:22px} @media(min-width:900px){.contact{grid-template-columns:.85fr 1.15fr}} iframe{width:100%;min-height:400px;border:0;border-radius:calc(var(--radius) + 2px)}
.page{max-width:980px} .foot{background:var(--card);border-top:1px solid var(--border)} .foot-grid{display:grid;gap:18px;padding:24px 0} @media(min-width:900px){.foot-grid{grid-template-columns:1.1fr 1fr 1fr}} .links{display:flex;flex-direction:column;gap:8px} .cookie{position:fixed;left:20px;right:20px;bottom:20px;max-width:440px;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:16px;z-index:99} .cookie button{padding:10px 14px;border:1px solid var(--border);border-radius:10px;margin-right:8px;cursor:pointer} .cookie button:first-of-type{background:var(--accent);color:#fff}
@media(max-width:700px){.hero>img{min-height:300px}.cards img{min-height:240px}.split>img{min-height:360px}.stack{grid-template-columns:1fr}.stack img:first-child,.stack img:last-child{min-height:300px}}
.hero{grid-template-columns:1fr 1.08fr}.cards article:nth-child(2){transform:translateY(12px)}
