body{overflow-x:hidden}
:root{--ink:#2c2737;--muted:#6c6574;--paper:#fffcf7;--lilac:#7358b7;--lilac-soft:#eee8f9;--rose:#fae8e7;--sage:#e7f0e7;--butter:#fff1c9;--line:#e8e0d9;--shadow:0 24px 60px rgba(55,38,77,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5}.container{width:min(1240px,calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;z-index:9999;top:-100px;left:18px;background:#fff;color:var(--ink);padding:12px 16px;border-radius:10px;box-shadow:var(--shadow);font-weight:700}.skip-link:focus{top:18px}.topbar{height:92px;position:absolute;z-index:20;inset:0 0 auto;max-width:1360px;margin:auto;padding:19px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:inline-flex;align-items:center;flex-shrink:0}.brand img{display:block;width:auto;height:43px}.topbar nav{display:flex;gap:26px;margin-left:auto}.topbar a{color:var(--ink);font-size:13px;font-weight:650;text-decoration:none}.topbar nav a{padding:9px 0;position:relative}.topbar nav a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--lilac);transform:scaleX(0);transform-origin:left;transition:.2s}.topbar nav a:hover:after,.topbar nav a:focus-visible:after{transform:scaleX(1)}.topbar-actions{display:flex;align-items:center;gap:16px}.language-switch{display:flex;padding:3px;border:1px solid var(--line);background:#fffaf4;border-radius:10px}.language{font:700 10px inherit;padding:6px 7px;border:0;border-radius:7px;background:transparent;color:#7b7381;cursor:pointer}.language.active{color:#fff;background:var(--lilac)}.header-cta{padding:11px 15px;border:1px solid #dacdea;border-radius:12px;background:#fffdf9}.hero{min-height:760px;padding:168px 0 42px;position:relative;overflow:hidden;background:radial-gradient(circle at 75% 29%,#f1e9f8 0,rgba(241,233,248,.36) 24%,transparent 45%),radial-gradient(circle at 10% 95%,#f9ead2 0,transparent 23%),var(--paper);isolation:isolate}.hero:before{content:"";z-index:-1;position:absolute;inset:0;background-image:radial-gradient(#c7b7d5 1px,transparent 1px);background-size:28px 28px;opacity:.21;mask-image:linear-gradient(90deg,rgba(0,0,0,.65),transparent 57%)}.hero-orbit{position:absolute;border:1px solid #dccfe9;border-radius:50%;z-index:-1}.orbit-one{width:750px;height:750px;right:-210px;top:82px}.orbit-two{width:450px;height:450px;right:-15px;top:236px;border-color:#eeddb8}.hero-grid{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:20px}.eyebrow{display:flex;align-items:center;gap:9px;text-transform:uppercase;color:#82758d;letter-spacing:.16em;font-size:10px;font-weight:750;margin:0 0 19px}.eyebrow>span:first-child{width:8px;height:8px;display:inline-block;background:#7ba184;border-radius:50%}.hero h1,.intro h2,.story-copy h2,.closing h2{font-size:clamp(42px,5.2vw,76px);line-height:1.055;letter-spacing:-.065em;font-weight:760;margin:0}.hero h1 em,.intro h2 em,.story-copy h2 em,.closing h2 em{font-style:normal;color:var(--lilac);position:relative;white-space:nowrap}.hero h1 em:after,.intro h2 em:after,.story-copy h2 em:after,.closing h2 em:after{content:"";position:absolute;z-index:-1;height:8px;border-radius:100%;left:2%;right:1%;bottom:0;background:#f3d485;transform:rotate(-2deg)}.hero-lede{max-width:480px;color:var(--muted);font-size:16px;line-height:1.82;margin:25px 0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{border:1px solid transparent;border-radius:14px;padding:14px 18px;display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:50px;font:700 12px inherit;text-decoration:none;cursor:pointer;transition:transform .2s,box-shadow .2s}.button:hover{transform:translateY(-3px);box-shadow:0 12px 22px rgba(86,64,125,.16)}.button.primary{color:#fff;background:var(--lilac)}.button.ghost{color:var(--ink);border-color:#ddd3ca;background:rgba(255,255,255,.34)}.hero-disclaimer{max-width:470px;color:#887f8c;font-size:11px;line-height:1.55;margin-top:23px}.hero-art{position:relative;min-height:490px;display:flex;align-items:center}.hero-art>img{width:119%;max-width:none;margin-left:-2%;display:block;mix-blend-mode:multiply}.floating-note{position:absolute;background:rgba(255,255,255,.93);box-shadow:0 10px 26px rgba(60,45,65,.09);border:1px solid #fff;border-radius:15px;padding:11px 14px 11px 40px;min-width:177px;transform:rotate(-7deg);font-size:10px;color:#837889}.floating-note span{position:absolute;left:12px;top:13px;width:21px;height:21px;display:grid;place-items:center;border-radius:7px;background:var(--butter);color:#b87d15;font-size:15px}.floating-note strong,.floating-note small{display:block}.floating-note strong{font-size:11px;color:var(--ink)}.note-sun{left:1%;top:44%}.note-heart{right:0;top:18%;transform:rotate(7deg);background:#fff8e6}.note-heart span{background:var(--rose);color:#bf6071}.hero-foot{padding-top:14px;border-top:1px solid #e9e0dc;display:flex;justify-content:space-between;gap:20px;color:#837a87;text-transform:uppercase;letter-spacing:.09em;font-size:9px;font-weight:700}.intro{padding:118px 0 108px}.intro-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:90px;align-items:end}.intro h2,.story-copy h2,.closing h2{font-size:clamp(36px,4.2vw,59px)}.intro-copy{margin:0;color:var(--muted);line-height:1.85;max-width:440px;font-size:15px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}.feature-card{min-height:244px;padding:27px;border:1px solid var(--line);border-radius:22px;background:#fffefa;transition:transform .24s,border-color .24s}.feature-card:hover{transform:translateY(-6px);border-color:#c6afd8}.feature-card.rose{background:#fff9f8}.feature-card.lilac{background:#fbf9ff}.feature-card.sage{background:#f9fcf8}.feature-card.butter{background:#fffdf7}.feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;font-size:24px;color:#a66071;background:var(--rose)}.lilac .feature-icon{color:#7457b1;background:var(--lilac-soft)}.sage .feature-icon{color:#66906d;background:var(--sage)}.butter .feature-icon{color:#c48a21;background:var(--butter)}.feature-card h3{font-size:18px;letter-spacing:-.035em;margin:24px 0 7px}.feature-card p{font-size:12px;line-height:1.72;color:var(--muted);margin:0}.story-band{padding:86px 0;background:#f0ebf8}.story-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:100px;align-items:center}.story-image-wrap{position:relative}.story-image-wrap:before{content:"";position:absolute;inset:-19px 15% 12% -19px;border:1px solid #d5c7e6;border-radius:45% 55% 58% 42%}.story-image-wrap img{position:relative;width:100%;aspect-ratio:1.16;object-fit:cover;display:block;border-radius:32px}.image-label{position:absolute;right:-25px;bottom:23px;max-width:190px;padding:11px 13px;background:#fffdf9;border:1px solid #fff;border-radius:11px;color:#776b7d;font-size:9px;line-height:1.5;box-shadow:0 8px 20px rgba(61,44,81,.1)}.story-copy>p:not(.eyebrow){max-width:460px;color:var(--muted);line-height:1.85;font-size:14px;margin:25px 0}.text-link{font-weight:750;font-size:12px;color:var(--lilac);text-decoration:none}.text-link b{margin-left:12px;font-size:16px}.demo-section{padding:118px 0 92px;background:#fffcf7}.demo-heading{display:flex;align-items:end;justify-content:space-between;gap:55px;margin-bottom:40px}.demo-heading h2{margin:0;font-size:clamp(31px,3.4vw,45px);line-height:1.12;letter-spacing:-.055em}.demo-heading>p{max-width:400px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}.demo-shell{overflow:hidden;display:grid;grid-template-columns:238px 1fr;min-height:664px;border:1px solid #e5ded9;border-radius:28px;background:#fff;box-shadow:var(--shadow)}.demo-sidebar{padding:24px 16px;display:flex;flex-direction:column;border-right:1px solid #eee7e1;background:#fffdf9}.demo-brand{display:flex;align-items:center;gap:8px;padding:0 10px 24px;font-size:14px;font-weight:800}.demo-spark{display:grid;place-items:center;width:25px;height:25px;border-radius:9px;background:var(--lilac);color:#fff}.demo-brand small{padding:3px 5px;border-radius:5px;color:var(--lilac);background:#eee8fb;font-size:8px;letter-spacing:.1em}.demo-child-switch{display:grid;gap:7px;margin-bottom:25px}.child-switch{width:100%;border:1px solid transparent;border-radius:13px;padding:8px;display:grid;grid-template-columns:32px 1fr 12px;gap:8px;text-align:left;align-items:center;background:transparent;color:var(--ink);cursor:pointer;font:inherit}.child-switch.selected{border-color:#e5d8f4;background:#f6f2fc}.child-switch small,.child-switch b{display:block;font-size:10px}.child-switch small{color:#8b8190;font-weight:500;margin-top:1px}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fac7c4;color:#9f4e5c;font-weight:800;font-size:13px}.avatar.arin{background:#d8e9d8;color:#54815a}.demo-nav{display:grid;gap:4px}.demo-nav-item{border:0;background:transparent;text-align:left;padding:11px 10px;border-radius:10px;color:#6e6474;font:650 11px inherit;display:flex;gap:12px;align-items:center;cursor:pointer}.demo-nav-item>span:first-child{font-size:18px;width:18px;text-align:center}.demo-nav-item.active{color:var(--lilac);background:#f0eafa}.demo-nav-item:hover{background:#f8f3fb}.sidebar-hint{margin-top:auto;display:flex;align-items:flex-start;gap:8px;padding:14px 10px 0;border-top:1px solid #eee8e2;color:#8b818c}.sidebar-hint span{color:var(--lilac)}.sidebar-hint p{font-size:9px;line-height:1.55;margin:0}.demo-content{padding:34px 38px;background:linear-gradient(130deg,#fffdf9,#fff 50%,#fbf8ff)}.demo-topline{display:flex;justify-content:space-between;gap:15px;align-items:start;margin-bottom:26px}.demo-kicker,.card-label{margin:0;color:#94869c;letter-spacing:.13em;font-size:9px;font-weight:800}.demo-topline h3{margin:5px 0 0;font-size:23px;letter-spacing:-.045em}.demo-date{display:flex;gap:7px;align-items:center;color:#837789;font-size:10px;padding:9px 11px;border-radius:9px;background:#f7f2fb}.demo-panel{animation:fadein .25s ease}.journal-highlight{display:grid;grid-template-columns:1fr 190px;align-items:center;overflow:hidden;min-height:176px;padding:26px 28px;border-radius:20px;background:#efe6f7}.journal-highlight h4,.panel-title-row h4,.announcement h4{margin:7px 0;font-size:20px;letter-spacing:-.04em}.journal-highlight p:not(.card-label){max-width:430px;margin:0 0 13px;color:#6e6379;font-size:11px;line-height:1.65}.inline-button,.quiet-link{padding:0;border:0;background:transparent;color:var(--lilac);font:750 10px inherit;cursor:pointer}.inline-button b{margin-left:9px;font-size:14px}.art-sun{position:relative;width:145px;height:145px;margin:auto;border-radius:50%;background:#fbcf6c;box-shadow:inset -13px -13px 0 #f3b94f}.art-sun strong{position:absolute;inset:0;display:grid;place-items:center;color:#fff4d6;font-size:64px;font-weight:400}.art-sun i{position:absolute;width:17px;height:33px;background:#f8c55e;border-radius:99px;left:64px;top:-29px;transform-origin:8px 102px}.art-sun i:nth-child(2){transform:rotate(45deg)}.art-sun i:nth-child(3){transform:rotate(90deg)}.art-sun i:nth-child(4){transform:rotate(135deg)}.art-sun i:nth-child(5){transform:rotate(180deg)}.art-sun i:nth-child(6){transform:rotate(225deg)}.art-sun i:nth-child(7){transform:rotate(270deg)}.art-sun i:nth-child(8){transform:rotate(315deg)}.overview-grid{display:grid;grid-template-columns:1.1fr 1.1fr .9fr;gap:13px;margin-top:13px}.demo-card{min-height:184px;padding:18px;border:1px solid #eee7e3;border-radius:17px;background:#fff}.card-title{display:flex;justify-content:space-between;align-items:center;color:#554c5b;font-size:11px}.card-title>span{display:flex;align-items:center;gap:7px}.mini-icon{display:grid;place-items:center;width:23px;height:23px;border-radius:7px;background:#f5e4e4;color:#a85e69;font-size:14px}.mini-icon.moon{background:#eee8f8;color:#7657b2}.time{font-size:9px;color:#988d98}.meal-plate{width:62px;height:62px;margin:12px 0 9px;padding:9px;display:grid;grid-template-columns:1fr 1fr;gap:3px;border:5px solid #f3eadf;border-radius:50%;background:#fffaf1}.food{border-radius:50%}.food.yellow{background:#f7c95c}.food.green{background:#a4c58e}.food.orange{background:#ec9a68}.food.berry{background:#8a659e}.demo-card p{margin:0;color:#5f5663;font-size:10px;line-height:1.45}.demo-card small{display:block;margin-top:8px;color:#a098a3;font-size:8px;line-height:1.4}.sleep-visual{height:65px;position:relative;overflow:hidden;margin:10px 0;border-radius:12px;background:linear-gradient(135deg,#d9d3f2,#fbf7ff)}.sleep-visual span{position:absolute;z-index:1;left:12px;top:7px;color:#fff8d7;font-size:27px}.sleep-visual i{position:absolute;width:40px;height:40px;border-radius:50%;background:#c2b4e3;bottom:-17px}.sleep-visual i:nth-child(2){left:30px}.sleep-visual i:nth-child(3){left:66px;background:#ad9dd2}.sleep-visual i:nth-child(4){left:101px}.attendance-card{display:flex;flex-direction:column}.week-dots{display:flex;gap:4px;margin:19px 0 16px}.week-dots span{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#a29aa2;background:#f3ede8;font-size:8px}.week-dots .present{background:#dbead9;color:#5d8e64}.week-dots .today{border:2px solid #8567c0;background:#f8f4ff;color:#7555ae}.attendance-card>p{margin-top:auto}.announcement{margin-top:13px;padding:17px 19px;display:grid;grid-template-columns:34px 1fr 22px;gap:12px;align-items:start;border-radius:16px;background:#fff4d9}.announcement-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:10px;background:#f7cb6d;color:#fff;font-size:15px}.announcement h4{font-size:13px;margin:3px 0}.announcement p:not(.card-label){font-size:10px;line-height:1.5;margin:0;color:#796946}.dismiss-button{border:0;background:transparent;color:#967e52;font-size:20px;line-height:1;cursor:pointer}.panel-title-row{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.panel-title-row h4{font-size:23px}.panel-chip{padding:6px 8px;border-radius:7px;background:#eee9f8;color:#775bad;font-size:9px;font-weight:700}.timeline{display:grid;gap:11px}.timeline-item{display:grid;grid-template-columns:64px 1fr 75px;gap:15px;align-items:center;padding:14px;border:1px solid #eee6e1;border-radius:15px;background:#fff}.timeline-time{color:#867b89;font-size:10px;font-weight:750}.timeline-item h5{margin:0;font-size:13px;letter-spacing:-.02em}.timeline-item p{margin:3px 0 0;color:#776d78;font-size:10px;line-height:1.45}.timeline-mark{height:43px;border-radius:10px;background:#f1e9f9;position:relative;overflow:hidden}.timeline-mark:after{content:"";position:absolute;inset:10px 24px 10px 10px;border-radius:8px;background:#dac8ed}.timeline-mark.sage{background:#e9f2e6}.timeline-mark.sage:after{background:#a9c99a}.timeline-mark.butter{background:#fff1d1}.timeline-mark.butter:after{background:#f7cb70}.calendar-grid{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid #ebe3df;border-radius:18px;overflow:hidden}.cal-day{min-height:170px;padding:17px;border-right:1px solid #ebe3df;background:#fff}.cal-day:last-child{border:0}.cal-day>span{font-size:10px;color:#8d828e}.cal-day b{display:block;margin:12px 0;font-size:29px;letter-spacing:-.06em}.cal-day i{display:inline-block;font-style:normal;padding:5px 7px;border-radius:6px;background:#f3efeb;color:#807783;font-size:8px}.cal-day i.cal-present{background:#e6f0e4;color:#5c8a63}.cal-day i.cal-today{background:#eee8fb;color:#7256af}.cal-day i.cal-event{background:#fff0cf;color:#a26b17}.calendar-note{display:flex;gap:10px;align-items:flex-start;padding:14px;margin-top:14px;border-radius:12px;background:#f3eff9;color:#776b83}.calendar-note span{color:#795bb2;font-size:16px}.calendar-note p{margin:0;font-size:10px;line-height:1.55}.note-label{display:block;color:#7b7080;font-size:11px;font-weight:700;margin-bottom:8px}.demo-content textarea{resize:vertical;width:100%;padding:14px;border:1px solid #ded5d0;border-radius:13px;background:#fffdfb;color:var(--ink);font:13px/1.6 inherit;outline:none}.demo-content textarea:focus{border-color:#9178c1;box-shadow:0 0 0 3px #ede7f6}.note-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:12px}.save-status{color:#8e8390;font-size:10px}.save-note{min-height:41px;padding:10px 16px;font-size:10px}.demo-legal{margin-top:17px;color:#8b818b;font-size:10px;line-height:1.55}.closing{padding:80px 0;background:#e9e1f1}.closing-inner{display:flex;justify-content:space-between;gap:40px;align-items:end}.site-footer{padding:30px 0;background:#312a3d;color:#e9e2ee}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{height:36px;filter:brightness(0) invert(1) opacity(.92)}.site-footer p{max-width:410px;margin:0;color:#cac0d0;font-size:10px;line-height:1.5}.site-footer div:last-child{display:flex;gap:18px}.site-footer a{color:#eee7f1;text-decoration:none;font-size:10px;font-weight:700}.site-footer a:hover{text-decoration:underline}@keyframes fadein{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}:focus-visible{outline:3px solid #8c6ac2;outline-offset:4px}@media(max-width:980px){.topbar nav{display:none}.hero{padding-top:138px}.hero-grid{grid-template-columns:1fr}.hero-art{min-height:350px;max-width:720px;margin:auto}.hero-art>img{width:108%}.hero-copy{text-align:center}.hero-copy .eyebrow,.hero-actions{justify-content:center}.hero-lede,.hero-disclaimer{margin-inline:auto}.intro-grid,.story-grid{gap:40px}.feature-grid{grid-template-columns:repeat(2,1fr)}.demo-shell{grid-template-columns:198px 1fr}.demo-content{padding:28px}.overview-grid{grid-template-columns:1fr 1fr}.attendance-card{grid-column:1/-1;min-height:auto}.week-dots{margin:13px 0}.story-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.container{width:min(100% - 32px,1240px)}.topbar{height:75px;padding:15px 16px}.brand img{height:36px}.header-cta{display:none}.topbar-actions{gap:0}.hero{min-height:0;padding:126px 0 33px}.hero h1{font-size:clamp(42px,12.5vw,58px)}.hero-art{min-height:275px}.hero-art>img{width:125%;margin-left:-12%}.floating-note{padding:8px 10px 8px 32px;min-width:143px;font-size:8px}.floating-note strong{font-size:9px}.floating-note span{left:8px;top:9px;width:18px;height:18px}.note-sun{left:-2%;top:54%}.note-heart{right:-3%;top:13%}.hero-foot{display:grid;grid-template-columns:1fr 1fr;font-size:8px;gap:9px}.hero-foot span:last-child{grid-column:1/-1}.intro,.demo-section{padding:72px 0}.intro-grid,.story-grid{grid-template-columns:1fr;gap:25px}.intro h2,.story-copy h2,.closing h2{font-size:38px}.feature-grid{grid-template-columns:1fr;gap:11px;margin-top:33px}.feature-card{min-height:0;padding:22px}.feature-card h3{margin-top:15px}.story-band{padding:54px 0}.story-grid{gap:48px}.story-image-wrap img{aspect-ratio:1.05}.image-label{right:7px;bottom:-15px}.demo-heading{display:block;margin-bottom:25px}.demo-heading>p{margin-top:14px}.demo-shell{display:block;border-radius:20px}.demo-sidebar{padding:15px;border-right:0;border-bottom:1px solid #eee7e1}.demo-brand{padding:0 5px 12px}.demo-child-switch{display:flex;margin-bottom:13px}.child-switch{flex:1;grid-template-columns:28px 1fr}.child-switch>span:last-child{display:none}.demo-nav{grid-template-columns:repeat(4,1fr);overflow:auto}.demo-nav-item{padding:9px 4px;justify-content:center}.demo-nav-item>span:first-child{display:none}.demo-nav-item span:last-child{font-size:9px}.sidebar-hint{display:none}.demo-content{padding:21px 16px}.demo-topline{display:block;margin-bottom:18px}.demo-topline h3{font-size:20px}.demo-date{display:inline-flex;margin-top:11px}.journal-highlight{grid-template-columns:1fr 112px;min-height:154px;padding:20px}.journal-highlight h4{font-size:18px}.art-sun{width:88px;height:88px}.art-sun strong{font-size:39px}.art-sun i{width:10px;height:22px;left:39px;top:-19px;transform-origin:5px 63px}.overview-grid{grid-template-columns:1fr;gap:10px}.demo-card{min-height:0}.attendance-card{grid-column:auto}.announcement{grid-template-columns:28px 1fr 16px;padding:14px}.timeline-item{grid-template-columns:45px 1fr;gap:10px}.timeline-mark{display:none}.calendar-grid{overflow:auto;grid-template-columns:repeat(5,95px)}.cal-day{min-height:130px}.note-actions{align-items:start;flex-direction:column}.closing{padding:58px 0}.closing-inner{display:block}.closing .button{margin-top:25px}.footer-inner{display:block}.site-footer p{margin:15px 0}.site-footer div:last-child{gap:14px}.language{padding:6px}.hero-orbit{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}

@media(max-width:680px){.hero-art>img{width:110%;margin-left:-5%}.note-heart{right:0}.site-footer div:last-child{flex-wrap:wrap}}