/* ==========================================================================
   tomr.co.nz — shared design system
   ========================================================================== */

@font-face { font-family:'Clash Display'; src:url('/assets/fonts/ClashDisplay-500.woff2') format('woff2'); font-weight:500; font-display:swap; }
@font-face { font-family:'Clash Display'; src:url('/assets/fonts/ClashDisplay-600.woff2') format('woff2'); font-weight:600; font-display:swap; }
@font-face { font-family:'Clash Display'; src:url('/assets/fonts/ClashDisplay-700.woff2') format('woff2'); font-weight:700; font-display:swap; }
@font-face { font-family:'Archivo'; src:url('/assets/fonts/Archivo-400.woff2') format('woff2'); font-weight:100 900; font-display:swap; }
@font-face { font-family:'Chakra Petch'; src:url('/assets/fonts/ChakraPetch-500.woff2') format('woff2'); font-weight:500; font-display:swap; }
@font-face { font-family:'Chakra Petch'; src:url('/assets/fonts/ChakraPetch-600.woff2') format('woff2'); font-weight:600; font-display:swap; }

:root {
  --ink: #0e1116;
  --panel: #151a21;
  --panel-2: #1a2028;
  --line: #232b36;
  --line-2: #2c3644;
  --text: #f2f4f7;
  --muted: #a9b2bd;
  --muted-2: #7d8794;
  --g-blue: #4285f4;
  --g-green: #34a853;
  --g-yellow: #fbbc05;
  --g-red: #ea4335;
  --meta-blue: #1877f2;
  --ga-orange: #f9ab00;
  --ai-clay: #d97757;
  --display: 'Clash Display', 'Avenir Next', sans-serif;
  --body: 'Archivo', 'Helvetica Neue', sans-serif;
  --data: 'Chakra Petch', 'SF Mono', monospace;
  --accent: var(--g-yellow);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--g-yellow); color: var(--ink); }
a { color: var(--text); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--g-yellow);
  outline-offset: 3px;
}
img, svg { max-width: 100%; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 820px; }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.22,1,.36,1), transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ---------- top bar ---------- */
.topbar {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 22px; padding-bottom: 22px;
  position: sticky; top: 0; z-index: 40;
  background: color-mix(in srgb, var(--ink) 82%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease;
}
.topbar.stuck { border-bottom-color: var(--line); }
.topbar .brand { font-family: var(--display); font-weight: 600; font-size: 18px; letter-spacing: 0.01em; text-decoration: none; }
.topbar .meta {
  font-family: var(--data); font-weight: 500; font-size: 12px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted);
  display: flex; gap: 26px; align-items: center;
}
.topbar .meta a { color: var(--muted); text-decoration: none; transition: color .2s ease; }
.topbar .meta a:hover, .topbar .meta a[aria-current="page"] { color: var(--text); }
.topbar .meta a[aria-current="page"] { color: var(--g-yellow); }

