/* La portada: el mismo papel y los mismos colores, con espacio para crear.
   Estos ajustes viven aquí para respetar el resto de la web. */

.home { --green-ink: #536b40; }
.home [hidden] { display: none !important; }
.home .wrap { max-width: 1180px; }
.home :is(h1, h2, h3) { text-wrap: balance; }
.home :is(h1, h2) em { color: var(--green-ink); font-weight: inherit; }
.home :is(a, button):focus-visible { outline: 2px solid var(--green-ink); outline-offset: 5px; }
.home :is(a, button) { -webkit-tap-highlight-color: transparent; }
.home :is(section, main)[id] { scroll-margin-top: 28px; }
.home .eyebrow { color: var(--ink-soft); font-size: .8125rem; margin-top: 0; }
.home .skip-link {
  position: absolute; top: 12px; left: 20px; z-index: 10;
  padding: 10px 18px; background: var(--ink); color: var(--cream);
  transform: translateY(-160%);
}
.home .skip-link:focus { transform: translateY(0); }
.home .nav-links { font-size: .875rem; }
.home .nav-links a { padding-block: 8px; }
.home .nav-links .btn { padding: 11px 24px; }

/* Las ganas de crear, desde la primera pantalla. */
.home .hero { padding: 42px 0 62px; }
.home .hero-grid { grid-template-columns: 1.3fr .7fr; gap: 56px; }
.home .hero h1 { font-size: clamp(2.75rem, 5.8vw, 4.625rem); line-height: 1.06; max-width: 720px; letter-spacing: -.035em; }
.home .hero .eyebrow { margin-bottom: 24px; }
.home .hero p.sub { font-size: 1.125rem; line-height: 1.65; max-width: 480px; margin: 24px 0 28px; }
.home .hero .cta-row { gap: 20px; }
.home .btn.big { font-size: 1rem; padding: 16px 26px; }
.home .btn.big span { padding-left: 12px; }
.home .text-link { font-size: .9375rem; text-underline-offset: 5px; padding-block: 10px; }
.home .text-link span { margin-left: 6px; }
.home .hero-note { color: var(--ink-soft); font-size: .875rem; margin: 18px 0 0; }
.home .hero .connects { color: var(--ink-soft); font-size: .875rem; margin-top: 6px; }
.home .hero-carousel { min-width: 0; }
.home .carousel-note { font-family: var(--font-display); font-style: italic; font-size: .9375rem; margin: 0 0 18px; color: var(--ink-soft); text-align: center; }
.home .carousel { width: 226px; max-width: 100%; }
.home .carousel .slide { border-radius: 22px; box-shadow: 0 18px 45px rgba(46, 42, 36, .10); }
.home .dots { gap: 0; margin-top: 14px; }
.home .dots .dot { width: 44px; height: 44px; border-radius: 50%; background: transparent; display: grid; place-items: center; }
.home .dots .dot::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--ink-faint); }
.home .dots .dot.active::after { width: 20px; border-radius: 6px; background: var(--green-ink); }

/* El pincel sigue siendo la firma, entre la invitación y las ideas. */
.home .reel { margin: 0; padding: 0; }
.home .reel video { aspect-ratio: auto; height: clamp(180px, 23vw, 330px); object-position: center 38%; }
.home .reel figcaption {
  max-width: 1180px; margin: 0 auto; padding: 16px 28px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-size: .875rem; line-height: 1.5; color: var(--ink-soft);
}
.home .reel figcaption > span { font-family: var(--font-display); font-style: italic; }
.home .reel-toggle { border: 0; background: transparent; color: var(--ink-soft); font: inherit; min-height: 44px; padding: 8px; cursor: pointer; text-decoration: underline; text-underline-offset: 4px; }

.home section { padding-top: 104px; }
.home section > .wrap > h2 { font-size: clamp(2rem, 4vw, 3rem); max-width: 760px; line-height: 1.15; }
.home .lead { font-size: 1.0625rem; line-height: 1.7; max-width: 590px; margin-top: 20px; }

/* Ideas de partida, como las páginas de un cuaderno. */
.home .usos { gap: 36px 56px; margin: 44px 0 24px; }
.home .usos article { border-left: 0; border-top: 4px solid var(--idea-color); padding: 22px 0 0; }
.home .idea-label { font-size: .8125rem; color: var(--ink-soft); }
.home .usos h3 { font-size: 1.5625rem; line-height: 1.25; margin: 14px 0 12px; }
.home .usos p { font-size: 1rem; line-height: 1.65; }
.home .usos .uso-ej { font-size: .9375rem; color: var(--ink); margin: 18px 0 0; padding: 16px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px 14px 14px 14px; }
.home .usos-pie { color: var(--ink-soft); font-size: .875rem; max-width: 680px; }
.home .usos-pie a { text-underline-offset: 4px; white-space: nowrap; }

