/* Ocote — Landing styles
   Type: Instrument Serif (display) · JetBrains Mono (UI/terminal) · Hanken Grotesk (body)
   Color: charcoal ground, ember accent, cream/bone light bands. */

:root {
  /* ground */
  --ink:        #120E09;
  --char:       #181410;
  --char-soft:  #211A12;
  --char-card:  #1E1810;
  --char-line:  #2E2419;
  /* ember accent */
  --ember:      #E8843A;
  --ember-hi:   #F4B265;
  --ember-deep: #B85A20;
  --ember-600:  #C25C1F;
  --ember-glow: rgba(232,132,58,.16);
  /* warm neutrals */
  --cream:      #F2E9D6;
  --bone:       #FAF6EC;
  --cream-deep: #E5D6B6;
  --paper:      #F5EFE2;
  /* text */
  --fg-dark:    #E7DCC6;   /* on charcoal */
  --fg-dim:     #9C907B;   /* muted on charcoal */
  --fg-faint:   #6B6253;
  --fg-light:   #241D14;   /* on cream */
  --fg-light-dim:#6E6353;
  /* terminal palette */
  --teal:   #6DD8C8;
  --green:  #7DC97A;
  --blue:   #82A6E0;
  --yellow: #E8C03A;
  --red:    #E8635A;
  --purple: #B79AE0;

  --maxw: 1200px;
  --radius: 16px;
  --radius-lg: 24px;
  --ease: cubic-bezier(.22,.61,.36,1);

  --serif: 'Instrument Serif', Georgia, serif;
  --mono:  'JetBrains Mono', ui-monospace, monospace;
  --sans:  'Hanken Grotesk', system-ui, sans-serif;

  --accent: var(--ember);
  --accent-hi: var(--ember-hi);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--char); color: var(--fg-dark);
  font-family: var(--sans); font-size: 17px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
::selection { background: rgba(232,132,58,.28); color: #fff; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.eyebrow {
  font-family: var(--mono); font-size: 13px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  display: inline-flex; align-items: center; gap: 9px; white-space: nowrap;
}
.eyebrow .car { color: var(--accent); }

/* fret / greca hairline */
.greca-rule {
  height: 8px; width: 100%;
  background:
    repeating-linear-gradient(90deg,
      var(--char-line) 0 14px, transparent 14px 28px);
  -webkit-mask: repeating-linear-gradient(90deg,#000 0 14px,transparent 14px 28px);
  opacity: .5;
}

/* ---- buttons ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--mono); font-size: 15px; font-weight: 600;
  padding: 13px 22px; border-radius: 12px; cursor: pointer;
  border: 1.5px solid transparent; transition: transform .15s var(--ease), background .2s, border-color .2s, color .2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #1a1109; border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-hi); border-color: var(--accent-hi); }
.btn-ghost { background: transparent; color: var(--fg-dark); border-color: var(--char-line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn-lg { padding: 16px 28px; font-size: 16px; }
.btn svg { width: 18px; height: 18px; }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px; transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(18,14,9,.82); backdrop-filter: blur(14px) saturate(1.4);
  border-bottom-color: var(--char-line);
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand .mk { width: 30px; height: 30px; }
.brand .wm { font-family: var(--serif); font-size: 28px; line-height: 1; color: var(--cream); letter-spacing: -.01em; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  font-family: var(--mono); font-size: 14px; font-weight: 500; color: var(--fg-dim);
  transition: color .2s; position: relative; white-space: nowrap;
}
.nav-links a:hover { color: var(--fg-dark); }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.icon-link { color: var(--fg-dim); transition: color .2s, transform .2s; }
.icon-link:hover { color: var(--accent); transform: translateY(-1px); }
.icon-link svg { width: 22px; height: 22px; }
.nav-burger { display: none; background: none; border: 0; color: var(--fg-dark); cursor: pointer; }

/* ============ HERO ============ */
.hero { position: relative; padding: 150px 0 90px; overflow: hidden; }
.hero::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(120% 80% at 82% 8%, var(--ember-glow), transparent 55%),
    radial-gradient(90% 70% at 8% 100%, rgba(109,216,200,.06), transparent 60%);
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.02fr 1.05fr; gap: 56px; align-items: center;
}
.hero-copy { max-width: 560px; }
.hero h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(50px, 6.4vw, 84px); line-height: 1.0; letter-spacing: -.015em;
  margin: 22px 0 0; color: var(--cream);
}
.hero h1 .lit { color: var(--accent); font-style: italic; position: relative; }
.hero-sub { padding-top: 4px; }
.hero-sub {
  margin: 62px 0 0; font-size: 19px; line-height: 1.62; color: var(--fg-dim); max-width: 480px;
}
.hero-sub b { color: var(--fg-dark); font-weight: 600; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta {
  margin-top: 22px; font-family: var(--mono); font-size: 13px; color: var(--fg-faint);
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
}
.hero-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: var(--fg-faint); }
.hero-meta .ok { color: var(--green); }

