/* vibe-site-css v54 */
:root {
  --card: var(--surface);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { margin: 0; min-height: 100%; overflow-x: hidden; max-width: 100%; }
body {
  background:
    radial-gradient(1100px 520px at 8% -8%, rgba(153, 69, 255, 0.16), transparent 58%),
    radial-gradient(900px 480px at 108% 4%, rgba(34, 211, 238, 0.1), transparent 52%),
    radial-gradient(700px 380px at 50% 120%, rgba(20, 241, 149, 0.06), transparent 60%),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
img, svg, video, canvas { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

.display {
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: -0.045em;
  line-height: 1.05;
  font-weight: 700;
}
.eyebrow {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mint);
}
.muted { color: var(--muted); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 0.92rem;
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, filter 0.18s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  border: 0;
  background: linear-gradient(90deg, var(--purple) 12%, var(--cyan, #22d3ee) 88%);
  background-clip: padding-box;
  color: #050505;
}
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost {
  background: var(--surface-2);
  border-color: var(--line);
  color: var(--text);
}
.btn-ghost:hover { border-color: rgba(153, 69, 255, 0.55); }
.hero-actions .btn,
.pack .btn {
  padding: 14px 22px;
  font-size: 0.95rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 8px;
  border-radius: 999px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
  color: #d4d4d8;
  max-width: 100%;
  white-space: nowrap;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px var(--mint);
}

.hero {
  position: relative;
  padding: 64px 0 80px;
}
.hero .wrap {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.4rem, 4.8vw, 3.7rem);
  margin: 18px 0 16px;
}
.hero p.lead {
  font-size: 1.16rem;
  color: var(--muted);
  max-width: 34rem;
  margin: 0;
  line-height: 1.5;
}
.hero-who {
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1rem;
  max-width: 34rem;
  line-height: 1.45;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.dl-strip {
  padding: 0 0 56px;
}
.dl-strip .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 20px;
}
.dl-strip-copy {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  min-width: 0;
}
.dl-strip-copy p {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.dl-strip-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dl-strip .btn {
  padding: 12px 18px;
}
/* GTK 4 / libadwaita CSD — dark Yaru window, buttons on the right */
.frame {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 18px rgba(0, 0, 0, 0.28),
    0 32px 70px rgba(0, 0, 0, 0.5);
}
.frame-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 46px;
  padding: 0 10px 0 12px;
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
}
.frame-app {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  z-index: 1;
}
.frame .frame-app img {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  flex-shrink: 0;
  object-fit: contain;
  transform: none;
}
.frame-app span {
  font-size: 12px;
  font-weight: 600;
  color: #e8e8ea;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.frame-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: #c8c8cc;
  pointer-events: none;
  white-space: nowrap;
}
.frame-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
  margin-left: auto;
  flex-shrink: 0;
}
.wc {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  position: relative;
  background: var(--surface-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.wc-min::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 11px;
  height: 2px;
  background: #c8c8cc;
  border-radius: 1px;
}
.wc-max::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1.5px solid #c8c8cc;
  border-radius: 2px;
}
.wc-close {
  background: #e95420;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.wc-close::before,
.wc-close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 6px;
  width: 2px;
  height: 12px;
  background: #fff;
  border-radius: 1px;
}
.wc-close::before { transform: rotate(45deg); }
.wc-close::after { transform: rotate(-45deg); }
.frame > img { width: 100%; height: auto; display: block; object-fit: contain; }
.frame.frame-csd .frame-bar { display: none; }
.hero-visual {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.hero-new {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}
.hero-new a {
  color: var(--text);
}
.hero-new span {
  color: var(--mint);
  margin-right: 0.45em;
}
.frame.hero-shot {
  overflow: hidden;
  width: 100%;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 16px 28px rgba(0, 0, 0, 0.32),
    0 40px 90px rgba(0, 0, 0, 0.55);
}
.frame.hero-shot > img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.7s ease;
}
.hero-slides {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1867 / 982;
  background: #0b0b10;
  transition: transform 0.7s ease;
}
.frame.hero-shot:hover .hero-slides,
.frame.hero-shot:hover > img { transform: scale(1.045); }
.hero-slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.65s ease;
}
.hero-slides img.on { opacity: 1; z-index: 1; }
.hero-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.hero-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
}
.hero-dots button[aria-current="true"] {
  background: var(--mint);
  box-shadow: 0 0 10px var(--mint);
}
.hero-shot-cap {
  margin: 0;
  text-align: center;
  font-size: 0.92rem;
}
@media (prefers-reduced-motion: reduce) {
  .hero-slides img { transition: none; }
  .frame.hero-shot:hover .hero-slides { transform: none; }
}
button.hero-zoom {
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  cursor: zoom-in;
  text-align: left;
  color: inherit;
  font: inherit;
}
.hero-lite {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(5, 5, 10, 0.82);
  cursor: zoom-out;
}
.hero-lite[hidden] { display: none; }
html.hero-lite-on { overflow: hidden; }
.hero-lite img {
  width: auto;
  height: auto;
  max-width: min(1480px, calc(100vw - 48px));
  max-height: calc(100dvh - 48px);
  object-fit: contain;
  border-radius: 16px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 28px 80px rgba(0, 0, 0, 0.65);
  cursor: default;
}
.hero-lite-x {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.hero-lite-x:hover { background: rgba(255, 255, 255, 0.16); }

.section-head {
  max-width: 40rem;
  margin-bottom: 28px;
}
.section-head h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  margin: 0 0 10px;
}
.section-head .muted { margin: 0; font-size: 1.05rem; }

