/* Style reminder: Archivo Orbital — mineral editorial field, Cian de Origen, deep-navy structure and precise orbital lines. */
/* Style reminder: Archivo Orbital — mineral paper, deep-navy editorial type and precise cyan coordinates. */
:root {
  --orbital-ink: #102743;
  --orbital-paper: #f7f4ed;
  --orbital-cyan: #00b7c7;
  --orbital-cyan-soft: #dff4f1;
  --orbital-coral: #f05c46;
  --orbital-muted: #607178;
  --orbital-line: #d9d9d1;
}

html {
  scroll-behavior: smooth;
}
body {
  min-width: 320px;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.012em;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
a {
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
::selection {
  background: var(--orbital-cyan);
  color: var(--orbital-ink);
}

.site-shell {
  background: var(--orbital-paper);
  color: var(--orbital-ink);
}
.shell {
  width: min(1280px, calc(100% - 3rem));
  margin-inline: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #007d89;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1;
}
.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 1px;
  background: currentColor;
}
.eyebrow-light {
  color: #91fbff;
}

.sale-strip {
  position: relative;
  z-index: 30;
  background: var(--orbital-coral);
  color: #fff8f1;
  font-size: 0.75rem;
}
.sale-strip-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sale-strip p {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.sale-strip-separator {
  opacity: 0.65;
}
.sale-strip-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(247, 244, 237, 0.95);
  border-bottom: 1px solid rgba(16, 39, 67, 0.14);
  box-shadow: 0 7px 24px rgba(16, 39, 67, 0.06);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  gap: 1.5rem;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  width: max-content;
  color: var(--orbital-ink);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.065em;
}
.brand-mark img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}
.header-inner .brand-mark {
  gap: 0.78rem;
  font-size: 1.575rem;
}
.header-inner .brand-mark img {
  width: 47px;
  height: 47px;
}
.brand-dot {
  color: var(--orbital-coral);
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.7vw, 1.5rem);
  margin-left: auto;
}
.nav-link {
  position: relative;
  padding: 0.45rem 0;
  color: #4f606b;
  font-size: 0.81rem;
  font-weight: 600;
  transition: color 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-link:hover,
.nav-link-active {
  color: var(--orbital-ink);
}
.nav-link-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.05rem;
  height: 2px;
  background: var(--orbital-cyan);
}
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  transition:
    transform 0.16s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.16s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.16s cubic-bezier(0.23, 1, 0.32, 1);
}
.header-cta {
  background: var(--orbital-ink);
  color: #fffdf8;
  padding: 0.72rem 0.9rem;
}
.header-cta:hover {
  background: #00aebe;
}
.header-cta:active,
.button:active,
.sale-card-button:active {
  transform: scale(0.97);
}
.mobile-menu-toggle {
  display: none;
  color: var(--orbital-ink);
}
.mobile-menu {
  display: none;
}