/* ---- terminal window ---- */
.term {
  background: linear-gradient(180deg, #16110B, #0F0B07);
  border: 1px solid var(--char-line); border-radius: var(--radius-lg);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.02) inset,
              0 0 70px -20px var(--ember-glow);
  overflow: hidden; width: 100%;
}
.term-bar {
  display: flex; align-items: center; gap: 8px; padding: 13px 16px;
  background: rgba(255,255,255,.02); border-bottom: 1px solid var(--char-line);
}
.tl { width: 12px; height: 12px; border-radius: 50%; }
.tl.r { background: #ff5f57; } .tl.y { background: #febc2e; } .tl.g { background: #28c840; }
.term-title {
  margin-left: 10px; font-family: var(--mono); font-size: 12.5px; color: var(--fg-faint);
  display: flex; align-items: center; gap: 7px;
}
.term-title .mk { width: 13px; height: 13px; opacity: .9; }
.term-body {
  font-family: var(--mono); font-size: 14.5px; line-height: 1.85; padding: 22px 24px 26px;
  min-height: 340px; color: var(--fg-dark);
}
.term-body .row { white-space: pre-wrap; word-break: break-word; }
.t-dim { color: var(--fg-faint); }
.t-ember { color: var(--ember); } .t-emberhi { color: var(--ember-hi); }
.t-teal { color: var(--teal); } .t-green { color: var(--green); }
.t-blue { color: var(--blue); } .t-yellow { color: var(--yellow); }
.t-red { color: var(--red); } .t-purple { color: var(--purple); }
.t-cream { color: var(--cream); }
/* pill prompt segments */
.pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 1px 10px; border-radius: 999px;
  font-weight: 600; font-size: 13px; vertical-align: 1px; white-space: nowrap;
}
.pill.cwd { background: rgba(130,166,224,.16); color: var(--blue); }
.pill.git { background: rgba(125,201,122,.16); color: var(--green); }
.pill.ok  { background: rgba(232,132,58,.16); color: var(--ember-hi); }
.caret {
  display: inline-block; width: 9px; height: 17px; background: var(--ember);
  vertical-align: -3px; margin-left: 3px; animation: blink 1.1s steps(2) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* ============ SECTION SHELL ============ */
section { position: relative; }
.band-light { background: var(--bone); color: var(--fg-light); }
.band-dark  { background: var(--char); }
.band-deep  { background: var(--ink); }
.sec { padding: 100px 0; }
.sec-head { max-width: 680px; margin-bottom: 56px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head h2 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(38px, 5vw, 60px);
  line-height: 1.06; letter-spacing: -.015em; margin: 16px 0 0; text-wrap: balance;
}
.band-dark .sec-head h2, .band-deep .sec-head h2 { color: var(--cream); }
.sec-head p { margin: 60px 0 0; font-size: 19px; line-height: 1.6; color: var(--fg-dim); }
.band-light .sec-head p { color: var(--fg-light-dim); }

/* ============ MANIFIESTO ============ */
.manifesto { padding: 70px 0; border-top: 1px solid var(--char-line); border-bottom: 1px solid var(--char-line); }
.manifesto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.pillar { padding: 8px 38px; border-left: 1px solid var(--char-line); }
.pillar:first-child { border-left: 0; padding-left: 0; }
.pillar .mk { width: 34px; height: 34px; margin-bottom: 18px; }
.pillar h3 {
  font-family: var(--mono); font-size: 14px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--accent); margin: 0 0 10px;
}
.pillar p { margin: 0; font-size: 16.5px; line-height: 1.55; color: var(--fg-dim); }
.pillar p b { color: var(--fg-dark); font-weight: 600; }

