/* Homepage presentation is scoped so support and legal pages keep their layout. */
.home { --bg: #faf9f6; --fg: #282635; --muted: #74717e; --accent: #7160ca; --surface: #fff; --border: #e7e4ed; --maxw: 1200px; background: var(--bg); }
.home [hidden] { display: none !important; }
.home button { font: inherit; cursor: pointer; }
.home .site-header { background: #faf9f6ed; border-bottom: 1px solid #eeebf0; }
.home .site-header .wrap { height: 80px; }
.home .brand { font-size: 16px; letter-spacing: -.4px; }
.home .brand img { width: 35px; height: 35px; border-radius: 10px; }
.home .site-nav { gap: 30px; font-size: 14px; }
.home .section + .section { border-top: 0; }
.home section[id] { scroll-margin-top: 100px; }
.home .hero { padding: 48px 0 35px; text-align: center; position: relative; background: radial-gradient(ellipse at 50% 20%, #eeeafa85, transparent 65%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 650; letter-spacing: 1.7px; color: #817491; }
.hero .eyebrow { border: 1px solid #e3dfee; padding: 7px 14px; border-radius: 30px; font-size: 12px; letter-spacing: .2px; background: #fff9; }
.status-dot { width: 6px; height: 6px; background: #9a86d3; border-radius: 50%; }
.home h1 { font-size: clamp(42px, 5.5vw, 68px); line-height: 1.08; letter-spacing: -3.6px; font-weight: 600; margin: 23px 0; }
.home h1 em { color: #8a75bc; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -3px; }
.home .hero .lede { font-size: 17px; line-height: 1.75; margin: 0 auto 25px; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 26px; }
.text-link { white-space: nowrap; color: var(--fg); text-decoration: none; font-size: 14px; font-weight: 600; }
.text-link span { padding-left: 12px; }
.text-link:hover { color: var(--accent); }
.hero-note { font-size: 11px; color: #898490; margin-top: 20px; }
.hero-note span { margin: 0 8px; }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.home h2 { font-size: clamp(28px, 3.3vw, 42px); font-weight: 550; letter-spacing: -1.5px; }
.gallery-heading h2 { font-size: 28px; margin: 9px 0 0; letter-spacing: -1px; }
.gallery-heading p { font-size: 13px; color: var(--muted); margin: 0; }
.widget-picker { display: flex; justify-content: center; gap: 5px; margin: 30px auto 24px; padding: 5px; background: #efedf2; border: 1px solid #e6e2eb; border-radius: 30px; width: max-content; }
.widget-picker button { border: 0; padding: 9px 23px; border-radius: 22px; background: transparent; color: #716c7b; font-size: 12px; transition: background .2s, color .2s, box-shadow .2s; }
.widget-picker button[aria-pressed="true"] { background: #fff; color: #41364f; box-shadow: 0 2px 7px #3d285a12; }
.widget-track { --slide-width: min(440px, 78vw); display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px calc((100% - var(--slide-width)) / 2) 20px; scroll-padding-inline: calc((100% - var(--slide-width)) / 2); scrollbar-width: thin; scrollbar-color: #c9c0d6 transparent; overscroll-behavior-x: contain; }

.widget-slide { flex: 0 0 var(--slide-width); scroll-snap-align: start; padding: 25px 28px 24px; border-radius: 22px; transition: transform .3s; }
.month-slide { background: #ebe4f5; }.weeks-slide { background: #e5eddf; }.timeline-slide { background: #f7e6db; }.list-slide { background: #e0eaf5; }
.slide-top { display: flex; justify-content: space-between; color: #62576b; font-size: 9px; font-weight: 600; letter-spacing: 1.4px; }
.widget-image { margin: 26px auto; width: 86%; filter: drop-shadow(0 15px 15px #4732581c); transition: transform .35s; }
.widget-image img, .style-widget img { border-radius: 10%; clip-path: inset(1.9% 2% 1.9% 2% round 10%); }
.widget-slide:hover .widget-image { transform: translateY(-5px) rotate(-1deg); }
.slide-caption { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.slide-caption h3 { font-size: 23px; font-weight: 550; letter-spacing: -.7px; margin: 0 0 4px; }
.slide-caption p { margin: 0; font-size: 12px; color: #746b7b; }
.slide-caption > span { font-size: 22px; color: #746b7b; }
.gallery-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 13px; }
.gallery-bottom > p { font-size: 12px; color: var(--muted); }
.carousel-controls { display: flex; align-items: center; gap: 9px; }.slide-count { font-size: 11px; color: var(--muted); margin-right: 14px; min-width: 110px; }
.round-button { border: 1px solid #ded9e5; background: transparent; border-radius: 50%; width: 40px; height: 40px; color: var(--fg); }
.round-button:hover { background: #ebe4f5; }
.benefits-strip { display: flex; justify-content: space-around; gap: 20px; padding-top: 48px; padding-bottom: 48px; margin-top: 42px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 13px; color: #61596e; }
.benefits-strip span { font-size: 22px; margin-right: 10px; color: #9b88bf; vertical-align: middle; }
.home #customize { padding-top: 90px; }.home #customize .lede { font-size: 16px; max-width: 600px; }
.home #customize h2 { margin-top: 12px; }
.style-playground { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; background: #e9e1f2; border-radius: 26px; padding: 55px 65px; color: #3b3048; transition: background .4s, color .4s; }
.style-playground[data-mood="peach"] { background: #f5dece; }.style-playground[data-mood="sage"] { background: #dfe8da; }.style-playground[data-mood="midnight"] { background: #302d45; color: #f3edf9; }
.style-playground[data-mood="midnight"] .eyebrow { color: #c9badf; }
.style-copy h3 { font-size: clamp(32px, 4vw, 49px); line-height: 1.12; font-weight: 500; letter-spacing: -1.7px; margin: 19px 0; }.style-copy p { font-size: 14px; opacity: .8; }
.style-widget { text-align: center; }.style-widget img { max-width: 340px; width: 100%; margin: auto; filter: drop-shadow(0 20px 20px #33234226); }.mood-label { display: block; font-size: 12px; margin-top: 18px; }
.mood-picker { display: flex; gap: 12px; margin: 25px 0; }.mood-picker button { width: 32px; height: 32px; border: 3px solid #ffffffa0; border-radius: 50%; background: #b7a1d4; }.mood-picker button[data-mood="peach"] { background: #eab79a; }.mood-picker button[data-mood="sage"] { background: #9bab8d; }.mood-picker button[data-mood="midnight"] { background: #3e3955; }.mood-picker button[aria-pressed="true"] { outline: 2px solid currentColor; outline-offset: 3px; }.style-copy .preview-note { font-size: 11px; max-width: 270px; }

.home #customize .grid-2 { gap: 75px; max-width: 960px; margin: 0 auto; }.home #customize .grid-2 > img { max-height: 430px; width: auto; margin: auto; border-radius: 22px; }.home .feature-list { font-size: 14px; gap: 12px; }.home .feature-list li::before { width: 5px; height: 5px; background: #aa96c8; }
.home #privacy { background: #eeedf3; text-align: center; }.home #privacy h2 { margin: 16px 0 23px; }.home #privacy .lede { font-size: 16px; max-width: 680px; margin: auto; }.home #privacy a { font-size: 13px; }
.home #languages { text-align: center; padding-bottom: 30px; }.home #languages .lede { margin: 0 auto 25px; font-size: 16px; }.home #languages .pill-row { justify-content: center; max-width: 870px; margin: auto; }.home .pill { font-size: 11px; padding: 5px 12px; background: transparent; }
.home #faq .wrap { max-width: 840px; }.home #faq h2 { margin-top: 13px; }.home .faq { gap: 0; }.home .faq details { border: 0; border-bottom: 1px solid var(--border); background: transparent; border-radius: 0; padding: 22px 0; }.home .faq summary { font-size: 15px; font-weight: 500; }.home .faq p { font-size: 14px; }
.closing-cta { text-align: center; background: radial-gradient(ellipse at 50% 100%, #e7dcf1, transparent 70%); }.closing-cta .wrap > img { margin: 0 auto 24px; border-radius: 17px; }.closing-cta p { color: var(--muted); font-size: 15px; margin-bottom: 25px; }.home .site-footer { font-size: 11px; padding: 28px 0; }.home .site-footer a { color: var(--muted); text-decoration: none; }
@media (max-width: 720px) {
 .home .site-header .wrap { height: 68px; }.home .brand { font-size: 13px; max-width: 190px; line-height: 1.2; }.home .site-nav { gap: 16px; font-size: 12px; }.home .site-nav a:nth-child(2) { display: none; }
 .home .hero { padding: 54px 0 42px; }.home h1 { letter-spacing: -2px; }.home h1 em { letter-spacing: -1.8px; }.home .hero .lede { font-size: 15px; max-width: 380px; }.desktop-break { display: none; }
 .gallery-heading { align-items: start; }.gallery-heading p { display: none; }.gallery-heading h2 { font-size: 25px; }.widget-picker { margin-top: 22px; }.widget-picker button { padding: 8px 19px; }.widget-track { gap: 16px; }.widget-slide { padding: 20px; border-radius: 19px; }.widget-image { width: 94%; margin: 22px auto; }.slide-caption h3 { font-size: 21px; }.slide-caption p { font-size: 11px; }.slide-top { font-size: 8px; letter-spacing: 1px; }
 .gallery-bottom > p { max-width: 125px; font-size: 10px; }.slide-count { margin-right: 3px; min-width: 88px; font-size: 10px; }.round-button { width: 35px; height: 35px; }
 .benefits-strip { flex-wrap: wrap; gap: 14px 24px; padding: 25px 24px; margin-top: 25px; font-size: 11px; }.benefits-strip span { font-size: 16px; margin-right: 5px; }
 .home #customize { padding-top: 60px; }.style-playground { grid-template-columns: 1fr; padding: 30px; gap: 20px; }.style-copy h3 br { display: none; }.style-copy h3 { max-width: 290px; }.style-widget img { max-width: 280px; }.home #customize .grid-2 { gap: 30px; }.home #customize .grid-2 > img { max-height: 350px; }.home #privacy .lede { font-size: 14px; }.home .site-footer nav { gap: 12px; }
}
@media (prefers-reduced-motion: reduce) { .home *, .home *::before, .home *::after { transition: none !important; animation: none !important; } }
/* Full collection: eleven individual widgets, across eight view families. */
.collection-note { color: var(--muted); font-size: 13px; margin-top: 16px; }
.widget-picker { max-width: calc(100% - 48px); justify-content: flex-start; overflow-x: auto; scrollbar-width: thin; scrollbar-color: #c9c0d6 transparent; }
.widget-picker button { flex: none; white-space: nowrap; padding-inline: 16px; }
.widget-slide { display: flex; flex-direction: column; }
.widget-image { aspect-ratio: 590 / 614; }
.widget-image img { width: 100%; height: 100%; object-fit: contain; }
.slide-caption { min-height: 82px; align-items: flex-start; }
.widget-tier { font-size: 10px; letter-spacing: .5px; color: #62576b; margin-top: auto; padding-top: 14px; }
.today-slide { background: #f3e5dc; }.mini-slide { background: #e8e0f3; }.agenda-slide { background: #e3eae0; }.week-grid-slide { background: #dfe9ef; }
.premium-note { font-size: 12px; color: var(--muted); margin-top: 20px; }
.slide-count { min-width: 160px; }
/* The screenshot viewport is square; titles and descriptions sit outside it. */
.skin-gallery { max-width: 880px; min-width: 0; margin: 54px auto 60px; }
.skin-gallery-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.skin-gallery-heading h3 { scroll-margin-top: 100px; font-size: 26px; font-weight: 500; letter-spacing: -.8px; margin: 9px 0; }
.skin-gallery-heading p, .skin-gallery-footer > p { font-size: 12px; color: var(--muted); margin: 0; }
.skin-premium { font-size: 10px; color: #78688b; background: #efe9f5; border-radius: 20px; padding: 7px 12px; white-space: nowrap; }
.skin-track { --skin-width: min(340px, calc(100vw - 88px)); display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px calc((100% - var(--skin-width)) / 2) 18px; scroll-padding-inline: calc((100% - var(--skin-width)) / 2); scrollbar-width: thin; scrollbar-color: #c9c0d6 transparent; overscroll-behavior-x: contain; }
.skin-card { flex: 0 0 var(--skin-width); scroll-snap-align: center; border-radius: 22px; background: #ece7f2; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; gap: 16px; }
.skin-card-top { display: flex; justify-content: space-between; font-size: 9px; letter-spacing: 1.2px; color: #746681; }
.skin-preview { flex: none; width: 100%; aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; border-radius: 14px; background: #ffffff66; }
.skin-modern { background: #e3ece3; }
.skin-translucent { background: #f1e3dc; }
.skin-translucent-dark { background: #e0deeb; }
.skin-darkness { background: #d7d8e0; }
.skin-brightness { background: #f0ede2; }
.skin-none { background: #e4ecf0; }
.skin-card-caption h4 { font-size: 20px; font-weight: 550; letter-spacing: -.4px; margin: 0 0 4px; }
.skin-card-caption p { font-size: 11px; color: #746b7b; margin: 0; }
.skin-gallery-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 14px; }
@media (max-width: 720px) {
 .collection-note { font-size: 12px; }.slide-caption { min-height: 80px; }.slide-count { min-width: 0; max-width: 134px; }
 .skin-gallery-heading { display: block; }.skin-gallery-heading h3 { scroll-margin-top: 100px; font-size: 24px; }.skin-premium { display: inline-block; margin-top: 14px; }
 .skin-gallery { margin-block: 36px 45px; }.skin-card { padding: 18px; gap: 12px; border-radius: 18px; }.skin-gallery-footer { flex-wrap: wrap; }.skin-gallery-footer .carousel-controls { margin-left: auto; }
 .skin-card-caption h4 { font-size: 18px; }.skin-card-caption p { font-size: 10px; }.skin-card-top { font-size: 8px; }
}

/* Keep the square gallery viewport; mask only the widget inside each original
   1320 × 2868 capture (x=96…1224, y=284…1462). No source files are edited. */
.widget-image { aspect-ratio: 1; }
.screenshot-crop { position: relative; aspect-ratio: 1; display: grid; place-items: center; background: transparent; overflow: visible; border-radius: 0; }
.widget-cutout { position: relative; width: 95.755518%; height: 100%; overflow: hidden; border-radius: 14% / 13.405773%; }
.screenshot-crop .widget-cutout > img { position: absolute; left: -8.510638%; top: -24.108659%; display: block; width: 117.021277%; max-width: none; height: auto; border: 0; border-radius: 0; clip-path: none; object-fit: initial; filter: none; }
.style-widget-capture { width: 100%; max-width: 340px; margin: auto; filter: drop-shadow(0 20px 20px #33234226); }
@media (max-width: 720px) { .style-widget-capture { max-width: 280px; } }
