:root {
  --paper: #f0eee7;
  --paper-deep: #e2ded3;
  --ink: #17221c;
  --muted: #697169;
  --acid: #d9ff27;
  --teal: #2bc8b6;
  --violet: #ad66e8;
  --line: rgba(23, 34, 28, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 86px;
  max-width: 1440px;
  margin: auto;
  padding: 0 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 11px; font: 700 22px/1 Georgia, serif; letter-spacing: -.03em; }
.wordmark svg { width: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.site-header nav a { transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .58; }
.nav-download { border: 1px solid var(--ink); border-radius: 999px; padding: 11px 18px; }

.hero {
  max-width: 1440px;
  min-height: 690px;
  margin: auto;
  padding: 94px 7vw 78px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  overflow: hidden;
}
.eyebrow, .section-kicker { margin: 0 0 28px; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217,255,39,.2); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.055em; }
h1 { font-size: clamp(66px, 7.1vw, 108px); line-height: .89; }
h1 em, h2 em { color: #536057; font-weight: 400; }
.lede { max-width: 570px; margin: 36px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { padding: 16px 23px; background: var(--ink); color: white; box-shadow: 0 8px 22px rgba(23,34,28,.18); }
.button-primary:hover { box-shadow: 0 12px 28px rgba(23,34,28,.25); }
.button-primary svg { width: 19px; margin-right: 9px; fill: currentColor; }
.version { color: var(--muted); font-size: 12px; }

.hero-art { position: relative; height: 480px; }
.orbit { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; right: 1%; top: 7%; }
.orbit-two { width: 290px; height: 290px; right: 11%; top: 19%; border-style: dashed; }
.folder-stack { position: absolute; width: 300px; height: 312px; right: 9%; top: 72px; transform: rotate(3deg); }
.sheet, .folder { position: absolute; inset: 0; border: 1px solid rgba(23,34,28,.45); border-radius: 8px; }
.sheet-back { background: var(--violet); transform: translate(-30px, -18px) rotate(-8deg); }
.sheet-mid { background: var(--teal); transform: translate(26px, -9px) rotate(6deg); }
.folder { background: var(--acid); padding: 52px 32px 30px; box-shadow: 15px 18px 0 rgba(23,34,28,.12); }
.folder:before { content: ""; position: absolute; width: 105px; height: 22px; left: -1px; top: -22px; border: 1px solid rgba(23,34,28,.45); border-bottom: 0; border-radius: 7px 7px 0 0; background: var(--acid); }
.folder svg { width: 52px; fill: none; stroke: var(--ink); stroke-width: 1.5; }
.folder strong { display: block; position: absolute; bottom: 28px; font: 400 31px/1.02 Georgia, serif; letter-spacing: -.04em; }
.folder-tab { position: absolute; right: 24px; top: 21px; font-size: 10px; font-weight: 800; letter-spacing: .22em; }
.tag-card { position: absolute; z-index: 3; padding: 10px 14px; border: 1px solid var(--ink); border-radius: 99px; background: var(--paper); box-shadow: 3px 4px 0 var(--ink); font-size: 11px; font-weight: 700; transform: rotate(-5deg); }
.tag-card i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--teal); }
.tag-card-one { left: 3%; top: 110px; }
.tag-card-two { right: 0; bottom: 100px; transform: rotate(6deg); }
.tag-card-two i { background: var(--violet); }
.tag-card-three { left: 15%; bottom: 48px; transform: rotate(2deg); background: var(--ink); color: white; }

.product-stage { padding: 50px 5vw 100px; background: var(--ink); color: white; }
.stage-label { max-width: 1260px; margin: 0 auto 24px; display: flex; gap: 13px; color: #a8b0aa; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; }
.stage-label span { color: var(--acid); }
.screenshot-wrap { max-width: 1260px; margin: auto; padding: 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(255,255,255,.07); box-shadow: 0 45px 100px rgba(0,0,0,.35); }
.screenshot-wrap img { width: 100%; border-radius: 13px; }

.manifesto { max-width: 1440px; margin: auto; padding: 130px 7vw 145px; }
.section-kicker { color: var(--muted); }
.manifesto h2 { max-width: 1150px; font-size: clamp(44px, 5.2vw, 77px); line-height: 1.04; }
.feature-grid { margin-top: 100px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.feature-grid article { position: relative; min-height: 340px; padding: 38px 42px 10px 0; border-right: 1px solid var(--line); }
.feature-grid article + article { padding-left: 42px; }
.feature-grid article:last-child { border-right: 0; }
.feature-number { position: absolute; right: 24px; top: 28px; color: #8a918b; font: italic 14px Georgia, serif; }
.feature-grid svg { width: 52px; height: 52px; margin-bottom: 63px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.feature-grid h3 { margin: 0 0 16px; font: 400 29px Georgia, serif; letter-spacing: -.03em; }
.feature-grid p { max-width: 330px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.closing { min-height: 430px; padding: 86px 8vw; display: flex; align-items: center; justify-content: space-between; background: var(--acid); }
.closing .section-kicker { color: var(--ink); }
.closing h2 { font-size: clamp(58px, 6.2vw, 92px); line-height: .91; }
.closing h2 em { color: var(--ink); }
.closing-action { text-align: center; }
.button-light { min-width: 230px; padding: 17px 25px; background: var(--ink); color: white; }
.closing-action p { margin: 14px 0 0; font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

footer { min-height: 110px; padding: 0 5vw; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: var(--ink); color: #d6dbd7; font-size: 11px; letter-spacing: .06em; }
footer p { margin: 0; }
footer p:nth-child(2) { text-align: center; color: #89938c; }
footer p:last-child { text-align: right; color: #89938c; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise .75s both cubic-bezier(.2,.8,.2,1); }
  .hero-copy h1 { animation-delay: .08s; }
  .hero-copy .lede { animation-delay: .16s; }
  .hero-copy .hero-actions { animation-delay: .24s; }
  .folder-stack { animation: drift 6s ease-in-out infinite; }
  .tag-card { animation: tag-float 5s ease-in-out infinite; }
  .tag-card-two { animation-delay: -1.8s; }
  .tag-card-three { animation-delay: -3s; }
  @keyframes rise { from { opacity: 0; transform: translateY(22px); } }
  @keyframes drift { 50% { transform: rotate(1deg) translateY(-12px); } }
  @keyframes tag-float { 50% { translate: 0 -8px; } }
}

@media (max-width: 900px) {
  .site-header nav a:not(.nav-download) { display: none; }
  .hero { min-height: auto; padding-top: 70px; grid-template-columns: 1fr; }
  .hero-art { height: 440px; margin-top: 30px; }
  .folder-stack { right: 18%; }
  .orbit-one { right: 10%; }
  .orbit-two { right: 22%; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 70px; }
  .feature-grid article, .feature-grid article + article { min-height: 260px; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid svg { margin-bottom: 35px; }
  .closing { align-items: flex-start; flex-direction: column; gap: 60px; }
}

@media (max-width: 600px) {
  .site-header { height: 72px; padding-inline: 22px; }
  .nav-download { padding: 9px 14px; }
  .hero { padding: 58px 23px 42px; }
  h1 { font-size: 57px; }
  .lede { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 11px; }
  .hero-art { height: 365px; margin-top: 15px; transform: scale(.86); transform-origin: center; }
  .folder-stack { right: 4%; }
  .tag-card-one { left: -3%; }
  .product-stage { padding: 35px 14px 65px; }
  .screenshot-wrap { overflow: hidden; }
  .screenshot-wrap img { width: 185%; max-width: none; transform: translateX(-24%); }
  .manifesto { padding: 90px 24px; }
  .manifesto h2 { font-size: 42px; }
  .closing { padding: 70px 24px; }
  footer { padding: 30px 24px; grid-template-columns: 1fr 1fr; gap: 20px; }
  footer p:nth-child(2) { display: none; }
}