/* ============ FEATURES ============ */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feat {
  background: #fff; border: 1px solid #E7DCC4; border-radius: var(--radius);
  padding: 26px 24px 28px; transition: transform .2s var(--ease), box-shadow .2s, border-color .2s;
}
.feat:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(60,40,15,.4); border-color: var(--ember); }
.feat-ic {
  width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  background: linear-gradient(160deg, #FBEAD2, #F3D6AE); color: var(--ember-600); margin-bottom: 18px;
}
.feat-ic svg { width: 23px; height: 23px; }
.feat h3 { font-family: var(--sans); font-size: 19px; font-weight: 700; margin: 0 0 8px; color: var(--fg-light); letter-spacing: -.01em; }
.feat p { margin: 0; font-size: 15.5px; line-height: 1.55; color: var(--fg-light-dim); }

/* ============ PROMPTS GALLERY ============ */
.prompt-rail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.preset {
  background: var(--char-card); border: 1px solid var(--char-line); border-radius: var(--radius);
  overflow: hidden; transition: transform .2s var(--ease), border-color .2s;
}
.preset:hover { transform: translateY(-4px); border-color: var(--accent); }
.preset-screen {
  font-family: var(--mono); font-size: 13.5px; line-height: 1.7; padding: 22px 22px;
  background: linear-gradient(180deg,#13100B,#0E0B07); min-height: 116px;
  display: flex; flex-direction: column; justify-content: center; border-bottom: 1px solid var(--char-line);
}
.preset-meta { padding: 16px 22px 18px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.preset-meta h3 { font-family: var(--mono); font-size: 16px; font-weight: 700; margin: 0; color: var(--cream); }
.preset-meta .tag {
  font-family: var(--mono); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); background: var(--ember-glow); padding: 3px 9px; border-radius: 999px;
}
.preset-meta p { margin: 6px 0 0; font-size: 13.5px; color: var(--fg-dim); line-height: 1.45; flex-basis: 100%; }
.preset-row { display: flex; flex-direction: column; }

/* block-style preset card */
.blk { border: 1px solid var(--char-line); border-left: 2px solid var(--green); border-radius: 8px; padding: 8px 12px; background: rgba(255,255,255,.015); }
.blk .meta { font-size: 11px; color: var(--fg-faint); margin-bottom: 3px; }

/* ============ THEMES ============ */
.theme-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.swatch {
  border-radius: 14px; overflow: hidden; border: 1px solid var(--char-line);
  transition: transform .2s var(--ease), border-color .2s; cursor: default;
}
.swatch:hover { transform: translateY(-4px); }
.swatch-top { height: 86px; padding: 14px; font-family: var(--mono); font-size: 12px; line-height: 1.6; }
.swatch-bot {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  padding: 12px 14px; background: var(--char-card); border-top: 1px solid var(--char-line);
}
.swatch-bot .nm { font-family: var(--mono); font-size: 13px; font-weight: 600; color: var(--cream); }
.swatch-dots { display: flex; gap: 4px; flex-wrap: wrap; max-width: 100px; }
.swatch-dots i { width: 10px; height: 10px; border-radius: 50%; display: block; }

/* ============ DOWNLOAD ============ */
.download { position: relative; padding: 110px 0; text-align: center; overflow: hidden; }
.download::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(70% 60% at 50% 0%, var(--ember-glow), transparent 60%);
}
.dl-seal { width: 92px; height: 92px; margin: 0 auto 26px; }
.download h2 {
  font-family: var(--serif); font-weight: 400; font-size: clamp(40px, 6vw, 72px);
  line-height: 1; letter-spacing: -.02em; margin: 0; color: var(--cream);
}
.download h2 .lit { color: var(--accent); font-style: italic; }
.download p { margin: 18px auto 0; max-width: 460px; color: var(--fg-dim); font-size: 18px; }
.dl-os { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 38px; position: relative; }
.dl-btn {
  display: flex; align-items: center; gap: 12px; padding: 16px 24px;
  background: var(--char-card); border: 1.5px solid var(--char-line); border-radius: 14px;
  font-family: var(--mono); font-weight: 600; font-size: 15px; color: var(--fg-dark);
  transition: transform .15s var(--ease), border-color .2s, background .2s;
}
.dl-btn:hover { transform: translateY(-3px); border-color: var(--accent); background: #221a11; }
.dl-btn svg { width: 22px; height: 22px; }
.dl-btn small { display: block; font-size: 11px; color: var(--fg-faint); font-weight: 500; }
.dl-note { margin-top: 22px; font-family: var(--mono); font-size: 13px; color: var(--fg-faint); }

/* ============ FOOTER ============ */
.footer { background: var(--ink); padding: 64px 0 40px; border-top: 1px solid var(--char-line); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.footer-brand { max-width: 320px; }
.footer-brand .brand { margin-bottom: 14px; }
.footer-brand p { color: var(--fg-faint); font-size: 15px; line-height: 1.55; margin: 0; }
.footer-cols { display: flex; gap: 64px; flex-wrap: wrap; }
.fcol h4 { font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--fg-dim); margin: 0 0 16px; }
.fcol a { display: block; font-size: 15px; color: var(--fg-faint); margin-bottom: 10px; transition: color .2s; }
.fcol a:hover { color: var(--accent); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  margin-top: 52px; padding-top: 24px; border-top: 1px solid var(--char-line);
  font-family: var(--mono); font-size: 12.5px; color: var(--fg-faint);
}
.footer-bottom .flame-in { color: var(--ember); }

/* ============ HERO VARIANTS (tweaks) ============ */
.hero.brasa::before {
  background:
    radial-gradient(120% 90% at 78% 4%, rgba(232,132,58,.30), transparent 55%),
    radial-gradient(80% 70% at 10% 100%, rgba(184,90,32,.14), transparent 60%);
}
.hero.brasa { background: linear-gradient(180deg, #1B130C, var(--char)); }
.hero-media { position: relative; }
.hero-shot { display: none; }
.hero.shot .term { display: none; }
.hero.shot .hero-shot { display: block; }
.hero-shot image-slot {
  display: block; width: 100%; height: auto; aspect-ratio: 16/10; border-radius: var(--radius-lg);
  border: 1px solid var(--char-line);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.7), 0 0 70px -20px var(--ember-glow);
}

/* ============ SHOWCASE (real screenshots) ============ */
.showcase { padding: 96px 0; }
/* La captura ya trae su propia barra de ventana (puntos + título), así que
   .shot-frame no dibuja chrome: solo aporta profundidad con la sombra. */
.shot-frame {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 50px 100px -40px rgba(0,0,0,.75);
}
.shot-frame image-slot { display: block; width: 100%; height: auto; aspect-ratio: 924/540; }
.shot-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.shot-row image-slot { display: block; width: 100%; height: auto; aspect-ratio: 924/540; border-radius: var(--radius); }
/* lighten the slot empty-state for dark frames (component defaults to dark-on-light) */
.showcase image-slot::part(frame),
.hero-shot image-slot::part(frame) { background: rgba(247,239,226,.04); }
.showcase image-slot::part(empty),
.hero-shot image-slot::part(empty) { color: rgba(247,239,226,.6); }

/* ============ INSTALL ============ */
.install-card {
  max-width: 760px; margin: 0 auto; background: var(--char-card);
  border: 1px solid var(--char-line); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,.6);
}
.install-tabs { display: flex; border-bottom: 1px solid var(--char-line); }
.install-tab {
  flex: 1; padding: 15px 10px; background: none; border: 0; cursor: pointer;
  font-family: var(--mono); font-size: 14px; font-weight: 600; color: var(--fg-dim);
  display: flex; align-items: center; justify-content: center; gap: 9px;
  border-bottom: 2px solid transparent; transition: color .2s, border-color .2s, background .2s;
}
.install-tab svg { width: 17px; height: 17px; }
.install-tab:hover { color: var(--fg-dark); }
.install-tab.active { color: var(--accent); border-bottom-color: var(--accent); background: rgba(232,132,58,.05); }
.install-body { padding: 26px 26px; }
.install-cmd {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  background: var(--ink); border: 1px solid var(--char-line); border-radius: 12px; padding: 16px 18px;
}
.install-cmd code { font-family: var(--mono); font-size: 15px; color: var(--fg-dark); }
.install-cmd code .t-ember { color: var(--accent); }
.copy-btn {
  display: inline-flex; align-items: center; gap: 7px; flex-shrink: 0;
  font-family: var(--mono); font-size: 12.5px; font-weight: 600; color: var(--fg-dim);
  background: var(--char-soft); border: 1px solid var(--char-line); border-radius: 8px;
  padding: 8px 12px; cursor: pointer; transition: color .2s, border-color .2s, background .2s;
}
.copy-btn:hover { color: var(--accent); border-color: var(--accent); }
.copy-btn.done { color: var(--green); border-color: var(--green); }
.copy-btn svg { width: 14px; height: 14px; }
.install-note { margin: 16px 2px 0; font-family: var(--mono); font-size: 13px; color: var(--fg-faint); }
.install-note a { color: var(--accent); }

/* ============ FAQ ============ */
.faq-grid { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--char-line); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 24px 4px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  font-family: var(--sans); font-size: 19px; font-weight: 600; color: var(--cream);
}
.band-light .faq-item summary { color: var(--fg-light); }
.band-light .faq-item { border-bottom-color: #E2D6BD; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .pm {
  flex-shrink: 0; width: 26px; height: 26px; position: relative; transition: transform .25s var(--ease);
}
.faq-item summary .pm::before, .faq-item summary .pm::after {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--accent); border-radius: 2px;
}
.faq-item summary .pm::before { width: 14px; height: 2px; }
.faq-item summary .pm::after { width: 2px; height: 14px; transition: transform .25s var(--ease); }
.faq-item[open] summary .pm::after { transform: translate(-50%,-50%) scaleY(0); }
.faq-item .faq-a { padding: 0 4px 26px; max-width: 680px; }
.faq-item .faq-a p { margin: 0; font-size: 16.5px; line-height: 1.6; color: var(--fg-dim); }
.band-light .faq-item .faq-a p { color: var(--fg-light-dim); }
.faq-item .faq-a code { font-family: var(--mono); font-size: .92em; color: var(--accent); background: var(--ember-glow); padding: 1px 6px; border-radius: 5px; }

