@charset "UTF-8";
:root {
  --cream:#f4efe6;
  --paper:#fffdf8;
  --ink:#302820;
  --muted:#6b6259;
  --rust:#9e482e;
  --line:#d8d0c5;
  --serif:Georgia,'Times New Roman',serif;
  --sans:'Segoe UI',Arial,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px
}
body {
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65
}
a {
  color:inherit;
  text-underline-offset:5px
}
a:focus-visible,summary:focus-visible {
  outline:3px solid var(--rust);
  outline-offset:5px
}
a:hover {
  text-decoration-thickness:2px
}
::selection {
  background:#edc3a8
}
.wrap {
  width:min(1240px,calc(100% - 112px));
  margin-inline:auto
}
.skip-link {
  position:absolute;
  left:20px;
  top:-100px;
  z-index:10;
  background:var(--ink);
  color:white;
  padding:12px
}
.skip-link:focus {
  top:10px
}
.site-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:108px;
  border-bottom:1px solid var(--line);
  gap:24px
}
.wordmark {
  font-size:25px;
  letter-spacing:-1.2px;
  font-weight:750;
  text-decoration:none;
  white-space:nowrap
}
.brand-mark {
  width:31px;
  height:36px;
  display:inline-block;
  position:relative;
  background:linear-gradient(135deg,#d98659,#ae4c2d);
  clip-path:polygon(0 28%,33% 0,33% 72%,100% 72%,72% 100%,0 100%);
  vertical-align:-7px;
  margin-right:9px;
}
.wordmark-period {
  color:var(--rust)
}
nav {
  display:flex;
  align-items:center;
  gap:30px;
  font-size:13px;
  font-weight:600
}
nav a {
  text-decoration:none;
  padding-block:12px
}
.nav-alpha {
  border:1px solid var(--line);
  border-radius:5px;
  padding:10px 16px
}
.nav-alpha span {
  margin-left:12px
}
.hero {
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:50px;
  align-items:center;
  padding-block:86px 96px
}
.eyebrow,.tiny-label {
  font-size:10px;
  font-weight:750;
  letter-spacing:1.6px;
  line-height:1.5
}
.eyebrow {
  margin:0 0 25px;
  display:flex;
  align-items:center;
  gap:9px
}
.status-dot {
  display:inline-block;
  flex:none;
  width:7px;
  height:7px;
  background:var(--rust);
  border-radius:50%
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2 {
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-2.8px;
  line-height:1.05
}
h1 {
  font-size:clamp(64px,6.4vw,90px);
  margin-bottom:27px
}
h1 em,h2 em {
  font-weight:400;
  color:var(--rust)
}
.hero-description {
  font-size:20px;
  line-height:1.55;
  margin-bottom:17px
}
.hero-detail {
  font-size:15px;
  color:var(--muted);
  max-width:440px;
  margin-bottom:28px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:26px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  text-decoration:none;
  font-size:13px;
  font-weight:650;
  padding:16px 22px;
  border-radius:5px
}
.button-dark {
  background:var(--ink);
  color:var(--paper)
}
.button-dark:hover {
  background:var(--rust)
}
.text-link {
  font-weight:650;
  font-size:13px
}
.text-link span {
  margin-left:8px
}
.microcopy {
  font-size:11px;
  color:var(--muted);
  margin:17px 0 0
}
.hero-art {
  position:relative;
  min-height:474px;
  border-radius:140px 140px 12px 12px;
  background:#e9ded0;
  padding:30px 26px 20px;
  display:flex;
  flex-direction:column;
  align-items:center
}
.art-caption {
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:35px;
  font-size:8px;
  font-weight:750;
  letter-spacing:1.5px
}
.art-caption span:last-child {
  font-size:30px;
  font-family:var(--serif)
}
.brand-card {
  width:75%;
  align-self:flex-start;
  margin-left:13px;
  padding:18px 24px 32px;
  background:#ede8dd;
  border:1px solid #cfc4b5;
  border-radius:7px;
  transform:rotate(-5deg)
}
.brand-card .tiny-label {
  font-size:8px
}
.brand-card>div {
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:9px
}
.brand-card strong {
  font-size:16px
}
.brand-symbol {
  background:#677264;
  color:#fff;
  padding:0 7px;
  border-radius:4px;
  font-family:var(--serif);
  font-size:22px
}
.brand-card p {
  font-size:11px;
  margin:9px 0 0;
  color:var(--muted)
}
.work-card {
  width:88%;
  align-self:flex-end;
  padding:22px 25px 25px;
  margin-top:-13px;
  background:var(--paper);
  border:1px solid #d9cdc0;
  border-radius:8px;
  transform:rotate(3deg);
  box-shadow:0 15px 30px #5941300c
}
.work-heading {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.work-heading .tiny-label {
  font-size:8px
}
.small-tag {
  background:#efeee5;
  color:#555f4b;
  padding:2px 7px;
  border-radius:3px;
  font-size:8px
}
.work-card h2 {
  font-size:28px;
  letter-spacing:-.8px;
  line-height:1.2;
  margin:20px 0
}
.agent-pill {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  font-weight:600
}
.agent-pill>span:last-child {
  margin-left:auto
}
.avatar {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:none;
  background:#f0ded2;
  color:var(--rust);
  font-size:11px;
  font-weight:700;
  border-radius:50%;
  width:27px;
  height:27px
}
.paper-line {
  height:5px;
  background:#ece8df;
  border-radius:3px;
  margin-top:20px;
  width:90%
}
.paper-line.short {
  width:60%;
  margin-top:8px
}
.result-card {
  z-index:1;
  display:flex;
  align-items:center;
  gap:12px;
  align-self:flex-start;
  background:var(--rust);
  color:#fff9f2;
  width:95%;
  padding:18px;
  border-radius:5px;
  margin-top:9px;
  transform:rotate(-2deg);
  box-shadow:0 10px 20px #59342015
}
.result-card strong {
  display:block;
  font-size:11px
}
.result-card div>span {
  display:block;
  font-size:9px;
  opacity:.85
}
.result-card>span:last-child {
  margin-left:auto
}
.document-icon {
  font-size:26px;
  border:1px solid #ffffff60;
  border-radius:3px;
  width:30px;
  text-align:center;
  line-height:34px
}
.art-footnote {
  font-size:9px;
  color:var(--muted);
  margin-top:20px;
  align-self:flex-end
}
.principle-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)
}
.principle-strip .wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-block:27px;
  gap:20px
}
.principle-strip span {
  font-size:9px;
  letter-spacing:1.7px;
  font-weight:700
}
.principle-strip p {
  font-size:18px;
  margin:0;
  color:var(--muted)
}
.principle-strip strong {
  color:var(--ink);
  font-weight:550
}
.mobile-break {
  display:none
}
.section {
  padding-block:93px
}
.section-heading {
  position:relative
}
.section-heading h2,.control-section h2 {
  font-size:50px;
  margin-bottom:24px
}
.section-heading>p:last-child {
  position:absolute;
  right:0;
  bottom:0;
  font-size:14px;
  color:var(--muted);
  margin-bottom:0
}
.steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:52px;
  margin-top:52px
}
.steps article {
  border-top:1px solid var(--line);
  padding-top:18px
}
.step-number {
  font-family:var(--serif);
  font-style:italic;
  font-size:24px;
  color:var(--rust)
}
.steps h3 {
  font-size:18px;
  letter-spacing:-.3px;
  margin:14px 0 9px
}
.steps p {
  font-size:14px;
  color:var(--muted);
  margin:0;
  max-width:310px
}
.paid-section {
  background:#e9dfd2;
  padding-block:80px
}
.paid-layout {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px;
  align-items:center
}
.paid-copy .eyebrow {
  font-size:9px
}
.role-label {
  font-size:9px;
  font-weight:750;
  letter-spacing:1px;
  color:var(--rust);
  border:1px solid #b9977e;
  border-radius:30px;
  padding:7px 11px;
  display:inline-block;
  margin-bottom:23px
}
.paid-copy h2 {
  font-size:57px;
  margin-bottom:25px
}
.paid-copy>p:not(.eyebrow) {
  font-size:14px;
  color:#625448;
  max-width:360px;
  margin-bottom:18px
}
.paid-copy .text-link {
  display:inline-block;
  max-width:340px;
  margin-top:9px;
  font-size:12px
}
.conversation-example {
  margin:0;
  background:var(--paper);
  border:1px solid #d1c5b5;
  border-radius:9px;
  box-shadow:0 16px 45px #58412a08;
  overflow:hidden
}
.conversation-example figcaption {
  padding:17px 22px;
  border-bottom:1px solid var(--line);
  font-size:8px;
  letter-spacing:1px;
  font-weight:700;
  display:flex;
  gap:7px;
  align-items:center;
  flex-wrap:wrap
}
.example-brand {
  color:var(--muted);
  margin-left:auto;
  font-size:8px;
  letter-spacing:0;
  font-weight:400
}
.example-body {
  padding:26px;
  font-size:12px
}
.user-message {
  background:#eee8df;
  border-radius:9px 9px 0 9px;
  padding:16px;
  margin-left:43px;
  line-height:1.6;
  margin-bottom:23px
}
.agent-heading {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:11px;
  margin-bottom:13px
}
.example-body>p {
  margin-bottom:18px
}
.evidence-block {
  border-left:2px solid #b57653;
  background:#f7f3eb;
  padding:15px 18px
}
.evidence-block .tiny-label {
  font-size:8px
}
.evidence-block ol {
  padding-left:17px;
  margin:11px 0 0
}
.evidence-block li {
  padding-left:3px;
  margin-bottom:11px;
  font-size:11px
}
.evidence-block li:last-child {
  margin-bottom:0
}
.evidence-block li::marker {
  color:var(--rust)
}
.evidence-block li span {
  display:block;
  color:var(--muted);
  font-size:10px
}
.example-document {
  display:flex;
  gap:12px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:4px;
  padding:12px;
  margin-top:18px
}
.example-document>span {
  font-size:25px;
  color:var(--rust)
}
.example-document strong,.example-document div>span {
  display:block;
  font-size:10px
}
.example-document div>span {
  font-size:9px;
  color:var(--muted);
  margin-top:3px
}
.example-disclaimer {
  padding:0 26px 20px;
  font-size:9px;
  color:var(--muted);
  margin:0
}
.control-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px
}
.control-list article {
  display:flex;
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.control-list article:first-child {
  padding-top:0
}
.control-list article>span {
  font-size:24px;
  color:var(--rust);
  line-height:1
}
.control-list h3 {
  font-size:16px;
  margin:0 0 7px
}
.control-list p {
  font-size:13px;
  color:var(--muted);
  margin:0
}
/* Capturas reales de la interfaz. Enmarcadas y con sombra suave para que se lean
   como una ventana y no como una imagen pegada encima del papel. */
.shot {
  margin:0;
  border:1px solid var(--line);
  border-radius:10px;
  overflow:hidden;
  background:#fffdf8;
  box-shadow:0 18px 40px rgba(60,45,30,.09)
}
.shot img {
  display:block;
  width:100%;
  height:auto
}
.shot figcaption {
  border-top:1px solid var(--line);
  padding:11px 16px;
  font-size:11px;
  color:var(--muted);
  background:#faf7f1
}
.shot-wide {
  margin-top:52px;
  /* Una captura necesita más píxeles de los que ocupa: en una pantalla al 125%
     el navegador la estira 1,25x y se ve blanda al lado del texto. Cada una se
     muestra al 80% de sus píxeles, que es lo que esa pantalla pide. */
  max-width:855px;
  margin-left:auto;
  margin-right:auto
}
.cap-575 {
  max-width:460px
}
.shot-section .section-heading {
  margin-bottom:12px
}
.shot-rows {
  display:flex;
  flex-direction:column;
  gap:64px;
  margin-top:44px
}
.shot-row {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:56px;
  align-items:center
}
/* Más ancho para la captura: a menos de eso, la letra de adentro no se lee. */
.shot-row.reverse {
  grid-template-columns:1.4fr 1fr
}
.shot-copy h3 {
  font-size:24px;
  margin:0 0 14px;
  letter-spacing:-.5px
}
.shot-copy p {
  font-size:14px;
  line-height:1.75;
  color:var(--muted);
  margin:0 0 12px
}
.shot-copy p:last-child {
  margin-bottom:0
}
.shot-copy code {
  font-size:12px
}
/* La de entregables es angosta: si se estira, se ve borrosa. */
/* Sin ancho propio, el figure se encoge a cero mientras la imagen no cargó. */
.shot-narrow {
  width:100%;
  max-width:262px;
  justify-self:center
}
@media (max-width:860px) {
  .shot-rows {
    gap:44px
  }
  .shot-row,.shot-row.reverse {
    grid-template-columns:1fr;
    gap:24px
  }
  /* En una sola columna, primero se lee y después se mira. */
  .shot-row.reverse .shot {
    order:2
  }
  .shot-narrow {
    justify-self:start
  }
}
/* Primer uso: la prueba más corta del producto, en dos columnas como el resto. */
/* El encabezado acá es angosto: el párrafo de cierre no puede ir absoluto abajo
   a la derecha como en las secciones a ancho completo, o se monta sobre el h2. */
.start-section .section-heading>p:last-child {
  position:static;
  margin-top:18px
}
.start-section {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:start
}
.start-list article {
  display:flex;
  gap:20px;
  padding:22px 0;
  border-bottom:1px solid var(--line)
}
.start-list article:first-child {
  padding-top:0
}
.start-list article:last-child {
  border-bottom:0
}
.start-list article>span {
  font-size:24px;
  color:var(--rust);
  line-height:1
}
.start-list h3 {
  font-size:16px;
  margin:0 0 7px
}
.start-list p {
  font-size:13px;
  color:var(--muted);
  margin:0
}
.start-note {
  grid-column:1 / -1;
  margin:0;
  padding-top:6px
}
@media (max-width:860px) {
  .start-section {
    grid-template-columns:1fr;
    gap:34px
  }
}
.alpha-section {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  padding-block:70px 75px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px
}
.alpha-intro h2 {
  font-size:43px;
  letter-spacing:-1.8px
}
.alpha-intro>p:not(.eyebrow):not(.microcopy) {
  font-size:14px;
  color:var(--muted);
  max-width:370px;
  margin-bottom:24px
}
.alpha-intro .microcopy {
  max-width:370px
}
/* Descargar es la acción; el código es la alternativa. Una al lado de la otra. */
.alpha-actions {
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
  margin-bottom:18px
}
.alpha-intro .microcopy strong {
  color:var(--ink)
}
.faq details {
  border-bottom:1px solid var(--line);
  padding-block:17px
}
.faq details:first-child {
  padding-top:0
}
.faq details:last-child {
  border:0
}
.faq summary {
  font-size:14px;
  font-weight:600;
  cursor:pointer;
  padding-right:12px
}
.faq details p {
  font-size:12px;
  color:var(--muted);
  margin:15px 0 0;
  line-height:1.8
}
.site-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-block:38px
}
.site-footer .wordmark {
  font-size:22px
}
.site-footer p {
  font-size:11px;
  color:var(--muted);
  margin:0
}
.site-footer>a:last-child {
  font-size:11px
}

