@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Fraunces;
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("/fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/jakarta-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/jakarta-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --bg: #f3fbf6;
  --ink: #151d1a;
  --ink-2: #414844;
  --muted: #414844;
  --faint: #727974;
  --paper: #ffffff;
  --surface-low: #edf6f0;
  --surface: #e7f0eb;
  --surface-high: #e2eae5;
  --surface-highest: #dce5df;
  --rule: #c1c8c3;
  --rule-strong: #c1c8c3;
  --forest: #0e3024;
  --forest-mid: #264639;
  --forest-hover: #264639;
  --on-forest: #ffffff;
  --on-forest-soft: #c6ebd8;
  --terra: #974818;
  --terra-hover: #793101;
  --terra-ink: #793101;
  --on-terra: #ffffff;
  --display: Fraunces, "Palatino Linotype", Palatino, "Times New Roman", serif;
  --sans: "Plus Jakarta Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  --shadow: 0 1px 8px rgba(0, 0, 0, 0.04);
  --radius: 8px;
  --radius-ctrl: 6px;
  --wrap: min(46rem, calc(100% - 2rem));
  --wide: min(74rem, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 5.5rem;
  background: var(--bg);
  color-scheme: light;
  scrollbar-color: var(--rule) var(--bg);
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-rendering: optimizeLegibility;
  caret-color: var(--ink);
  accent-color: var(--forest);
}
::selection { background: var(--on-forest-soft); color: var(--ink); }
::placeholder { color: var(--faint); opacity: 1; }
img, svg { display: block; }
a { color: inherit; }
p { text-wrap: pretty; margin: 0; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
  margin: 0;
  color: var(--forest);
}
:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  background: var(--forest);
  color: var(--on-forest);
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-ctrl);
  z-index: 30;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.skip:focus { top: 0.75rem; }

.wrap { width: var(--wrap); margin-inline: auto; }
.wide { width: var(--wide); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--bg);
  background: color-mix(in srgb, var(--bg) 90%, transparent);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.site-header .wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  text-decoration: none;
}
.wordmark {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--forest);
  display: inline-flex;
  align-items: flex-start;
  line-height: 1.15;
}
.brand-dot {
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.15rem;
  margin-top: 0.22em;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
}
.brand-note {
  display: none;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--forest);
  background: var(--surface-high);
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
}
.brand-note::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: var(--forest-mid);
  flex-shrink: 0;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem 1.1rem;
}
.site-nav a:not(.btn) {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ink-2);
}
.site-nav a:not(.btn):hover {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}
.site-nav .btn {
  min-height: 44px;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  color: var(--on-forest);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  background: var(--forest);
  color: var(--on-forest);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  border: 1px solid var(--forest);
  border-radius: var(--radius-ctrl);
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.btn:hover { background: var(--forest-hover); border-color: var(--forest-hover); }
.btn[disabled] { opacity: 0.65; cursor: not-allowed; }
.btn-terra {
  background: var(--terra);
  border-color: var(--terra);
  color: var(--on-terra);
}
.btn-terra:hover { background: var(--terra-hover); border-color: var(--terra-hover); }
.btn-icon { width: 1.1rem; height: 1.1rem; flex-shrink: 0; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule);
}
.btn-ghost:hover { background: var(--surface-high); border-color: var(--rule); color: var(--ink); }

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: var(--surface-high);
  color: var(--forest);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.15;
  box-shadow: var(--shadow);
}
.badge-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--terra);
  flex-shrink: 0;
}

.hero { padding: 3rem 0; }
.hero-grid {
  display: grid;
  gap: 2rem;
}
.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.hero h1 {
  font-size: 2.375rem;
  line-height: 2.75rem;
  letter-spacing: -0.03em;
  max-width: 22ch;
}
.lede {
  max-width: 40rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--ink-2);
}
.ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.85rem 1.15rem;
  padding-top: 0.25rem;
}
.support {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--ink-2);
  max-width: 22rem;
}
.hero-panel {
  background: var(--surface-low);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.hero-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--terra);
}
.hero-panel-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.25rem;
  letter-spacing: -0.02em;
  color: var(--forest);
  margin: 0.35rem 0 0.65rem;
}
.hero-panel-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--ink-2);
  margin-bottom: 1.25rem;
}
.hero-panel-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.hero-panel-list li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  gap: 0.55rem;
  align-items: baseline;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: var(--ink);
}
.hero-panel-list .n {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--terra);
  font-variant-numeric: tabular-nums;
}

