/* deredon.fr: web-CV de Lola de Redon de Colombier */

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-wght.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-latin-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Instrument Serif";
  src: url("fonts/instrument-serif-latin-400-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --paper: #f6f3ed;
  --surface: #fffdf9;
  --ink: #1b2130;
  --ink-soft: #3a4254;
  --muted: #5f6775;
  --line: #e2dcd0;
  --accent: #a4482a;
  --accent-soft: #efdfd3;
  --band: #1b2130;
  --band-ink: #f6f3ed;
  --band-muted: #b9bfcb;
  --band-line: rgb(246 243 237 / 0.22);
  --shadow: 0 1px 2px rgb(27 33 48 / 0.06), 0 18px 40px -22px rgb(27 33 48 / 0.35);
  --radius: 14px;
  --serif: "Instrument Serif", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --paper: #12151b;
    --surface: #191d25;
    --ink: #ece7df;
    --ink-soft: #c9cdd5;
    --muted: #99a0ac;
    --line: #2a2f3a;
    --accent: #e39473;
    --accent-soft: #33241f;
    --band: #1d222c;
    --band-ink: #ece7df;
    --band-muted: #a5acb8;
    --band-line: rgb(236 231 223 / 0.18);
    --shadow: 0 1px 2px rgb(0 0 0 / 0.3), 0 18px 40px -22px rgb(0 0 0 / 0.7);
    color-scheme: dark;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 84px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

a:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 6px;
}

p {
  margin: 0;
}

.icon {
  width: 18px;
  height: 18px;
  flex: none;
}

.wrap {
  width: min(1120px, 100% - 32px);
  margin-inline: auto;
}

@media (min-width: 720px) {
  .wrap {
    width: min(1120px, 100% - 64px);
  }
}

.print-only {
  display: none;
}

.skip {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 600;
  text-decoration: none;
}

.skip:focus {
  top: 12px;
}

/* ── Top bar ─────────────────────────────────────────────── */

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}

.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 64px;
}

