/* ===== HUELLAS PATTERN — sutil decoración de fondo on-brand =====
   Patrón SVG de 4 huellas de pata por tile (320x320), rotadas, en terracota a 7% opacidad.
   Aplicar con clase .has-huellas en body o secciones específicas. */
:root {
  --huellas-bg: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 320' width='320' height='320'%3E%3Cg fill='%23c67052' opacity='0.07'%3E%3Cg transform='translate(40 60) rotate(-18)'%3E%3Cellipse cx='0' cy='0' rx='10' ry='13'/%3E%3Cellipse cx='-12' cy='-14' rx='4' ry='5'/%3E%3Cellipse cx='-4' cy='-19' rx='4' ry='5'/%3E%3Cellipse cx='6' cy='-19' rx='4' ry='5'/%3E%3Cellipse cx='14' cy='-13' rx='4' ry='5'/%3E%3C/g%3E%3Cg transform='translate(220 110) rotate(22)'%3E%3Cellipse cx='0' cy='0' rx='9' ry='12'/%3E%3Cellipse cx='-11' cy='-12' rx='3.5' ry='4.5'/%3E%3Cellipse cx='-3.5' cy='-17' rx='3.5' ry='4.5'/%3E%3Cellipse cx='5' cy='-17' rx='3.5' ry='4.5'/%3E%3Cellipse cx='12' cy='-12' rx='3.5' ry='4.5'/%3E%3C/g%3E%3Cg transform='translate(110 200) rotate(8)'%3E%3Cellipse cx='0' cy='0' rx='10' ry='13'/%3E%3Cellipse cx='-12' cy='-14' rx='4' ry='5'/%3E%3Cellipse cx='-4' cy='-19' rx='4' ry='5'/%3E%3Cellipse cx='6' cy='-19' rx='4' ry='5'/%3E%3Cellipse cx='14' cy='-13' rx='4' ry='5'/%3E%3C/g%3E%3Cg transform='translate(260 250) rotate(-10)'%3E%3Cellipse cx='0' cy='0' rx='9' ry='12'/%3E%3Cellipse cx='-11' cy='-12' rx='3.5' ry='4.5'/%3E%3Cellipse cx='-3.5' cy='-17' rx='3.5' ry='4.5'/%3E%3Cellipse cx='5' cy='-17' rx='3.5' ry='4.5'/%3E%3Cellipse cx='12' cy='-12' rx='3.5' ry='4.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.has-huellas { /* patrón de huellas retirado: ahora solo acentos sueltos (footer) */ }

/* ===== ACCESIBILIDAD: foco visible por teclado ===== */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--terracota);
  outline-offset: 3px;
  border-radius: 2px;
}
.v4-svc-card:focus-visible,
.v4-ig-card:focus-visible { outline-offset: 4px; }