.band { padding: 3rem 0; }
.band-tint { background: var(--surface-low); }
.band-high { background: var(--surface-high); }
.band-head {
  max-width: 40rem;
  margin: 0 0 2.5rem;
  text-align: left;
}
.band-head h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 0.7rem;
}
.band-head p { color: var(--ink-2); font-size: 1.125rem; line-height: 1.75rem; }
.band-head-center {
  text-align: center;
  margin-inline: auto;
}

.situations {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
.card {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--forest);
  border-radius: var(--radius) 0 0 var(--radius);
}
.card:nth-child(odd)::before { background: var(--terra); }
.card .ico {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--forest);
  margin-bottom: 1rem;
}
.card:nth-child(odd) .ico { color: var(--terra); }
.card h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.55rem;
}
.card p { color: var(--ink-2); font-size: 1rem; line-height: 1.5rem; }
a.card {
  display: block;
  text-decoration: none;
  color: inherit;
}
a.card h3 {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.18em;
}
a.card:hover h3,
a.card:focus-visible h3 {
  text-decoration-color: currentColor;
}

.situation-lead {
  margin-top: 1.25rem;
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 2rem;
  position: relative;
  overflow: hidden;
}
.situation-lead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--terra);
}
.situation-lead-grid {
  display: grid;
  gap: 1.25rem;
}
.situation-lead h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 0.35rem 0 0;
  max-width: 18ch;
}
.situation-lead p {
  color: var(--ink-2);
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 40rem;
  margin: 0 0 1.15rem;
}
.situation-lead .btn { justify-self: start; }

.callout {
  margin: 2rem 0 0;
  background: var(--forest);
  color: var(--on-forest-soft);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: var(--shadow);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.callout > span { flex: 1; min-width: 0; }
.callout .ico {
  width: 1.65rem;
  height: 1.65rem;
  color: var(--on-forest-soft);
  flex-shrink: 0;
  margin-top: 0.2rem;
}
.callout strong {
  display: block;
  font-family: var(--display);
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--on-forest);
  margin-bottom: 0.4rem;
}

.steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1.25rem;
}
.steps li {
  background: var(--surface-low);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0.7rem;
}
.steps .n {
  font-family: var(--display);
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1;
  color: var(--terra);
  font-variant-numeric: tabular-nums;
}
.steps li:nth-child(2) .n { color: var(--forest); }
.steps h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: 0.4rem;
}
.steps p { color: var(--ink-2); font-size: 1rem; line-height: 1.5rem; }
.note { margin-top: 1.5rem; color: var(--ink-2); font-size: 0.875rem; line-height: 1.25rem; max-width: 58ch; }

.team {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
  margin-inline: auto;
}
.person {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}
.person::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--forest);
}
.person:nth-child(2)::before { background: var(--terra); }
.person h2,
.person h3 { font-size: 1.75rem; line-height: 2.25rem; margin-bottom: 0.2rem; }
.person .role {
  color: var(--terra);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.person p { color: var(--ink-2); font-size: 1rem; line-height: 1.5rem; }

.quote-grid { display: grid; gap: 2rem; }
.faq { margin: 0; }
.faq details {
  background: var(--surface-low);
  border: 1px solid color-mix(in srgb, var(--rule) 70%, transparent);
  border-radius: var(--radius);
  margin-bottom: 0.65rem;
  padding: 0;
}
.faq details[open] {
  background: var(--paper);
  border-color: var(--forest-mid);
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
  padding: 1rem 2.75rem 1rem 1.25rem;
  list-style: none;
  position: relative;
  color: var(--forest);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--forest);
  line-height: 1;
}
.faq details[open] summary::after { content: "−"; }
.faq details p {
  color: var(--ink-2);
  padding: 0 1.25rem 1.15rem;
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.5rem;
}

.contact-grid { display: grid; gap: 2rem; }
.form-panel {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}

