:root{--background:#f4f4f0;--surface:#ffffff;--text:#181818;--muted:#737373;--border:#deded8;--accent:#1d5c4a;--accent-hover:#164839;--max-width:1180px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.hero{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border);background:var(--background)}.hero__content{width:100%;max-width:var(--max-width);margin:0 auto}.hero__eyebrow{display:block;color:var(--accent);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero__title{display:flex;align-items:center;gap:45px}.hero__title h2{margin:0;font-weight:700;line-height:.9;letter-spacing:-.065em}.hero__image{width:clamp(70px,8vw,110px);aspect-ratio:1;flex-shrink:0;object-fit:cover;border-radius:24px;box-shadow:0 20px 50px#0000001f}.hero__text{max-width:620px;margin:45px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.7}@media (width<=700px){.hero{min-height:auto;padding:70px 20px 80px}.hero__title{align-items:flex-start;flex-direction:column;gap:30px}.hero__title h1{font-size:clamp(3rem,15vw,5rem)}.hero__image{width:150px}.hero__text{margin-top:35px}}.page{width:100%;padding:20px 24px;background:var(--background)}.page__content{width:100%;max-width:var(--max-width);margin:0 auto}.page__picture{width:60%;cursor:zoom-in;transition:transform.25s,margin.25s;transform-origin:50%}.page__picture.is-zoomed{transform:scale(1.8);margin-left:20%;cursor:zoom-out}.footer{background:var(--surface);border-top:1px solid var(--border);padding:70px 24px 25px}.footer__inner{width:100%;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:minmax(240px,1fr)2fr;gap:100px}.footer__brand{align-self:start}.footer__title{display:block;font-size:1.4rem;font-weight:700;letter-spacing:-.03em}.footer__brand p{max-width:240px;margin:10px 0 0;color:var(--muted);font-size:.9rem}.footer__navigation{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer__column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.footer__heading{margin-bottom:9px;color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.footer__column a{font-size:.92rem;transition:color.15s,transform.15s}.footer__column a:hover{color:var(--accent);transform:translate(3px)}.footer__bottom{width:100%;max-width:var(--max-width);margin:65px auto 0;padding-top:20px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--border);color:var(--muted);font-size:.78rem}@media (width<=800px){.hero{min-height:65vh;padding:10px 20px}.hero h1{font-size:clamp(3.5rem,18vw,7rem)}.footer{padding:55px 20px 20px}.footer__inner{grid-template-columns:1fr;gap:50px}.footer__navigation{grid-template-columns:repeat(2,2fr)}}@media (width<=500px){.hero{min-height:20vh}.hero__intro{margin-top:10px}.footer__navigation{grid-template-columns:1fr;gap:35px}.footer__bottom{flex-direction:column;gap:5px}}