/* home.css — content components for the home page and the feeds
   (updates, news). Not loaded on the converted .pg pages, which bring
   their own vocabulary in pages.css. */
*{box-sizing:border-box}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 1.6rem}
.label{font-family:'Geist Mono',monospace;font-size:.64rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--coral);margin:0 0 .5rem}
.label-mute{color:var(--mute)}
.card-pending{border:1px dashed var(--hair-chip);border-radius:14px;padding:1.4rem 1.5rem;
  opacity:.6;align-self:start;background:none;box-shadow:none}
.rise{animation:rise .7s ease both}
.rise-late{animation:rise .7s ease .15s both}
@keyframes rise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}

.hero{padding:5.5rem 0 4rem;text-align:center}
.hero h1{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:2.6rem;line-height:1.08;
  letter-spacing:-.015em;margin:0 auto;max-width:12em;text-wrap:balance}
.hero .sub{font-size:1.08rem;color:var(--ink-soft);max-width:32em;margin:1.1rem auto 0}
.hero-act{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.hero-act .terms{font-size:.85rem;color:var(--mute)}
.availability{font-family:'Geist Mono',monospace;font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;
  color:var(--faint);margin:1rem 0 0}
/* Three equal cards is the stock AI-page block. The two explainers stay
   quiet; the purchase card is the one with an action in it, so it looks
   different on purpose. */
.values{display:grid;grid-template-columns:1fr 1fr 1.12fr;gap:1.2rem}
.values > .card:last-child{border-color:rgba(240,67,30,.35);
  background:linear-gradient(180deg,rgba(252,230,224,.55),var(--glass) 60%)}
@media(max-width:760px){.values{grid-template-columns:1fr}}
.values h2{font-size:1.15rem;margin:0 0 .4rem;line-height:1.25}
.values p{font-size:.9rem;color:var(--ink-soft);margin:0}
.values .more{margin:.7rem 0 0}
.note{max-width:40em;margin:2.4rem auto 0;text-align:center;font-size:.95rem;
  line-height:1.6;color:var(--ink-soft)}
.note-sig{max-width:40em;margin:.5rem auto 0;text-align:center;font-family:'Geist Mono',monospace;
  font-size:.68rem;letter-spacing:.06em;color:var(--mute)}
.note-sig a{color:var(--mute)}
.note-sig a:hover{color:var(--coral)}
.what{padding:3.5rem 0 1rem;text-align:center}
.what h2{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:1.8rem;margin:0 0 .8rem;line-height:1.2}
.what p{font-size:.95rem;color:var(--ink-soft);max-width:38em;margin:0 auto}
.what .latest{font-size:.88rem;color:var(--mute);margin-top:1.1rem}
.what .latest strong{color:var(--ink)}
@media(max-width:640px){.hero{padding:3.2rem 0 2.6rem}.hero h1{font-size:2.4rem}}
.page{padding:2.6rem 0 1rem;max-width:52rem}
.page-h1{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:2.3rem;
  line-height:1.15;letter-spacing:-.01em;margin:0 0 .5rem}
.page-lede{font-size:1rem;color:var(--ink-soft);max-width:44em;margin:0 0 1.8rem}
.page h2{font-size:1.15rem;margin:2rem 0 .5rem}
.rel-count{font-size:.9rem;color:var(--mute);margin:0 0 1.2rem}
.rel-count strong{color:var(--ink)}
.rel-list{display:flex;flex-direction:column;gap:.6rem}
.rel{border:1px solid var(--hair-card);border-radius:14px;background:rgba(255,255,255,0.34);
  transition:background .35s ease,box-shadow .35s ease,border-color .35s ease}
.rel[data-open="true"]{background:var(--glass);-webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);box-shadow:0 12px 32px rgba(20,22,28,0.07)}
.rel:hover{border-color:var(--hair-chip)}
.rel-rows{list-style:none;margin:0;padding:0 0 .3rem}
.rel-rows li{display:grid;grid-template-columns:5.2rem 7.5rem 1fr;gap:.9rem;align-items:baseline;
  padding:.5rem 0;border-top:1px solid var(--hair-card)}
