:root{--ink:#17253d;--muted:#667085;--paper:#f4f7fb;--panel:#fff;--line:#d6e0ec;--green:#2457a6;--dark:#123a70;--mint:#c8dbf4;--lime:#dce9ff;--shadow:0 24px 80px rgba(22,63,119,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--ink);background:radial-gradient(circle at 82% 8%,rgba(200,219,244,.85),transparent 28rem),var(--paper);font-family:"Avenir Next",Avenir,"Segoe UI",sans-serif;line-height:1.6}.site-header,main,footer{width:min(1160px,calc(100% - 40px));margin:auto}.site-header{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:800}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#fff;background:var(--green);font-size:.75rem;letter-spacing:.04em}.header-actions{display:flex;align-items:center;gap:18px}.home-link{color:var(--green);font-size:.82rem;font-weight:800;text-decoration:none}.badge,.eyebrow{font-size:.76rem;font-weight:750;letter-spacing:.05em}.badge{padding:7px 12px;border:1px solid rgba(36,87,166,.25);border-radius:999px;color:var(--dark);background:rgba(255,255,255,.65)}.hero{min-height:620px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(44px,8vw,110px);padding:70px 0 100px}.eyebrow{margin:0 0 14px;color:var(--green);letter-spacing:.15em;text-transform:uppercase}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.06;letter-spacing:-.04em}h1{max-width:700px;margin:0 0 26px;font-size:clamp(3.25rem,6.7vw,6.5rem)}h2{margin:0;font-size:clamp(2.25rem,4vw,4.2rem)}.hero-text,.section-heading>p:last-child{max-width:650px;color:var(--muted);font-size:1.05rem}.hero-text{margin-bottom:32px}.button{display:inline-flex;min-height:50px;align-items:center;gap:12px;padding:0 22px;border-radius:10px;color:#fff;background:var(--green);box-shadow:0 10px 30px rgba(36,87,166,.22);text-decoration:none;font-weight:750}.hero-art{position:relative;min-height:460px;border-radius:34px;overflow:hidden;background:linear-gradient(145deg,#dce9ff,#c8dbf4 52%,#8fb3df);box-shadow:var(--shadow)}.hero-art:before,.hero-art:after{position:absolute;content:"";border-radius:50%;background:rgba(255,255,255,.38)}.hero-art:before{width:240px;height:240px;right:-45px;top:-48px}.hero-art:after{width:170px;height:170px;left:-45px;bottom:-30px}.orbit{position:absolute;border:1px solid rgba(18,58,112,.26);border-radius:50%;transform:rotate(-28deg)}.orbit-one{width:430px;height:250px;left:-12px;top:100px}.orbit-two{width:390px;height:210px;left:20px;top:130px;transform:rotate(27deg)}.art-card{position:absolute;display:flex;flex-direction:column;gap:5px;padding:20px 23px;border:1px solid rgba(255,255,255,.75);border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 18px 40px rgba(22,63,119,.12)}.art-card strong{font:500 1.8rem Georgia,"Times New Roman",serif;color:var(--dark)}.art-card small{color:var(--muted);font-weight:700}.art-card-main{left:16%;top:32%;transform:rotate(-5deg)}.art-card-small{right:10%;bottom:18%;transform:rotate(7deg)}.art-dot{width:11px;height:11px;border-radius:50%;background:var(--green)}.section{padding:105px 0;border-top:1px solid var(--line)}.section-heading{display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;align-items:end;margin-bottom:42px}.section-heading h2{margin:0}.section-heading>p:last-child{margin:0}.video-frame{aspect-ratio:16/9;overflow:hidden;border-radius:24px;background:var(--dark);box-shadow:var(--shadow)}.video-frame iframe{display:block;width:100%;height:100%;border:0}.details h2{margin-bottom:42px}.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--line)}.detail-grid article{min-height:250px;padding:28px;background:var(--panel)}.number{color:var(--green);font-size:.78rem;font-weight:800;letter-spacing:.12em}.detail-grid h3{margin:45px 0 18px;font:500 1.7rem Georgia,"Times New Roman",serif}.detail-grid p{margin:0 0 13px;color:var(--muted)}.detail-grid ul{margin:0;padding-left:20px;color:var(--muted)}.profile h2{margin-bottom:42px}.profile-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.profile-list div{padding:20px 24px;border:1px solid var(--line);border-radius:16px;background:var(--panel);color:var(--muted)}.profile-list div:before{content:"✓";display:inline-block;margin-right:12px;color:var(--green);font-weight:800}.closing{margin:0 0 90px;padding:clamp(38px,7vw,80px);border-radius:30px;color:#fff;background:var(--dark);box-shadow:var(--shadow)}.closing .eyebrow{color:var(--lime)}.closing h2{max-width:780px;margin-bottom:20px}.closing>p:not(.eyebrow){max-width:720px;margin:0 0 28px;color:#c7d8ee}.button-light{color:var(--dark);background:var(--lime);box-shadow:none}footer{display:flex;justify-content:space-between;gap:20px;padding:26px 0 38px;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem}footer a{color:var(--green);text-decoration:none}@media(max-width:820px){.hero{grid-template-columns:1fr;min-height:auto;padding:55px 0 90px}.section-heading{grid-template-columns:1fr;gap:16px}.detail-grid,.profile-list{grid-template-columns:1fr}.hero-art{min-height:390px}}@media(max-width:520px){.site-header,main,footer{width:calc(100% - 28px)}.header-actions{gap:10px;flex-wrap:wrap;justify-content:flex-end}.badge{display:none}h1{font-size:clamp(2.8rem,15vw,4rem)}.section{padding:85px 0}footer{flex-direction:column}}