/* ===== FOOTER CTA STRIP (¿Hablamos?) — re-conversión antes del footer ===== */
.footer-cta {
  background: var(--sage-deep);
  color: var(--blanco-hueso);
  padding: clamp(60px, 9vh, 110px) 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.footer-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 90% 78%;
  background-size: 120px;
  opacity: 0.22;
  pointer-events: none;
}
.footer-cta .container { position: relative; }
.footer-cta .footer-cta-eyebrow {
  font-family: var(--hand, 'Caveat', cursive);
  font-size: clamp(22px, 2.4vw, 32px);
  color: var(--mostaza);
  display: inline-block;
  margin-bottom: 12px;
}
.footer-cta h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1;
  margin: 0 0 18px;
  color: var(--crema-pura);
}
.footer-cta h2 em { color: var(--mostaza); }
.footer-cta p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.8vw, 24px);
  max-width: 38ch;
  margin: 0 auto 32px;
  color: var(--crema-pura);
}
.footer-cta-actions { display: inline-flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.footer-cta .btn--ghost-light {
  background: transparent;
  color: var(--crema-pura);
  border: 1.5px solid var(--crema-pura);
}
.footer-cta .btn--ghost-light:hover { background: var(--blanco-hueso); color: var(--sage-deep); }

/* ===== CHROME: NAV + FOOTER + TWEAKS PANEL ===== */

/* NAV */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  background: var(--bg);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--marron-claro);
}
.nav-inner {
  max-width: 1320px; margin: 0 auto; padding-inline: var(--gutter);
  display: flex; align-items: center; gap: 32px;
}
.nav-logo { display: flex; align-items: center; gap: 6px; line-height: 0; }
.nav-logo img { display: block; height: 44px; width: auto; image-rendering: -webkit-optimize-contrast; }
@media (max-width: 480px) { .nav-logo img { height: 40px; } }
/* Legacy text-logo styles (por si quedan spans en otra página) */
.nav-logo .serif-it { font-size: 30px; }
.nav-logo .sans-cond { font-size: 14px; letter-spacing: 0.22em; color: var(--terracota); }
.nav-links { display: flex; gap: 28px; margin-left: auto; }
.nav-links a {
  font-family: var(--sans); font-weight: 500; font-size: 14px;
  letter-spacing: 0.06em; text-transform: uppercase;
  position: relative; padding-block: 6px;
}
.nav-links a:hover { color: var(--terracota); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0;
  height: 2px; background: var(--terracota);
}
.nav-cta { padding: 10px 18px !important; font-size: 12px !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; gap: 4px; flex-direction: column; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); }

@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav-cta, .nav-academia, .nav-actions { display: none; }
  .nav-toggle { display: flex; margin-left: auto; padding: 10px; margin-right: -10px; }
  /* Hamburguesa → X cuando está abierto */
  [data-nav].open .nav-toggle span { transition: transform 0.25s, opacity 0.2s; }
  [data-nav].open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  [data-nav].open .nav-toggle span:nth-child(2) { opacity: 0; }
  [data-nav].open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  [data-nav].open .nav-links {
    display: flex; flex-direction: column; gap: 4px;
    position: fixed; top: 72px; left: 0; right: 0;
    height: calc(100vh - 72px);
    background: var(--bg);
    padding: 32px var(--gutter) 100px;
    border-top: 1px solid var(--marron-claro);
    overflow-y: auto;
    z-index: 99;
    margin-left: 0;
  }
  [data-nav].open .nav-links a {
    font-family: var(--serif);
    font-size: 32px;
    text-transform: none;
    letter-spacing: 0;
    padding: 14px 0;
    border-bottom: 1px solid var(--marron-claro);
  }
  [data-nav].open .nav-links a.active { color: var(--terracota); }
  [data-nav].open .nav-links a.active::after { display: none; }
  body.nav-open { overflow: hidden; }
}

/* ===== FOOTER PRO ===== */
.site-footer {
  background: var(--bg-deep);
  color: var(--bg);
  padding-top: 96px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  font-family: var(--sans-body);
}
.site-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 7% 26%;
  background-size: 110px;
  opacity: 0.1;
  pointer-events: none;
}
.site-footer > * { position: relative; }

/* Main grid */
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 56px;
  padding-bottom: 64px;
  align-items: start;
}

/* Brand column */
.footer-brand .footer-logo {
  display: inline-block;
  background: var(--crema-pura);
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  transition: transform 0.3s;
}
.footer-brand .footer-logo:hover { transform: translateY(-2px); }
.footer-brand .footer-logo img {
  display: block; height: 44px; width: auto;
  image-rendering: -webkit-optimize-contrast;
}
.footer-tag {
  font-size: 15px;
  line-height: 1.55;
  color: var(--bg-soft);
  max-width: 34ch;
  margin-bottom: 24px;
}

