@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ink:#18233b;--muted:#627089;--paper:#f6f5fb;--violet:#765cd5;--deep:#5640b5;--cyan:#3cb7c5;--line:rgba(24,35,59,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 82% 15%,rgba(60,183,197,.13),transparent 26rem),radial-gradient(circle at 13% 7%,rgba(118,92,213,.1),transparent 30rem),var(--paper);font-family:Manrope,sans-serif}a{color:inherit;text-decoration:none}.nav,.hero,.features-section,.privacy,.closing,footer{width:min(1180px,calc(100% - 48px));margin:auto}.nav{height:92px;display:flex;align-items:center;justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;font-weight:700}.brand b{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:white;background:linear-gradient(145deg,var(--violet),var(--cyan));font:600 22px 'Cormorant Garamond',serif;box-shadow:0 8px 24px rgba(86,64,181,.2)}.contact{font-size:14px;font-weight:700;padding:11px 18px;border:1px solid var(--line);border-radius:999px}.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;padding:50px 0 110px}.eyebrow,.label{color:var(--deep);text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow i{width:28px;height:1px;background:var(--violet)}h1,h2,h3{margin:0}h1{margin-top:25px;font:500 clamp(66px,7vw,106px)/.88 'Cormorant Garamond',serif;letter-spacing:-.055em}h1 em{display:block;color:var(--deep);font-weight:500}.intro{max-width:620px;margin-top:32px;color:var(--muted);font-size:18px;line-height:1.75}.actions{display:flex;align-items:center;gap:28px;margin-top:38px;font-size:14px;font-weight:700}.actions span{padding:14px 22px;border-radius:999px;background:var(--ink);color:white}.actions a{color:var(--deep)}.portrait{position:relative;display:grid;place-items:center;min-height:570px}.portrait img{position:relative;z-index:2;width:min(410px,83%);aspect-ratio:1;object-fit:cover;border-radius:46% 46% 42% 42%;box-shadow:0 35px 90px rgba(49,42,100,.23)}.portrait>p{position:absolute;z-index:3;bottom:28px;right:12%;margin:0;padding:12px 18px;border-radius:999px;background:rgba(255,255,255,.88);box-shadow:0 12px 38px rgba(24,35,59,.11);font-size:12px;font-weight:700;letter-spacing:.08em}.halo{position:absolute;width:480px;height:480px;border-radius:50%;background:linear-gradient(145deg,rgba(118,92,213,.24),rgba(60,183,197,.28))}.orbit{position:absolute;width:540px;height:540px;border:1px solid rgba(118,92,213,.18);border-radius:50%}.features-section{padding:120px 0;border-top:1px solid var(--line)}.features-section>h2{max-width:850px;margin-top:18px;font:500 clamp(44px,6vw,72px)/1.02 'Cormorant Garamond',serif;letter-spacing:-.04em}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;margin-top:76px}.features article{padding:28px 0;border-top:2px solid var(--ink)}.features article>span{color:var(--violet);font-size:12px;font-weight:700}.features h3{margin-top:44px;font:600 32px 'Cormorant Garamond',serif}.features p{color:var(--muted);line-height:1.7}.privacy{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;padding:85px;border-radius:36px;color:white;background:linear-gradient(130deg,#4d399e,#4968b8 58%,#38a9b7);box-shadow:0 35px 90px rgba(58,61,136,.18)}.privacy .label{color:rgba(255,255,255,.7)}.privacy h2{margin-top:14px;font:500 clamp(42px,5vw,66px)/1 'Cormorant Garamond',serif}.privacy>p{align-self:center;font-size:18px;line-height:1.8;color:rgba(255,255,255,.85)}.closing{text-align:center;padding:150px 0 140px}.closing .eyebrow{justify-content:center}.closing h2{margin-top:18px;font:500 clamp(48px,6vw,76px) 'Cormorant Garamond',serif;letter-spacing:-.04em}.closing>p:not(.eyebrow){color:var(--muted)}.closing>a{display:inline-block;margin-top:16px;color:var(--deep);font-weight:700;border-bottom:1px solid}footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:35px 0 50px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer>div:last-child{justify-self:end;display:flex;gap:22px}footer>div:last-child span{opacity:.62}@media(max-width:860px){.nav,.hero,.features-section,.privacy,.closing,footer{width:min(100% - 32px,680px)}.hero{grid-template-columns:1fr;gap:20px;padding-top:70px}.portrait{min-height:480px}.halo{width:390px;height:390px}.orbit{width:440px;height:440px}.features{grid-template-columns:1fr}.privacy{grid-template-columns:1fr;gap:25px;padding:48px 34px}footer{grid-template-columns:1fr;gap:22px;text-align:center}footer .brand,footer>div:last-child{justify-self:center}}@media(max-width:520px){h1{font-size:59px}.intro{font-size:16px}.actions{align-items:flex-start;flex-direction:column}.portrait{min-height:390px;overflow:hidden}.portrait img{width:84%}.halo{width:320px;height:320px}.orbit{width:360px;height:360px}.features-section{padding:90px 0}.privacy{border-radius:25px}.closing{padding:110px 0}footer>div:last-child{flex-wrap:wrap;justify-content:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
