@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Outfit:wght@300;400;500;600&display=swap');

*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#eeece5;color:#171715}body{font-family:'Outfit',Arial,sans-serif;font-weight:300}.page{position:relative;min-height:100vh;overflow:hidden;padding:38px 54px 30px;display:flex;flex-direction:column;background:radial-gradient(circle at 73% 26%,rgba(255,255,255,.88),transparent 35%),linear-gradient(135deg,#f5f3ed 0%,#e9e5db 100%)}.page:after{content:"A";position:absolute;right:-.03em;top:.02em;font-family:'Cormorant Garamond',serif;font-size:min(70vw,850px);line-height:.8;color:rgba(20,20,18,.018);pointer-events:none;animation:ambient 12s ease-in-out infinite alternate}.grain{position:absolute;inset:0;opacity:.11;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E")}header,footer,.hero{position:relative;z-index:2}header{display:flex;justify-content:space-between;align-items:center;animation:reveal .9s ease-out both}.mark{font-size:21px;letter-spacing:.34em;font-weight:500}.platform{font-size:9px;letter-spacing:.25em;border:1px solid rgba(0,0,0,.18);padding:8px 11px;display:flex;align-items:center;gap:8px}.platform i{width:4px;height:4px;border-radius:50%;background:#b69452;box-shadow:0 0 10px rgba(182,148,82,.25)}.hero{flex:1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.55fr);gap:9vw;align-items:center;max-width:1280px;width:100%;margin:0 auto;padding:7vh 0}.hero-copy{max-width:720px;animation:reveal 1s .12s ease-out both}.eyebrow,footer,.pxc-card small,.status,.development{font-size:9px;letter-spacing:.24em;font-weight:500}.eyebrow{color:#716c63;margin:0 0 24px}.eyebrow:before{content:"";display:inline-block;width:18px;height:1px;background:#b69452;vertical-align:middle;margin:0 11px 3px 0}h1{font-family:'Cormorant Garamond',Georgia,serif;font-weight:300;font-size:clamp(46px,4.7vw,72px);line-height:.96;letter-spacing:-.025em;margin:0 0 29px}h1 em{font-weight:300}.intro{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(19px,1.6vw,23px);font-weight:300;line-height:1.48;max-width:620px;margin:0 0 17px;color:#37342f}.intro strong{font-family:'Outfit',sans-serif;font-size:.72em;font-weight:500;letter-spacing:.13em}.body{font-size:13.5px;font-weight:300;line-height:1.75;color:#716c63;max-width:590px;margin:0}.pxc-card{align-self:center;border:1px solid rgba(72,67,59,.16);padding:24px 25px 21px;max-width:355px;background:rgba(255,255,255,.17);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);box-shadow:0 18px 60px rgba(49,43,34,.035);animation:reveal 1s .3s ease-out both;transition:transform .6s cubic-bezier(.25,.46,.45,.94),border-color .6s ease,background .6s ease}.pxc-card:hover{transform:translateY(-3px);border-color:rgba(182,148,82,.38);background:rgba(255,255,255,.25)}.pxc-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}.pxc-head>span{font-family:'Cormorant Garamond',serif;font-size:20px;letter-spacing:.12em;color:#9a793e}.pxc-head small{color:#777168}.pxc-card>p{font-family:'Cormorant Garamond',Georgia,serif;font-size:20px;font-weight:300;line-height:1.35;margin:0 0 28px}.status{display:flex;flex-wrap:wrap;gap:9px 16px;color:#706b62;line-height:1.6}.status span:before{content:"";display:inline-block;width:3px;height:3px;border-radius:50%;background:#b69452;margin:0 7px 2px 0;opacity:.7}.development{border-top:1px solid rgba(72,67,59,.14);margin-top:27px;padding-top:15px;display:flex;justify-content:space-between;color:#4f4b44}.development b{font-weight:500;color:#9a793e}footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#716c63;animation:reveal 1s .45s ease-out both}footer a{color:#28251f;text-decoration:none;border-bottom:1px solid rgba(182,148,82,.55);padding-bottom:4px;transition:color .3s ease,border-color .3s ease}footer a:hover{color:#9a793e;border-color:#9a793e}footer span:last-child{text-align:right}@keyframes reveal{from{opacity:0;transform:translateY(14px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes ambient{from{transform:translate3d(0,0,0)}to{transform:translate3d(-10px,7px,0)}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(max-width:760px){.page{padding:25px 22px 24px}.mark{font-size:18px}.hero{grid-template-columns:1fr;gap:38px;padding:8vh 0 5vh;align-content:center}h1{font-size:clamp(42px,12.5vw,58px)}.body{font-size:13px}.pxc-card{max-width:none;padding:20px}.pxc-head{margin-bottom:22px}.pxc-card>p{font-size:18px;margin-bottom:21px}footer{grid-template-columns:1fr auto}footer a{display:none}footer span:last-child{text-align:right}}