form.lead {
  display: grid;
  gap: 1.1rem;
}
.field { display: grid; gap: 0.35rem; }
.field span, .field .lbl {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: var(--forest);
}
.opt {
  font-weight: 500;
  color: var(--ink-2);
}
.field-error {
  margin: 0;
  min-height: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--terra-ink);
}
.field-error:empty { display: none; }
input, textarea {
  font: inherit;
  font-size: 16px;
  font-weight: 400;
  color: var(--ink);
  background: var(--surface-low);
  border: 1px solid var(--rule);
  border-radius: 4px;
  padding: 0.7rem 0.8rem;
  width: 100%;
  min-height: 48px;
  caret-color: var(--ink);
}
textarea { min-height: 8rem; resize: vertical; }
input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--forest);
  outline-offset: 2px;
  border-color: var(--forest);
  background: var(--paper);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--forest) 16%, transparent);
}
input[aria-invalid="true"], textarea[aria-invalid="true"] {
  border-color: var(--terra);
}
.hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}
.form-status {
  margin: 0.15rem 0 0;
  min-height: 1.3em;
  font-size: 0.95rem;
}
.form-status[data-kind="err"] { color: var(--terra-ink); }
.form-status[data-kind="ok"] { color: var(--forest); }
.noscript-form {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: var(--surface-high);
  border: 1px solid var(--rule);
  border-radius: var(--radius-ctrl);
  color: var(--ink);
  font-size: 0.95rem;
}
.privacy-note {
  margin: 1.15rem 0 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--ink-2);
}
.privacy-note a { color: var(--ink); text-underline-offset: 0.16em; }

.doc { padding: 3rem 0 4rem; }
.doc-head { max-width: 40rem; margin: 0 0 2.5rem; }
.doc h1 {
  font-size: 2.375rem;
  line-height: 2.75rem;
  max-width: 16ch;
  margin: 0 0 1.2rem;
}
.doc .lede { margin: 0; text-align: left; max-width: 58ch; }
.doc h2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin: 0 0 0.55rem;
}
.doc p { margin: 0 0 0.85rem; }
.doc ul, .doc ol {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
}
.doc li {
  padding: 0.55rem 0;
  border-top: 1px solid var(--surface-highest);
}
.doc li:last-child { border-bottom: 1px solid var(--surface-highest); }
.doc a { text-underline-offset: 0.16em; }
.doc .close {
  margin-top: 2.5rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--surface-highest);
  color: var(--ink-2);
}
.legal { max-width: 46rem; }
.legal h2 { margin-top: 2rem; margin-bottom: 0.55rem; }
.legal .lede,
.legal p { color: var(--ink-2); }
.doc-head.band-head-center {
  max-width: 56rem;
  margin-inline: auto;
  text-align: center;
}
.doc-head.band-head-center h1 { margin-inline: auto; }
.doc-head.band-head-center .lede {
  text-align: center;
  margin-inline: auto;
}
.doc-blocks { display: grid; gap: 1.15rem; }
.doc-block {
  background: var(--paper);
  border-radius: var(--radius);
  padding: 1.75rem 2rem;
  box-shadow: var(--shadow);
}
.doc-block p { margin: 0; color: var(--ink-2); font-size: 1rem; line-height: 1.5rem; }

.usecase-portada { margin: 0 0 0.5rem; }
.usecase-portada h1 {
  max-width: 22ch;
  margin: 0;
}
.usecase-section {
  margin: 2.75rem 0 0;
  max-width: 46rem;
}
.usecase-section h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 0.7rem;
}
.usecase-section p,
.usecase-section li { color: var(--ink-2); }
.usecase-close {
  margin: 2.75rem 0 0;
  max-width: 46rem;
  background: var(--surface-low);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.75rem 2rem;
}
.usecase-close h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 0.7rem;
}
.usecase-close p { margin: 0; color: var(--ink-2); }
.usecase-related {
  margin: 2rem 0 0;
  max-width: 46rem;
  color: var(--ink-2);
  font-size: 1rem;
  line-height: 1.5rem;
}
.usecase-related a { color: var(--forest); text-underline-offset: 0.16em; }