.home .steps { gap: 26px; margin-top: 36px; }
.home .step { padding: 28px 24px; }
.home .step h3 { font-size: 1.375rem; line-height: 1.3; margin-bottom: 12px; }
.home .step p { font-size: 1rem; }
.home .step .num { font-size: 1rem; width: 38px; height: 38px; }
.home .step .example { font-size: .9375rem; line-height: 1.6; padding: 14px; margin-top: 20px; }
.home .step-link { display: inline-block; font-size: .875rem; text-underline-offset: 4px; margin-top: 20px; padding-block: 4px; }

.home #contigo { margin-top: 100px; padding: 72px 0; background: var(--cream-deep); }
.home .features { gap: 38px 42px; margin-top: 42px; }
.home .feature h3 { font-size: 1.25rem; }
.home .feature p { font-size: 1rem; }

.home #widgets { text-align: center; }
.home #widgets :is(h2, .lead) { margin-left: auto; margin-right: auto; }
.home .widgets-demo { margin-block: 44px; gap: 24px; }
.home .wdg { background: var(--paper); width: 196px; height: 196px; text-align: left; }
.home .wdg-title { font-size: .875rem; }
.home .wdg-val { font-size: 1.375rem; }
.home .wdg-cap { color: var(--ink-soft); font-size: .8125rem; }
.home .widget-notes { text-align: left; gap: 40px; }
.home .widget-notes h3 { font-size: 1.25rem; }
.home .widget-notes p { font-size: 1rem; }
.home #descargar h2 { margin-inline: auto; }
.home .download { min-width: 0; flex: 1 1 240px; padding: 22px 18px; }
.home .download strong { font-size: 1rem; }
.home .download small { font-size: .875rem; color: var(--ink-soft); }
.home .dl-note { font-size: .875rem; color: var(--ink-soft); }

/* Una última invitación, con el contraste de tinta del kit de marca. */
.home .cta-band { background: var(--ink); color: var(--cream); margin-top: 96px; padding: 88px 28px; }
.home .cta-band .eyebrow { color: var(--sand); margin: 0 0 24px; }
.home .cta-band h2 { font-size: clamp(2rem, 4.1vw, 3.125rem); line-height: 1.2; }
.home .cta-band h2 em { color: var(--sage); }
.home .cta-band p:not(.eyebrow) { color: var(--sand); font-size: 1.0625rem; margin: 24px auto 30px; }
.home .cta-band .btn { background: var(--sage); color: var(--ink); }
.home .cta-band .well { opacity: .12; }
.home .cta-band :focus-visible { outline-color: var(--sage); }
.home footer .wrap { align-items: flex-start; }
.home footer .links { max-width: 800px; gap: 10px 24px; justify-content: flex-end; }
.home footer a { color: var(--ink-soft); font-size: .875rem; }

@media (max-width: 1000px) {
  .home .hero-grid { grid-template-columns: 1.35fr .65fr; gap: 28px; }
  .home .hero .cta-row { align-items: flex-start; flex-direction: column; gap: 4px; }
}
@media (max-width: 760px) {
  .home .hero { padding: 30px 0 44px; }
  .home .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .home .hero h1 { font-size: clamp(2.5rem, 8.5vw, 4rem); }
  .home .hero p.sub { max-width: 520px; }
  .home .hero .cta-row { flex-direction: row; align-items: center; gap: 8px 20px; }
  .home .hero-carousel { margin-top: 0; }
  .home section { padding-top: 72px; }
  .home .usos { gap: 30px; }
  .home #contigo { margin-top: 72px; padding: 52px 0; }
  .home .features { gap: 30px; }
  .home .cta-band { margin-top: 72px; padding: 64px 24px; }
  .home footer .links { justify-content: flex-start; }
}
@media (max-width: 480px) {
  .home .wrap { padding-inline: 22px; }
  .home nav { align-items: center; gap: 16px; }
  .home .nav-links { gap: 8px 18px; }
  .home .nav-links .btn { padding: 8px 18px; }
  .home .hero .eyebrow { font-size: .75rem; letter-spacing: .11em; }
  .home .hero .cta-row { align-items: flex-start; flex-direction: column; gap: 6px; }
  .home .hero .connects { max-width: 290px; }
  .home .reel figcaption { padding-inline: 22px; flex-wrap: wrap; gap: 4px; }
  .home .widgets-demo { gap: 12px; }
  .home .wdg { width: 158px; height: 172px; padding: 16px; }
  .home .wdg-val { font-size: 1.1875rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home *, .home *::before, .home *::after { animation: none !important; transition: none !important; }
}