/* ---------- buttons ---------- */
.btn {
  font-family: var(--data); font-weight: 600; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  color: var(--ink); background: var(--g-yellow); border: none; cursor: pointer;
  border-radius: 999px; padding: 16px 30px; display: inline-block;
  transition: background-color .25s cubic-bezier(.22,1,.36,1), transform .2s cubic-bezier(.22,1,.36,1);
}
.btn:hover { background: #ffd44d; }
.btn.ghost { color: var(--text); background: transparent; border: 1px solid var(--line-2); }
.btn.ghost:hover { background: var(--panel); border-color: var(--muted-2); }
.btn .mag { display: inline-block; will-change: transform; }

/* ---------- section head ---------- */
section { border-top: 1px solid var(--line); }
.section-head { padding: 84px 0 10px; }
.section-head h2 {
  font-family: var(--display); font-weight: 600;
  font-size: clamp(34px, 4.6vw, 56px); letter-spacing: -0.01em; line-height: 1.05;
}
.section-head p { margin-top: 14px; color: var(--muted); max-width: 56ch; }

h1, h2, h3, blockquote p { word-spacing: 0.08em; }

/* ---------- home hero ---------- */
.hero {
  min-height: calc(100vh - 140px);
  display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,0.85fr);
  align-items: center; gap: 24px; position: relative;
}
.hero h1 {
  font-family: var(--display); font-weight: 700;
  font-size: clamp(58px, 9.5vw, 132px); line-height: 0.94;
  letter-spacing: -0.015em; text-transform: uppercase;
}
.hero h1 .row2 { display: block; }
.hero .role {
  margin-top: 30px; font-family: var(--data); font-weight: 600;
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  display: flex; align-items: center; flex-wrap: wrap; gap: 12px;
}
.dotline { display: inline-flex; gap: 5px; }
.dotline i { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.hero .intro { margin-top: 22px; max-width: 46ch; color: var(--muted); font-size: 18px; }
.hero .hero-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-canvas-holder { position: relative; height: min(72vh, 620px); }
.hero-canvas-holder canvas { width: 100%; height: 100%; display: block; }
.scroll-cue {
  position: absolute; bottom: 6px; left: 0;
  font-family: var(--data); font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; gap: 14px;
}
.scroll-cue::after { content: ""; width: 64px; height: 1px; background: var(--muted); animation: cue 2.4s ease-in-out infinite; transform-origin: left; }
@keyframes cue { 0%,100% { transform: scaleX(.4); opacity:.5 } 50% { transform: scaleX(1); opacity:1 } }

/* ---------- interior page hero ---------- */
.page-hero { border-top: none; padding: 40px 0 8px; }
.page-hero .kicker {
  font-family: var(--data); font-weight: 600; font-size: 12px; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--muted); display: flex; align-items: center; gap: 10px;
}
.page-hero .kicker .chip { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); display: inline-block; }
.page-hero h1 {
  margin-top: 18px; font-family: var(--display); font-weight: 700;
  font-size: clamp(44px, 7vw, 88px); line-height: 0.98; letter-spacing: -0.015em; text-transform: uppercase;
}
.page-hero .tagline { margin-top: 16px; font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2.6vw, 28px); line-height: 1.3; max-width: 30ch; color: var(--text); }
.page-hero .lead { margin-top: 18px; color: var(--muted); max-width: 64ch; font-size: 18px; }
.page-hero .hero-cta { margin-top: 28px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- about + stats ---------- */
.about-lead { margin-top: 40px; font-family: var(--display); font-weight: 500; font-size: clamp(22px, 2.7vw, 30px); line-height: 1.35; max-width: 22ch; }
.about-grid { margin-top: 34px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 30px 70px; align-items: start; }
.about-grid p { color: var(--muted); max-width: 60ch; }
.about-grid p + p { margin-top: 16px; }
.stats { margin-top: 60px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; border-top: 1px solid var(--line); padding-top: 40px; }
.stat .num { font-family: var(--display); font-weight: 700; font-variant-numeric: tabular-nums; font-size: clamp(36px, 4.4vw, 54px); line-height: 1; letter-spacing: -0.01em; }
.stat .num .u { font-size: 0.5em; color: var(--muted); margin-left: 2px; }
.stat .lab { margin-top: 12px; font-family: var(--data); font-weight: 500; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); line-height: 1.4; }
.stat.c-blue .num { color: var(--g-blue); }
.stat.c-green .num { color: var(--g-green); }
.stat.c-orange .num { color: var(--ga-orange); }
.stat.c-clay .num { color: var(--ai-clay); }

/* ---------- channels (work) ---------- */
.channel { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 30px; padding: 30px 0; }
.channel + .channel { border-top: 1px solid var(--line); }
.channel:nth-child(even) .channel-visual { order: 2; }
.channel-visual { height: 300px; position: relative; }
.channel-visual canvas { width: 100%; height: 100%; display: block; }
.channel-copy h3 { font-family: var(--display); font-weight: 600; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; display: flex; align-items: center; gap: 14px; }
.channel-copy h3 .chip { width: 13px; height: 13px; border-radius: 50%; flex: none; }
.channel-copy p { margin-top: 14px; color: var(--muted); max-width: 44ch; }
.channel-copy .tags, .tags { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { font-family: var(--data); font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; padding: 5px 12px; }
.channel-copy .more { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-family: var(--data); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text); text-decoration: none; }
.channel-copy .more .go { transition: transform .25s ease; }
.channel-copy .more:hover .go { transform: translateX(4px); }

