:root {
  --ink: #172a36;
  --muted: #58636b;
  --paper: #f8f6f0;
  --coral: #ff725e;
  --sun: #ffc83d;
  --blue: #315fef;
  --pale-blue: #dce8ff;
  --mint: #caefd7;
  --line: rgba(23, 42, 54, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; }
button, input { font: inherit; }
button { cursor: pointer; }
.grain { position: fixed; z-index: 10; inset: 0; pointer-events: none; opacity: .18; 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='.18'/%3E%3C/svg%3E"); }
.site-header { width: min(1220px, calc(100% - 56px)); height: 94px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { color: inherit; text-decoration: none; font-size: 25px; font-weight: 700; letter-spacing: -1.6px; display: inline-flex; align-items: center; gap: 8px; }
.brand-mark { width: 23px; height: 23px; display: inline-flex; align-items: flex-end; gap: 2px; transform: rotate(-13deg); }
.brand-mark i { display: block; width: 6px; border-radius: 6px; background: var(--coral); }
.brand-mark i:nth-child(1) { height: 12px; }.brand-mark i:nth-child(2) { height: 21px; background: var(--blue); }.brand-mark i:nth-child(3) { height: 16px; background: var(--sun); }
.header-link { color: var(--ink); font: 12px "DM Mono", monospace; text-decoration: none; text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.header-link span { font-size: 16px; }
.hero { width: min(1220px, calc(100% - 56px)); min-height: 650px; margin: 0 auto 58px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 42px; }
.eyebrow { margin: 0 0 19px; color: var(--ink); font: 10px "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; display: flex; gap: 8px; align-items: center; }
.eyebrow span { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 575px; font: 700 clamp(51px, 5.4vw, 79px)/.98 "Playfair Display", Georgia, serif; letter-spacing: -4px; margin-bottom: 25px; }
h1 em, .steps-heading em { color: var(--coral); font-weight: inherit; }
.hero-text { max-width: 430px; color: var(--muted); font-size: 17px; line-height: 1.56; margin-bottom: 28px; }
.button { border: 0; min-height: 52px; padding: 0 22px; border-radius: 3px; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-3px); }.button span { font-size: 20px; margin-left: 16px; }
.button-primary { color: white; background: var(--blue); box-shadow: 4px 5px 0 #172a36; }.button-primary:hover { background: #244ed1; }
.launch-note { margin: 21px 0 0; color: var(--muted); font: 10px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .06em; }
.launch-note::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 7px 1px 0; background: #4bb778; border-radius: 50%; }
.hero-art { min-height: 557px; position: relative; overflow: hidden; border-radius: 230px 230px 13px 13px; background: var(--pale-blue); }
.sun { position: absolute; width: 254px; height: 254px; top: 47px; left: 50%; border-radius: 50%; background: var(--sun); transform: translateX(-50%); }
.gift-list { position: absolute; z-index: 1; width: min(355px, 75%); top: 69px; left: 50%; padding: 17px 19px 20px; background: #fffefa; transform: translateX(-50%) rotate(-4deg); box-shadow: 14px 18px 0 rgba(23,42,54,.13); }
.list-top { display: flex; align-items: center; height: 19px; }.tiny-avatar { display: inline-block; width: 19px; height: 19px; margin-right: -5px; border: 2px solid #fffefa; border-radius: 50%; }.avatar-one { background: #e88864; }.avatar-two { background: #596d96; }.avatar-three { background: #dec272; }.avatar-four { background: #d48575; }.list-menu { margin-left: auto; letter-spacing: 2px; }
.list-kicker { margin: 19px 0 7px; font: 8px "DM Mono", monospace; letter-spacing: .14em; }.gift-list h2 { font: 700 30px/1 "Playfair Display", Georgia, serif; letter-spacing: -1.5px; margin: 0; }.gift-list h2 span { color: var(--coral); font-size: 23px; }.list-date { margin: 7px 0 17px; font: 9px "DM Mono", monospace; color: var(--muted); }
.product-stack { display: grid; gap: 8px; }.mini-product { height: 67px; display: grid; grid-template-columns: 55px 1fr auto; gap: 10px; align-items: center; padding: 6px; border-radius: 2px; }.mini-product-blue { background: #d5e2fc; }.mini-product-yellow { background: #fae8a6; }.mini-product-pink { background: #f8d5d0; }.mini-product strong, .mini-product small { display: block; }.mini-product strong { font-size: 10px; }.mini-product small { margin-top: 4px; color: var(--muted); font-size: 8px; }.mini-product b { font: 9px "DM Mono", monospace; }
.product-visual { height: 55px; display: grid; place-items: center; overflow: hidden; }.lamp span { width: 27px; height: 31px; position: relative; background: #fe705c; border-radius: 20px 20px 7px 7px; }.lamp span::after { content: ""; position: absolute; bottom: -9px; left: 12px; width: 3px; height: 11px; background: var(--ink); }.vase span { width: 26px; height: 36px; border-radius: 12px 12px 16px 16px; background: #3767b6; }.towel span { width: 35px; height: 35px; background: #e78079; transform: rotate(20deg); }
.scribble { position: absolute; z-index: 3; color: var(--blue); font: 700 italic 22px/1 "Playfair Display", serif; transform: rotate(-12deg); }.scribble-top { top: 55px; right: 37px; }.floating-note { position: absolute; z-index: 2; bottom: 58px; left: 28px; padding: 14px 16px; background: var(--coral); color: #fffdf8; font: 16px/1.08 "Playfair Display", serif; transform: rotate(4deg); box-shadow: 4px 4px 0 var(--ink); }.loop-arrow { position: absolute; bottom: 38px; right: 45px; color: var(--blue); font-size: 99px; font-weight: 700; transform: rotate(-42deg); }
.marquee { padding: 17px 0; overflow: hidden; background: var(--ink); color: #f7f3e8; white-space: nowrap; }.marquee-track { display: inline-flex; align-items: center; gap: 28px; animation: scroll 26s linear infinite; font: 13px "DM Mono", monospace; letter-spacing: .09em; }.marquee i { color: var(--sun); font-size: 19px; font-style: normal; }@keyframes scroll { to { transform: translateX(-50%); } }
.problem { width: min(1220px, calc(100% - 56px)); margin: 135px auto 156px; }.section-label { color: var(--coral); font: 10px "DM Mono", monospace; letter-spacing: .09em; }.problem-intro { margin: 30px 0 57px; display: grid; grid-template-columns: 1fr .65fr; gap: 75px; align-items: end; }.problem h2, .freedom h2, .events h2 { font: 700 clamp(38px, 4.1vw, 59px)/1.02 "Playfair Display", Georgia, serif; letter-spacing: -2.6px; margin: 0; }.problem-intro p { color: var(--muted); line-height: 1.57; margin-bottom: 5px; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }.comparison article { min-height: 414px; padding: 23px; }.old-way { background: #eee9df; }.new-way { color: #fffdf8; background: var(--blue); }.card-label { font: 10px "DM Mono", monospace; letter-spacing: .07em; text-transform: uppercase; }.chat-window { width: min(328px, 94%); height: 277px; margin: 23px auto 15px; padding: 13px; background: white; color: var(--ink); box-shadow: 7px 8px 0 rgba(23,42,54,.13); border-radius: 7px; }.chat-title { display: flex; align-items: center; gap: 7px; padding-bottom: 10px; border-bottom: 1px solid #e8e8e8; font-size: 9px; font-weight: 700; }.chat-title i { width: 18px; height: 18px; border-radius: 50%; background: #6f9c84; }.message { width: fit-content; max-width: 78%; padding: 8px 9px; border-radius: 6px; font-size: 9px; line-height: 1.36; }.message.first { background: #e7edf4; }.message.second { margin: 7px 0 7px auto; background: #dcf5cb; }.message.third { background: #e7edf4; }.typing { margin-top: 17px; padding: 6px 8px; border: 1px solid #dcdcdc; border-radius: 4px; color: #a5a5a5; font-size: 8px; }.card-caption { text-align: center; margin: 0; color: var(--muted); font-size: 13px; }.new-way .card-caption { color: #dbe5ff; }.tidy-list { width: min(336px, 94%); margin: 23px auto 15px; padding: 14px; color: var(--ink); background: #fffefa; box-shadow: 7px 8px 0 rgba(0,0,0,.18); }.tidy-heading { display: flex; align-items: center; gap: 8px; padding-bottom: 12px; border-bottom: 1px solid #ebebeb; }.tidy-heading div { display: grid; gap: 3px; }.tidy-heading strong { font-size: 10px; }.tidy-heading small { color: var(--muted); font-size: 8px; }.tidy-heading b { margin-left: auto; }.tidy-row { display: grid; grid-template-columns: 35px 1fr auto; gap: 8px; align-items: center; padding: 8px 0; border-bottom: 1px solid #ebebeb; font-size: 9px; font-weight: 600; }.tidy-row b { color: var(--blue); font-size: 7px; }.row-thumb { width: 32px; height: 27px; display: inline-block; }.thumb-chair { background: #f5d087; border-radius: 13px 13px 3px 3px; }.thumb-book { background: repeating-linear-gradient(90deg, #e8786a 0 7px, #f5e6ba 7px 11px); }.thumb-glass { background: radial-gradient(circle at 50% 30%, #88b8d2 0 25%, transparent 26%), linear-gradient(90deg, transparent 45%, #88b8d2 45% 55%, transparent 55%); }
.freedom { position: relative; min-height: 604px; display: grid; place-items: center; overflow: hidden; color: #fffdf8; background: var(--ink); }.freedom-copy { position: relative; z-index: 1; width: min(600px, calc(100% - 56px)); text-align: center; }.eyebrow-light { color: #fffdf8; justify-content: center; }.freedom h2 { margin-bottom: 25px; }.freedom-copy > p:last-child { margin: auto; max-width: 430px; color: #b9c5c9; line-height: 1.57; }.freedom-orbit { position: absolute; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); font: 700 italic 24px "Playfair Display", serif; }.orbit-one { width: 340px; height: 340px; top: -132px; left: 7%; color: var(--sun); transform: rotate(-18deg); }.orbit-two { width: 420px; height: 420px; right: -108px; bottom: -183px; color: var(--coral); transform: rotate(17deg); }.freedom-sticker { position: absolute; z-index: 1; right: 12.5%; top: 112px; padding: 15px 19px; color: var(--ink); background: var(--sun); font: 700 18px/1 "Playfair Display", serif; transform: rotate(9deg); box-shadow: 4px 4px 0 var(--coral); }.freedom-sticker span { color: var(--blue); font: 24px sans-serif; }.store-dots { position: absolute; bottom: 53px; display: flex; gap: 12px; }.store-dots i { width: 14px; height: 14px; border: 1px solid #e7ede9; border-radius: 50%; }.store-dots i:nth-child(2n) { background: var(--coral); border-color: var(--coral); }
.steps { width: min(1220px, calc(100% - 56px)); margin: 137px auto; }.steps-heading { display: flex; align-items: end; justify-content: space-between; margin: 30px 0 58px; }.steps-heading h2 { margin: 0; font: 700 clamp(38px, 4vw, 57px)/1 "Playfair Display", serif; letter-spacing: -2.7px; }.steps-heading > p { max-width: 250px; color: var(--muted); line-height: 1.5; }.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.step-card { min-height: 424px; padding: 19px; position: relative; }.step-one { background: var(--pale-blue); }.step-two { background: #fde4b6; }.step-three { background: var(--mint); }.step-number { font: 11px "DM Mono", monospace; }.step-art { height: 240px; margin: 15px 0 18px; position: relative; }.browser-art { width: 85%; margin-left: auto; margin-right: auto; padding: 8px; top: 10px; background: #fffefa; transform: rotate(-5deg); box-shadow: 7px 8px 0 rgba(23,42,54,.13); }.browser-bar { height: 13px; border-bottom: 1px solid #e5e5e5; }.browser-bar i { display: inline-block; width: 4px; height: 4px; margin-right: 2px; border-radius: 50%; background: var(--coral); }.browser-bar i:nth-child(2) { background: var(--sun); }.browser-bar i:nth-child(3) { background: #75bd8a; }.browser-product { height: 174px; padding: 27px 14px 0; display: grid; place-items: center; text-align: center; }.browser-product b { font-size: 10px; }.browser-product small { color: var(--muted); font-size: 8px; }.chair-shape { display: block; width: 76px; height: 65px; position: relative; border-radius: 27px 27px 7px 7px; background: var(--coral); }.chair-shape::after { content: ""; position: absolute; width: 54px; height: 28px; left: 11px; bottom: -11px; border-bottom: 4px solid var(--ink); border-left: 3px solid var(--ink); border-right: 3px solid var(--ink); }.plus-pill { position: absolute; right: -22px; bottom: 29px; padding: 8px 11px; color: white; background: var(--blue); font: 9px "DM Mono", monospace; transform: rotate(8deg); }.page-art { width: 184px; height: 219px; margin: 7px auto 0; padding: 27px 20px; text-align: center; color: var(--ink); background: #fffefa; transform: rotate(4deg); box-shadow: 7px 8px 0 rgba(23,42,54,.13); }.page-heart { color: var(--coral); font: 31px/1 Georgia, serif; }.page-art p { margin: 11px 0 8px; font: 7px "DM Mono", monospace; letter-spacing: .09em; }.page-art h4 { margin: 0; font: 700 25px/.92 "Playfair Display", serif; letter-spacing: -1px; }.page-lines { width: 90px; height: 22px; margin: 17px auto 0; border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; }.share-art { display: grid; place-items: center; }.share-circle { width: 134px; height: 134px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue); font: 65px/1 Arial, sans-serif; transform: rotate(-13deg); }.share-lines { position: absolute; bottom: 23px; left: 27px; width: 95px; }.share-lines i { display: block; height: 1px; margin: 8px 0; background: rgba(23,42,54,.65); }.share-lines i:nth-child(2) { width: 76%; }.share-lines i:nth-child(3) { width: 49%; }.share-art span { position: absolute; right: 20px; top: 43px; padding: 8px 11px; background: var(--coral); color: white; font: 10px "DM Mono", monospace; transform: rotate(9deg); }.step-card h3 { margin-bottom: 7px; font: 700 20px "Playfair Display", serif; letter-spacing: -.7px; }.step-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.events { width: min(1220px, calc(100% - 56px)); margin: 0 auto 137px; }.events-card { min-height: 524px; position: relative; overflow: hidden; padding: clamp(29px, 6vw, 81px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; color: var(--ink); background: var(--sun); }.events-copy h2 { max-width: 490px; margin-bottom: 22px; }.events-copy > p:last-child { max-width: 380px; color: #705c28; line-height: 1.55; }.event-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }.event-tab { padding: 8px 11px; border: 1px solid rgba(23,42,54,.34); border-radius: 100px; color: var(--ink); background: transparent; font-size: 11px; transition: background .2s; }.event-tab.active, .event-tab:hover { color: white; border-color: var(--ink); background: var(--ink); }.event-preview { width: min(305px, 100%); min-height: 352px; justify-self: end; display: grid; place-items: center; align-content: center; position: relative; color: #fffefa; background: var(--blue); text-align: center; transform: rotate(5deg); box-shadow: 11px 12px 0 rgba(23,42,54,.27); transition: transform .25s; }.event-preview::before, .event-preview::after { content: ""; width: 100px; height: 100px; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }.event-preview::before { top: -52px; left: -48px; }.event-preview::after { right: -46px; bottom: -40px; }.preview-illustration { height: 85px; font: 72px/1 Georgia, serif; }.event-preview p { margin: 13px 0 9px; font: 9px "DM Mono", monospace; letter-spacing: .12em; }.event-preview h3 { margin: 0; font: 700 42px/.92 "Playfair Display", serif; letter-spacing: -2px; }.event-preview small { margin-top: 15px; font: 10px "DM Mono", monospace; }.event-preview.changed { transform: rotate(-3deg) scale(1.025); }
.launch { min-height: 380px; padding: 80px max(28px, calc((100% - 1056px)/2)); display: flex; align-items: center; color: #fffefa; background: var(--coral); }.launch-copy { max-width: 650px; }.launch h2 { margin-bottom: 19px; font: 700 clamp(38px, 4.1vw, 59px)/1.02 "Playfair Display", Georgia, serif; letter-spacing: -2.6px; }.launch-copy > p:last-child { max-width: 475px; margin: 0; color: #ffe4de; line-height: 1.55; }.site-footer { min-height: 122px; width: min(1220px, calc(100% - 56px)); margin: auto; display: flex; align-items: center; justify-content: space-between; font-size: 12px; }.site-footer p, .site-footer > span { margin: 0; color: var(--muted); }.site-footer .brand { font-size: 23px; }
@media (max-width: 760px) { .site-header, .hero, .problem, .steps, .events, .site-footer { width: min(100% - 36px, 560px); }.site-header { height: 74px; }.header-link { font-size: 9px; }.hero { min-height: auto; margin-top: 25px; grid-template-columns: 1fr; gap: 43px; }.hero h1 { font-size: clamp(50px, 15vw, 67px); letter-spacing: -3px; }.hero-art { min-height: 478px; border-radius: 170px 170px 10px 10px; }.gift-list { top: 58px; }.scribble-top { right: 22px; top: 36px; font-size: 18px; }.problem { margin: 92px auto; }.problem-intro, .steps-heading, .comparison, .step-grid, .events-card { grid-template-columns: 1fr; }.problem-intro { gap: 20px; margin-bottom: 35px; }.comparison { gap: 14px; }.comparison article { min-height: auto; padding: 19px 14px; }.chat-window, .tidy-list { margin-bottom: 15px; }.freedom { min-height: 535px; }.freedom-sticker { right: 21px; top: 69px; font-size: 14px; }.orbit-one { left: -140px; }.orbit-two { right: -165px; }.steps { margin: 92px auto; }.steps-heading { gap: 21px; margin-bottom: 35px; }.step-grid { gap: 13px; }.step-card { min-height: 398px; }.events { margin-bottom: 92px; }.events-card { padding: 40px 25px 52px; gap: 36px; }.event-preview { justify-self: center; }.launch { min-height: 350px; padding: 58px 28px; }.site-footer { min-height: 150px; flex-wrap: wrap; gap: 3px 20px; align-content: center; }.site-footer .brand { width: 100%; } }
@media (max-width: 410px) { .hero-art { min-height: 432px; }.gift-list { width: 82%; transform: translateX(-50%) rotate(-3deg) scale(.88); transform-origin: top center; }.floating-note { bottom: 30px; left: 16px; }.loop-arrow { display: none; }.hero h1 { font-size: 49px; }.comparison article { overflow: hidden; }.chat-window, .tidy-list { transform: scale(.91); transform-origin: top center; margin-bottom: -9px; }.step-art { height: 215px; } }