.intro {
  padding: 12px 0 72px;
}
.intro-copy {
  max-width: 42rem;
}
.intro-copy h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  margin: 0 0 18px;
}
.intro-copy p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}
.intro-copy .hero-actions { margin-top: 22px; }
.intro-beats {
  display: grid;
  gap: 12px;
}
.intro-beats article {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}
.intro-beats h3 {
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.intro-beats p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.door-kicker {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 6px;
}

.chapter {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.chapter .wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 64px;
  align-items: center;
}
.chapter.reverse .copy { order: 2; }
.chapter.reverse .visual { order: 1; }
.chapter h2 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  margin: 0 0 16px;
}
.chapter .body {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
  margin: 0;
}
.chapter .body a,
.chapter .list a {
  color: var(--mint);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  color: var(--muted);
}
.list li span { min-width: 0; }
.list li img {
  width: 32px;
  height: 32px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.why-grid li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
}
.why-grid li span { min-width: 0; }
.why-grid li img {
  width: 32px;
  height: 32px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
}
@media (max-width: 720px) {
  .why-grid { grid-template-columns: 1fr; }
}
.chain-list {
  display: grid;
  gap: 0;
}
.chain-list li {
  padding: 6px 0;
}

.shot > img {
  width: 100%;
  transition: transform 0.7s ease;
}
.shot:hover > img { transform: scale(1.045); }
.visual .frame {
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 18px rgba(0, 0, 0, 0.28),
    0 28px 64px rgba(0, 0, 0, 0.45);
}
.swap-ad {
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 14px 14px 17px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.swap-ad .hero-banner {
  width: 100%;
  height: 130px;
  border-radius: 19px;
  overflow: hidden;
  border: 1px solid rgba(153, 69, 255, 0.28);
  background: #050506;
}
.swap-ad .hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
  transition: transform 0.7s ease;
}
.swap-ad:hover .hero-banner img { transform: scale(1.045); }
.swap-ad-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 17px 4px 2px;
}
.swap-ad-mark {
  width: 67px;
  height: 67px;
  flex-shrink: 0;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(153, 69, 255, 0.7));
}
.swap-ad-copy { flex: 1; min-width: 0; }
.swap-ad-copy strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.86rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
}
.swap-ad-copy span {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
  color: var(--muted);
}
.swap-ad-jup {
  display: flex;
  align-items: center;
  gap: 7px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px 7px 10px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}
.swap-ad-jup img {
  width: 22px;
  height: 22px;
  border-radius: 999px;
}