/* Social icons */
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  background: var(--marron-claro);
  border: 1px solid var(--marron-claro);
  border-radius: 50%;
  color: var(--bg);
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.footer-social a:hover {
  background: var(--mostaza); color: var(--ink-deep, #292929);
  border-color: var(--mostaza); transform: translateY(-3px);
}
.footer-social svg { width: 18px; height: 18px; }

/* Columns */
.footer-col h4 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mostaza);
  margin-bottom: 20px;
}
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: 12px; }
.footer-col a {
  font-size: 15px;
  color: var(--bg);
  text-decoration: none;
  transition: color 0.2s, padding-left 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-col a:hover { color: var(--mostaza); padding-left: 4px; }
.footer-col .badge-new {
  font-size: 10px;
  color: var(--terracota);
  vertical-align: middle;
}

/* Contact list with icons */
.footer-contact-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--bg-soft);
}
.footer-contact-list li svg {
  width: 16px; height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
  opacity: 0.65;
  color: var(--mostaza);
}
.footer-contact-list a { color: inherit; text-decoration: none; transition: color 0.2s; }
.footer-contact-list a:hover { color: var(--mostaza); }

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid var(--marron-claro);
  padding-block: 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px;
  font-size: 13px;
  color: var(--bg-soft);
}
.footer-bottom-left p { margin: 0; line-height: 1.5; max-width: none; }
.footer-bottom-left p:first-child { color: var(--bg); }
.footer-bottom-left strong { font-weight: 600; color: var(--bg); }
.footer-bottom-left .footer-credits {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  margin-top: 4px;
  color: var(--marron-claro);
}
.footer-legal {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  list-style: none; padding: 0; margin: 0;
}
.footer-legal li { position: relative; }
.footer-legal li:not(:last-child)::after {
  content: '';
  position: absolute; right: -12px; top: 50%;
  width: 3px; height: 3px;
  background: var(--marron-claro);
  border-radius: 50%;
  transform: translateY(-50%);
}
.footer-legal a {
  color: var(--bg-soft);
  text-decoration: none;
  transition: color 0.2s;
  font-size: 13px;
}
.footer-legal a:hover { color: var(--mostaza); }