.site-footer {
  background: var(--orbital-ink);
  color: var(--orbital-paper);
  padding: 4.8rem 0 1.15rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 0.7fr 0.7fr 1.1fr;
  gap: 2rem;
  padding-bottom: 4rem;
}
.footer-intro {
  max-width: 17rem;
}
.footer-intro .brand-mark {
  color: var(--orbital-paper);
  margin-bottom: 1.15rem;
}
.footer-intro p {
  color: #b9c8cf;
  font-size: 0.9rem;
  line-height: 1.55;
}
.footer-email {
  display: inline-block;
  margin-top: 1.2rem;
  color: #91fbff;
  font-size: 0.9rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(145, 251, 255, 0.45);
}
.footer-label {
  color: #91fbff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 1.15rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
}
.footer-links a {
  color: #d8e3e5;
  font-size: 0.84rem;
  transition: color 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-links a:hover {
  color: #91fbff;
}
.footer-phrase {
  border-left: 1px solid rgba(145, 251, 255, 0.28);
  padding-left: 1.3rem;
}
.footer-phrase .eyebrow {
  color: #91fbff;
  font-size: 0.61rem;
}
.footer-phrase p {
  margin-top: 1.2rem;
  font-family: "Newsreader", serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.08;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(216, 227, 229, 0.18);
  padding-top: 1rem;
  color: #8ba0aa;
  font-size: 0.68rem;
}
.footer-bottom a {
  color: #b9c8cf;
  text-decoration: underline;
  text-decoration-color: rgba(145, 251, 255, 0.45);
  text-underline-offset: 3px;
  transition: color 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.footer-bottom a:hover {
  color: #91fbff;
}

.legal-page {
  width: min(950px, calc(100% - 3rem));
  margin-inline: auto;
  padding: clamp(4rem, 9vw, 8rem) 0 clamp(5rem, 10vw, 9rem);
}
.legal-page > h1 {
  max-width: 10ch;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  color: var(--orbital-ink);
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 7vw, 7.4rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
}
.legal-copy {
  background: #fffdf8;
  border: 1px solid var(--orbital-line);
}
.legal-copy section {
  padding: clamp(1.6rem, 4vw, 3.25rem);
}
.legal-copy section + section {
  border-top: 1px solid var(--orbital-line);
}
.legal-copy h2 {
  margin-bottom: 1rem;
  color: var(--orbital-ink);
  font-family: "Newsreader", serif;
  font-size: clamp(1.9rem, 3.6vw, 3.1rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.legal-copy p,
.legal-copy address {
  max-width: 45rem;
  color: #3e5661;
  font-size: 0.97rem;
  font-style: normal;
  line-height: 1.7;
}
.legal-copy p + p {
  margin-top: 1rem;
}
.legal-copy section:nth-child(1),
.legal-copy section:last-child {
  background: #e2f3ef;
}

.page-heading {
  position: relative;
  padding-top: clamp(4rem, 8vw, 7.2rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  background-image: linear-gradient(
    90deg,
    transparent 0,
    transparent 8.7%,
    rgba(0, 183, 199, 0.23) 8.7%,
    rgba(0, 183, 199, 0.23) calc(8.7% + 1px),
    transparent calc(8.7% + 1px)
  );
}
.page-heading::after {
  content: "ORIGEN / ES-2026";
  position: absolute;
  right: 0;
  bottom: 0.95rem;
  color: #00aebe;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  writing-mode: vertical-rl;
}
.page-heading-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr;
  gap: 4rem;
  align-items: end;
  margin-top: 1.35rem;
}
.page-heading h1 {
  max-width: 11ch;
  color: var(--orbital-ink);
  font-family: "Newsreader", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.87;
}
.page-heading p {
  max-width: 32rem;
  color: #52636b;
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 0.35rem;
}

.home-hero {
  overflow: hidden;
  background: var(--orbital-ink);
  color: var(--orbital-paper);
}
.hero-grid {
  position: relative;
  display: grid;
  min-height: 615px;
  grid-template-columns: 1.03fr 0.97fr;
}
.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  padding: 5.2rem 0 5rem;
}
.hero-copy h1 {
  max-width: 9.7ch;
  margin: 1.15rem 0 1.6rem;
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 6.7vw, 7.2rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.82;
}
.hero-copy p {
  max-width: 29rem;
  color: #c7d4d8;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}
.button {
  border: 1px solid transparent;
  padding: 0.83rem 1rem;
}
.button-primary {
  background: var(--orbital-cyan);
  color: var(--orbital-ink);
}
.button-primary:hover {
  background: #91fbff;
}
.button-ghost {
  border-color: rgba(247, 244, 237, 0.36);
  color: var(--orbital-paper);
}
.button-ghost:hover {
  border-color: var(--orbital-paper);
  background: rgba(247, 244, 237, 0.1);
}
.hero-art {
  position: relative;
  min-height: 100%;
  background-image: linear-gradient(90deg, #102743 0%, transparent 26%),
    url("../images/avatar-hero-orbital.jpg");
  background-position: center, center;
  background-size: cover;
}
.hero-art::after {
  content: "AVATAR / ORIGEN";
  position: absolute;
  right: 1.6rem;
  bottom: 1.4rem;
  color: #91fbff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}
.hero-coordinates {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 50%;
  padding: 1.15rem 0;
  color: #91fbff;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.hero-coordinates::before {
  content: "";
  width: 4rem;
  height: 1px;
  background: #91fbff;
}

.topic-rail {
  border-bottom: 1px solid #d5d8d3;
}
.topic-rail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.topic-card {
  display: flex;
  gap: 0.8rem;
  min-height: 150px;
  padding: 1.5rem 1.25rem;
  border-right: 1px solid #d5d8d3;
  color: var(--orbital-ink);
  transition: background 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.topic-card:first-child {
  border-left: 1px solid #d5d8d3;
}
.topic-card:hover {
  background: var(--orbital-cyan-soft);
}
.topic-icon {
  flex: 0 0 auto;
  color: #00aebe;
}
.topic-card p {
  margin-top: 0.5rem;
  color: #66767b;
  font-size: 0.78rem;
  line-height: 1.45;
}
.topic-card strong {
  display: block;
  font-size: 0.78rem;
}
.topic-card small {
  display: block;
  margin-top: 0.25rem;
  color: #007d89;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.section-block {
  padding: clamp(4.2rem, 8vw, 7.2rem) 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.1rem;
}
.section-head h2 {
  max-width: 13ch;
  font-family: "Newsreader", serif;
  font-size: clamp(2.5rem, 4.7vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: max-content;
  padding-bottom: 0.2rem;
  color: #007d89;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 125, 137, 0.35);
}

.featured-article {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  background: #fffdf8;
  border: 1px solid var(--orbital-line);
}
.featured-image {
  position: relative;
  min-height: 380px;
  background-image: linear-gradient(
      0deg,
      rgba(16, 39, 67, 0.15),
      rgba(16, 39, 67, 0)
    ),
    url("../images/avatar-case-identity.jpg");
  background-position: center;
  background-size: cover;
}
.featured-image::after {
  content: "PRESENCIA / 01";
  position: absolute;
  inset: 16px;
  display: flex;
  align-items: flex-end;
  padding: 0.65rem;
  color: #91fbff;
  border: 1px solid rgba(145, 251, 255, 0.84);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.featured-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.article-meta {
  color: #007d89;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.featured-copy h3 {
  max-width: 10ch;
  margin: 1rem 0 1.2rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.featured-copy p {
  max-width: 29rem;
  color: #5a6b72;
  font-size: 0.95rem;
  line-height: 1.6;
}
.text-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  padding-top: 2rem;
  color: var(--orbital-ink);
  font-size: 0.78rem;
  font-weight: 700;
}
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
  margin-top: 1.2rem;
}
.article-card {
  display: flex;
  flex-direction: column;
  color: var(--orbital-ink);
  background: #fffdf8;
  border: 1px solid var(--orbital-line);
  transition:
    transform 0.2s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 13px 25px rgba(16, 39, 67, 0.09);
}
.article-card-image {
  aspect-ratio: 1.5;
  background-position: center;
  background-size: cover;
}
.article-card-copy {
  display: flex;
  flex-direction: column;
  min-height: 218px;
  padding: 1.25rem;
}
.article-card h3 {
  margin: 0.8rem 0;
  font-family: "Newsreader", serif;
  font-size: 1.65rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.96;
}
.article-card p {
  color: #5a6b72;
  font-size: 0.8rem;
  line-height: 1.45;
}
.article-card .read-meta {
  margin-top: auto;
  padding-top: 1rem;
  color: #007d89;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.case-band {
  overflow: hidden;
  background: #e2f3ef;
  border-block: 1px solid #bddbd4;
}
.case-band-inner {
  display: grid;
  grid-template-columns: 0.86fr 2.14fr;
  gap: 2rem;
}
.case-band-title {
  padding: 4rem 0;
}
.case-band-title h2 {
  margin-top: 1rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2.4rem, 4.4vw, 4.5rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.case-scroll {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
}
.case-mini {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border-left: 1px solid #b9d5ce;
}
.case-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86);
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.case-mini:hover img {
  transform: scale(1.05);
}
.case-mini-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.4rem;
  color: #fffdf8;
  background: linear-gradient(
    0deg,
    rgba(16, 39, 67, 0.82),
    rgba(16, 39, 67, 0.02) 65%
  );
}
.case-mini-overlay span {
  color: #91fbff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.case-mini h3 {
  margin-top: 0.55rem;
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.case-mini p {
  margin-top: 0.7rem;
  color: #e5eff0;
  font-size: 0.76rem;
  line-height: 1.45;
}

.directory-preview {
  background: var(--orbital-ink);
  color: var(--orbital-paper);
}
.directory-preview .section-head h2 {
  color: var(--orbital-paper);
}
.directory-preview .section-link {
  color: #91fbff;
  border-color: rgba(145, 251, 255, 0.35);
}
.directory-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(247, 244, 237, 0.25);
  border-left: 1px solid rgba(247, 244, 237, 0.25);
}
.directory-card {
  min-height: 210px;
  padding: 1.4rem;
  border-right: 1px solid rgba(247, 244, 237, 0.25);
  border-bottom: 1px solid rgba(247, 244, 237, 0.25);
  transition: background 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.directory-card:hover {
  background: #173550;
}
.directory-badge {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid #91fbff;
  color: #91fbff;
  font-size: 0.68rem;
  font-weight: 700;
}
.directory-card h3 {
  margin-top: 1rem;
  font-family: "Newsreader", serif;
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.directory-card p {
  margin-top: 0.5rem;
  color: #b9c8cf;
  font-size: 0.76rem;
  line-height: 1.45;
}
.directory-card small {
  color: #91fbff;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.protocol-home {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  background: #fffdf8;
  border: 1px solid var(--orbital-line);
}
.protocol-intro {
  padding: clamp(2rem, 5vw, 4.5rem);
}
.protocol-intro h2 {
  margin-top: 1rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.88;
}
.protocol-intro p {
  max-width: 33rem;
  margin-top: 1.4rem;
  color: #5a6b72;
  line-height: 1.6;
}
.protocol-list {
  display: grid;
  align-content: center;
  padding: clamp(2rem, 4vw, 3.2rem);
  color: #fffaf4;
  background: var(--orbital-coral);
}
.protocol-line {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.7rem;
  padding: 1.2rem 0;
  border-top: 1px solid rgba(255, 250, 244, 0.35);
}
.protocol-line:last-child {
  border-bottom: 1px solid rgba(255, 250, 244, 0.35);
}
.protocol-line span {
  color: #ffd4ca;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.protocol-line strong {
  font-family: "Newsreader", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
.newsletter-band {
  padding: 0 0 6.8rem;
}
.newsletter-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 2rem;
  padding: clamp(1.5rem, 4vw, 3.2rem);
  background: var(--orbital-cyan-soft);
  border: 1px solid #b9d5ce;
}
.newsletter-card h2 {
  max-width: 11ch;
  font-family: "Newsreader", serif;
  font-size: clamp(2.4rem, 4.1vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.88;
}
.newsletter-card p {
  margin-top: 0.8rem;
  color: #486269;
  font-size: 0.9rem;
  line-height: 1.5;
}
.newsletter-form {
  display: flex;
  padding-bottom: 0.45rem;
  border-bottom: 1px solid var(--orbital-ink);
}
.newsletter-form input {
  min-width: 0;
  flex: 1;
  color: var(--orbital-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0.87rem;
}
.newsletter-form button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--orbital-ink);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
}
.newsletter-notice {
  margin-top: 0.7rem !important;
  color: #007d89 !important;
  font-size: 0.7rem !important;
  font-weight: 700;
}

.radar-presence-window {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 330px;
  margin-bottom: 3.3rem;
  border: 1px solid #b9d5ce;
  background: #e2f3ef;
}
.presence-image {
  position: relative;
  min-height: 330px;
  background-image: linear-gradient(90deg, rgba(16, 39, 67, 0.1), transparent),
    url("../images/avatar-case-identity.jpg");
  background-position: center;
  background-size: cover;
}
.presence-image::after,
.protocol-window-image::after {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid #00b7c7;
}
.presence-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.2rem);
}
.presence-copy h2,
.protocol-window-copy h2 {
  max-width: 10ch;
  margin: 0.9rem 0 1rem;
  font-family: "Newsreader", serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.07em;
  line-height: 0.88;
}
.presence-copy p,
.protocol-window-copy p {
  max-width: 30rem;
  color: #506b72;
  font-size: 0.86rem;
  line-height: 1.55;
}
.presence-copy > span,
.protocol-window-copy > span {
  display: inline-block;
  margin-top: 1.5rem;
  color: #007d89;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.radar-stream {
  position: relative;
  border-top: 1px solid var(--orbital-line);
  background-image: linear-gradient(
    90deg,
    rgba(0, 183, 199, 0.22) 0,
    rgba(0, 183, 199, 0.22) 1px,
    transparent 1px,
    transparent 8.5%
  );
}
.radar-row {
  display: grid;
  grid-template-columns: 7rem 1fr 0.6fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.35rem 0;
  color: var(--orbital-ink);
  border-bottom: 1px solid var(--orbital-line);
  transition: padding 0.18s cubic-bezier(0.23, 1, 0.32, 1);
}
.radar-row:hover {
  padding-left: 0.8rem;
}
.radar-row span {
  color: #007d89;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.radar-row h2 {
  font-family: "Newsreader", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.radar-row p {
  color: #64747a;
  font-size: 0.82rem;
  line-height: 1.45;
}
.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--orbital-line);
  border-left: 1px solid var(--orbital-line);
}
.signal-card {
  min-height: 245px;
  padding: 1.5rem;
  border-right: 1px solid var(--orbital-line);
  border-bottom: 1px solid var(--orbital-line);
}
.signal-card span {
  color: var(--orbital-coral);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.signal-card h3 {
  margin: 1rem 0 0.8rem;
  font-family: "Newsreader", serif;
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.signal-card p {
  color: #64747a;
  font-size: 0.82rem;
  line-height: 1.5;
}

.format-lanes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.format-lane {
  display: flex;
  min-height: 400px;
  flex-direction: column;
  padding: 1.4rem;
  color: var(--orbital-paper);
  border-right: 1px solid rgba(247, 244, 237, 0.25);
}
.format-lane:nth-child(1) {
  color: var(--orbital-ink);
  background: #00aebe;
}
.format-lane:nth-child(2) {
  background: var(--orbital-ink);
}
.format-lane:nth-child(3) {
  background: var(--orbital-coral);
}
.format-lane:nth-child(4) {
  background: #496f73;
}
.format-lane small {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.format-lane h2 {
  margin-top: auto;
  font-family: "Newsreader", serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.84;
}
.format-lane p {
  max-width: 18rem;
  margin-top: 1rem;
  font-size: 0.78rem;
  line-height: 1.45;
}
.create-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--orbital-line);
  border: 1px solid var(--orbital-line);
}
.create-step {
  min-height: 236px;
  padding: 2rem;
  background: #fffdf8;
}
.create-step span {
  color: #00aebe;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.create-step h3 {
  margin: 0.85rem 0;
  font-family: "Newsreader", serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.9;
}
.create-step p {
  max-width: 28rem;
  color: #65767a;
  font-size: 0.86rem;
  line-height: 1.55;
}
.comparison-table {
  border-top: 2px solid var(--orbital-ink);
}
.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--orbital-line);
  font-size: 0.82rem;
}
.comparison-row.header {
  color: #007d89;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.comparison-row strong {
  font-family: "Newsreader", serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.filter-chip {
  padding: 0.55rem 0.8rem;
  color: #466168;
  background: transparent;
  border: 1px solid #b9c7c4;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition:
    background 0.16s cubic-bezier(0.23, 1, 0.32, 1),
    color 0.16s cubic-bezier(0.23, 1, 0.32, 1);
}
.filter-chip:hover,
.filter-chip-active {
  color: var(--orbital-paper);
  background: var(--orbital-ink);
  border-color: var(--orbital-ink);
}
.directory-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.directory-entry {
  position: relative;
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 1.35rem;
  background: #fffdf8;
  border: 1px solid var(--orbital-line);
  overflow: hidden;
}
.directory-entry::before {
  content: attr(data-record);
  position: absolute;
  top: 0.7rem;
  left: 5.1rem;
  color: #00aebe;
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.directory-entry::after {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 11px;
  width: 28px;
  height: 28px;
  border-right: 1px solid #00b7c7;
  border-bottom: 1px solid #00b7c7;
  opacity: 0.85;
}
.directory-entry-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.entry-monogram {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: #91fbff;
  background: var(--orbital-ink);
  font-size: 0.72rem;
  font-weight: 700;
}
.entry-type {
  max-width: 11rem;
  color: #007d89;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-align: right;
}
.directory-entry h2 {
  margin-top: 1.55rem;
  font-family: "Newsreader", serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: -0.06em;
}
.directory-entry > p {
  margin-top: 0.55rem;
  color: #64747a;
  font-size: 0.82rem;
  line-height: 1.5;
}
.entry-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 1rem;
}
.entry-tags span {
  padding: 0.25rem 0.4rem;
  color: #007d89;
  border: 1px solid #b9d5ce;
  font-size: 0.6rem;
  font-weight: 700;
}
.entry-fit {
  margin-top: 1.15rem;
  color: var(--orbital-coral);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
.directory-cta {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  margin-top: 3.5rem;
  background: var(--orbital-cyan-soft);
  border: 1px solid #b9d5ce;
}
.directory-cta > div {
  padding: 2.2rem;
}
.directory-cta h2 {
  font-family: "Newsreader", serif;
  font-size: 2.65rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.directory-cta p {
  margin-top: 0.8rem;
  color: #496166;
  font-size: 0.87rem;
  line-height: 1.5;
}
.directory-cta aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  padding: 2.2rem;
  color: var(--orbital-paper);
  background: var(--orbital-ink);
}
.directory-cta aside span {
  color: #91fbff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.11em;
}
.directory-cta aside a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--orbital-paper);
  font-size: 0.88rem;
  font-weight: 700;
}

.case-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--orbital-line);
  border: 1px solid var(--orbital-line);
}
.case-page-card {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  background: var(--orbital-ink);
}
.case-page-card::after {
  content: "PRESENCIA / CASO";
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.55rem;
  color: #91fbff;
  border: 1px solid rgba(145, 251, 255, 0.85);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
.case-page-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.78;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.case-page-card:hover img {
  transform: scale(1.05);
}
.case-page-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 530px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: #fffdf8;
  background: linear-gradient(
    0deg,
    rgba(16, 39, 67, 0.96),
    rgba(16, 39, 67, 0.03) 70%
  );
}
.case-page-card span {
  color: #91fbff;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.case-page-card h2 {
  margin: 0.85rem 0;
  font-family: "Newsreader", serif;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.88;
}
.case-page-card p {
  color: #dfebed;
  font-size: 0.84rem;
  line-height: 1.5;
}
.case-page-card small {
  margin-top: 1.1rem;
  color: #a8bcc3;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.case-explainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--orbital-line);
}
.case-explainer > div {
  padding: 2.1rem 0;
}
.case-explainer > div + div {
  padding-left: 2.1rem;
  border-left: 1px solid var(--orbital-line);
}
.case-explainer h2 {
  font-family: "Newsreader", serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.case-explainer p {
  max-width: 30rem;
  margin-top: 0.9rem;
  color: #64747a;
  font-size: 0.9rem;
  line-height: 1.6;
}

.protocol-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4rem, 8vw, 7rem) 0;
  color: var(--orbital-paper);
  background: radial-gradient(
      circle at 78% 25%,
      rgba(0, 183, 199, 0.16) 0,
      rgba(0, 183, 199, 0.16) 1px,
      transparent 1px,
      transparent 18%
    ),
    var(--orbital-ink);
}
.protocol-hero::after {
  content: "ORBITA / CONFIANZA";
  position: absolute;
  right: 5%;
  top: 16%;
  color: rgba(145, 251, 255, 0.42);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  writing-mode: vertical-rl;
}
.protocol-hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 4rem;
  align-items: end;
}
.protocol-hero h1 {
  max-width: 9ch;
  margin-top: 1.25rem;
  font-family: "Newsreader", serif;
  font-size: clamp(3.8rem, 6.6vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 0.83;
}
.protocol-hero p {
  color: #c5d3d8;
  font-size: 1.02rem;
  line-height: 1.62;
}
.protocol-presence-window {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 345px;
  margin-top: 3rem;
  background: #f05c46;
  border: 1px solid #d94a3a;
}
.protocol-window-image {
  position: relative;
  min-height: 345px;
  background-image: linear-gradient(
      0deg,
      rgba(16, 39, 67, 0.25),
      rgba(16, 39, 67, 0.02)
    ),
    url("../images/avatar-case-training.jpg");
  background-position: center;
  background-size: cover;
}
.protocol-window-image::after {
  border-color: rgba(145, 251, 255, 0.95);
}
.protocol-window-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.2rem);
  color: #fffaf4;
}
.protocol-window-copy .eyebrow {
  color: #ffd4ca;
}
.protocol-window-copy h2 {
  color: #fffaf4;
}
.protocol-window-copy p {
  color: #ffe5de;
}
.protocol-window-copy > span {
  color: #ffd4ca;
}
.protocol-pillars {
  counter-reset: protocol;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--orbital-line);
  border-left: 1px solid var(--orbital-line);
}
.protocol-pillar {
  position: relative;
  min-height: 300px;
  padding: 1.6rem;
  border-right: 1px solid var(--orbital-line);
  border-bottom: 1px solid var(--orbital-line);
  counter-increment: protocol;
}
.protocol-pillar::after {
  content: "0" counter(protocol);
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: rgba(0, 183, 199, 0.24);
  font-family: "Newsreader", serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
}
.protocol-pillar span {
  color: #00aebe;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.protocol-pillar h2 {
  margin: 1rem 0;
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.protocol-pillar p {
  color: #65767a;
  font-size: 0.82rem;
  line-height: 1.55;
}
.legal-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.2rem;
  align-items: center;
  margin-top: 3.4rem;
  padding: 1.35rem;
  background: #e2f3ef;
  border: 1px solid #b9d5ce;
}
.legal-note svg {
  color: #007d89;
}
.legal-note p {
  color: #45626a;
  font-size: 0.82rem;
  line-height: 1.5;
}
.legal-note a {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  width: max-content;
  color: var(--orbital-ink);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1px solid var(--orbital-ink);
}

