* { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 8% 6%, rgba(230, 204, 179, .65), transparent 23rem),
        radial-gradient(circle at 100% 18%, rgba(230, 204, 179, .35), transparent 22rem),
        linear-gradient(180deg, var(--base-50), var(--white) 30rem);
      font-family: var(--font-body);
      line-height: var(--line-height-body);
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; }
    button, a { -webkit-tap-highlight-color: transparent; }
    .container { width: min(var(--page), calc(100% - (2 * var(--container-gutter)))); margin: 0 auto; }
    .skip-link {
      position: fixed; left: 12px; top: -90px; z-index: 200;
      padding: 10px 14px; background: var(--ink); color: var(--white); border-radius: 10px;
    }
    .skip-link:focus { top: 12px; }

    .topbar {
      position: sticky; top: 0; z-index: 100;
      backdrop-filter: blur(14px);
      background: rgba(255, 250, 246, .82);
      border-bottom: 1px solid rgba(95,70,55,.08);
    }
    .topbar-inner {
      max-width: var(--page); min-height: var(--topbar-height); margin: 0 auto; padding: 10px 20px;
      display: flex; align-items: center; justify-content: space-between; gap: 18px;
    }
    .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; white-space: nowrap; }
    .brand-avatar {
      width: var(--brand-avatar-size); height: var(--brand-avatar-size); flex: 0 0 var(--brand-avatar-size);
      border-radius: 50%; object-fit: cover; object-position: center 38%;
      border: var(--brand-avatar-border-width) solid rgba(255,255,255,.95);
      background: var(--base); box-shadow: 0 8px 20px rgba(95,70,55,.20);
    }
    .brand-text { font-weight: 850; letter-spacing: -.02em; }
    .nav { display: flex; gap: 6px; }
    .nav a {
      padding: 8px 11px; border-radius: var(--radius-pill); text-decoration: none; color: var(--brown-2);
      font-size: .88rem; font-weight: 800;
    }
    .nav a:hover, .nav a:focus-visible { background: var(--base-100); color: var(--ink); outline: none; }
    .toolbar { display: flex; align-items: center; gap: 8px; }
    .languages {
      display: flex; padding: 3px; border-radius: var(--radius-pill); background: var(--white); border: 1px solid var(--line);
    }
    .lang-btn {
      border: 0; background: transparent; border-radius: var(--radius-pill); cursor: pointer;
      padding: 6px 10px; font: inherit; font-size: .78rem; font-weight: 850; color: var(--muted);
    }
    .lang-btn[aria-pressed="true"] { background: var(--brown); color: var(--white); }
    .print-btn {
      border: 1px solid var(--line); background: var(--white); color: var(--brown); border-radius: var(--radius-pill);
      padding: 8px 12px; font: inherit; font-size: .82rem; font-weight: 850; cursor: pointer;
    }
    .print-btn:hover { background: var(--base-100); }

    h1, h2, h3 { margin: 0; line-height: 1.06; letter-spacing: -.04em; }
    h1 { font-family: var(--font-heading); font-size: clamp(3.2rem, 8vw, 6.4rem); font-weight: 500; }
    h2 { font-family: var(--font-heading); font-size: clamp(2.2rem, 4vw, 3.8rem); font-weight: 500; }
    h3 { letter-spacing: -.02em; }
    .eyebrow, .kicker {
      display: inline-flex; align-items: center; gap: 10px; color: var(--brown);
      font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase;
    }
    .eyebrow::before, .kicker::before { content: ""; width: 34px; height: 2px; background: var(--base-500); }
    .accent { display: block; color: var(--brown); }

    .hero { padding: 70px 0 60px; }
    .hero-grid {
      display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
      gap: clamp(28px, 5vw, 66px); align-items: center;
    }
    .hero-lead { max-width: 720px; margin: 28px 0 0; font-size: clamp(1.05rem, 1.8vw, 1.28rem); color: var(--muted); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px;
      padding: 11px 18px; border-radius: var(--radius-pill); font-weight: 850; text-decoration: none; border: 1px solid transparent;
    }
    .btn-primary { background: var(--brown); color: var(--white); box-shadow: 0 14px 30px rgba(95,70,55,.18); }
    .btn-secondary { background: rgba(255,255,255,.82); color: var(--brown); border-color: var(--line); }
    .btn-primary:hover, .btn-secondary:hover { transform: translateY(-1px); }
    .availability { display: flex; align-items: center; gap: 10px; margin-top: 22px; font-size: .92rem; color: var(--brown-2); font-weight: 780; }
    .pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 7px rgba(76,143,105,.13); }

    .portrait-card {
      position: relative; overflow: hidden; border-radius: var(--radius-xl);
      background: linear-gradient(155deg, var(--base-50) 0%, var(--base-100) 42%, var(--base) 100%);
      box-shadow: var(--shadow); min-height: 560px;
    }
    .portrait-card::before {
      content: ""; position: absolute; inset: 0;
      background: radial-gradient(circle at top right, rgba(255,255,255,.35), transparent 28%);
      pointer-events: none;
    }
    .portrait-card img {
      position: absolute; inset: 0;
      width: 100%; height: 100%; object-fit: contain; object-position: center bottom;
      padding: 18px 8px 0;
      mix-blend-mode: normal;
    }
    .photo-chip {
      position: absolute; left: 18px; bottom: 18px; padding: 10px 14px; border-radius: var(--radius-pill);
      background: rgba(255,255,255,.84); border: 1px solid rgba(95,70,55,.12);
      color: var(--brown); font-size: .83rem; font-weight: 850; backdrop-filter: blur(10px);
      box-shadow: 0 10px 28px rgba(89,61,42,.08);
    }
    .photo-chip strong { display: block; font-size: .98rem; color: var(--ink); }

    .facts {
      display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 6px;
    }
    .fact {
      min-height: 146px; padding: 22px; border-radius: var(--radius-lg); border: 1px solid rgba(95,70,55,.09);
      background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(89,61,42,.07);
    }
    .fact strong { display: block; color: var(--brown); font-family: var(--font-heading); font-size: 2.5rem; line-height: 1; }
    .fact span { display: block; margin-top: 12px; color: var(--muted); font-size: .92rem; font-weight: 760; }

    .section { padding: var(--section-spacing) 0; }
    .section-soft {
      background: linear-gradient(180deg, rgba(248,238,229,.72), rgba(255,255,255,.38));
      border-top: 1px solid rgba(95,70,55,.06); border-bottom: 1px solid rgba(95,70,55,.06);
    }
    .section-head {
      display: grid; grid-template-columns: .58fr 1.42fr; gap: 28px; align-items: end; margin-bottom: 42px;
    }
    .section-intro { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.05rem; }

    .profile-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
    .card {
      background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl);
      box-shadow: 0 14px 40px rgba(89,61,42,.06);
    }
    .story { padding: clamp(26px, 4vw, 42px); }
    .story p { margin: 0; font-size: 1.04rem; }
    .story p + p { margin-top: 18px; }
    .manifesto {
      position: relative; overflow: hidden; padding: clamp(26px, 4vw, 42px); background: var(--brown); color: var(--white);
    }
    .manifesto::after {
      content: "✦"; position: absolute; right: 20px; bottom: -30px; color: rgba(230,204,179,.18);
      font-size: 9rem; line-height: 1;
    }
    .manifesto h3 { font-family: var(--font-heading); font-size: 2rem; font-weight: 500; }
    .manifesto ul { list-style: none; padding: 0; margin: 22px 0 0; }
    .manifesto li { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 1.04rem; font-weight: 740; }

    .timeline { position: relative; display: grid; gap: 18px; }
    .timeline::before { content: ""; position: absolute; left: 22px; top: 20px; bottom: 20px; width: 2px; background: var(--base-200); }
    .job {
      position: relative; display: grid; grid-template-columns: 170px 1fr; gap: 26px; padding: 28px 28px 28px 66px;
      border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white);
    }
    .job::before {
      content: ""; position: absolute; left: 15px; top: 34px; width: 16px; height: 16px; border-radius: 50%;
      background: var(--brown); border: 5px solid var(--base);
    }
    .job-date { color: var(--base-500); font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
    .job h3 { font-size: 1.42rem; }
    .job-company { margin-top: 6px; color: var(--brown-2); font-weight: 800; }
    .job p { margin: 14px 0 0; color: var(--muted); }
    .tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
    .tag { padding: 6px 10px; border-radius: var(--radius-pill); background: var(--base-100); color: var(--brown); font-size: .76rem; font-weight: 850; }

    .skills { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .skill { padding: 28px; border-radius: var(--radius-lg); background: var(--white); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
    .skill:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
    .skill-index { color: var(--base-500); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
    .skill h3 { margin-top: 18px; font-family: var(--font-heading); font-size: 1.7rem; font-weight: 500; }
    .skill p { margin: 12px 0 0; color: var(--muted); }

    .education-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .degree {
      position: relative; padding: 30px; overflow: hidden; border-radius: var(--radius-lg);
      background: var(--white); border: 1px solid var(--line);
    }
    .degree::after {
      content: attr(data-grade); position: absolute; right: -8px; top: -22px; color: rgba(230,204,179,.6);
      font-family: var(--font-heading); font-size: 7rem; font-weight: 700; line-height: 1;
    }
    .degree h3 { position: relative; z-index: 1; max-width: 83%; font-size: 1.44rem; }
    .degree p { position: relative; z-index: 1; margin: 14px 0 0; color: var(--muted); }
    .grade-line { position: relative; z-index: 1; margin-top: 20px; color: var(--brown); font-weight: 900; }
    .training-list { display: grid; gap: 12px; margin-top: 18px; }
    .training {
      display: flex; justify-content: space-between; gap: 16px; padding: 16px 18px; border-radius: var(--radius-md);
      border: 1px solid var(--line); background: rgba(255,255,255,.78);
    }
    .training strong { color: var(--brown); }
    .training span { color: var(--muted); text-align: right; }

    .proof {
      display: grid; grid-template-columns: .86fr 1.14fr; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow);
    }
    .proof-title { padding: clamp(28px, 5vw, 52px); background: var(--base); }
    .proof-title h3 { font-family: var(--font-heading); font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 500; }
    .proof-title p { margin: 18px 0 0; color: var(--brown-2); font-weight: 750; }
    .proof-points { padding: clamp(28px, 5vw, 52px); background: var(--brown); color: var(--white); display: grid; gap: 16px; }
    .proof-point { display: grid; grid-template-columns: 26px 1fr; gap: 12px; align-items: start; }
    .proof-point::before { content: "↗"; color: var(--base); font-weight: 900; }

    .languages-tools { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; }
    .language-card, .tools-card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); }
    .language-row { display: grid; grid-template-columns: 110px 1fr 58px; gap: 12px; align-items: center; margin-top: 18px; }
    .language-row:first-of-type { margin-top: 22px; }
    .bar { height: 8px; border-radius: var(--radius-pill); overflow: hidden; background: var(--base-100); }
    .bar > span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--brown), var(--base-300)); }
    .level { color: var(--muted); font-size: .78rem; text-align: right; font-weight: 850; }
    .tool-cloud { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
    .tool { padding: 9px 12px; border-radius: 12px; background: var(--base-100); color: var(--brown); font-size: .86rem; font-weight: 850; }

    .documents { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }

    .document-group { margin-top: 34px; }
    .document-group:first-of-type { margin-top: 0; }
    .document-group-title {
      margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--base-400);
      color: var(--brown); font-size: .92rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
    }
    .document p { flex: 1; }

    .document {
      display: flex; flex-direction: column; min-height: 200px; padding: 22px; border-radius: var(--radius-lg);
      background: var(--white); border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease;
    }
    .document:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(89,61,42,.1); }
    .doc-type { color: var(--base-500); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .document h3 { margin-top: 16px; font-size: 1.12rem; line-height: 1.25; }
    .document p { margin: 12px 0 0; color: var(--muted); font-size: .9rem; }
    .doc-open { margin-top: auto; padding-top: 18px; color: var(--brown); font-weight: 900; }

    .contact-card {
      position: relative; overflow: hidden; padding: clamp(32px, 6vw, 70px); border-radius: var(--radius-xl);
      background: linear-gradient(135deg, var(--brown), var(--brown-gradient-end)); color: var(--white);
    }
    .contact-card::after {
      content: "MSF"; position: absolute; right: -32px; bottom: -78px; font-family: var(--font-heading); font-size: 14rem; line-height: 1;
      color: rgba(255,255,255,.06);
    }
    .contact-card h2 { max-width: 760px; color: var(--white); }
    .contact-card p { max-width: 690px; color: rgba(255,255,255,.82); font-size: 1.08rem; }
    .contact-links { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
    .contact-links a {
      display: inline-flex; align-items: center; min-height: 46px; padding: 10px 15px; border-radius: var(--radius-pill);
      background: var(--white); color: var(--brown); text-decoration: none; font-weight: 900;
    }
    .contact-meta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; color: rgba(255,255,255,.78); font-size: .92rem; }

    .back-to-top {
      position: fixed;
      right: max(22px, env(safe-area-inset-right));
      bottom: max(22px, env(safe-area-inset-bottom));
      z-index: 160;
      width: var(--back-to-top-size);
      height: var(--back-to-top-size);
      display: grid;
      place-items: center;
      border: 0;
      border-radius: 50%;
      background: var(--base-500);
      color: var(--white);
      font: inherit;
      font-size: 1.55rem;
      font-weight: 900;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 12px 30px rgba(95,70,55,.24);
      opacity: 0;
      visibility: hidden;
      transform: translateY(12px);
      transition: opacity var(--transition-fast), visibility var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
    }
    .back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
    .back-to-top:hover { background: var(--brown); transform: translateY(-2px); }
    .back-to-top:focus-visible { outline: 3px solid var(--white); outline-offset: 3px; }

    footer { padding: 28px 0 40px; color: var(--muted); font-size: .84rem; }
    .footer-inner { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; border-top: 1px solid var(--line); }

    @media (max-width: 1020px) {
      .nav { display: none; }
      .hero-grid, .profile-grid, .proof, .languages-tools { grid-template-columns: 1fr; }
      .portrait-card { min-height: 420px; }
      .facts { grid-template-columns: repeat(2, 1fr); }
      .section-head { grid-template-columns: 1fr; align-items: start; }
      .documents { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 720px) {
      .topbar-inner { min-height: 68px; padding-inline: 14px; }
      .brand-text { display: none; }
      .print-btn { display: none; }
      .container { width: min(var(--page), calc(100% - 28px)); }
      .hero { padding: 56px 0 46px; }
      .portrait-card { min-height: 360px; }
      .facts { grid-template-columns: 1fr 1fr; gap: 10px; }
      .fact { min-height: 128px; padding: 18px; }
      .fact strong { font-size: 2.05rem; }
      .section { padding: 70px 0; }
      .job { grid-template-columns: 1fr; gap: 8px; padding: 24px 22px 24px 56px; }
      .skills, .education-grid, .documents { grid-template-columns: 1fr; }
      .training { display: block; }
      .training span { display: block; margin-top: 4px; text-align: left; }
      .language-row { grid-template-columns: 85px 1fr 52px; }
      .footer-inner { flex-direction: column; padding-right: 64px; }
    }

    @media print {
      @page { size: A4; margin: 12mm; }
      body { background: var(--white); font-size: 9.3pt; line-height: 1.35; }
      .topbar, .hero-actions, .availability, .contact-links, .back-to-top, footer { display: none !important; }
      .container { width: 100%; }
      .hero { padding: 0 0 8mm; }
      .hero-grid { grid-template-columns: 1fr 42mm; gap: 7mm; }
      h1 { font-size: 31pt; }
      h2 { font-size: 20pt; }
      .hero-lead { margin-top: 4mm; font-size: 9.8pt; }
      .portrait-card { min-height: 52mm; box-shadow: none; border-radius: 7mm; }
      .photo-chip { left: 4mm; bottom: 4mm; padding: 3mm 4mm; font-size: 8pt; box-shadow: none; }
      .facts { grid-template-columns: repeat(4, 1fr); margin: 0 0 7mm; }
      .fact { min-height: auto; padding: 3.4mm; box-shadow: none; }
      .fact strong { font-size: 17pt; }
      .section { padding: 6.5mm 0; break-inside: avoid; }
      .section-soft { background: transparent; border: 0; }
      .section-head { margin-bottom: 4mm; grid-template-columns: .55fr 1.45fr; gap: 5mm; }
      .section-intro { font-size: 8.8pt; }
      .card, .skill, .degree, .language-card, .tools-card, .job { box-shadow: none; }
      .story, .manifesto, .skill, .degree, .language-card, .tools-card, .job { padding: 4.5mm; border-radius: 5mm; }
      .profile-grid, .skills, .education-grid, .languages-tools { grid-template-columns: 1fr 1fr; gap: 4mm; }
      .timeline { gap: 3mm; }
      .job { grid-template-columns: 29mm 1fr; gap: 4mm; }
      .proof { grid-template-columns: .8fr 1.2fr; box-shadow: none; }
      .proof-title, .proof-points { padding: 5mm; }
      .documents { display: none; }
      .contact-card { padding: 7mm; border-radius: 6mm; }
      .contact-card::after, .manifesto::after, .degree::after { display: none; }
      .contact-meta { margin-top: 4mm; }
      a { text-decoration: none; }
    }
  

    /* V05: full-width section heading cards with quoted introductions */
    .section-head {
      display: block;
      margin-bottom: 34px;
      padding: clamp(24px, 4vw, 38px);
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,238,229,.86));
      box-shadow: 0 16px 42px rgba(89,61,42,.07);
    }
    .section-head > div { width: 100%; }
    .section-head h2 { max-width: 980px; }
    .section-intro {
      position: relative;
      max-width: none;
      margin: 24px 0 0;
      padding: 22px 24px 2px 54px;
      border-top: 1px solid rgba(95,70,55,.13);
      color: var(--brown-2);
      font-family: var(--font-heading);
      font-size: clamp(1.03rem, 1.8vw, 1.2rem);
      font-style: italic;
      line-height: 1.65;
    }
    .section-intro::before {
      content: "“";
      position: absolute;
      left: 4px;
      top: 10px;
      color: var(--base-500);
      font-family: var(--font-heading);
      font-size: 3.7rem;
      font-style: normal;
      line-height: 1;
    }
    .education-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .certificate-highlight {
      display: grid;
      gap: 4px;
      margin-top: 24px;
      padding: 16px 18px;
      border-radius: var(--radius-md);
      background: var(--base-100);
      border: 1px solid rgba(95,70,55,.1);
      color: var(--brown);
    }
    .certificate-highlight strong { font-family: var(--font-heading); font-size: 1.12rem; }
    .certificate-highlight + .certificate-highlight { margin-top: 10px; }
    .certificate-highlight span { color: var(--muted); font-size: .88rem; }
    .document-static { cursor: default; background: linear-gradient(145deg, var(--white), var(--base-100)); }
    .document-static:hover { transform: none; box-shadow: none; }

    @media (max-width: 1000px) {
      .education-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 700px) {
      .section-head { padding: 24px 20px; }
      .section-intro { padding-left: 42px; }
      .education-grid { grid-template-columns: 1fr; }
    }
    @media print {
      .section-head { display: block; padding: 4.5mm; margin-bottom: 4mm; box-shadow: none; }
      .section-intro { margin-top: 3mm; padding: 3mm 2mm 0 8mm; font-size: 9pt; }
      .education-grid { grid-template-columns: repeat(3, 1fr); }
    }

