@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;1,600&display=swap";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#f8cbd5;font-family:DM Sans,Arial,sans-serif}html{background:#f8cbd5;min-width:320px}body{min-width:320px;min-height:100vh;margin:0}button,input{font-family:inherit}::selection{color:#fff9f4;background:#35272c}*{box-sizing:border-box}.site-shell{--ink:#35272c;min-height:100svh;color:var(--ink);flex-direction:column;transition:background-color .45s;display:flex;overflow:hidden}.home-page{background:#f8cbd5}.login-page{background:#cddcf8}.about-page{background:#d8e7c5}header{z-index:10;border-bottom:1px solid #35272c33;justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);height:108px;margin:0 auto;display:flex;position:relative}.brand{color:inherit;letter-spacing:-.02em;align-items:center;gap:12px;font-weight:700;text-decoration:none;display:flex}.brand-mark{background:var(--ink);color:#fff9f4;letter-spacing:-1px;border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;transition:transform .25s;display:grid}.brand:hover .brand-mark{transform:rotate(-8deg)scale(1.08)}nav{align-items:center;gap:8px;display:flex}nav a{color:inherit;border:1px solid #0000;border-radius:999px;padding:10px 17px;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s}nav a:hover{border-color:#35272c4d}nav a.active{background:var(--ink);color:#fff9f4}.page-content{flex:1;width:min(1180px,100% - 48px);margin:0 auto}.eyebrow{letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:13px;font-weight:700}h1{letter-spacing:-.055em;margin:0;font-family:Playfair Display,Georgia,serif;font-weight:600;line-height:.97}.intro{max-width:650px;font-size:18px;line-height:1.65}.home-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100svh - 172px);padding:76px 0 100px;display:flex;position:relative}.home-content h1{max-width:1100px;font-size:clamp(58px,10vw,142px)}.title-as{letter-spacing:-.03em;vertical-align:.35em;margin:0 .08em;font-size:.46em;font-style:italic;display:inline-block}.home-content .intro{margin:36px auto 34px}.cute-button{background:var(--ink);color:#fff9f4;border-radius:14px;align-items:center;gap:28px;padding:17px 21px 17px 25px;font-weight:700;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 7px #35272c2e}.cute-button span:last-child{width:31px;height:31px;color:var(--ink);background:#f8cbd5;border-radius:9px;place-items:center;display:grid}.cute-button:hover{transform:translateY(-3px);box-shadow:0 10px #35272c29}.cute-button:active{transform:translateY(4px);box-shadow:0 2px #35272c2e}.tiny-note{opacity:.65;margin-top:18px;font-size:12px}.sparkle{opacity:.55;font-size:30px;animation:4s ease-in-out infinite float;position:absolute}.sparkle-one{top:23%;left:9%}.sparkle-two{font-size:18px;animation-delay:-2s;bottom:22%;right:10%}@keyframes float{50%{transform:translateY(-12px)rotate(12deg)}}.login-content{place-items:center;min-height:calc(100svh - 172px);padding:64px 0 86px;display:grid}.login-card{background:#f7f1e8;border:1px solid #35272c38;border-radius:28px;width:min(100%,470px);padding:54px;position:relative;box-shadow:12px 12px #35272c21}.login-card .face{background:#f3c5cf;border-radius:50%;justify-content:center;align-items:center;gap:9px;width:46px;height:46px;display:flex;position:absolute;top:30px;right:31px}.login-card h1{max-width:340px;margin-bottom:38px;font-size:52px}.login-card form{flex-direction:column;display:flex}.login-card label{margin:18px 0 8px;font-size:13px;font-weight:700}.login-card input{width:100%;font:inherit;color:var(--ink);background:#ffffff8c;border:1px solid #35272c47;border-radius:11px;outline:none;padding:15px 16px}.login-card input:focus{border-color:var(--ink);box-shadow:0 0 0 3px #35272c1a}.login-card button{background:var(--ink);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:12px;justify-content:space-between;margin-top:24px;padding:16px 20px;font-weight:700;display:flex}.login-help{text-align:center;margin:25px 0 0;font-size:13px}.login-help a{color:inherit;font-weight:700}.about-content{grid-template-columns:1.35fr 1fr;align-items:center;gap:9vw;min-height:calc(100svh - 172px);padding:84px 0 110px;display:grid}.about-copy h1{max-width:760px;font-size:clamp(52px,6.6vw,96px)}.about-copy .intro{margin-top:34px}.values{border-top:1px solid #35272c47}.values article{border-bottom:1px solid #35272c47;grid-template-columns:48px 1fr;padding:25px 0;display:grid}.values article>span{opacity:.65;padding-top:5px;font-size:12px}.values h2{margin:0 0 7px;font-family:Playfair Display,Georgia,serif;font-size:28px}.values p{opacity:.78;grid-column:2;margin:0;font-size:14px}footer{letter-spacing:.08em;text-transform:uppercase;border-top:1px solid #35272c33;justify-content:center;align-items:center;gap:12px;width:min(1180px,100% - 48px);min-height:64px;margin:0 auto;font-size:11px;display:flex}@media (width<=760px){header{width:calc(100% - 28px);height:88px}.brand>span:last-child{display:none}nav{gap:1px}nav a{padding:9px 11px;font-size:13px}.page-content,footer{width:calc(100% - 32px)}.home-content{padding:55px 0 80px}.home-content h1{font-size:clamp(55px,19vw,86px)}.title-as{margin:.2em 0;display:block}.home-content .intro{margin-top:28px;font-size:16px}.sparkle{display:none}.login-card{border-radius:22px;padding:43px 28px 38px;box-shadow:7px 7px #35272c21}.login-card h1{font-size:44px}.about-content{padding:66px 0 84px;display:block}.about-copy h1{font-size:53px}.about-copy .intro{font-size:16px}.values{margin-top:58px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