/* ---------- service teaser cards (home) ---------- */
.svc-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.svc-grid .svc:nth-child(4), .svc-grid .svc:nth-child(5) { grid-column: span 1; }
.svc { display: block; text-decoration: none; color: inherit; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 26px; transition: border-color .25s ease, background-color .25s ease, transform .25s cubic-bezier(.22,1,.36,1); }
.svc:hover { border-color: var(--line-2); background: var(--panel-2); transform: translateY(-3px); }
.svc .chip { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }
.svc h3 { font-family: var(--display); font-weight: 600; font-size: 22px; margin-top: 14px; display: flex; align-items: center; gap: 10px; }
.svc h3 .go { margin-left: auto; font-size: 15px; color: var(--muted); transition: transform .25s ease; }
.svc:hover h3 .go { transform: translate(3px,-3px); }
.svc p { margin-top: 10px; color: var(--muted); font-size: 15px; }

/* ---------- timeline (career) ---------- */
.timeline { margin-top: 46px; }
.role-item { display: grid; grid-template-columns: 160px minmax(0,1fr); gap: 30px; padding: 28px 0; border-top: 1px solid var(--line); }
.role-item:last-of-type { border-bottom: 1px solid var(--line); }
.role-item .when { font-family: var(--data); font-weight: 500; font-size: 13px; letter-spacing: 0.06em; color: var(--muted-2); padding-top: 6px; }
.role-item .now-tag { display: inline-block; margin-left: 10px; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--g-green); border: 1px solid color-mix(in srgb, var(--g-green) 40%, transparent); border-radius: 999px; padding: 2px 9px; vertical-align: middle; }
.role-item h3 { font-family: var(--display); font-weight: 600; font-size: clamp(20px, 2.3vw, 26px); line-height: 1.15; }
.role-item .org { margin-top: 3px; color: var(--muted); font-family: var(--data); font-size: 13px; letter-spacing: 0.04em; }
.role-item p { margin-top: 12px; color: var(--muted); max-width: 60ch; }

blockquote { margin: 72px 0 10px; max-width: 820px; }
blockquote p { font-family: var(--display); font-weight: 500; font-size: clamp(26px, 3.4vw, 40px); line-height: 1.25; }
blockquote p::before { content: "\201C"; color: var(--g-yellow); }
blockquote p::after { content: "\201D"; color: var(--g-yellow); }
blockquote footer { margin-top: 18px; font-family: var(--data); font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ---------- service hero figure ---------- */
.figure-band { border-top: none; padding: 34px 0 0; }
.page-figure {
  position: relative; margin: 0; border-radius: 16px; overflow: hidden;
  border: 1px solid var(--line); background: var(--panel);
  aspect-ratio: 1024 / 480;
}
.page-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; display: block; }
.page-figure::after {
  content: ""; position: absolute; right: 0; bottom: 0; width: 24%; height: 30%;
  background: radial-gradient(140% 140% at 100% 100%, rgba(14,17,22,1) 0%, rgba(14,17,22,1) 64%, rgba(14,17,22,0) 93%);
  pointer-events: none;
}

/* ---------- top disclaimer banner (home) ---------- */
.top-banner {
  width: 100%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--g-yellow) 8%, var(--panel)) 0%, var(--panel) 100%);
  border-bottom: 1px solid var(--line-2);
}
.top-banner p {
  display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap;
  text-align: center; padding: 11px 28px; margin: 0;
  color: var(--muted); font-size: 14px; line-height: 1.5;
}
.top-banner strong { color: var(--text); font-weight: 600; }
.top-banner .spark { color: var(--g-yellow); font-size: 15px; flex: none; }
@media (max-width: 560px) { .top-banner p { font-size: 13px; padding: 10px 18px; gap: 7px; } }

