@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root{--bg:#f5f7fb;--surface:#fff;--text:#111318;--muted:#737985;--line:#e6e9ef;--blue:#147ef5;--blue2:#e9f2ff;--radius:28px;--shadow:0 12px 40px rgba(23,31,45,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;line-height:1.5}a{text-decoration:none;color:inherit}.topbar{height:76px;display:flex;align-items:center;gap:28px;padding:0 5vw;background:rgba(245,247,251,.82);backdrop-filter:blur(20px);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(230,233,239,.75)}.brand{font-weight:700;display:flex;align-items:center;gap:10px;margin-right:auto}.brand-mark{width:34px;height:34px;border-radius:12px;background:var(--text);color:#fff;display:grid;place-items:center}.topbar nav{display:flex;gap:6px}.topbar nav a{padding:10px 14px;border-radius:14px;color:var(--muted);font-size:14px}.topbar nav a.active,.topbar nav a:hover{background:var(--surface);color:var(--text);box-shadow:0 3px 12px rgba(0,0,0,.05)}.telegram{font-size:14px;font-weight:600;color:var(--blue)}main{max-width:1200px;margin:auto;padding:80px 5vw}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;min-height:650px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;color:var(--blue)}h1{font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-.055em;margin:18px 0 28px}h1 span{color:#8a919d}.hero p,.lead{font-size:18px;color:var(--muted);max-width:620px}.actions{display:flex;gap:12px;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:17px;font-weight:600;font-size:14px}.primary{background:var(--text);color:#fff}.secondary{background:var(--surface);border:1px solid var(--line)}.hero-card,.feature-card,.about-card,.timeline,.photo-card,.video-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow)}.hero-card{padding:14px;border-radius:34px}.hero-photo{height:450px;border-radius:25px}.placeholder-photo,.photo-placeholder,.video-placeholder{background:linear-gradient(135deg,#e9edf3,#cfd6e0);display:grid;place-items:center;color:#747c88;font-weight:600;text-align:center}.hero-card-meta{display:flex;justify-content:space-between;padding:18px 10px 6px}.hero-card-meta small,.photo-card small,.video-info small{display:block;color:var(--muted);margin-top:4px}.dot{color:var(--blue)}.section{padding-top:70px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.section h2{font-size:42px;letter-spacing:-.04em;margin:10px 0}.text-link{font-size:14px;color:var(--blue);font-weight:600}.cards{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px}.feature-card{min-height:230px;border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;justify-content:end}.feature-card:hover{transform:translateY(-3px);transition:.2s}.feature-card .icon{font-size:28px;color:var(--blue);margin-bottom:auto}.feature-card h3{font-size:22px;margin:0 0 6px}.feature-card p{color:var(--muted);margin:0}.quote{margin:110px 0 20px;background:#111318;color:#fff;border-radius:32px;padding:55px;position:relative}.quote-mark{font-size:70px;line-height:.7;color:#8da1ba}.quote p{font-size:30px;max-width:800px;margin:20px 0 0;letter-spacing:-.03em}.page{min-height:calc(100vh - 150px)}.page h1{font-size:clamp(48px,7vw,76px);margin-bottom:16px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:36px 0}.chip{border:0;background:var(--surface);border:1px solid var(--line);padding:10px 15px;border-radius:14px;cursor:pointer;font:inherit}.chip.active{background:var(--text);color:#fff}.gallery{columns:3 280px;column-gap:16px}.photo-card{break-inside:avoid;margin:0 0 16px;border-radius:24px;overflow:hidden}.photo-placeholder{height:260px}.photo-card.tall .photo-placeholder{height:380px}.photo-card>div:last-child{padding:17px}.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}.video-card{border-radius:26px;overflow:hidden}.video-placeholder{height:260px;font-size:36px}.video-info{padding:18px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:45px}.about-card{border-radius:30px;padding:38px}.avatar{width:76px;height:76px;border-radius:25px;background:var(--text);color:#fff;display:grid;place-items:center;font-size:28px;font-weight:700}.about-card h2{font-size:34px;margin:28px 0 10px}.about-card p{color:var(--muted);font-size:17px;margin-bottom:30px}.timeline{border-radius:30px;padding:30px}.timeline>div{padding:8px 0 28px 60px;border-bottom:1px solid var(--line);position:relative}.timeline>div:last-child{border:0}.timeline span{position:absolute;left:0;top:8px;color:var(--blue);font-weight:700}.timeline h3{margin:0 0 5px;font-size:20px}.timeline p{margin:0;color:var(--muted)}footer{max-width:1200px;margin:auto;padding:28px 5vw 45px;color:var(--muted);display:flex;justify-content:space-between;font-size:13px;border-top:1px solid var(--line)}footer a{color:var(--blue)}code{background:#e9edf3;padding:3px 7px;border-radius:7px}@media(max-width:850px){.topbar{height:auto;min-height:68px;flex-wrap:wrap;padding:12px 5vw;gap:10px}.topbar nav{order:3;width:100%;overflow:auto}.topbar nav a{white-space:nowrap}.hero{grid-template-columns:1fr;gap:35px;min-height:auto;padding-top:25px}.hero-card{order:-1}.hero-photo{height:330px}main{padding-top:45px}.cards,.video-grid,.about-grid{grid-template-columns:1fr}.quote{padding:35px;margin-top:65px}.quote p{font-size:24px}.section h2{font-size:34px}.telegram{font-size:13px}}

/* Media Support */
.photo-card img { width: 100%; height: 260px; object-fit: cover; display: block; }
.photo-card.tall img { height: 380px; }
.hero-photo img { width: 100%; height: 450px; object-fit: cover; border-radius: 25px; display: block; }
.video-card video { width: 100%; height: 260px; object-fit: cover; display: block; background: #0b0d11; }

/* Real family photos */
.hero-photo { overflow: hidden; }
.photo-card img { border-radius: 0; }