@media(min-width:1500px) {
  .hero {
  gap:85px
}
.hero-art {
  max-width:510px
}

}
@media(max-width:1000px) {
  .wrap {
  width:calc(100% - 64px)
}
nav {
  gap:17px
}
.hero {
  gap:28px;
  padding-block:66px
}
.hero h1 {
  font-size:65px
}
.hero-description {
  font-size:17px
}
.hero-detail {
  font-size:13px
}
.hero-actions {
  gap:15px;
  flex-wrap:wrap
}
.hero-art {
  padding:25px 15px 18px;
  min-height:420px
}
.brand-card {
  padding-inline:17px;
  width:85%;
  margin-left:0
}
.work-card {
  width:95%;
  padding:20px
}
.work-card h2 {
  font-size:25px
}
.result-card {
  width:100%;
  padding:13px;
  gap:8px
}
.result-card strong {
  font-size:10px
}
.result-card div>span {
  font-size:8px
}
.art-caption {
  font-size:7px;
  letter-spacing:.9px
}
.principle-strip p {
  font-size:15px
}
.section-heading>p:last-child {
  position:static
}
.section-heading h2,.control-section h2 {
  font-size:43px
}
.steps {
  gap:25px;
  margin-top:35px
}
.paid-layout {
  gap:35px
}
.paid-copy h2 {
  font-size:46px
}
.example-body {
  padding:20px
}
.conversation-example figcaption {
  padding-inline:18px
}
.example-brand {
  margin-left:14px
}
.control-section {
  gap:35px
}
.alpha-section {
  gap:35px
}
.alpha-intro h2 {
  font-size:37px
}
.hero .eyebrow {
  font-size:8px;
  letter-spacing:1px
}

}

