:root{color-scheme:light;--ink:#101b32;--muted:#526078;--line:#dce3ee;--paper:#f6f8fc;--blue:#2457c6;--mint:#bce6d4;--peach:#ffd8bb;--lavender:#d9d1f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-underline-offset:4px}a:hover{text-decoration-thickness:2px}a:focus-visible{outline:3px solid #2457c6;outline-offset:5px;border-radius:3px}.site-shell{max-width:1280px;margin:auto;padding:0 6%}header{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:108px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-weight:650;font-size:23px;letter-spacing:-.7px;color:var(--ink);text-decoration:none}.brand img{border-radius:10px}nav{display:flex;gap:27px;flex-wrap:wrap}header nav a{color:var(--muted);font-size:15px;text-decoration:none}header nav a[aria-current]{color:var(--ink);text-decoration:underline}.skip{position:absolute;top:-100px;background:white;padding:10px;z-index:20}.skip:focus{top:5px}.hero{padding:90px 0 80px;display:grid;grid-template-columns:1.7fr 1fr;align-items:center;gap:48px}.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:12px;font-weight:700;color:var(--muted);margin:0 0 23px}h1,h2,h3,p{margin-top:0}h1{font-weight:550;font-size:clamp(48px,6.4vw,82px);letter-spacing:-.065em;line-height:1.05;margin-bottom:28px}h1 span{color:var(--blue)}.lead{font-size:21px;line-height:1.6;max-width:580px;color:var(--muted);margin-bottom:30px}.button{display:inline-block;padding:12px 23px;border-radius:30px;background:var(--ink);color:white;text-decoration:none;font-size:16px;font-weight:550}.availability{font-size:14px;color:var(--muted);margin:18px 0 0}.hero-art{display:flex;justify-content:center;align-items:center;min-height:290px}.hero-art img{width:min(100%,256px);height:auto;border-radius:25%;box-shadow:0 22px 55px #25395e1c;transform:rotate(-7deg)}.features{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:25px;overflow:hidden;background:white;margin-bottom:80px}.feature{padding:28px 23px}.feature+.feature{border-left:1px solid var(--line)}.feature-tag{font-size:13px;font-weight:650;display:inline-block;padding:4px 12px;border-radius:30px;margin-bottom:24px;background:#cdddff}.feature:nth-child(2) .feature-tag{background:var(--peach)}.feature:nth-child(3) .feature-tag{background:var(--lavender)}.feature:nth-child(4) .feature-tag{background:var(--mint)}h2{font-size:32px;letter-spacing:-1px;line-height:1.2;font-weight:550}h3{font-size:19px;font-weight:600;line-height:1.35}.feature p{color:var(--muted);font-size:16px;margin:0}.about{display:grid;grid-template-columns:1fr 1.4fr;gap:70px;padding:0 0 70px}.about p{color:var(--muted)}.text-link{font-size:16px;font-weight:550}.note{border-left:3px solid #a8bbdf;padding:6px 0 6px 20px;color:var(--muted);font-size:16px}.legal{max-width:800px;margin:70px auto 95px}.legal h1{font-size:clamp(42px,5vw,62px);letter-spacing:-.05em}.legal h2{font-size:25px;letter-spacing:-.6px;margin:36px 0 14px}.legal p,.legal li{color:#3c4960}.legal li+li{margin-top:9px}.legal ul{padding-left:24px}.legal .lead{font-size:20px}.legal .meta{font-size:14px;color:var(--muted);margin-bottom:30px}.contact{padding:26px;border:1px solid var(--line);border-radius:18px;background:white;margin:30px 0}.contact a{overflow-wrap:anywhere}.contact h2{margin-top:0}footer{border-top:1px solid var(--line);padding:40px 0 50px;display:flex;justify-content:space-between;gap:45px;color:var(--muted);font-size:14px}footer p{margin:8px 0}.footer-brand{font-weight:650;color:var(--ink);font-size:20px;text-decoration:none}footer nav{display:flex;flex-direction:column;gap:7px}footer nav a{color:var(--muted)}@media(max-width:800px){.hero{gap:20px;padding:60px 0}.hero-art img{width:180px}.features{grid-template-columns:repeat(2,1fr);margin-bottom:50px}.feature:nth-child(3){border-left:0;border-top:1px solid var(--line)}.feature:nth-child(4){border-top:1px solid var(--line)}.about{gap:28px}.lead{font-size:19px}}@media(max-width:550px){.site-shell{padding:0 6%}header{min-height:110px;align-items:flex-start;justify-content:center;flex-direction:column;gap:12px;padding:18px 0}.brand{font-size:21px}header nav{gap:25px}header nav a{font-size:14px}.hero{display:block;padding:48px 0}.hero-art{display:none}h1{font-size:54px}.hero .lead{font-size:19px}.features{border-radius:18px}.feature{padding:22px 17px}.feature h3{font-size:18px}.feature p{font-size:16px}.feature-tag{margin-bottom:18px}.about{display:block;padding-bottom:36px}.about h2{font-size:29px}.legal{margin:45px auto 60px}.legal h1{font-size:44px}footer{flex-direction:column;gap:22px;padding:32px 0}footer nav{gap:10px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media print{header,footer,.skip{display:none}.legal{max-width:none;margin:0}body{background:white;color:black}a{color:inherit}}