.brand {
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.brand em {
  color: var(--accent);
}

.nav {
  display: none;
  gap: 28px;
  margin-left: auto;
}

.nav a {
  font-size: 0.9375rem;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color 0.15s ease;
}

.nav a:hover {
  color: var(--accent);
}

@media (min-width: 900px) {
  .nav {
    display: flex;
  }
}

.lang-switch {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
}

.lang-switch a {
  min-width: 38px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.lang-switch a:hover {
  color: var(--ink);
}

.lang-switch a[aria-current="page"] {
  background: var(--ink);
  color: var(--paper);
}

/* ── Hero ────────────────────────────────────────────────── */

.hero {
  padding: clamp(40px, 8vw, 104px) 0 clamp(56px, 7vw, 88px);
}

.hero .wrap {
  display: grid;
  gap: 56px;
  align-items: center;
}

@media (min-width: 900px) {
  .hero .wrap {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 72px;
  }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.name {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3.1rem, 8.4vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.012em;
  text-wrap: balance;
}

.name .first {
  display: block;
}

.name em {
  color: var(--muted);
}

.role {
  margin-top: 26px;
  font-size: clamp(1.125rem, 2.1vw, 1.375rem);
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lead {
  margin-top: 10px;
  max-width: 36em;
  font-size: 1.125rem;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  color: var(--ink-soft);
}

.facts li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.facts .icon {
  color: var(--accent);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: var(--ink);
  color: var(--paper);
}

.btn--primary:hover {
  background: var(--accent);
  color: var(--paper);
}

.btn--ghost {
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
}

.btn--ghost:hover {
  border-color: var(--ink);
}

@media (max-width: 480px) {
  .actions .btn {
    flex: 1 1 100%;
  }
}

.portrait {
  position: relative;
  isolation: isolate;
  justify-self: center;
  width: min(100% - 28px, 380px);
  margin: 0;
}

.portrait::before {
  content: "";
  position: absolute;
  inset: 20px -20px -20px 20px;
  z-index: -1;
  border-radius: 30px;
  background: var(--accent-soft);
}

.portrait img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.now {
  position: absolute;
  left: -14px;
  bottom: -30px;
  max-width: min(290px, 88%);
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow);
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.now b {
  display: block;
  margin-bottom: 2px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

@media (prefers-reduced-motion: no-preference) {
  .hero-text > * {
    animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
  .hero-text > :nth-child(2) { animation-delay: 0.05s; }
  .hero-text > :nth-child(3) { animation-delay: 0.1s; }
  .hero-text > :nth-child(4) { animation-delay: 0.15s; }
  .hero-text > :nth-child(5) { animation-delay: 0.2s; }
  .hero-text > :nth-child(n + 6) { animation-delay: 0.25s; }
  .hero .portrait {
    animation: rise 0.9s 0.12s cubic-bezier(0.2, 0.7, 0.2, 1) both;
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ── Key figures ─────────────────────────────────────────── */

.figures {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.figures ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.figures li {
  padding: 26px 16px 26px 18px;
}

.figures li:nth-child(odd) {
  padding-left: 0;
}

.figures li:nth-child(even) {
  border-left: 1px solid var(--line);
}

.figures li:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

@media (min-width: 900px) {
  .figures ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .figures li:nth-child(n) {
    padding: 34px 28px;
    border-top: 0;
    border-left: 1px solid var(--line);
  }
  .figures li:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

.num {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2.75rem, 5vw, 3.75rem);
  line-height: 1;
  color: var(--accent);
}

.num-label {
  display: block;
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

/* ── Sections ────────────────────────────────────────────── */

.section {
  padding: clamp(60px, 8vw, 104px) 0;
}

.section + .section {
  border-top: 1px solid var(--line);
}

.section .wrap {
  display: grid;
  gap: 28px;
}

@media (min-width: 900px) {
  .section .wrap {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 56px;
  }
  .section-head {
    position: sticky;
    top: 104px;
    align-self: start;
  }
}

.idx {
  display: block;
  margin-bottom: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.section-title {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.1rem, 4vw, 2.9rem);
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-wrap: balance;
}

.sub-title {
  margin: 48px 0 16px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

/* About */

.about {
  max-width: 44em;
}

.about p + p {
  margin-top: 1em;
}

.about p {
  color: var(--ink-soft);
  text-wrap: pretty;
}

.about p:first-child {
  margin-bottom: 1.2em;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 2.8vw, 2.05rem);
  line-height: 1.25;
  color: var(--ink);
}

.about p:last-child {
  margin-top: 1.4em;
  padding-left: 18px;
  border-left: 2px solid var(--accent);
  color: var(--ink);
  font-weight: 500;
}

/* Timeline (experience, leadership, education) */

.timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}

.entry {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding-bottom: 44px;
}

.entry:last-child {
  padding-bottom: 0;
}

.entry::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--line);
}

.entry:last-child::before {
  bottom: auto;
  height: 48px;
}

.entry-logos {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.logo {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo--blank {
  background: var(--surface);
  color: var(--muted);
}

.logo--blank .icon {
  width: 22px;
  height: 22px;
}

.entry-head {
  display: grid;
  gap: 6px;
}

@media (min-width: 720px) {
  .entry-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    column-gap: 28px;
  }
}

.entry-title {
  margin: 0;
  font-size: 1.1875rem;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.entry-org {
  margin-top: 2px;
  font-weight: 500;
  color: var(--accent);
}

.entry-meta {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--muted);
}

.entry-meta span {
  display: block;
}

@media (min-width: 720px) {
  .entry-meta {
    text-align: right;
  }
}

.entry-subs {
  display: grid;
  gap: 2px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  color: var(--muted);
}

.entry-subs strong {
  font-weight: 600;
  color: var(--ink);
}

.entry-points {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.entry-points li {
  position: relative;
  margin-top: 6px;
  padding-left: 22px;
  color: var(--ink-soft);
  text-wrap: pretty;
}

.entry-points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.8em;
  width: 9px;
  height: 1px;
  background: var(--accent);
}

.entry-note {
  margin-top: 6px;
  font-size: 0.9375rem;
  color: var(--muted);
}

.section--compact .entry {
  padding-bottom: 30px;
}

.section--compact .entry:last-child {
  padding-bottom: 0;
}

/* Skills */

.skill-groups {
  display: grid;
  gap: 34px 40px;
}

@media (min-width: 720px) {
  .skill-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .skill-group--core {
    grid-column: 1 / -1;
  }
}

.skill-group h3 {
  margin: 0 0 14px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.chips li {
  padding: 6px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: 0.9375rem;
  line-height: 1.4;
}

.skill-group--core .chips li {
  padding: 9px 20px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 1.0625rem;
  font-weight: 500;
}

/* Languages */

.lang-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 720px) {
  .lang-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lang {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.lang-name {
  font-family: var(--serif);
  font-size: 1.9rem;
  line-height: 1.1;
}

.meter {
  display: flex;
  gap: 5px;
  margin: 14px 0 12px;
}

.meter i {
  flex: 1;
  max-width: 30px;
  height: 5px;
  border-radius: 3px;
  background: var(--line);
}

.meter i.on {
  background: var(--accent);
}

.lang-level {
  font-size: 0.9375rem;
  font-weight: 600;
}

.lang-note {
  margin-top: 4px;
  font-size: 0.875rem;
  color: var(--muted);
}

.certs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cert {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cert-name {
  font-weight: 650;
}

.cert-detail {
  font-size: 0.9375rem;
  color: var(--muted);
}

/* ── Contact ─────────────────────────────────────────────── */

.contact {
  padding: clamp(72px, 11vw, 136px) 0;
  background: var(--band);
  color: var(--band-ink);
}

.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(3rem, 8vw, 5.5rem);
  line-height: 1;
  letter-spacing: -0.01em;
}

.contact-text {
  margin-top: 20px;
  max-width: 32em;
  font-size: 1.1875rem;
  color: var(--band-muted);
  text-wrap: pretty;
}

.contact .btn--primary {
  background: var(--band-ink);
  color: var(--band);
}

.contact .btn--primary:hover {
  background: var(--accent);
  color: var(--band);
}

.contact .btn--ghost {
  background: transparent;
  border-color: var(--band-line);
  color: var(--band-ink);
}

.contact .btn--ghost:hover {
  border-color: var(--band-ink);
}

.contact-loc {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-size: 0.9375rem;
  color: var(--band-muted);
}

/* ── Footer ──────────────────────────────────────────────── */

.footer {
  padding: 28px 0 36px;
  font-size: 0.8125rem;
  color: var(--muted);
}

.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px 24px;
}

/* ── 404 ─────────────────────────────────────────────────── */

.nf {
  display: grid;
  align-content: center;
  gap: 16px;
  min-height: 100vh;
  min-height: 100dvh;
  padding: 48px 0;
}

.nf .section-title {
  font-size: clamp(2.6rem, 7vw, 4.5rem);
}

.nf-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

/* ── Open Graph card (solo para generar og-*.png) ────────── */

.og {
  width: 1200px;
  height: 630px;
  overflow: hidden;
  background: #f6f3ed;
  color: #1b2130;
  color-scheme: light;
  --paper: #f6f3ed;
  --surface: #fffdf9;
  --ink: #1b2130;
  --ink-soft: #3a4254;
  --muted: #5f6775;
  --line: #e2dcd0;
  --accent: #a4482a;
  --accent-soft: #efdfd3;
}

.og-card {
  display: grid;
  grid-template-columns: 1fr 380px;
  align-items: center;
  gap: 72px;
  height: 100%;
  padding: 0 88px;
}

.og .name {
  font-size: 88px;
}

.og .role {
  font-size: 28px;
}

.og-site {
  margin-top: 36px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--accent);
}

.og .portrait {
  width: 360px;
}

/* ── Print / PDF (A4) ────────────────────────────────────── */

@page {
  size: A4;
  margin: 13mm 14mm;
}

@media print {
  :root {
    --paper: #fff;
    --surface: #fff;
    --ink: #1b2130;
    --ink-soft: #2f3747;
    --muted: #5b6270;
    --line: #dcd5c9;
    --accent: #9a4326;
    --accent-soft: #f1e3da;
    color-scheme: light;
  }

  html {
    font-size: 8.6pt;
    scroll-behavior: auto;
  }

  body {
    background: #fff;
    line-height: 1.45;
    overflow: visible;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .topbar,
  .skip,
  .actions,
  .now,
  .contact,
  .footer,
  .portrait::before {
    display: none !important;
  }

  .print-only {
    display: block;
  }

  .wrap {
    width: auto;
    margin: 0;
  }

  .hero {
    padding: 0 0 4mm;
  }

  .hero .wrap {
    grid-template-columns: minmax(0, 1fr) 34mm;
    gap: 8mm;
    align-items: start;
  }

  .eyebrow {
    margin-bottom: 3mm;
  }

  .name {
    font-size: 30pt;
  }

  .name .first {
    display: inline;
  }

  .role {
    margin-top: 3mm;
    font-size: 12pt;
  }

  .lead {
    margin-top: 1.5mm;
    max-width: none;
    font-size: 1rem;
  }

  .facts {
    margin-top: 3mm;
    gap: 1mm 6mm;
    font-size: 0.95rem;
  }

  .icon {
    width: 3.4mm;
    height: 3.4mm;
  }

  .print-contact {
    margin-top: 2mm;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent);
  }

  .portrait {
    width: 34mm;
    justify-self: end;
  }

  .portrait img {
    border-radius: 4mm;
    box-shadow: none;
  }

  .figures {
    background: none;
  }

  .figures ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .figures li:nth-child(n) {
    padding: 2.5mm 4mm;
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .figures li:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .num {
    font-size: 20pt;
  }

  .num-label {
    margin-top: 1mm;
    font-size: 0.9rem;
  }

  .section {
    padding: 3.2mm 0;
    border-top: 1px solid var(--line);
  }

  .idx {
    display: none;
  }

  .section .wrap {
    grid-template-columns: 30mm minmax(0, 1fr);
    gap: 6mm;
  }

  .section-head {
    position: static;
  }

  .idx {
    margin-bottom: 1mm;
  }

  .section-title {
    font-size: 15pt;
  }

  /* El primer párrafo repite el titular del encabezado: fuera en el PDF. */
  .about p:first-child {
    display: none;
  }

  .about p + p {
    margin-top: 1mm;
  }

  .about p:last-child {
    margin-top: 2mm;
    padding-left: 3mm;
  }

  .entry {
    grid-template-columns: 9mm minmax(0, 1fr);
    gap: 4mm;
    padding-bottom: 3mm;
    break-inside: avoid;
  }

  .entry-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    column-gap: 5mm;
    gap: 0 5mm;
  }

  .entry::before {
    left: 4.5mm;
  }

  .entry:last-child::before {
    height: 9mm;
  }

  .entry-logos {
    gap: 1.5mm;
  }

  .logo {
    width: 9mm;
    height: 9mm;
    border-radius: 2mm;
  }

  .logo--blank .icon {
    width: 4.5mm;
    height: 4.5mm;
  }

  .entry-title {
    font-size: 1.08rem;
  }

  .entry-meta {
    text-align: right;
  }

  .entry-subs,
  .entry-points {
    margin-top: 1.5mm;
  }

  .entry-points li {
    margin-top: 0.6mm;
    padding-left: 4mm;
  }

  .section--compact .entry {
    padding-bottom: 2mm;
  }

  .skill-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3mm 6mm;
  }

  .skill-group--core {
    grid-column: 1 / -1;
  }

  .skill-group h3 {
    margin-bottom: 1.5mm;
  }

  .chips {
    gap: 1.2mm;
  }

  .chips li,
  .skill-group--core .chips li {
    padding: 0.6mm 2.6mm;
    font-size: 0.92rem;
  }

  .lang-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3mm;
  }

  .lang {
    padding: 0;
    border: 0;
    border-radius: 0;
    break-inside: avoid;
  }

  .lang-name {
    font-size: 12pt;
  }

  .meter {
    margin: 1.5mm 0;
  }

  .meter i {
    height: 1.2mm;
  }

  .sub-title {
    margin: 3mm 0 1.5mm;
  }

  .cert {
    gap: 3mm;
  }

  a {
    text-decoration: none;
  }
}