@media(max-width:650px) {
  .wrap {
  width:calc(100% - 40px)
}
.site-header {
  min-height:110px;
  flex-wrap:wrap;
  gap:0;
  padding-block:16px 12px
}
.wordmark {
  font-size:23px
}
.brand-mark {
  width:25.8333px;
  height:30px;
  vertical-align:-6px;
}
nav {
  width:100%;
  justify-content:space-between;
  gap:8px;
  font-size:11px
}
nav a {
  padding-block:8px
}
.nav-alpha {
  padding:5px 9px
}
.nav-alpha span {
  margin-left:4px
}
.hero {
  grid-template-columns:1fr;
  gap:43px;
  padding-block:44px
}
.hero h1 {
  font-size:64px;
  letter-spacing:-3px
}
.hero-description {
  font-size:18px
}
.hero-detail {
  font-size:14px
}
.hero .eyebrow {
  font-size:8px;
  margin-bottom:21px
}
.hero-actions {
  gap:22px
}
.hero-art {
  width:100%;
  max-width:420px;
  margin-inline:auto;
  min-height:440px;
  padding-inline:25px
}
.art-caption {
  font-size:7px
}
.work-card {
  width:89%
}
.brand-card {
  width:80%
}
.result-card {
  width:100%;
  padding:16px
}
.result-card strong {
  font-size:11px
}
.result-card div>span {
  font-size:9px
}
.art-footnote {
  font-size:8px
}
.principle-strip .wrap {
  display:block;
  padding-block:24px
}
.principle-strip p {
  margin-top:10px;
  font-size:19px
}
.mobile-break {
  display:block
}
.section {
  padding-block:56px
}
.eyebrow {
  font-size:9px;
  letter-spacing:1.2px;
  margin-bottom:20px
}
.section-heading h2,.control-section h2 {
  font-size:39px;
  letter-spacing:-1.8px
}
.steps {
  grid-template-columns:1fr;
  gap:26px
}
.steps article {
  display:grid;
  grid-template-columns:38px 1fr;
  gap:0 15px
}
.steps h3 {
  margin-top:3px
}
.steps p {
  grid-column:2;
  max-width:none
}
.step-number {
  grid-row:1/3
}
.paid-section {
  padding-block:52px
}
.paid-layout,.control-section,.alpha-section {
  grid-template-columns:1fr;
  gap:35px
}
.paid-copy h2 {
  font-size:49px;
  letter-spacing:-2px
}
.paid-copy>p:not(.eyebrow) {
  max-width:none
}
.conversation-example figcaption {
  font-size:7px
}
.example-body {
  padding:20px
}
.user-message {
  margin-left:19px;
  font-size:12px
}
.example-brand {
  margin-left:14px
}
.example-disclaimer {
  padding-inline:20px
}
.control-section {
  gap:17px
}
.control-section h2 {
  margin-bottom:14px
}
.control-list article {
  padding-block:20px
}
.alpha-section {
  padding-block:45px
}
.alpha-intro h2 {
  font-size:39px
}
.alpha-intro .button {
  font-size:12px;
  gap:20px
}
.faq summary {
  font-size:13px
}
.site-footer {
  flex-wrap:wrap;
  gap:18px;
  padding-block:27px
}
.site-footer .wordmark {
  font-size:21px
}
.site-footer p {
  font-size:10px
}
.site-footer>a:last-child {
  width:100%;
  font-size:11px
}
.desktop-break {
  display:none
}

}