.school-paths {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.school-path {
  display: flex;
  min-height: 315px;
  flex-direction: column;
  padding: 1.5rem;
  background: #fffdf8;
  border: 1px solid var(--orbital-line);
}
.school-path:nth-child(2) {
  color: var(--orbital-paper);
  background: var(--orbital-ink);
  border-color: var(--orbital-ink);
}
.school-path .path-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #007d89;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.school-path:nth-child(2) .path-meta {
  color: #91fbff;
}
.school-path h2 {
  margin: 2.4rem 0 0.9rem;
  font-family: "Newsreader", serif;
  font-size: 2.35rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.school-path p {
  color: #65767a;
  font-size: 0.82rem;
  line-height: 1.55;
}
.school-path:nth-child(2) p {
  color: #b9c8cf;
}
.school-path a {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--orbital-ink);
  font-size: 0.75rem;
  font-weight: 700;
}
.school-path:nth-child(2) a {
  color: #91fbff;
}
.resource-strip {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: 3rem;
  color: #fffaf4;
  background: var(--orbital-coral);
}
.resource-strip > div {
  padding: 2.2rem;
}
.resource-strip h2 {
  font-family: "Newsreader", serif;
  font-size: 2.7rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.resource-strip p {
  color: #ffe5de;
  font-size: 0.88rem;
  line-height: 1.55;
}
.resource-strip a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.1rem;
  color: #fffaf4;
  font-size: 0.78rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 250, 244, 0.6);
}