/* ---------- prose (service content) ---------- */
.prose { border-top: none; }
.prose .block { padding: 40px 0; border-top: 1px solid var(--line); }
.prose .block:first-child { border-top: none; padding-top: 30px; }
.prose h2 { font-family: var(--display); font-weight: 600; font-size: clamp(26px, 3.2vw, 38px); line-height: 1.1; letter-spacing: -0.01em; }
.prose h2::before { content: ""; display: inline-block; width: 26px; height: 3px; background: var(--accent); border-radius: 2px; vertical-align: middle; margin-right: 14px; }
.prose p { margin-top: 16px; color: var(--muted); max-width: 68ch; }
.prose ul { margin-top: 18px; list-style: none; max-width: 68ch; display: grid; gap: 10px; }
.prose ul li { position: relative; padding-left: 26px; color: var(--muted); }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }

/* ---------- data tables ---------- */
.tables { padding-top: 10px; }
.tblwrap { margin-top: 30px; overflow-x: auto; }
.tbl-title { font-family: var(--display); font-weight: 600; font-size: 20px; margin-bottom: 16px; }
table.dtable { width: 100%; border-collapse: collapse; font-size: 15px; min-width: 520px; }
table.dtable th, table.dtable td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.dtable thead th { font-family: var(--data); font-weight: 600; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line-2); }
table.dtable tbody tr:hover { background: var(--panel); }
table.dtable td:first-child { color: var(--text); font-weight: 500; }
table.dtable td:not(:first-child) { color: var(--muted); }

/* ---------- charts ---------- */
.charts-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.chart { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.chart h3 { font-family: var(--display); font-weight: 600; font-size: 18px; }
.chart .cap { margin-top: 4px; font-family: var(--data); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted-2); }
.chart .plot { margin-top: 18px; }
.chart svg { width: 100%; height: auto; display: block; }
.chart .legend { margin-top: 16px; display: grid; gap: 8px; }
.chart .legend .row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); }
.chart .legend .row .sw { width: 12px; height: 12px; border-radius: 3px; flex: none; }
.chart .legend .row .val { margin-left: auto; font-family: var(--data); color: var(--text); }
.svg-label { font-family: 'Chakra Petch','SF Mono',monospace; font-size: 12px; fill: var(--muted); }
.svg-value { font-family: 'Chakra Petch','SF Mono',monospace; font-size: 13px; fill: var(--text); font-weight: 600; }

/* ---------- faq ---------- */
.faq-list { margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 0 60px; }
.faq-item { padding: 26px 0; border-top: 1px solid var(--line); }
.faq-item h3 { font-family: var(--display); font-weight: 600; font-size: clamp(19px, 2.1vw, 23px); }
.faq-item p { margin-top: 10px; color: var(--muted); max-width: 52ch; }

