:root{color-scheme:light;--page: #f7f7f4;--surface: #ffffff;--surface-strong: #101312;--text: #151816;--muted: #656c67;--line: #deded7;--accent: #22a06b;--accent-dark: #14724b;--highlight: rgb(181, 81, 31);--amber: #d99b28;--blue: #2476c2;--shadow: 0 24px 80px rgba(24, 31, 29, .12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{min-height:100%;background:var(--page)}body{min-height:100svh;margin:0;color:var(--text);background:linear-gradient(135deg,rgba(34,160,107,.08),transparent 34%),linear-gradient(315deg,rgba(36,118,194,.08),transparent 42%),var(--page)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:28px 0 42px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:44px}.logo-link img{width:clamp(76px,9vw,96px);height:auto}.language-switch{min-height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;padding:0 16px;color:var(--muted);background:#ffffffb8;backdrop-filter:blur(16px);font-size:.9rem;font-weight:700}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);align-items:center;gap:clamp(30px,5vw,76px);padding-bottom:clamp(32px,5vw,56px)}.hero__copy{max-width:680px;display:flex;flex-direction:column;justify-content:center}.eyebrow,.card-kicker{margin:0 0 14px;color:var(--highlight);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,p{margin-top:0}h1{max-width:780px;margin-bottom:22px;font-size:clamp(3rem,7.1vw,6.1rem);line-height:.93;letter-spacing:0}.lead{max-width:620px;margin-bottom:30px;color:var(--muted);font-size:clamp(1rem,2vw,1.2rem);line-height:1.72}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 20px;font-weight:800;transition:transform .18s ease,border-color .18s ease,background .18s ease}.button:hover,.info-card:hover{transform:translateY(-2px)}.hero__actions .button:hover{transform:none}.button--primary{color:#fff;background:var(--surface-strong)}.button--secondary{border:1px solid var(--line);color:var(--text);background:#ffffffd1}.image-carousel{position:relative;overflow:hidden;height:clamp(430px,42vw,560px);border:1px solid rgba(255,255,255,.42);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.image-carousel__stage{position:absolute;inset:0}.image-carousel__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.025);transition:opacity .9s ease,transform 4.2s ease}.image-carousel__image.is-active{opacity:1;transform:scale(1)}.image-carousel__dots{position:absolute;z-index:2;left:22px;bottom:20px;display:flex;gap:8px}.image-carousel__dot{width:8px;height:8px;border:0;border-radius:999px;padding:0;background:#ffffff47;cursor:pointer;transition:width .3s ease,background .3s ease}.image-carousel__dot.is-active{width:26px;background:#fff}.cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.cards-grid.is-hidden{display:none}.info-card{min-height:420px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;border:1px solid var(--line);border-radius:8px;padding:24px;background:#ffffffd1;box-shadow:0 16px 40px #181f1d14;transition:transform .18s ease}.info-card h2{margin-bottom:10px;font-size:clamp(1.45rem,3vw,2rem);line-height:1.1;letter-spacing:0}.info-card p{color:var(--muted);line-height:1.62}.instagram-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:28px}.instagram-grid span{min-height:112px;border-radius:8px;background:linear-gradient(145deg,#ffffff1f,#fff0),var(--surface-strong)}.instagram-grid span:nth-child(2){background:linear-gradient(145deg,#ffffff38,#fff0),var(--accent)}.instagram-grid span:nth-child(3){background:linear-gradient(145deg,#fff3,#fff0),var(--amber)}.instagram-grid span:nth-child(4){background:linear-gradient(145deg,#fff3,#fff0),var(--blue)}.info-card--catalogues{padding:0}.info-card--catalogues img{width:100%;height:238px;object-fit:cover}.info-card--catalogues div,.info-card--catalogues .card-cta{margin-inline:24px}.info-card--catalogues .card-cta{margin-bottom:24px}.card-cta{width:fit-content;border-bottom:2px solid currentColor;color:var(--accent-dark);font-weight:900}.footer{width:min(1120px,calc(100% - 32px));display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 auto;padding:0 0 28px;color:var(--muted);font-size:.9rem}.footer__brand,.footer__links{display:flex;align-items:center;gap:10px}.footer__links a{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:#0f2d69;transition:border-color .18s ease,color .18s ease,transform .18s ease}.footer__links svg{width:20px;height:20px;fill:currentColor}.footer__links .icon--stroke{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.footer__links a:hover{border-color:#b5511f6b;color:var(--highlight);transform:translateY(-1px)}@media(max-width:820px){.site-shell{padding-top:20px}.topbar{margin-bottom:34px}.hero,.cards-grid{grid-template-columns:1fr}h1{font-size:clamp(3.2rem,15vw,5.2rem)}.info-card{min-height:360px}}@media(max-width:520px){.site-shell,.footer{width:min(100% - 24px,1120px)}.topbar{align-items:center;margin-bottom:26px}.language-switch{min-height:36px;padding:0 13px}.hero{gap:20px;padding-bottom:30px}h1{font-size:clamp(2.8rem,13vw,3.6rem);line-height:.96}.lead{margin-bottom:20px;line-height:1.58}.hero__actions{width:100%;flex-wrap:nowrap}.button{min-height:46px;flex:1 1 0;padding:0 10px;font-size:.92rem;text-align:center}.image-carousel{aspect-ratio:1 / 1;height:auto}.info-card{padding:18px}.info-card--catalogues div,.info-card--catalogues .card-cta{margin-inline:18px}.footer{flex-direction:column;align-items:flex-start}}