.story-layout {
  width: min(950px, calc(100% - 3rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.story-layout > .eyebrow {
  margin-bottom: 1.35rem;
}
.story-layout h1 {
  max-width: 12ch;
  font-family: "Newsreader", serif;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
}
.story-dek {
  max-width: 43rem;
  margin-top: 1.8rem;
  color: #55666d;
  font-size: 1.18rem;
  line-height: 1.57;
}
.story-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1.4rem 0 2rem;
  color: #007d89;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.story-image {
  width: 100%;
  aspect-ratio: 1.65;
  object-fit: cover;
  border: 1px solid var(--orbital-line);
}
.story-copy {
  width: min(650px, 100%);
  margin: 3rem auto 0;
}
.story-copy p {
  margin-bottom: 1.45rem;
  color: #334b58;
  font-family: "Newsreader", serif;
  font-size: 1.35rem;
  line-height: 1.47;
}
.story-copy h2 {
  margin: 2.5rem 0 1rem;
  color: var(--orbital-ink);
  font-family: "Newsreader", serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.story-quote {
  width: min(650px, 100%);
  margin: 2.5rem auto;
  padding: 1.5rem 0 1.5rem 1.5rem;
  color: var(--orbital-ink);
  border-left: 3px solid var(--orbital-cyan);
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.95;
}
.reference-list {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.3rem;
}
.reference-list a {
  color: #007d89;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sale-page {
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: #e2f3ef;
}
.sale-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 6vw, 7rem);
  align-items: start;
}
.sale-intro h1 {
  margin-top: 1.2rem;
  font-family: "Newsreader", serif;
  font-size: clamp(3.6rem, 6vw, 6.6rem);
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.82;
}
.sale-intro > p {
  max-width: 31rem;
  margin-top: 1.6rem;
  color: #4d666d;
  font-size: 1.03rem;
  line-height: 1.6;
}
.sale-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 2.4rem;
  background: #b9d5ce;
  border: 1px solid #b9d5ce;
}
.sale-fact {
  padding: 1rem;
  background: #edf8f5;
}
.sale-fact span {
  display: block;
  color: #007d89;
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sale-fact strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--orbital-ink);
  font-family: "Newsreader", serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.045em;
}
.sale-contact {
  padding: clamp(1.5rem, 3.8vw, 3rem);
  color: var(--orbital-paper);
  background: var(--orbital-ink);
}
.sale-contact h2 {
  font-family: "Newsreader", serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -0.065em;
  line-height: 0.9;
}
.sale-contact > p {
  margin: 1rem 0 1.5rem;
  color: #c8d7db;
  font-size: 0.86rem;
  line-height: 1.55;
}
.sale-form {
  display: grid;
  gap: 1rem;
}
.sale-form label {
  display: grid;
  gap: 0.38rem;
  color: #91fbff;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sale-form input,
.sale-form textarea {
  width: 100%;
  resize: vertical;
  padding: 0.75rem;
  color: var(--orbital-paper);
  background: transparent;
  border: 1px solid rgba(247, 244, 237, 0.33);
  outline: 0;
  font-size: 0.86rem;
  font-weight: 400;
  letter-spacing: normal;
}
.sale-form input:focus,
.sale-form textarea:focus {
  border-color: #91fbff;
}
.sale-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.3rem;
  padding: 0.86rem 1rem;
  color: var(--orbital-ink);
  background: var(--orbital-cyan);
  border: 0;
  font-size: 0.76rem;
  font-weight: 700;
  transition:
    transform 0.16s cubic-bezier(0.23, 1, 0.32, 1),
    background 0.16s cubic-bezier(0.23, 1, 0.32, 1);
}
.sale-card-button:hover {
  background: #91fbff;
}
.sale-direct {
  display: block;
  margin-top: 1.3rem;
  color: #91fbff;
  font-size: 0.78rem;
  font-weight: 700;
}
.sale-direct span {
  color: #9ab0b8;
  font-weight: 400;
}
.not-found {
  display: grid;
  min-height: 65vh;
  place-items: center;
  padding: 4rem 1.5rem;
  text-align: center;
}
.not-found h1 {
  font-family: "Newsreader", serif;
  font-size: clamp(4rem, 10vw, 9rem);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.75;
}
.not-found p {
  max-width: 28rem;
  margin: 1rem auto 1.5rem;
  color: #65767a;
  line-height: 1.5;
}