/* ---------- contact form ---------- */
.contact { padding: 90px 0 40px; }
.contact h2 { font-family: var(--display); font-weight: 700; font-size: clamp(40px, 6vw, 84px); line-height: 1; text-transform: uppercase; letter-spacing: -0.01em; }
.contact-layout { margin-top: 40px; display: grid; grid-template-columns: minmax(0,0.9fr) minmax(0,1.1fr); gap: 50px 70px; align-items: start; }
.contact .aside { color: var(--muted); max-width: 42ch; }
.contact .aside .direct { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.contact .aside .direct a, .contact .aside .direct .direct-loc { display: inline-flex; align-items: center; gap: 10px; color: var(--text); text-decoration: none; font-family: var(--data); font-size: 14px; letter-spacing: 0.03em; width: fit-content; }
.contact .aside .direct .dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.contact .aside .direct a .lbl { border-bottom: 1px solid var(--line-2); transition: border-color .2s ease; }
.contact .aside .direct a:hover .lbl { border-color: var(--g-yellow); }
form.contact-form { display: grid; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-family: var(--data); font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.field input, .field textarea { font-family: var(--body); font-size: 16px; color: var(--text); background: var(--panel); border: 1px solid var(--line-2); border-radius: 10px; padding: 14px 16px; width: 100%; transition: border-color .2s ease, background-color .2s ease; }
.field input:focus, .field textarea:focus { border-color: var(--muted-2); background: var(--panel-2); }
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-foot { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 4px; }
.form-status { font-family: var(--data); font-size: 13px; letter-spacing: 0.03em; color: var(--muted); }
.form-status.ok { color: var(--g-green); }
.form-status.err { color: var(--g-red); }
.btn[disabled] { opacity: .55; cursor: not-allowed; }
.form-done { display: none; background: var(--panel); border: 1px solid color-mix(in srgb, var(--g-green) 35%, var(--line)); border-radius: 14px; padding: 30px; }
.form-done h3 { font-family: var(--display); font-weight: 600; font-size: 24px; }
.form-done p { margin-top: 10px; color: var(--muted); }
.form-done.show { display: block; }
form.contact-form.hide { display: none; }

/* ---------- footer ---------- */
.site-footer { border-top: 1px solid var(--line); margin-top: 40px; padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.footer-brand .fb-name { font-family: var(--display); font-weight: 700; font-size: 26px; text-transform: uppercase; letter-spacing: -0.01em; }
.footer-brand p { margin-top: 12px; color: var(--muted); max-width: 34ch; font-size: 15px; }
.footer-brand .dotline { margin-top: 18px; }
.footcol h4 { font-family: var(--data); font-weight: 600; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 16px; }
.footcol ul { list-style: none; display: grid; gap: 11px; }
.footcol a { color: var(--muted); text-decoration: none; font-size: 15px; transition: color .2s ease; }
.footcol a:hover { color: var(--text); }
.baseline { margin-top: 50px; padding: 22px 0 0; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-family: var(--data); font-size: 11px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.baseline a { color: var(--muted); text-decoration: none; }
.baseline a:hover { color: var(--text); }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 20px; padding-bottom: 60px; gap: 8px; }
  .hero-canvas-holder { height: 300px; order: -1; }
  .scroll-cue { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .channel { grid-template-columns: 1fr; gap: 4px; padding: 44px 0; }
  .channel:nth-child(even) .channel-visual { order: 0; }
  .channel-visual { height: 240px; }
  .svc-grid { grid-template-columns: 1fr; }
  .role-item { grid-template-columns: 1fr; gap: 6px; }
  .role-item .when { padding-top: 0; }
  .charts-grid { grid-template-columns: 1fr; }
  .faq-list { grid-template-columns: 1fr; gap: 0; }
  .contact-layout { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .topbar .meta .loc { display: none; }
  .topbar .meta { gap: 18px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .scroll-cue::after { animation: none; }
}

/* ---------- printable CV (home page "Download CV") ---------- */
.cv-sheet { display: none; }
@media print {
  @page { margin: 15mm 14mm; }
  html { scroll-behavior: auto; }
  body { background: #fff !important; color: #14181f !important; -webkit-font-smoothing: auto; }
  .topbar, .site-footer, main > *:not(.cv-sheet) { display: none !important; }
  .cv-sheet { display: block !important; max-width: none; }
  .cv-head h1 { font-family: var(--display); font-weight: 700; font-size: 30pt; line-height: 1; color: #14181f; text-transform: uppercase; letter-spacing: -0.01em; }
  .cv-title { font-family: var(--data); font-size: 11pt; letter-spacing: 0.08em; text-transform: uppercase; color: #14181f; margin-top: 6pt; }
  .cv-contact { font-family: var(--data); font-size: 9.5pt; color: #3a4250; margin-top: 6pt; }
  .cv-summary { font-size: 10.5pt; line-height: 1.45; color: #3a4250; margin-top: 12pt; max-width: none; }
  .cv-block { margin-top: 16pt; }
  .cv-block h2 { font-family: var(--display); font-weight: 600; font-size: 14pt; color: #14181f; border-bottom: 1px solid #d7dbe1; padding-bottom: 4pt; margin-bottom: 8pt; }
  .cv-role { display: grid; grid-template-columns: 110px 1fr; gap: 14pt; padding: 6pt 0; page-break-inside: avoid; }
  .cv-role .cv-when { font-family: var(--data); font-size: 9pt; color: #6b7480; }
  .cv-role .cv-body { font-size: 10.5pt; color: #14181f; }
  .cv-role .cv-body strong { font-weight: 600; }
  .cv-role .cv-body span { display: block; color: #3a4250; font-size: 10pt; margin-top: 3pt; line-height: 1.4; }
  .cv-skills { font-size: 10pt; color: #3a4250; line-height: 1.6; }
}
