/* =============================================================
   Tablet — 600px and up.
   Nothing changes but the scale and the breathing room.
   The mark, the two faces, the five colours and the left anchor stay put.
   ============================================================= */
@media (min-width: 600px) {

  :root { --gutter: 2.5rem; }

  .site-header { padding-block: 1.1rem; }
  .brand__mark { width: 15px; }
  .brand__name { font-size: 1.1rem; }

  .site-nav__list { padding-inline: 2.5rem; }
  .site-nav__list a { font-size: 1.1rem; padding-block: 1rem; }

  /* ---- Hero ---- */
  .hero { padding-top: 3.5rem; }
  .hero__eyebrow { font-size: .95rem; margin-bottom: 1.75rem; }
  .hero__name .sig { width: min(100%, 20rem); }
  .hero__tagline {
    max-width: 30rem;
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }

  .portrait {
    width: min(100%, 30rem);
    margin-top: 2.25rem;
  }
  .portrait__me { width: 58%; }

  /* ---- Links ---- */
  .links { padding-top: 2.5rem; }
  .links__title { font-size: 1rem; margin-bottom: 1.5rem; }
  .links__list { gap: 2rem; }
  .link-chip { width: 3.25rem; height: 3.25rem; }
  .link-chip .icon { width: 1.9rem; height: 1.9rem; }
  .links__list--secondary { gap: 2rem; }

  .scroll-cue {
    font-size: .9rem;
    margin-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  /* ---- About ---- */
  .about { padding: 3.5rem var(--gutter) 3rem; }
  .about p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.4rem;
  }
  .about__mark { width: 20px; margin-top: 2rem; }

  /* ---- Footer ---- */
  .site-footer { padding-bottom: 6rem; }
  .site-footer__logo { width: min(100%, 18rem); }
  .site-footer__meta { font-size: .85rem; }

  /* ---- Language toggle ---- */
  .lang-toggle {
    width: 3.5rem; height: 3.5rem;
    right: max(1.75rem, env(safe-area-inset-right));
    bottom: max(1.75rem, env(safe-area-inset-bottom));
  }
}
