:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--pearl:#f0ede8;--pearl-light:#f7f5f2;--ink:#1a1a1a;--ink-soft:#4a4a4a;--ink-muted:#8a8a8a;--accent:#b8977e;--accent-light:#d4c4b0}html{font-size:16px}body{background:var(--pearl);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,sans-serif;overflow-x:hidden}body:before{content:"";opacity:.025;pointer-events:none;z-index:999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:256px 256px;position:fixed;inset:0}.page{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:3rem 2rem;display:flex;position:relative}.topbar{z-index:10;justify-content:space-between;align-items:center;padding:2rem 3rem;animation:1s ease-out .2s both fadeDown;display:flex;position:fixed;top:0;left:0;right:0}.topbar-logo{letter-spacing:.15em;text-transform:uppercase;color:var(--ink);font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400}.topbar-right{letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);font-size:.75rem;font-weight:400}.center{text-align:center;max-width:680px}.pearl-mark{width:64px;height:64px;margin:0 auto 3rem;animation:.8s ease-out .4s both fadeUp}.pearl-mark svg{width:100%;height:100%}.headline{letter-spacing:-.01em;color:var(--ink);margin-bottom:1.75rem;font-family:Cormorant Garamond,serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:300;line-height:1.15;animation:.8s ease-out .6s both fadeUp}.subline{color:var(--ink-soft);max-width:480px;margin:0 auto 3rem;font-size:1.05rem;font-weight:300;line-height:1.7;animation:.8s ease-out .8s both fadeUp}.divider{background:var(--accent-light);width:48px;height:1px;margin:0 auto;animation:.8s ease-out .9s both fadeUp}.footer{justify-content:space-between;align-items:center;padding:2rem 3rem;animation:1s ease-out 1.2s both fadeUp;display:flex;position:fixed;bottom:0;left:0;right:0}.footer-left{color:var(--ink-muted);letter-spacing:.05em;font-size:.7rem;font-weight:300}.footer-right{gap:2rem;display:flex}.footer-right a{color:var(--ink-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:400;text-decoration:none;transition:color .3s}.footer-right a:hover{color:var(--ink)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=640px){.topbar,.footer{padding:1.5rem}.footer{text-align:center;flex-direction:column;gap:1rem}}