@media (max-width: 980px) {
  .footer-main { grid-template-columns: 1fr 1fr; gap: 48px 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact-col { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  .site-footer { padding-top: 64px; }
  .footer-main { grid-template-columns: 1fr; gap: 40px; padding-bottom: 40px; }
  .footer-tag { font-size: 15px; }
  .footer-col a, .footer-contact-list li { font-size: 14px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; padding-block: 22px; gap: 14px; }
  .footer-legal { gap: 6px 18px; }
  .footer-legal li:not(:last-child)::after { right: -10px; }
}
@media (max-width: 420px) {
  .footer-cta h2 { font-size: clamp(34px, 9vw, 48px) !important; }
  .footer-cta p { font-size: 16px !important; }
  .footer-cta-actions .btn { width: 100%; justify-content: center; }
}
@media (max-width: 420px) {
  .footer-cta h2 { font-size: clamp(34px, 9vw, 48px) !important; }
  .footer-cta p { font-size: 16px !important; }
  .footer-cta-actions .btn { width: 100%; justify-content: center; }
}

/* SPACE FOR FIXED NAV */
.with-nav { padding-top: 72px; }

/* TWEAKS PANEL */
.tweaks-panel {
  position: fixed; bottom: 24px; right: 24px; z-index: 1000;
  width: 280px;
  background: var(--crema-pura);
  color: var(--ink);
  border: 1px solid var(--marron-claro);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 24px 60px -20px rgba(42,29,20,0.4);
  font-family: var(--sans-body);
}
.tweaks-panel[hidden] { display: none; }
.tw-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.tw-close { background: none; border: none; font-size: 22px; cursor: pointer; line-height: 1; color: var(--ink-soft); }
.tw-section { margin-bottom: 14px; }
.tw-label { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 8px; }
.tw-options { display: flex; flex-direction: column; gap: 6px; }
.tw-options button {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid var(--marron-claro);
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ink);
  text-align: left;
  transition: background 0.2s;
  font-family: inherit;
}
.tw-options button:hover { background: var(--bg-soft); }
.tw-options button.active { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.sw { display: inline-block; width: 14px; height: 14px; border-radius: 50%; }

/* ===== HOMEPAGE-SPECIFIC STYLES + GENERIC SECTION STYLES ===== */

/* HERO */
.hero {
  position: relative;
  padding-top: clamp(60px, 10vh, 120px);
  padding-bottom: 0;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  padding-bottom: clamp(60px, 10vh, 120px);
}
.hero-title {
  font-size: clamp(54px, 8.5vw, 132px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}
.hero-title em { color: var(--terracota); font-style: italic; }
.hero-lead { font-size: clamp(17px, 1.4vw, 21px); max-width: 48ch; margin-bottom: 36px; color: var(--ink-soft); line-height: 1.55; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-visual { position: relative; }
.hero-photo { aspect-ratio: 4/5; }
.hero-badge {
  position: absolute;
  bottom: -30px; left: -30px;
  background: var(--mostaza);
  color: var(--ink);
  padding: 18px 24px;
  border-radius: 50%;
  width: 160px; height: 160px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center;
  transform: rotate(-8deg);
  box-shadow: 0 12px 40px -10px rgba(42,29,20,0.3);
}
.hero-badge .sans-cond { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.2; margin-top: 4px; }
.hero-visual .d-paw { top: 16px; right: 16px; width: 60px; }
.hero-visual .d-squiggle { position: absolute; bottom: -50px; right: 20%; width: 200px; color: var(--oliva); }

.hero-marquee {
  border-top: 1px solid var(--marron-claro);
  border-bottom: 1px solid var(--marron-claro);
  padding: 18px 0;
  background: var(--bg);
  overflow: hidden;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 2.5vw, 32px);
  color: var(--ink-soft);
}
.hero-marquee span { padding-inline: 20px; }

@media (max-width: 800px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-badge { width: 120px; height: 120px; left: auto; right: -10px; bottom: -20px; }
}

/* MISIÓN */
.mision-inner { text-align: center; }
.mision-title {
  max-width: 22ch;
  margin: 24px auto 80px;
  font-size: clamp(36px, 5.5vw, 80px);
}
.mision-title em { color: var(--terracota); }
.mision-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  text-align: left;
  margin-top: 60px;
}
.mision-col { padding-top: 24px; border-top: 2px solid var(--ink); }
.mision-col .num { display: block; font-size: 44px; color: var(--terracota); margin-bottom: 12px; line-height: 1; }
.mision-col h3 { font-size: 28px; margin-bottom: 12px; }
.mision-col p { color: var(--ink-soft); }
@media (max-width: 760px) { .mision-cols { grid-template-columns: 1fr; gap: 32px; } }

/* STORY TEASER */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
}
.story-photo { position: relative; }
.story-photo .d-arrow { position: absolute; right: -50px; top: 30%; width: 80px; color: var(--terracota); }
.story-text h2 { margin-block: 18px; font-size: clamp(40px, 5.5vw, 80px); }
.story-text h2 em { color: var(--terracota); }
.story-text p { margin-bottom: 18px; max-width: 52ch; }
.story-text .btn { margin-top: 16px; }
@media (max-width: 800px) {
  .story-grid { grid-template-columns: 1fr; }
  .story-photo .d-arrow { display: none; }
}

/* SERVICIOS */
.serv-head { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; max-width: 22ch; }
.serv-head h2 em { color: var(--terracota); }
.serv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.serv-card {
  padding: 32px 28px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), background 0.4s;
  min-height: 280px;
  border: 1px solid var(--marron-claro);
}
.serv-card:hover { transform: translate(-3px, -6px); background: var(--ink); color: var(--bg); }
.serv-card:hover .eyebrow { color: var(--mostaza); }
.serv-card:hover .serv-card-num { color: var(--mostaza); }
.serv-card-num { font-size: 60px; color: var(--terracota); line-height: 1; margin-bottom: 16px; }
.serv-card h3 { font-size: 32px; margin-bottom: 12px; }
.serv-card h3 .serif-it { color: var(--terracota); }
.serv-card p { font-size: 15px; flex: 1; }
.serv-arrow {
  font-family: var(--serif);
  font-size: 32px;
  margin-top: 18px;
  align-self: flex-start;
}
.serv-card--big {
  grid-column: span 3;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  padding: 0;
  overflow: hidden;
  background: var(--ink);
  color: var(--bg);
  min-height: 360px;
}
.serv-card--big:hover { background: var(--terracota-deep); transform: translate(-3px, -6px); }
.serv-card--big .serv-card-num { padding: 32px 0 0 32px; color: var(--mostaza); font-size: 72px; }
.serv-card--big .eyebrow { color: var(--mostaza); }
.serv-card--big .serv-card-content { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.serv-card--big h3 { font-size: 56px; margin-block: 12px; }
.serv-card--big p { font-size: 17px; max-width: 50ch; }
.serv-card--big .serv-card-photo { flex-basis: 40%; min-width: 280px; aspect-ratio: auto; border-radius: 0; }
@media (max-width: 900px) {
  .serv-grid { grid-template-columns: 1fr 1fr; }
  .serv-card--big { grid-column: span 2; flex-direction: column; }
  .serv-card--big .serv-card-photo { min-height: 220px; }
}
@media (max-width: 600px) {
  .serv-grid { grid-template-columns: 1fr; }
  .serv-card--big { grid-column: span 1; }
}

/* STATS */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.stat { padding: 20px; }
.stat-num {
  display: block;
  font-size: clamp(60px, 8vw, 130px);
  line-height: 1;
  color: var(--mostaza);
  margin-bottom: 12px;
}
.stat-label {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--bg);
}
@media (max-width: 760px) { .stats-grid { grid-template-columns: 1fr 1fr; } }