.visual .frame { width: 100%; }
.visual .frame > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top left;
  transition: transform 0.7s ease;
}
.visual .frame:hover > img { transform: scale(1.045); }
.visual .frame.frame-art > img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0a0a0c;
}
.chapter .visual:not(.linux-notes) {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.frame-dialog {
  width: min(100%, 400px);
  flex: 0 1 400px;
}
.gnome-desk {
  width: min(100%, 560px);
  flex: 0 1 560px;
}
.frame-dialog > img,
.visual .frame-dialog:hover > img,
.shot.frame-dialog:hover > img {
  transform: none;
}

.chapter.desk-tools {
  padding: 36px 0;
}
.desk-feats-wrap .copy {
  max-width: 40rem;
}
.desk-feats-wrap h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.chapter.solo .wrap {
  grid-template-columns: minmax(0, 42rem);
}
.chapter.desk-tools .wrap {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}
.desk-feats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.desk-feats li,
.desk-feats a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 112px;
  padding: 16px 10px;
  border-radius: 16px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: inherit;
  text-decoration: none;
  line-height: 1.15;
  text-align: center;
  box-sizing: border-box;
}
.desk-feats li:has(a) {
  padding: 0;
  background: none;
  border: none;
  min-height: 0;
}
.desk-feats a {
  width: 100%;
  min-height: 112px;
}
.desk-feats img {
  width: 40px;
  height: 40px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
}
.desk-feats a:hover,
.desk-feats li:hover {
  border-color: rgba(168, 85, 247, 0.45);
  background: rgba(168, 85, 247, 0.1);
}
.desk-feats li:has(a):hover {
  background: none;
  border-color: transparent;
}
.desk-feats li {
  cursor: pointer;
}
.desk-feat-line {
  margin: 18px 0 0;
  min-height: 1.7em;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.35;
  text-align: center;
  color: var(--muted, #8b9bb4);
}
.desk-feat-line strong {
  font-weight: 700;
}
.desk-feat-line.on {
  color: #f4f4f5;
}

.mascot-wrap {
  position: relative;
  justify-content: center;
  align-items: center;
}
.mascot-wrap::before {
  content: "";
  position: absolute;
  inset: 8% 14%;
  background: radial-gradient(circle, rgba(153, 69, 255, 0.34), rgba(34, 211, 238, 0.08) 42%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.mascot {
  position: relative;
  z-index: 1;
  width: min(100%, 480px);
  height: auto;
  filter: drop-shadow(0 18px 40px rgba(153, 69, 255, 0.38));
}
.chapter .visual.mascot-wrap:hover .mascot { transform: none; }
.vee-guard-wrap::before { display: none; }
.mascot.vee-guard {
  width: min(100%, 560px);
  filter: none;
}

.linux-notes {
  display: grid;
  gap: 12px;
}
.linux-notes article {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px 20px;
}
.linux-notes h3 {
  font-size: 1.2rem;
  margin: 0 0 6px;
}
.linux-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.tools-ch {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.tools-ch h2 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  margin: 0 0 14px;
}
.tools-ch .body {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
  max-width: 42rem;
  margin: 0 0 8px;
}
.tool-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 18px;
}
.tool-tabs button {
  border-radius: 999px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  background: var(--surface-2);
  color: var(--text);
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, filter 0.18s ease;
}
.tool-tabs button:hover { border-color: rgba(153, 69, 255, 0.55); }
.tool-tabs button[aria-selected="true"] {
  border: 0;
  background: linear-gradient(90deg, var(--purple) 12%, var(--cyan, #22d3ee) 88%);
  color: #050505;
}
.tool-band { margin-top: 0; }
.tool-band[hidden] { display: none; }
.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tool-grid li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 108px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: var(--surface-2);
  border: 1px solid var(--line);
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}
.tool-grid img {
  width: 40px;
  height: 40px;
  max-width: none;
  object-fit: contain;
}
.tool-grid strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  margin: 0 0 4px;
}
.tool-grid span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.4;
}
.tool-grid li:hover {
  border-color: rgba(168, 85, 247, 0.45);
  background: rgba(168, 85, 247, 0.08);
  transform: translateY(-1px);
}
@media (max-width: 960px) {
  .tool-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .tool-grid { grid-template-columns: 1fr; }
}

.compare-ch {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.compare-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 32px 48px;
  align-items: center;
  margin: 0 0 40px;
}
.compare-ch .section-head {
  max-width: none;
  margin: 0;
}
.compare-vee {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}
.compare-vee .mascot {
  width: min(100%, 520px);
  height: auto;
}
.compare-ch .section-head h2 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  margin: 0 0 16px;
}
.compare-ch .section-head .body {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
  margin: 0;
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.compare-grid article {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 22px 20px;
  min-height: 140px;
}
.compare-grid article.on {
  border-color: color-mix(in srgb, var(--mint, #14f195) 45%, transparent);
  box-shadow: 0 0 24px color-mix(in srgb, var(--purple, #9945ff) 18%, transparent);
}
.compare-grid h3 {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
  margin: 0 0 6px;
}
.compare-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.4;
}
.looks {
  padding: 96px 0;
  border-top: 1px solid var(--line);
}
.looks-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
  margin: 0 0 28px;
}
.looks h2 {
  font-size: clamp(2.1rem, 4vw, 3.1rem);
  margin: 0 0 12px;
}
.looks .muted {
  max-width: 38rem;
  margin: 0;
  line-height: 1.55;
}
.looks-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.looks-row a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.looks-row img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.looks-row a:hover img { transform: scale(1.04); }
.looks-cta {
  margin: 16px 0 0;
}
.looks-cta a {
  color: var(--mint);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dl-kicker {
  margin: 0 auto 8px !important;
}

.download {
  position: relative;
  padding: 96px 0;
  border-top: 1px solid var(--line);
  overflow: hidden;
}
.download .wrap { position: relative; text-align: center; }
.download h2 {
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  margin: 14px 0 12px;
}
.download .muted {
  max-width: 36rem;
  margin: 0 auto;
}
.dl-doors {
  margin: 28px auto 0;
  max-width: 36rem;
}
.dl-doors p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}
.dl-doors p:last-child { margin-bottom: 0; }
.dl-doors a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dl-doors a:hover { color: var(--mint); }
.packs {
  display: grid;
  grid-template-columns: minmax(0, 400px);
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  text-align: left;
  max-width: 400px;
  margin-inline: auto;
}
.dl-sums {
  margin: 22px auto 0;
  text-align: center;
}
.dl-sums a { color: var(--mint); text-decoration: underline; }
.dl-ritual {
  max-width: 36rem;
  margin: 14px auto 0;
}
.dl-hash {
  background: var(--bg);
  color: var(--mint);
  padding: 12px 14px;
  border-radius: 12px;
  overflow-x: auto;
  max-width: 400px;
  margin: 16px auto 0;
  font-size: 0.82rem;
  text-align: left;
  white-space: pre-wrap;
  word-break: break-all;
}
.pack {
  background: var(--surface-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px 28px;
  text-align: center;
  transition: border-color 0.18s ease, transform 0.18s ease;
}
.pack:hover {
  transform: translateY(-2px);
  border-color: rgba(153, 69, 255, 0.55);
}
.pack-logo {
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
  object-fit: contain;
  filter: drop-shadow(0 0 22px rgba(153, 69, 255, 0.7));
}
.pack h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
}
.pack p { color: var(--muted); margin: 0 0 16px; }
.pack pre {
  background: var(--bg);
  color: var(--mint);
  padding: 12px 14px;
  border-radius: 12px;
  overflow-x: auto;
  max-width: 100%;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 0.82rem;
  text-align: left;
  margin: 0 0 18px;
}
.pack .btn { width: 100%; }

footer {
  border-top: 1px solid var(--line);
  padding: 40px 0 28px;
  color: #71717a;
  font-size: 0.9rem;
}
.foot {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}
.foot-brand {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.foot-brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(153, 69, 255, 0.6));
}
.foot-brand strong {
  display: block;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
}
.foot-brand p { margin: 4px 0 0; }
.foot-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.foot-col span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.foot-col a:hover { color: var(--mint); }
.foot-copy {
  text-align: center;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.foot-copy a:hover { color: var(--mint); }

.legal-page { padding-bottom: 24px; }
.legal-jump { margin-top: 12px !important; }
.legal-block {
  margin-top: 8px;
  padding: 18px 0 8px;
  border-top: 1px solid var(--line);
}
.legal-block h2 {
  margin: 0 0 8px;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}
.legal-block p {
  margin: 0 0 10px;
  color: var(--muted);
  max-width: 46rem;
}
.legal-block a { text-decoration: underline; text-underline-offset: 2px; }
.legal-block a:hover { color: var(--mint); }

@media (max-width: 1240px) {
  .has-side .hero .wrap,
  .has-side .chapter .wrap,
  .has-side .compare-lead,
  .has-side .compare-grid,
  .has-side .packs,
  .has-side .foot {
    grid-template-columns: 1fr;
  }
  .has-side .chapter.reverse .copy,
  .has-side .chapter.reverse .visual { order: unset; }
}
@media (max-width: 960px) {
  .hero .wrap,
  .chapter .wrap,
  .compare-lead,
  .compare-grid,
  .packs,
  .foot {
    grid-template-columns: 1fr;
  }
  .chapter.reverse .copy,
  .chapter.reverse .visual { order: unset; }
  .hero { padding: 28px 0 40px; }
  .hero h1 { font-size: 2.1rem; }
  .wrap { width: min(var(--max), calc(100% - 32px)); }
  .hero-shot:hover > img,
  .hero-shot:hover .hero-slides,
  .shot:hover > img,
  .frame:hover > img { transform: none; }
  .frame-title { display: none; }
  .frame-bar { min-height: 40px; padding: 0 8px 0 10px; }
  .wc { width: 22px; height: 22px; }
}

@media (max-width: 767px) {
  .hero-actions .btn { width: 100%; }
  .wrap { width: min(var(--max), calc(100% - 32px)); }
  .hero { padding: 20px 0 32px; }
  .hero h1 { font-size: 1.7rem; }
  .hero p.lead { font-size: 1rem; margin-bottom: 8px; max-width: 40ch; }
  .hero-who { font-size: 0.95rem; margin-bottom: 18px; max-width: 40ch; }
  .chapter .wrap, .packs { gap: 20px; }
  .chapter.desk-tools { padding: 28px 0; }
  .desk-feats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .desk-feats li,
  .desk-feats a { min-height: 96px; padding: 14px 8px; }
  .desk-feat-line { font-size: 0.95rem; text-align: left; }
  .dl-strip { padding: 0 0 32px; }
  .dl-strip .wrap { padding: 14px 16px; }
  .dl-strip-actions { width: 100%; }
  .dl-strip .btn { flex: 1 1 100%; }
  .looks-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .looks { padding: 48px 0; }
  .looks-head { margin-bottom: 20px; }
  .compare-vee { max-width: 280px; margin-inline: auto; }
  .gnome-desk { width: 100%; }
  .download h2 { font-size: 1.8rem; }
  .packs { grid-template-columns: 1fr; }
  .foot {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .foot-brand {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line, rgba(255, 255, 255, 0.06));
  }
  .foot-col {
    gap: 6px;
  }
  .foot-col span {
    padding: 0 4px 2px;
    color: var(--purple, #a855f7);
  }
  .foot-col a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0 14px;
    border-radius: 14px;
    background: var(--surface, #111113);
    border: 1px solid var(--line, rgba(255, 255, 255, 0.06));
    color: var(--text, #f4f4f5);
    font-size: 15px;
    font-weight: 700;
  }
  .foot-col a:hover { color: var(--mint, #14f195); border-color: color-mix(in srgb, var(--mint, #14f195) 40%, transparent); }
  footer { display: none !important; }
  .chapter { padding: 48px 0; }
  .list li { align-items: flex-start; }
}
@media (max-width: 640px) {
  .hero-actions .btn { width: 100%; }
  .wrap { width: min(var(--max), calc(100% - 32px)); }
  .hero { padding: 20px 0 32px; }
  .hero h1 { font-size: 1.65rem; }
  .hero p.lead { font-size: 1rem; margin-bottom: 8px; }
  .hero-who { font-size: 0.95rem; margin-bottom: 18px; }
  .chapter .wrap, .packs { gap: 20px; }
  .foot { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}