@media (prefers-reduced-motion: no-preference) {
  .rise-in {
    animation: rise-in 0.52s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  .rise-in-delay {
    animation: rise-in 0.52s 0.1s cubic-bezier(0.23, 1, 0.32, 1) both;
  }
  @keyframes rise-in {
    from {
      opacity: 0;
      transform: translateY(16px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }
  .mobile-menu-toggle {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-left: auto;
    place-items: center;
  }
  .mobile-menu {
    display: none;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(16, 39, 67, 0.1);
  }
  .mobile-nav-link {
    display: grid;
    grid-template-columns: 2rem 1fr auto;
    align-items: center;
    min-height: 50px;
    color: var(--orbital-ink);
    border-bottom: 1px solid rgba(16, 39, 67, 0.1);
    font-weight: 700;
  }
  .mobile-nav-link span {
    color: #00aebe;
    font-size: 0.65rem;
    letter-spacing: 0.1em;
  }
  .mobile-sale-link {
    padding: 1rem 0 0.3rem;
    color: var(--orbital-coral);
    font-size: 0.82rem;
    font-weight: 700;
  }
  .footer-grid {
    grid-template-columns: 1.3fr 0.7fr 0.7fr;
  }
  .footer-phrase {
    grid-column: 1 / -1;
    max-width: 24rem;
  }
  .hero-grid,
  .featured-article,
  .protocol-home,
  .newsletter-card,
  .directory-cta {
    grid-template-columns: 1fr;
  }
  .hero-art {
    min-height: 480px;
  }
  .hero-coordinates {
    width: 100%;
  }
  .case-band-inner {
    grid-template-columns: 1fr;
  }
  .case-band-title {
    padding-bottom: 0;
  }
  .directory-page-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .protocol-hero-grid,
  .sale-grid {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
  .format-lanes {
    grid-template-columns: 1fr 1fr;
  }
  .format-lane {
    min-height: 290px;
  }
  .radar-presence-window,
  .protocol-presence-window {
    grid-template-columns: 1fr;
  }
  .presence-image,
  .protocol-window-image {
    min-height: 300px;
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 2rem, 1280px);
  }
  .sale-strip-inner {
    align-items: flex-start;
    padding-block: 0.48rem;
  }
  .sale-strip p {
    display: block;
    max-width: none;
    font-size: 0;
    line-height: 1;
    white-space: nowrap;
  }
  .sale-strip strong {
    display: block;
    font-size: 0.75rem;
    line-height: 1.35;
  }
  .sale-strip-separator {
    display: none;
  }
  .sale-strip-link {
    padding-top: 0.15rem;
    font-size: 0.7rem;
  }
  .header-inner {
    height: 65px;
  }
  .header-inner .brand-mark {
    gap: 0.72rem;
    font-size: 1.455rem;
  }
  .header-inner .brand-mark img {
    width: 42px;
    height: 42px;
  }
  .page-heading-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page-heading h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.3rem 1rem;
  }
  .footer-intro,
  .footer-phrase {
    grid-column: 1 / -1;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom {
    align-items: flex-start;
  }
  .legal-page {
    width: min(100% - 2rem, 950px);
    padding-top: 3.5rem;
  }
  .legal-copy section {
    padding: 1.5rem;
  }
  .legal-copy p,
  .legal-copy address {
    font-size: 0.91rem;
  }
  .topic-rail-grid,
  .article-grid,
  .directory-grid,
  .signal-grid,
  .school-paths,
  .case-page-grid,
  .protocol-pillars {
    grid-template-columns: 1fr;
  }
  .topic-card,
  .topic-card:first-child {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d5d8d3;
    border-left: 0;
  }
  .topic-card:last-child {
    border-bottom: 0;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }
  .case-scroll {
    grid-template-columns: 1fr;
  }
  .case-mini {
    min-height: 340px;
    border-top: 1px solid #b9d5ce;
    border-left: 0;
  }
  .directory-card {
    min-height: 185px;
  }
  .radar-row {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }
  .radar-row p {
    max-width: 32rem;
  }
  .format-lanes,
  .create-steps,
  .directory-page-grid {
    grid-template-columns: 1fr;
  }
  .format-lane {
    min-height: 230px;
    border-bottom: 1px solid rgba(247, 244, 237, 0.25);
  }
  .comparison-row {
    grid-template-columns: 1.1fr 1fr 1fr;
  }
  .comparison-row > :last-child {
    display: none;
  }
  .case-explainer {
    grid-template-columns: 1fr;
  }
  .case-explainer > div + div {
    padding-left: 0;
    border-top: 1px solid var(--orbital-line);
    border-left: 0;
  }
  .legal-note {
    grid-template-columns: auto 1fr;
  }
  .legal-note a {
    grid-column: 2;
  }
  .story-layout {
    width: min(100% - 2rem, 950px);
  }
  .radar-presence-window {
    margin-bottom: 2rem;
  }
}