/* ── Movimiento ──────────────────────────────────────────────────────────────
   Sin una línea de JavaScript: el scroll maneja la animación desde el CSS.
   Donde el navegador no soporta animation-timeline no pasa nada y la página se
   ve completa, que es como tiene que degradar. Solo opacidad y transform, que
   el compositor resuelve sin recalcular layout. */
:root {
  --salida:cubic-bezier(.2,.7,.3,1)
}
@keyframes aparecer {
  from { opacity:0; transform:translateY(16px) }
  to { opacity:1; transform:none }
}
/* Las capturas se asientan en vez de subir: son objetos, no párrafos. */
@keyframes asentar {
  from { opacity:0; transform:translateY(18px) scale(.985) }
  to { opacity:1; transform:none }
}
@media(prefers-reduced-motion:no-preference) {
  @supports (animation-timeline:view()) {
    .section-heading,.steps article,.start-list article,.shot,.shot-copy,
    .control-list article,.alpha-intro,.faq,.conversation-example {
      animation-name:aparecer;
      animation-fill-mode:both;
      animation-timing-function:linear;
      animation-timeline:view();
      animation-range:entry 12% cover 28%
    }
    .shot {
      animation-name:asentar
    }
  }
  /* El hero ya está en pantalla: entra al cargar, no con el scroll. */
  .hero-copy>* {
    animation:aparecer .75s both var(--salida)
  }
  .hero-copy>:nth-child(2) { animation-delay:.06s }
  .hero-copy>:nth-child(3) { animation-delay:.12s }
  .hero-copy>:nth-child(4) { animation-delay:.18s }
  .hero-copy>:nth-child(5) { animation-delay:.24s }
  .hero-copy>:nth-child(6) { animation-delay:.3s }
  /* El punto late porque dice «esto está vivo». Muy despacio. */
  .status-dot {
    animation:latir 2.8s ease-in-out infinite
  }
}
@keyframes latir {
  0%,100% { opacity:1 }
  50% { opacity:.45 }
}
/* Microinteracciones: se sienten al usar, no se ven al mirar. */
.button {
  transition:transform .18s var(--salida),box-shadow .18s var(--salida),background-color .18s
}
.button:hover {
  transform:translateY(-1px)
}
.button:active {
  transform:translateY(0)
}
/* La flecha de descargar empuja hacia abajo: hace lo que dice. */
a[href$=".exe"] span,.text-link span {
  display:inline-block;
  transition:transform .2s var(--salida)
}
a[href$=".exe"]:hover span {
  transform:translateY(3px)
}
.text-link:hover span {
  transform:translateX(3px)
}
/* La captura no se levanta al pasar por encima: el scroll ya le maneja el
   transform y pelearse con él da saltos. La sombra sí. */
.shot {
  transition:box-shadow .35s var(--salida)
}
.shot:hover {
  box-shadow:0 24px 50px rgba(60,45,30,.14)
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  /* Quien pidió menos movimiento no negocia: nada se anima y todo se ve. */
  .section-heading,.steps article,.start-list article,.shot,.shot-copy,
  .control-list article,.alpha-intro,.faq,.conversation-example,
  .hero-copy>*,.status-dot {
    animation:none;
    opacity:1;
    transform:none
  }
  .button,.button:hover,.shot,.shot:hover,
  a[href$=".exe"]:hover span,.text-link:hover span {
    transition:none;
    transform:none
  }
}