/* TESTIMONIOS */
.testi-head { margin-bottom: 60px; max-width: 22ch; }
.testi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.testi {
  padding: 32px;
  background: var(--bg-soft);
  border-radius: var(--radius);
  position: relative;
  border: 1px solid var(--marron-claro);
}
.testi::before {
  content: "“";
  position: absolute;
  top: -10px; left: 24px;
  font-family: var(--serif);
  font-size: 100px;
  color: var(--terracota);
  line-height: 1;
}
.testi-quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 24px;
  padding-top: 24px;
  max-width: none;
}
.testi footer {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.04em;
}
.testi footer span { color: var(--ink-soft); font-size: 12px; text-transform: uppercase; letter-spacing: 0.12em; }
.testi-foot { margin-top: 48px; text-align: center; }
@media (max-width: 720px) { .testi-grid { grid-template-columns: 1fr; } }

/* CTA FINAL */
.cta-inner { text-align: center; max-width: 720px; margin: 0 auto; position: relative; }
.cta-inner h2 { font-size: clamp(48px, 7vw, 100px); line-height: 0.98; margin-block: 24px; }
.cta-inner h2 em { color: var(--terracota); }
.cta-lead { margin: 0 auto 36px; font-size: 18px; color: var(--ink-soft); }
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-final .d-big-paw {
  width: 100px;
  position: absolute;
  top: -40px; right: 8%;
  color: var(--mostaza);
  opacity: 0.6;
  transform: rotate(-15deg);
}


/* NAV ACCESS BUTTONS */
.nav-actions { display: flex; align-items: center; gap: 16px; margin-left: 0; }
.nav-academia {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  padding: 8px 14px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  transition: all 0.25s;
  white-space: nowrap;
}
.nav-academia:hover { background: var(--ink); color: var(--bg); }
@media (max-width: 920px) {
  .nav-actions { display: none; }
}