/* V14 - unified card motion and halo */
.section-head,
.fact,
.card,
.job,
.skill,
.degree,
.training,
.proof,
.language-card,
.tools-card,
.certificate-highlight,
.document,
.contact-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
  will-change: transform, box-shadow;
}

.section-head:hover,
.fact:hover,
.card:hover,
.job:hover,
.skill:hover,
.degree:hover,
.training:hover,
.proof:hover,
.language-card:hover,
.tools-card:hover,
.certificate-highlight:hover,
.document:hover,
.contact-card:hover {
  transform: translateY(-5px);
  border-color: var(--base-400);
  box-shadow:
    0 22px 58px rgba(89, 61, 42, .14),
    0 0 0 2px rgba(201, 169, 141, .92),
    0 0 0 6px rgba(230, 204, 179, .18);
}

/* Final document cards: V06-style soft gradient */
.document {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, .98) 0%,
    rgba(248, 238, 229, .86) 100%
  );
}

.document:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(237, 217, 199, .92) 100%
  );
}

@media (prefers-reduced-motion: reduce) {
  .section-head,
  .fact,
  .card,
  .job,
  .skill,
  .degree,
  .training,
  .proof,
  .language-card,
  .tools-card,
  .certificate-highlight,
  .document,
  .contact-card {
    transition: none;
  }

  .section-head:hover,
  .fact:hover,
  .card:hover,
  .job:hover,
  .skill:hover,
  .degree:hover,
  .training:hover,
  .proof:hover,
  .language-card:hover,
  .tools-card:hover,
  .certificate-highlight:hover,
  .document:hover,
  .contact-card:hover {
    transform: none;
  }
}

@media print {
  .section-head,
  .fact,
  .card,
  .job,
  .skill,
  .degree,
  .training,
  .proof,
  .language-card,
  .tools-card,
  .certificate-highlight,
  .document,
  .contact-card {
    transform: none !important;
    box-shadow: none !important;
    filter: none !important;
  }
}

/* V20 - Hobbies */
.hobbies-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.hobby-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,238,229,.72));
  overflow: hidden;
}
.hobby-card::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -44px;
  bottom: -48px;
  border-radius: 50%;
  background: rgba(230,204,179,.22);
}
.hobby-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(95,70,55,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  margin-bottom: 18px;
}
.hobby-icon img {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.hobby-card h3 { font-family: var(--font-heading); font-size: 1.45rem; color: var(--brown); }
.hobby-card p { position: relative; z-index: 1; color: var(--muted); margin: 14px 0 0; }
@media (max-width: 1000px) { .hobbies-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 700px) { .hobbies-grid { grid-template-columns: 1fr; } .hobby-card { min-height: auto; } }
@media print { .hobbies-grid { grid-template-columns: repeat(2, 1fr); gap: 4mm; } .hobby-card { min-height: auto; padding: 4.5mm; } }