.cta-band {
  background: var(--forest);
  color: var(--on-forest);
  padding: 4rem 0;
}
.cta-band h2 {
  color: var(--on-forest);
  margin: 0 0 0.55rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.cta-band p {
  color: var(--on-forest-soft);
  max-width: 36rem;
  margin-bottom: 1.25rem;
}
.cta-band :focus-visible { outline-color: var(--on-forest); }
.cta-band .btn {
  background: var(--paper);
  color: var(--forest);
  border-color: var(--paper);
}
.cta-band .btn:hover { background: var(--bg); border-color: var(--bg); }
.cta-band .ctas { justify-content: flex-start; }

.site-footer {
  background: var(--surface-low);
  padding: 0;
  color: var(--ink-2);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.foot {
  display: grid;
  gap: 1.5rem 2rem;
  padding: 4rem 0;
}
.foot a { color: var(--forest); text-decoration: none; }
.foot a:hover { text-decoration: underline; text-underline-offset: 0.16em; }
.foot-brand .wordmark { font-size: 1.75rem; line-height: 2.25rem; }
.foot-cols {
  display: grid;
  gap: 0.75rem 2rem;
  min-width: 0;
}
.foot-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 1.15rem;
  align-items: center;
  max-width: 100%;
}
.foot-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.foot-note {
  grid-column: 1 / -1;
  color: var(--ink-2);
  padding-top: 1rem;
  border-top: 1px solid color-mix(in srgb, var(--rule) 55%, transparent);
}

@media (min-width: 720px) {
  :root { --wide: min(74rem, calc(100% - 4rem)); --wrap: min(46rem, calc(100% - 4rem)); }
  .brand-note { display: inline-flex; }
  .hero { padding: 4rem 0; }
  .band { padding: 4rem 0; }
  .situations { grid-template-columns: 1fr 1fr; }
  .team { grid-template-columns: 1fr 1fr; }
  .foot {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
  .foot-cols { justify-items: end; }
  .foot-nav { justify-content: flex-end; }
}

@media (min-width: 1024px) {
  .hero { padding: 6rem 0; }
  .hero-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: center;
  }
  .hero-copy { grid-column: span 8; }
  .hero-panel { grid-column: span 4; }
  .hero h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    max-width: none;
  }
  .band { padding: 6rem 0; }
  .band-head h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .steps { grid-template-columns: 1fr 1fr 1fr; }
  .quote-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: start;
  }
  .quote-grid .band-head,
  .quote-grid .doc-head { grid-column: span 4; margin-bottom: 0; }
  .quote-grid .faq,
  .quote-grid .doc-blocks { grid-column: span 8; }
  .contact-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: start;
  }
  .contact-grid .band-head { grid-column: span 5; margin-bottom: 0; }
  .contact-grid .form-panel { grid-column: span 7; padding: 3rem; }
  .situation-lead { padding: 2.5rem 2.5rem 2.25rem; }
  .situation-lead-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: end;
  }
  .situation-lead-grid h3 {
    grid-column: span 5;
    font-size: 2.5rem;
    line-height: 3rem;
    max-width: none;
    margin: 0;
  }
  .situation-lead-grid .situation-lead-copy { grid-column: span 7; }
  .usecase-portada h1 { max-width: none; }
  .usecase-section h2,
  .usecase-close h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .doc h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  .legal h2 { margin-top: 2.5rem; }
}

@media (max-width: 719px) {
  html { scroll-padding-top: 7.5rem; }
  .site-header .wide {
    min-height: 0;
    padding-block: 0.65rem 0.45rem;
    flex-wrap: wrap;
    align-items: center;
  }
  .brand { min-height: 2rem; }
  .wordmark { font-size: 1.35rem; }
  .site-nav {
    flex: 1 1 100%;
    justify-content: flex-start;
    gap: 0.1rem 0.75rem;
  }
  .site-nav a:not(.btn) { font-size: 0.8125rem; min-height: 44px; }
  .doc-head.band-head-center,
  .doc-head.band-head-center .lede { text-align: left; }
  .doc-head.band-head-center h1,
  .doc-head.band-head-center .lede { margin-inline: 0; }
  .hero { padding: 3rem 0; }
  .band { padding: 3rem 0; }
  .callout { padding: 1.35rem 1.25rem; }
  .callout strong { font-size: 1.5rem; line-height: 1.9rem; }
  .situation-lead { padding: 1.5rem 1.25rem 1.35rem; }
  .situation-lead h3 { font-size: 1.5rem; line-height: 1.9rem; }
}

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