:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #17344b; background: #fffaf5; font-synthesis: none; --accent: #b74560; --muted: #726670; --line: #ebd9d5; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
a:focus-visible { outline: 3px solid #5b52cf; outline-offset: 5px; }
.wrap { width: min(1240px, calc(100% - 80px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 12px; background: white; z-index: 10; }.skip-link:focus { top: 12px; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 700; letter-spacing: -.7px; white-space: nowrap; }.brand-dot { font-size: 10px; align-self: flex-start; margin-top: 5px; }
.site-header nav { display: flex; gap: 30px; align-items: center; font-size: 13px; font-weight: 550; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 18px 24px; border-radius: 7px; background: var(--accent); color: white; font-weight: 600; font-size: 14px; transition: background .15s; white-space: nowrap; }.button:hover { background: #4740b0; }.button span { font-size: 20px; line-height: 1; }.button.small { padding: 12px 17px; gap: 20px; font-size: 12px; }
.hero { display: grid; grid-template-columns: 1fr 1.08fr; gap: 56px; align-items: center; padding-block: 78px 82px; }
.eyebrow { font: 10px/1.5 ui-monospace, SFMono-Regular, Consolas, monospace; font-weight: 500; letter-spacing: 1.6px; }.hero-copy > .eyebrow { display: flex; align-items: center; gap: 9px; }
.status-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #568675; flex-shrink: 0; }
h1 { font-size: clamp(45px, 5.15vw, 73px); font-weight: 550; line-height: 1.06; letter-spacing: -3.9px; margin: 27px 0; }h1 span { color: var(--accent); }
.hero-description { max-width: 420px; font-size: 16px; line-height: 1.8; color: var(--muted); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 23px; margin-top: 30px; }.text-link { display: inline-flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 600; }.text-link:hover { color: var(--accent); }.signup-note { font-size: 11px; color: var(--muted); margin-top: 17px; }
.office-preview { border: 1px solid #d7d4e9; border-radius: 12px; background: white; box-shadow: 0 22px 70px -35px #51449166; transform: rotate(-1deg); overflow: hidden; }
.preview-top { padding: 14px 17px; background: #eeedf7; color: #6c6789; display: flex; justify-content: space-between; align-items: center; gap: 12px; font: 8px ui-monospace, monospace; letter-spacing: 1px; }.window-dots { color: #b9b4d3; font-size: 9px; letter-spacing: 3px; }.preview-label { font-size: 7px; border: 1px solid #d2cce6; padding: 3px 4px; }
.preview-body { padding: 22px; }.preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 16px; }.preview-heading .eyebrow { font-size: 8px; color: #787486; }.preview-heading h2 { font-size: 20px; letter-spacing: -.6px; margin-top: 5px; font-weight: 600; }.team-badge { font-size: 9px; background: #f0eef9; color: #625595; padding: 7px 9px; border-radius: 20px; white-space: nowrap; }
.office-floor { position: relative; aspect-ratio: 2.15; overflow: hidden; border-radius: 5px; background: #edecf3; }.floor-background { width: 100%; height: 100%; object-fit: cover; }.desk { position: absolute; width: 25%; top: 28%; text-align: center; }.desk img { width: 100%; }.desk span { display: inline-block; background: #fffffff0; color: #4f4c69; border-radius: 3px; padding: 3px 5px; font-size: 8px; white-space: nowrap; transform: translateY(-14px); }.manager { left: 36%; top: 16%; }.developer { left: 9%; top: 39%; }.designer { right: 8%; top: 39%; }
.preview-conversation { display: flex; gap: 10px; align-items: center; padding: 18px 0; border-bottom: 1px solid #efedf3; }.preview-conversation img { border-radius: 50%; background: #efecff; }.preview-conversation strong { font-size: 10px; }.preview-conversation strong span { color: #858091; font-weight: 400; font-size: 8px; }.preview-conversation p { font-size: 12px; margin-top: 6px; }.spark { color: var(--accent); font-size: 28px; margin-left: auto; }
.preview-tasks { margin-top: 16px; }.preview-tasks > span { font: 8px ui-monospace, monospace; color: #777086; letter-spacing: 1px; }.preview-tasks > div { display: flex; gap: 9px; align-items: center; margin-top: 12px; font-size: 10px; }.preview-tasks small { margin-left: auto; color: #777086; font-size: 8px; }.task-mark { width: 13px; height: 13px; border: 1px solid #cac5dc; border-radius: 3px; }.task-mark.done { color: #38745c; background: #e5f3e9; border-color: #e5f3e9; text-align: center; font-size: 10px; font-style: normal; }
figcaption { padding: 13px 22px; background: #f7f6fb; border-top: 1px solid #e9e5f0; display: flex; align-items: center; gap: 8px; font-size: 9px; color: #746b83; }
.possibilities { border-top: 1px solid var(--line); padding-block: 50px 60px; }.section-intro { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }.section-intro .eyebrow { color: var(--muted); }.section-intro h2 { font-size: 25px; letter-spacing: -.8px; font-weight: 500; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 36px; gap: 45px; }.feature-grid article + article { border-left: 1px solid var(--line); padding-left: 32px; }.feature-icon { color: var(--accent); font-size: 28px; display: block; margin-bottom: 13px; }.feature-grid h3 { font-size: 18px; font-weight: 600; letter-spacing: -.4px; }.feature-grid p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-top: 12px; }
.how-it-works { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 58px; background: #eeedf5; border-radius: 12px; scroll-margin-top: 24px; }.how-it-works .eyebrow { color: #706786; }.how-it-works h2 { font-size: 38px; font-weight: 500; line-height: 1.17; letter-spacing: -1.6px; margin: 20px 0 26px; }.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 24px; }.steps li { display: flex; align-items: baseline; gap: 24px; }.steps li > span { color: #8b7dae; font: 12px ui-monospace, monospace; }.steps h3 { font-size: 16px; font-weight: 600; }.steps p { color: var(--muted); font-size: 13px; line-height: 1.75; margin-top: 7px; }
.closing { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 72px; }.closing .eyebrow { color: var(--muted); }.closing h2 { font-size: 34px; font-weight: 500; letter-spacing: -1.2px; margin-top: 13px; }.site-footer { display: flex; align-items: center; gap: 24px; border-top: 1px solid var(--line); padding-block: 26px; }.site-footer .brand { font-size: 14px; letter-spacing: -.3px; }.site-footer p { font-size: 11px; color: var(--muted); }.site-footer > a:last-child { margin-left: auto; font-size: 11px; }
@media (max-width: 1050px) { .wrap { width: calc(100% - 48px); }.hero { gap: 30px; }h1 { letter-spacing: -2.8px; }.section-intro { flex-direction: column; gap: 14px; }.preview-heading h2 { font-size: 16px; }.team-badge { display: none; }.preview-conversation strong span { display: none; }.how-it-works { padding: 36px; gap: 36px; } }
@media (max-width: 760px) { .site-header { height: 80px; }.site-header nav { gap: 18px; }.feature-link { display: none; }.hero { grid-template-columns: 1fr; padding-block: 50px; gap: 42px; }.hero-description { max-width: 520px; }h1 { font-size: clamp(46px, 9vw, 65px); letter-spacing: -2.7px; }.office-preview { max-width: 560px; width: 100%; margin: auto; transform: none; }.preview-heading h2 { font-size: 20px; }.team-badge { display: inline-block; }.feature-grid { gap: 24px; }.feature-grid article + article { padding-left: 20px; }.how-it-works { grid-template-columns: 1fr; }.closing h2 { font-size: 27px; }.site-footer { flex-wrap: wrap; gap: 14px; }.site-footer p { display: none; } }
@media (max-width: 480px) { .wrap { width: calc(100% - 36px); }.site-header .brand { font-size: 17px; gap: 7px; }.brand-dot { display: none; }.site-header nav > .button { display: none; }.hero-actions { gap: 20px; }.hero-actions .button { padding: 17px 20px; }.hero-actions .text-link { font-size: 12px; gap: 9px; }.preview-body { padding: 15px; }.preview-heading h2 { font-size: 17px; }.team-badge { font-size: 8px; }.preview-conversation p { font-size: 11px; }.preview-top { padding-inline: 12px; }.feature-grid { grid-template-columns: 1fr; gap: 28px; }.feature-grid article + article { border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; }.feature-icon { margin-bottom: 9px; }.possibilities { padding-block: 35px; }.how-it-works { padding: 28px; }.how-it-works h2 { font-size: 31px; }.steps li { gap: 16px; }.closing { flex-direction: column; align-items: flex-start; padding-block: 48px; }.site-footer > a:last-child { margin-left: 0; } }

/* Kojomiki: warm paper, indigo ink, and sakura pink. */
body { background: radial-gradient(ellipse at 90% 15%, #ffe4e580, transparent 48%); }
a:focus-visible { outline-color: var(--accent); }
.brand { color: #17344b; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
h1, .closing h2, .how-it-works h2 { font-family: Georgia, 'Yu Mincho', serif; font-weight: 400; letter-spacing: -.055em; }
.button { background: #17344b; border-color: #17344b; }
.button:hover { background: #294f68; }
.status-dot { background: #ce607b; }
.kojomiki-hero { position: relative; display: grid; justify-items: center; padding: 26px 16px; border-block: 1px solid var(--line); background: radial-gradient(ellipse, #fffefd 25%, #fff6f000 72%); }
.kojomiki-hero > picture { width: min(100%, 450px); height: auto; }
.hero-seal { color: #985665; font: 9px ui-monospace, monospace; letter-spacing: 2px; text-align: center; }
.kojomiki-hero picture img { width: 100%; height: auto; }
.kojomiki-hero figcaption { display: grid; justify-items: center; gap: 12px; background: transparent; border: 0; padding: 0 0 16px; }
.kojomiki-hero figcaption strong { font: 400 clamp(36px, 4vw, 54px) Georgia, serif; letter-spacing: .04em; color: #17344b; }
.kojomiki-hero figcaption span { font-size: 9px; letter-spacing: 2.2px; color: #985665; }
.how-it-works { background: #f8e9e5; border: 1px solid var(--line); }
@media (max-width: 480px) { .site-header .brand img { width: 42px; height: 42px; }.hero { padding-top: 34px; }.kojomiki-hero > picture { max-width: 320px; } }