/* ── themes callout ── */
.themes-callout {
  margin-top: 48px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; align-items: center;
  background: var(--char-card); border: 1px solid var(--char-line); border-radius: var(--radius-lg);
  padding: 36px 40px; position: relative; overflow: hidden;
}
.themes-callout::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(80% 80% at 100% 50%, var(--ember-glow), transparent 65%);
}
.tc-text { position: relative; z-index: 1; }
.tc-desc { margin: 12px 0 0; font-size: 16px; line-height: 1.6; color: var(--fg-dim); }
.tc-desc strong { color: var(--fg-dark); font-weight: 600; }
.tc-visual { position: relative; z-index: 1; }
.tc-visual img { width: 100%; border-radius: 10px; border: 1px solid var(--char-line); display: block; }
@media (max-width: 820px) {
  .themes-callout { grid-template-columns: 1fr; gap: 24px; padding: 28px 24px; }
}

/* ── lang selector ── */
.lang-sel { display: flex; gap: 2px; background: var(--char-card); border: 1px solid var(--char-line); border-radius: 8px; padding: 3px; }
.lang-btn { background: none; border: 0; cursor: pointer; font-family: var(--mono); font-size: 12px; font-weight: 700; color: var(--fg-faint); padding: 4px 7px; border-radius: 6px; letter-spacing: .04em; transition: color .15s, background .15s; }
.lang-btn:hover { color: var(--fg-dark); }
.lang-btn.active { background: var(--accent); color: var(--ink); }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero { padding-top: 128px; }
  .hero-copy { max-width: none; }
  .feat-grid, .theme-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto-grid { grid-template-columns: 1fr; gap: 28px; }
  .pillar { border-left: 0; padding: 0; border-top: 1px solid var(--char-line); padding-top: 24px; }
  .pillar:first-child { border-top: 0; padding-top: 0; }
  .prompt-rail { grid-template-columns: 1fr; }
  .shot-row { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .feat-grid, .theme-grid { grid-template-columns: 1fr; }
  .sec { padding: 72px 0; }
  .wrap { padding: 0 20px; }
  .nav-actions .btn span { display: none; }
}
