@font-face {
  font-family: Bricolage;
  src: url('/fonts/bricolage-grotesque.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f8f5ee;
  --ink: #272b24;
  --muted: #565c51;
  --coral: #ce4936;
  --action: #b93929;
  --quiet: #eeefe6;
  --review-bg: #e1eddb;
  --review-ink: #325d32;
  --cache-surface: #3c4238;
  --white: #fff;
  --ease: cubic-bezier(.16, 1, .3, 1);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 28px; scrollbar-color: var(--muted) var(--paper); }
body { margin: 0; }
::selection { background: #f5b4a8; color: var(--ink); }
a { color: inherit; text-underline-offset: 5px; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex]:focus-visible {
  outline: 3px solid var(--action); outline-offset: 5px;
}
button { font: inherit; }
.ph-icon { display: inline-block; width: 22px; height: 22px; flex: none; vertical-align: middle; }
.text-link .ph-icon { margin-right: 7px; }
.button.compact .ph-icon { width: 18px; height: 18px; }
.button.compact { gap: 8px; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: Bricolage, sans-serif; text-wrap: balance; letter-spacing: -.035em; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; gap: 32px; }
.brand { font-family: Bricolage, sans-serif; font-weight: 750; font-size: 22px; text-decoration: none; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.brand img { transition: transform 220ms var(--ease); }
.site-header nav { display: flex; align-items: center; justify-content: flex-end; flex: 1; gap: 26px; }
.site-header nav a { font-size: 14px; text-decoration: none; padding-block: 14px; }
.site-header nav a, .text-link { transition: color 160ms, text-decoration-color 160ms; }
.button { display: inline-flex; gap: 12px; justify-content: center; align-items: center; min-height: 56px; padding: 16px 25px; color: white; background: var(--action); border-radius: 12px; text-decoration: none; font-weight: 650; font-size: 16px; transition: background-color 160ms, transform 220ms var(--ease), box-shadow 220ms var(--ease); }
.button svg { flex: none; transition: transform 220ms var(--ease); }
.button:active { transform: translateY(1px) scale(.98); }
.button.compact { min-height: 44px; font-size: 14px; padding: 12px 18px; }
.text-link { font-weight: 600; text-decoration-thickness: 1px; }
.skip-link { position: fixed; top: 12px; left: 16px; z-index: 10; transform: translateY(-180%); background: var(--ink); color: white; padding: 12px 18px; }
.skip-link:focus { transform: none; }
.hero { display: grid; grid-template-columns: 1.5fr 1fr; align-items: center; gap: 26px; padding-top: 64px; padding-bottom: 68px; }
h1 { font-size: clamp(60px, 6.65vw, 96px); line-height: 1; font-weight: 800; }
.hero-punch { color: var(--coral); position: relative; display: inline-block; padding-bottom: 9px; }
.hero-punch::after { content: ''; position: absolute; bottom: 0; left: 0; right: 1%; height: 6px; border-radius: 50%; background: currentColor; transform: rotate(-1.5deg); clip-path: inset(0); }
.hero-copy > p:first-of-type { font-size: 19px; line-height: 1.6; margin-top: 25px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.hero-actions .text-link { font-size: 14px; }
.download-meta { font-size: 13px; color: var(--muted); line-height: 1.6; margin-top: 14px; font-variant-numeric: tabular-nums; }
.release-note { font-size: 12px; line-height: 1.5; color: var(--muted); margin-top: 6px; }
.hero-object { min-width: 0; padding-top: 14px; text-align: center; }
.mascot-scene { position: relative; isolation: isolate; margin: 0 auto; width: 100%; max-width: 440px; }
.mascot-button { display: block; position: relative; width: 100%; padding: 26px 14px 4px; border: 0; background: transparent; border-radius: 16px; cursor: pointer; transform: rotate(-7deg); transition: transform 280ms var(--ease); }
.mascot-button img { width: 100%; }
.file-tag { display: inline-flex; align-items: center; gap: 7px; position: absolute; z-index: 1; padding: 10px 14px; color: var(--ink); background: var(--white); border-radius: 10px; font-size: 14px; font-weight: 650; box-shadow: 0 7px 22px rgb(39 43 36 / .09); pointer-events: none; transition: transform 220ms var(--ease); }
.file-tag .ph-icon { width: 18px; height: 18px; }
.tag-modules { top: 8%; left: 0; rotate: -12deg; }
.tag-worktree { top: 36%; right: -4%; background: var(--quiet); rotate: 9deg; }
.tag-cache { bottom: 7%; left: 2%; color: white; background: var(--action); rotate: 5deg; }
.mascot-scene.is-booped .mascot-button { transform: rotate(4deg) translateY(-8px); transition-duration: 160ms; }
.mascot-scene.is-booped .file-tag { transform: translateY(-12px); transition-duration: 160ms; }
.mascot-scene.is-acknowledged { background: var(--quiet); border-radius: 16px; }
html[data-input=keyboard] .button, html[data-input=keyboard] .tour-controls button, html[data-input=keyboard] .disclosure-icon { transition: none !important; }
html[data-input=keyboard] .button:active, html[data-input=keyboard] .tour-controls button:active { transform: none; }
.hero-object > p { font-family: Bricolage, sans-serif; font-size: 23px; font-weight: 650; line-height: 1.2; margin-top: 14px; letter-spacing: -.015em; }
.mascot-hint { display: block; font-size: 12px; color: var(--muted); margin-top: 9px; }
.app-window { overflow: hidden; border-radius: 3% / 4.2%; background: #131720; box-shadow: 0 24px 55px rgb(39 43 36 / .13); }
.app-window img { width: 100%; }
.agents { padding-block: 70px 40px; text-align: center; }
.agents > p:first-child { font-family: Bricolage, sans-serif; font-size: 26px; font-weight: 700; }
.agents ul { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px 28px; margin: 26px 0 20px; }
.agents li { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; }
.agents img { object-fit: contain; width: 28px; height: 28px; }
.agents .agent-icon { width: 28px; height: 28px; }
.small { font-size: 13px; line-height: 1.6; color: var(--muted); }
h2 { font-size: clamp(42px, 5vw, 64px); line-height: 1.04; font-weight: 760; }
.leftovers, .local { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding-block: 90px 110px; }
.leftovers h2 { color: var(--coral); }
.clutter-illustration { width: 250px; margin-top: 18px; }
.safety-illustration { float: right; width: 156px; margin: 6px 0 14px 20px; }
.leftovers p, .local p, .safety > div > p { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 65ch; margin-bottom: 18px; }
.leftovers .text-link, .local .text-link, .safety .text-link { display: inline-block; margin-top: 8px; font-size: 15px; }
.feature-section { color: var(--paper); background: var(--ink); padding: 88px 32px; margin-inline: 20px; border-radius: 16px; }
.feature-section .wrap { width: min(1160px, 100%); }
.feature-section :focus-visible { outline-color: var(--paper); }
.section-heading { margin-bottom: 34px; }
.section-heading h2 { font-size: clamp(48px, 5.6vw, 76px); }
.section-heading > p { font-size: 18px; line-height: 1.65; color: var(--paper); margin-top: 20px; }
.tour-controls { display: flex; gap: 4px; width: max-content; max-width: 100%; padding: 6px; background: rgb(248 245 238 / .08); border-radius: 14px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; margin-inline: auto; margin-bottom: 32px; }
.tour-controls::-webkit-scrollbar { display: none; }
.tour-controls button { display: inline-flex; flex: none; align-items: center; justify-content: center; gap: 9px; line-height: 1.3; border: 0; background: transparent; padding: 13px 18px; min-height: 48px; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; color: var(--paper); transition: color 160ms, background-color 160ms, transform 200ms var(--ease); }
.tour-controls button[aria-selected=true] { background: var(--paper); color: var(--ink); }
.tour-controls button:focus-visible { outline-offset: -3px; outline-color: var(--coral); }
.tour-controls button:active { transform: scale(.97); }
.tour-hint { display: none; }
.tour { display: grid; gap: 38px; }
.tour figure { margin: 0; min-width: 0; width: min(100%, 960px); justify-self: center; }
.tour .app-window { box-shadow: 0 28px 60px rgb(0 0 0 / .22); }
.tour figcaption { font-size: 12px; color: var(--paper); margin-top: 14px; }
.tour-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; row-gap: 16px; }
.tour-copy h3 { font-size: 32px; line-height: 1.1; margin-bottom: 16px; }
.tour-copy p { font-size: 16px; line-height: 1.65; }
.tour-copy ul { grid-column: 2; grid-row: 1 / 3; padding-left: 19px; font-size: 14px; line-height: 1.65; margin-top: 0; }
.tour-copy li { padding-left: 3px; margin-block: 10px; }
.tour-status { font-size: 14px; line-height: 1.6; }
.tour-status:empty { display: none; }
.safety { display: grid; grid-template-columns: 1fr 1fr; gap: 42px 70px; padding-block: 110px 80px; }
.safety h2 { margin-bottom: 24px; }
.safety-evidence { align-self: start; background: var(--quiet); border-radius: 16px; padding: 28px; }
.safety-evidence dl { margin: 0; }
.safety-evidence dl > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; font-size: 14px; line-height: 1.45; }
.safety-evidence dd { display: inline-flex; align-items: center; justify-content: center; gap: 6px; flex: none; margin: 0; font-size: 12px; font-weight: 650; min-width: 55px; text-align: center; background: #e5e7dd; border-radius: 6px; padding: 6px 9px; }
.safety-evidence dd .ph-icon { width: 18px; height: 18px; }
.safety-evidence dd.review { color: #325d32; background: #e1eddb; }
.safety-evidence > p { margin: 18px 0 0; font-size: 13px; }
.cleanup-note { grid-column: 1/-1; padding-top: 10px; }
.cleanup-note h3 { font-size: 25px; margin-bottom: 12px; }
.cleanup-note p { font-size: 15px !important; line-height: 1.7 !important; max-width: 90ch !important; margin: 0 !important; }
.local { padding-block: 40px 96px; }
.local > div > p:first-child { color: var(--ink); font-size: 23px; font-weight: 550; }
.faq { display: grid; grid-template-columns: 1fr 1.4fr; gap: 70px; padding-block: 36px 110px; }
.faq > div { display: grid; align-content: start; gap: 10px; }
.faq details { background: var(--white); border-radius: 12px; padding: 0 22px; transition: background-color 180ms; }
details summary { padding: 21px 36px 21px 0; cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.45; list-style: none; position: relative; }
details summary::-webkit-details-marker { display: none; }
details summary .disclosure-icon { position: absolute; right: 0; top: 50%; translate: 0 -50%; transition: transform 220ms var(--ease); }
details[open] > summary .disclosure-icon { transform: rotate(180deg); }
details p { font-size: 15px; line-height: 1.7; color: var(--muted); padding-bottom: 16px; }
code { font-size: .9em; background: var(--quiet); padding: 2px 4px; border-radius: 3px; }
.closing { background: var(--coral); padding: 68px 32px 76px; margin-inline: 20px; border-radius: 16px; text-align: center; color: var(--white); }
.closing .wrap { width: min(1160px, 100%); }
.closing img { margin: 0 auto 14px; width: 110px; transform: rotate(6deg); }
.closing h2 { font-size: clamp(52px, 6.4vw, 88px); }
.closing .wrap > p:first-of-type { font-size: 19px; line-height: 1.6; margin: 22px 0 26px; }
.closing .button { background: var(--ink); }
.closing :focus-visible { outline-color: var(--white); }
.closing .download-meta, .closing .release-note { color: var(--white); }
.site-footer { padding-block: 36px 24px; display: flex; flex-wrap: wrap; gap: 20px 28px; align-items: center; }
.site-footer > p { font-size: 13px; color: var(--muted); flex: 1; }
.site-footer > div { display: flex; gap: 18px; }
.site-footer > div a { font-size: 13px; }
.site-footer .legal { flex-basis: 100%; font-size: 11px; color: var(--muted); }
@media (hover: hover) and (pointer: fine) {
  .brand:hover img { transform: rotate(-10deg); }
  .site-header nav a:hover, .text-link:hover { color: var(--action); text-decoration: underline; }
  .button:hover { background: #982e22; transform: translateY(-2px); box-shadow: 0 8px 18px rgb(39 43 36 / .18); }
  .button:hover svg { transform: translateY(2px); }
  .mascot-button:hover { transform: rotate(-3deg) translateY(-4px); }
  .tour-controls button:hover:not([aria-selected=true]) { background: rgb(248 245 238 / .12); }
  .faq details:hover { background: var(--quiet); }
  .closing .button:hover { background: #131720; box-shadow: 0 8px 18px rgb(39 43 36 / .18); }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-punch::after { transform-origin: left; animation: mark-the-solution 650ms var(--ease) both; }
  .file-tag { animation: file-arrival 650ms var(--ease) backwards; }
  .tag-worktree { animation-delay: 60ms; }
  .tag-cache { animation-delay: 110ms; }
}
@keyframes mark-the-solution { from { transform: scaleX(.08); opacity: 0; } to { transform: scaleX(1); opacity: 1; } }
@keyframes file-arrival { from { transform: translateY(-16px) scale(.94); } to { transform: translateY(0) scale(1); } }
@media (max-width: 1000px) {
  .hero { gap: 10px; grid-template-columns: 1.65fr 1fr; padding-top: 46px; }
  h1 { font-size: clamp(56px, 7.2vw, 72px); }
  .file-tag { font-size: 12px; padding: 9px 11px; }
  .tag-worktree { right: -2%; }
  .hero-object > p { font-size: 20px; }
  .hero-copy > p:first-of-type { font-size: 17px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 16px; flex-wrap: wrap; }
  .leftovers, .local, .safety { gap: 42px; }
  .tour { grid-template-columns: 1fr; }
  .tour-copy { gap: 12px 32px; }
  .tour-copy ul { margin-top: 0; }
  .faq { gap: 32px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 78px; gap: 12px; }
  .brand { font-size: 18px; gap: 4px; }
  .brand img { width: 32px; }
  .site-header nav { display: none; }
  .site-header > .button .ph-icon { display: none; }
  .site-header > .button { margin-left: auto; padding: 11px 12px; font-size: 12px; }
  .hero { grid-template-columns: 1fr; padding-top: 35px; padding-bottom: 40px; gap: 22px; }
  h1 { font-size: clamp(46px, 11.8vw, 76px); }
  .hero-copy > p:first-of-type { font-size: 17px; margin-top: 20px; }
  .hero-actions { gap: 18px; margin-top: 24px; }
  .hero-actions .text-link { font-size: 13px; }
  .hero-actions .button { font-size: 15px; padding: 15px 20px; }
  .hero-object { padding-top: 0; display: grid; grid-template-columns: 148px 1fr; align-items: center; gap: 4px 24px; text-align: left; }
  .mascot-scene { grid-row: 1/3; max-width: 148px; }
  .mascot-button { padding: 6px; }
  .file-tag .ph-icon { display: none; }
  .file-tag { padding: 4px 7px; font-size: 8px; border-radius: 6px; }
  .tag-modules { top: 4%; left: -4%; }
  .tag-worktree { right: -7%; top: 38%; }
  .tag-cache { bottom: 2%; }
  .hero-object > p { align-self: end; font-size: 19px; margin: 0; }
  .mascot-hint { align-self: start; font-size: 11px; margin-top: 3px; }
  .agents { padding-block: 46px 12px; }
  .agents > p:first-child { font-size: 22px; }
  .agents ul { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; text-align: left; }
  .agents li { font-size: 13px; }
  .agents img, .agents .agent-icon { width: 25px; height: 25px; }
  .agents .small { text-align: left; }
  .leftovers, .local, .safety, .faq { grid-template-columns: 1fr; gap: 28px; padding-block: 60px; }
  .clutter-illustration { width: 180px; margin-top: 12px; }
  .safety-illustration { width: 112px; margin-left: 16px; }
  h2 { font-size: clamp(40px, 10.3vw, 56px); }
  .leftovers p, .local p, .safety > div > p { font-size: 17px; line-height: 1.7; }
  .feature-section { padding: 52px 16px; margin-inline: 8px; }
  .feature-section .wrap { width: 100%; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: 46px; }
  .section-heading > p { font-size: 16px; margin-top: 18px; }
  .tour-controls { width: 100%; margin-bottom: 0; padding: 5px; }
  .tour-hint { display: block; font-size: 12px; line-height: 1.5; color: var(--paper); margin-top: 12px; margin-bottom: 24px; }
  .tour-controls .ph-icon { width: 18px; height: 18px; }
  .tour-controls button { gap: 7px; font-size: 13px; padding: 12px 14px; }
  .tour { gap: 28px; }
  .tour-copy { display: block; }
  .tour-copy h3 { font-size: 29px; }
  .tour-copy ul { margin-top: 18px; }
  .safety h2 { margin-bottom: 20px; }
  .safety-evidence { padding: 18px; }
  .safety-evidence dl > div { font-size: 13px; gap: 16px; }
  .cleanup-note { padding-top: 6px; }
  .cleanup-note h3 { font-size: 23px; max-width: 22ch; }
  .local { padding-top: 0; }
  .local > div > p:first-child { font-size: 21px; }
  .faq { padding-top: 12px; }
  .faq summary { font-size: 15px; }
  .faq details { padding: 0 18px; }
  .closing { padding: 44px 16px 52px; margin-inline: 8px; }
  .closing .wrap { width: 100%; }
  .closing h2 { font-size: clamp(42px, 11.5vw, 56px); }
  .closing .wrap { width: min(1160px, 100%); }
.closing img { width: 90px; }
  .closing .wrap > p:first-of-type { font-size: 17px; }
  .closing .button { font-size: 14px; width: 100%; padding-inline: 12px; }
  .site-footer { gap: 18px; align-items: flex-start; }
  .site-footer > p { flex-basis: 100%; order: 2; }
  .site-footer > .brand { font-size: 19px; }
  .site-footer > div { margin-left: auto; gap: 12px; }
  .site-footer > div a { font-size: 12px; }
  .site-footer .legal { order: 3; line-height: 1.6; }
}
@media (max-width: 360px) {
  .brand { font-size: 16px; }
  .brand img { width: 28px; }
  .site-header > .button { padding-inline: 9px; font-size: 11px; }
  .hero-object { grid-template-columns: 128px 1fr; gap: 4px 14px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; transition: color 100ms, background-color 100ms !important; }
  .button:hover, .button:active, .brand:hover img, .mascot-button:hover, .button:hover svg, .tour-controls button:active { transform: none; }
  .mascot-button:hover { transform: rotate(-7deg); }
  .mascot-scene.is-booped { background: var(--quiet); border-radius: 16px; }
  .mascot-scene.is-booped .mascot-button { transform: rotate(-7deg); }
  .mascot-scene.is-booped .file-tag { transform: none; }
}
