:root{--background:#fff;--text:#050505;--muted:#6f6f6f;--line:#e8e8e8;--accent:#6996b8;--accent-soft:#eef5fa;--max-width:1120px;--content-width:760px}*{box-sizing:border-box}html{background:var(--background);color:var(--text);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:IBM Plex Sans,Arial,sans-serif;font-size:16px}body{background:var(--background);min-width:320px;margin:0}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.section{width:min(calc(100% - 40px), var(--max-width));margin:0 auto;padding:76px 0}.hero{align-items:center;min-height:100vh;display:flex}.hero__content{grid-template-columns:minmax(120px,.28fr) minmax(0,1fr);align-items:start;gap:clamp(32px,6vw,92px);width:100%;max-width:1040px;display:grid}.hero__media{padding-top:clamp(6px,1vw,18px)}.hero__portrait{object-fit:cover;border-radius:100%;width:clamp(64px,196px,33vw);height:clamp(64px,196px,33vw)}h1,p{margin-top:0}h1{letter-spacing:0;max-width:9ch;margin-bottom:clamp(18px,2vw,54px);font-size:clamp(3.7rem,11vw,8.8rem);font-weight:500;line-height:.86}p{color:var(--muted);font-size:clamp(1.08rem,1.45vw,1.25rem);font-weight:400;line-height:1.62}.hero__statement{max-width:var(--content-width)}.hero__statement p:first-child{color:var(--text);margin-bottom:8px;font-size:clamp(1.35rem,2.4vw,2.3rem);font-weight:500;line-height:1.16}.hero__statement p:last-child{max-width:650px;margin-bottom:0}.interest-list{flex-wrap:wrap;gap:8px;max-width:650px;margin:24px 0 0;padding:0;list-style:none;display:flex}.interest-list li{border:1px solid var(--line);background:var(--accent-soft);color:var(--text);border-radius:999px;padding:7px 12px;font-size:.88rem;font-weight:500;line-height:1.2}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:44px;display:flex}.button{background:var(--text);min-height:44px;color:var(--background);justify-content:center;align-items:center;padding:0 18px;font-size:.95rem;font-weight:500;transition:background .16s;display:inline-flex}.button:hover{background:var(--accent)}.button--outlined{border:1px solid var(--line);color:var(--text);background:0 0;transition:border-color .16s,color .16s}.button--outlined:hover{border-color:var(--accent);color:var(--accent);background:0 0}.reveal{opacity:0;transition:opacity .52s,transform .52s;transform:translateY(10px)}.reveal.is-visible{opacity:1;transform:translateY(0)}@media (width<=760px){.section{width:min(calc(100% - 28px), var(--max-width));padding:30px 0}h1{font-size:clamp(3.35rem,16vw,5.8rem)}.hero__content{grid-template-columns:minmax(82px,124px) minmax(0,1fr);gap:22px}.hero__actions{margin-top:34px}}@media (width<=440px){.section{width:min(calc(100% - 24px), var(--max-width))}h1{font-size:3.15rem}.hero__content{grid-template-columns:1fr;gap:28px}.button{width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