.rel-rows li:first-child{border-top:none}
.rel-ver{font-family:'Geist Mono',monospace;font-size:.78rem;font-weight:600;color:var(--coral)}
.rel-ver:hover{text-decoration:underline}
.rel-date{font-family:'Geist Mono',monospace;font-size:.68rem;color:var(--mute-2,#A6AAB2)}
.rel-sum{font-size:.88rem;color:var(--ink-soft);line-height:1.45}
.rel-rows .is-notice{opacity:.55}
.rel-rows .is-notice em{font-style:normal;font-family:'Geist Mono',monospace;font-size:.64rem;
  letter-spacing:.06em;text-transform:uppercase;color:var(--mute)}
@media(max-width:560px){.rel-rows li{grid-template-columns:4.4rem 1fr;row-gap:.15rem}.rel-date{grid-column:2}.rel-sum{grid-column:2}}
.post-list{list-style:none;padding:0;margin:1.4rem 0}
.post-list li{padding:1rem 0;border-bottom:1px solid var(--hair-card)}
.post-list .date{font-family:'Geist Mono',monospace;font-size:.66rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--mute)}
.post-list .title{font-size:1.05rem;font-weight:600;margin:.2rem 0}
.post-list .title a{color:var(--ink)}
.post-list .title a:hover{color:var(--coral);text-decoration:none}
.post-list .excerpt{font-size:.88rem;color:var(--ink-soft);margin:.2rem 0 0}

/* ---- post prose ----
   Ported from helix.css so release and news posts wear the shared chrome
   instead of the retired stylesheet. Scoped to .prose: these are bare element
   selectors and would otherwise reach the feeds and the home page. */
.prose{padding:.4rem 0 1rem}
.prose h1{font-family:'Instrument Serif',Georgia,serif;font-weight:400;font-size:2.5rem;
  line-height:1.2;letter-spacing:-.01em;margin:0 0 .6rem}
.prose h2{font-size:1.35rem;line-height:1.2;margin:2rem 0 .6rem;
  border-bottom:1px solid var(--rule);padding-bottom:.3rem}
.prose h3{font-size:1.05rem;line-height:1.2;margin:1.4rem 0 .4rem}
.prose blockquote{border-left:3px solid var(--coral);margin:1rem 0;padding:.2rem 0 .2rem 1rem;
  color:var(--ink-soft)}
.prose code{font-family:'Geist Mono',monospace;font-size:.86em;background:var(--coral-soft);
  padding:.1em .35em;border-radius:2px;word-break:break-all}
.prose pre{background:var(--ink);color:var(--paper);padding:1rem;border-radius:2px;overflow:auto}
.prose pre code{background:none;color:inherit;word-break:normal}
.prose table{border-collapse:collapse;width:100%;margin:1rem 0;font-size:.92rem;display:block;overflow-x:auto}
.prose th,.prose td{border:1px solid var(--rule);padding:.5rem .7rem;text-align:left;vertical-align:top}
.prose th{background:var(--paper-2);font-family:'Geist Mono',monospace;font-size:.7rem;
  letter-spacing:.08em;text-transform:uppercase}
.prose hr{border:none;border-top:1px solid var(--rule);margin:2rem 0}
.prose img{max-width:100%;height:auto}
.post-meta{font-family:'Geist Mono',monospace;font-size:.72rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--mute);margin:0 0 1rem}
.post-back{margin-top:2.5rem}

/* buy affordances on the home page */
.buy-line{margin:.7rem 0 0}
.buy-line a{font-family:'Geist Mono',monospace;font-size:.66rem;letter-spacing:.12em;
  text-transform:uppercase;font-weight:600}

/* Two top-level choices, side by side. The licence covers every platform, so
   the purchase belongs here — above the per-platform download list, not inside
   it, where it would read as buying one platform's build. */
.hero-act{gap:.7rem}
.btn.btn-ghost-hero{background:transparent;color:var(--ink);box-shadow:none;
  border:1px solid var(--hair-chip);padding:.7rem 1.4rem;font-size:1rem;
  border-radius:99px;display:inline-flex;align-items:center;gap:.5rem;font-weight:600}
.btn.btn-ghost-hero:hover{border-color:var(--ink);text-decoration:none;filter:none}
.btn.btn-ghost-hero .arrow{transition:transform .26s cubic-bezier(.2,.7,.2,1)}
.btn.btn-ghost-hero:hover .arrow{transform:translateX(3px)}
.hero-act .terms{flex-basis:100%;text-align:center;margin-top:.2rem}
@media (max-width:520px){
  .hero-act .btn,.hero-act .btn-ghost-hero{width:100%;justify-content:center}
}

/* The 1,000-attack result was the most credible thing on the site and it sat
   inside a collapsed disclosure. It is the page's only hard evidence, so it
   gets its own band. */
.proof-strip{margin:2.4rem auto 0}
.proof-in{display:grid;grid-template-columns:auto 1fr auto;gap:0 1.4rem;align-items:center;
  background:var(--glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);
  border:1px solid var(--hair-card);border-radius:14px;padding:1.3rem 1.5rem;
  color:inherit;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.proof-in:hover{text-decoration:none;transform:translateY(-1px);border-color:var(--hair-chip);
  box-shadow:0 12px 32px rgba(20,22,28,.09)}
.proof-n{font-family:'Instrument Serif',Georgia,serif;font-size:2.9rem;line-height:1;
  color:var(--coral);font-variant-numeric:tabular-nums}
.proof-t{font-size:.92rem;color:var(--ink-soft);line-height:1.55;max-width:64ch}
.proof-t strong{color:var(--ink);display:block;margin-bottom:.2rem}
.proof-go{font-family:'Geist Mono',monospace;font-size:.64rem;letter-spacing:.13em;
  text-transform:uppercase;color:var(--coral);font-weight:600;white-space:nowrap}
.cadence{font-size:.84rem;color:var(--mute)}
@media(max-width:760px){
  .proof-in{grid-template-columns:1fr;gap:.6rem}
  .proof-go{margin-top:.2rem}
}

/* The note and its signature are one utterance; the signature was floating
   free between two unrelated blocks. */
.note-sig{margin-top:.45rem;opacity:.85}
.proof-strip{margin:2.2rem auto 0}
.proof-strip + .wrap .note{margin-top:2.4rem}

/* the platform word on /updates/ rides along the version-family label;
   mute it a touch so "1.7.x" still reads as the primary token */
.rel-os{color:var(--mute);letter-spacing:.06em}
.dl[data-open="true"] .rel-os{color:var(--faint)}
