:root {
  color-scheme: light;
  --tp2-ink: #242424;
  --tp2-muted: #606360;
  --tp2-rose: #b92f49;
  --tp2-rose-dark: #98243b;
  --tp2-line: #e5e5e2;
  --tp2-paper: #fff;
  --tp2-soft: #f6f6f4;
  --tp2-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; color: var(--tp2-ink); background: var(--tp2-paper); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: 10; pointer-events: none; content: ""; opacity: .023; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath filter='url(%23n)' opacity='.75' d='M0 0h180v180H0z'/%3E%3C/svg%3E"); }
::selection { color: #842039; background: #f9dce3; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 5px; }
a, button, input, textarea, select { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--tp2-rose); outline-offset: 5px; }
button { font: inherit; }
img { display: block; max-width: 100%; }
svg { flex-shrink: 0; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { font-weight: 650; line-height: 1.25; text-wrap: balance; overflow-wrap: anywhere; }
p, a, li, dt, dd { overflow-wrap: anywhere; }
ul, ol, dl { padding: 0; margin: 0; }
[hidden] { display: none !important; }
.tp2-shell { width: calc(100% - 64px); max-width: 860px; margin-inline: auto; }
.tp2-icon { width: 20px; height: 20px; }
.tp2-pixel { aspect-ratio: 1; object-fit: contain; image-rendering: pixelated; }
.tp2-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.tp2-skip { position: fixed; top: 12px; left: 12px; z-index: 50; padding: 12px 20px; color: #fff; background: var(--tp2-rose); transform: translateY(-180%); }
.tp2-skip:focus { transform: none; }
.tp2-header { position: sticky; top: 0; z-index: 20; background: rgb(255 255 255 / 97%); border-bottom: 1px solid transparent; }
.tp2-header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.tp2-home-mark { display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 56px; flex-shrink: 0; }
.tp2-home-mark img { width: 48px; height: 48px; transition: transform 160ms steps(3, end); }
.tp2-home-mark:hover img, .tp2-home-mark:focus-visible img { transform: rotate(-5deg); }
.tp2-navigation ul { display: flex; align-items: center; gap: 8px; list-style: none; }
.tp2-navigation a, .tp2-nav-pending { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 6px 13px; border: 1px solid transparent; font: 12px/1.4 var(--tp2-mono); text-decoration: none; transition: transform 120ms steps(2, end); }
.tp2-navigation a:hover, .tp2-navigation a:focus-visible, .tp2-navigation a[aria-current] { background: var(--tp2-soft); border-color: var(--tp2-ink); box-shadow: 2px 2px 0 var(--tp2-ink); }
.tp2-navigation a:active { transform: translateY(2px); box-shadow: none; }
.tp2-nav-pending { color: #777a76; cursor: default; }
.tp2-navigation li:last-child a { border-color: var(--tp2-ink); background: var(--tp2-paper); box-shadow: 2px 2px 0 var(--tp2-ink); }
.tp2-menu-toggle { align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--tp2-ink); border-radius: 0; box-shadow: 2px 2px 0 var(--tp2-ink); background: #fff; cursor: pointer; }
.tp2-menu-close { display: none; }
.tp2-hero { padding: 40px 0 68px; }
.tp2-portraits { --tp2-face-size: 112px; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); align-items: end; gap: 12px; padding-top: 42px; margin-bottom: 30px; list-style: none; }
.tp2-face { --tp2-face-tilt: 0deg; position: relative; display: grid; justify-items: center; min-width: 0; }
.tp2-face-hello { --tp2-face-tilt: -5deg; }
.tp2-face-thinking, .tp2-face-idea { --tp2-face-tilt: 5deg; }
.tp2-face-listening { --tp2-face-tilt: -4deg; }
.tp2-face-button { display: grid; place-items: center; width: min(100%, var(--tp2-face-size)); aspect-ratio: 1; padding: 0; border: 0; border-radius: 0; background: transparent; color: inherit; cursor: pointer; touch-action: manipulation; }
.tp2-face img { width: min(100%, var(--tp2-face-size)); height: auto; transform: rotate(var(--tp2-face-tilt)); transition: transform 160ms steps(3, end); pointer-events: none; }
.tp2-face-button:focus-visible { outline-style: dashed; outline-width: 2px; outline-offset: 2px; }
.tp2-face[data-open] { z-index: 2; }
.tp2-face[data-open] img, .tp2-face:not([data-ready]):focus-within img { transform: translateY(-5px) rotate(0); }
.tp2-face-bubble { --tp2-bubble-shift: 0px; display: none; position: absolute; z-index: 3; left: calc(50% + var(--tp2-bubble-shift)); bottom: calc(100% + 12px); width: max-content; max-width: 188px; padding: 9px 11px; color: white; background: var(--tp2-ink); box-shadow: -3px 0 0 var(--tp2-ink), 3px 0 0 var(--tp2-ink), 0 -3px 0 var(--tp2-ink), 0 3px 0 var(--tp2-ink), 5px 5px 0 var(--tp2-rose); font: 11px/1.55 var(--tp2-mono); text-align: center; overflow-wrap: anywhere; transform: translateX(-50%); }
.tp2-face-bubble::after { position: absolute; content: ""; top: calc(100% + 2px); left: calc(50% - var(--tp2-bubble-shift) - 5px); width: 12px; height: 10px; background: var(--tp2-ink); clip-path: polygon(0 0, 100% 0, 100% 30%, 70% 30%, 70% 60%, 40% 60%, 40% 100%, 0 100%); }
.tp2-face[data-side="below"] .tp2-face-bubble { top: calc(100% + 12px); bottom: auto; }
.tp2-face[data-side="below"] .tp2-face-bubble::after { top: auto; bottom: calc(100% + 2px); transform: rotate(180deg); }
.tp2-face[data-open] .tp2-face-bubble, .tp2-face:not([data-ready]):focus-within .tp2-face-bubble { display: block; animation: tp2-bubble-pop 120ms steps(3, end); }
@keyframes tp2-bubble-pop { from { opacity: 0; transform: translateX(-50%) translateY(5px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
@media (hover: hover) {
  .tp2-face:not([data-ready]):hover img { transform: translateY(-5px) rotate(0); }
  .tp2-face:not([data-ready]):hover .tp2-face-bubble { display: block; animation: tp2-bubble-pop 120ms steps(3, end); }
}
.tp2-section-face { --tp2-face-size: 88px; flex: 0 0 var(--tp2-face-size); width: var(--tp2-face-size); aspect-ratio: 1; }
.tp2-face-education { --tp2-face-size: 88px; --tp2-face-tilt: 6deg; }
.tp2-face-contact { --tp2-face-size: 68px; --tp2-face-tilt: 7deg; }
.tp2-section-face:not([data-ready]) .tp2-face-bubble { left: auto; right: 0; top: calc(100% + 12px); bottom: auto; transform: none; animation: none; }
.tp2-section-face:not([data-ready]) .tp2-face-bubble::after { left: auto; right: calc(var(--tp2-face-size) / 2 - 6px); top: auto; bottom: calc(100% + 2px); transform: rotate(180deg); }
.tp2-eyebrow { color: var(--tp2-muted); font-family: var(--tp2-mono); font-size: 12px; line-height: 1.5; }
.tp2-hero h1 { margin: 12px 0 18px; font-size: 60px; line-height: 1.1; font-weight: 700; }
.tp2-hero h1 span { color: var(--tp2-rose); }
.tp2-hero-headline { max-width: 690px; font-size: 34px; font-weight: 550; line-height: 1.3; text-wrap: balance; }
.tp2-hero-intro { max-width: 685px; margin-top: 24px; color: var(--tp2-muted); }
.tp2-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 28px; }
.tp2-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; max-width: calc(100% - 6px); min-height: 46px; padding: 11px 16px; border: 0; border-radius: 0; box-shadow: -3px 0 0 var(--tp2-ink), 3px 0 0 var(--tp2-ink), 0 -3px 0 var(--tp2-ink), 0 3px 0 var(--tp2-ink), 3px 6px 0 var(--tp2-ink); background: var(--tp2-rose); color: white; font: 600 13px/1.5 var(--tp2-mono); text-decoration: none; transition: transform 120ms steps(2, end), background 120ms steps(2, end); }
.tp2-button:hover { background: var(--tp2-rose-dark); transform: translateY(-2px); }
.tp2-button:active { transform: translate(2px, 3px); box-shadow: -3px 0 0 var(--tp2-ink), 3px 0 0 var(--tp2-ink), 0 -3px 0 var(--tp2-ink), 0 3px 0 var(--tp2-ink); }
.tp2-button .tp2-icon { width: 17px; height: 17px; }
.tp2-location { font-family: var(--tp2-mono); color: var(--tp2-muted); font-size: 11px; }
.tp2-section { padding: 64px 0; border-top: 1px solid var(--tp2-line); }
.tp2-section-head { margin-bottom: 34px; }
.tp2-section-number { color: var(--tp2-rose); margin-right: 10px; }
.tp2-section h2 { font-size: 34px; line-height: 1.25; max-width: 670px; margin-top: 15px; }
.tp2-section-head > p:last-child:not(.tp2-eyebrow) { color: var(--tp2-muted); margin-top: 18px; max-width: 650px; font-size: 16px; }
.tp2-range-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 36px; list-style: none; }
.tp2-range-grid li { display: flex; align-items: flex-start; gap: 14px; min-width: 0; }
.tp2-range-number { display: grid; place-items: center; flex-shrink: 0; height: 26px; width: 26px; margin: 2px; background: var(--tp2-rose); color: white; font: 12px var(--tp2-mono); box-shadow: -2px 0 0 var(--tp2-rose), 2px 0 0 var(--tp2-rose), 0 -2px 0 var(--tp2-rose), 0 2px 0 var(--tp2-rose); }
.tp2-range-grid h3 { font-size: 17px; line-height: 1.5; }
.tp2-range-grid p { margin-top: 8px; color: var(--tp2-muted); font-size: 14px; line-height: 1.7; }
.tp2-proof { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 42px; gap: 16px; }
.tp2-proof-card { min-width: 0; padding: 22px 16px; border: 1px solid var(--tp2-ink); box-shadow: 3px 3px 0 var(--tp2-ink); background: var(--tp2-paper); }
.tp2-proof dt { min-height: 78px; font: 600 24px/1.3 var(--tp2-mono); }
.tp2-proof-display { display: block; }
.tp2-proof-figure { display: flex; align-items: baseline; gap: 7px; color: var(--tp2-rose); font-size: 34px; line-height: 1.2; font-variant-numeric: tabular-nums; }
.tp2-proof-prefix { color: var(--tp2-ink); font-size: 22px; }
.tp2-proof-plus { margin-left: 1px; font-size: .55em; line-height: 0; vertical-align: super; }
.tp2-proof-unit { display: block; margin-top: 8px; font-size: 12px; font-weight: 500; }
.tp2-counter { display: inline-grid; text-align: right; }
.tp2-counter > span { grid-area: 1 / 1; }
.tp2-counter-reserve { visibility: hidden; }
.tp2-proof dd { margin: 12px 0 0; color: var(--tp2-muted); font-size: 12px; line-height: 1.6; }
.tp2-timeline { list-style: none; margin-top: 40px; }
.tp2-job { position: relative; display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 30px; margin-left: 6px; border-left: 1px solid #dddeda; padding: 0 0 34px 30px; }
.tp2-job:last-child { padding-bottom: 0; border-left-color: transparent; }
.tp2-job + .tp2-job { padding-top: 28px; }
.tp2-job-marker { position: absolute; width: 9px; height: 9px; border: 2px solid #7b807b; left: -5px; top: 8px; background: white; }
.tp2-job + .tp2-job .tp2-job-marker { top: 36px; }
.tp2-job-current .tp2-job-marker { background: var(--tp2-rose); border-color: var(--tp2-rose); outline: 5px solid #fcebef; }
.tp2-job h3 { font-size: 19px; }
.tp2-job-current h3 { color: var(--tp2-rose); }
.tp2-job-role { margin-top: 8px; font-size: 14px; line-height: 1.6; font-weight: 550; }
.tp2-job-date { margin-top: 10px; font-family: var(--tp2-mono); font-size: 11px; color: var(--tp2-muted); }
.tp2-job-details { color: var(--tp2-muted); font-size: 14px; line-height: 1.75; }
.tp2-bullets { list-style: square; margin: 14px 0 0; padding-left: 17px; }
.tp2-bullets li + li { margin-top: 8px; }
.tp2-bullets li::marker { color: #959c95; font-size: 10px; }
.tp2-foundation-head { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-bottom: 18px; }
.tp2-foundation-head > div { min-width: 0; }
.tp2-foundation-head h2 { max-width: 490px; }
.tp2-foundation-intro { color: var(--tp2-muted); font-size: 16px; max-width: 700px; }
.tp2-subheading { font-family: var(--tp2-mono); font-size: 12px; color: var(--tp2-muted); font-weight: 500; margin: 30px 0 16px; }
.tp2-education { list-style: none; }
.tp2-education li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 18px 0; border-top: 1px solid var(--tp2-line); }
.tp2-education h4 { font-size: 16px; }
.tp2-education p { color: var(--tp2-muted); font-size: 13px; margin-top: 6px; }
.tp2-education span { font-size: 11px; font-family: var(--tp2-mono); flex-shrink: 0; color: var(--tp2-muted); }
.tp2-tools { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; list-style: none; }
.tp2-tools li { display: flex; align-items: center; gap: 12px; min-width: 0; min-height: 88px; padding: 16px 13px; border: 1px solid var(--tp2-ink); box-shadow: 3px 3px 0 var(--tp2-ink); background: var(--tp2-paper); }
.tp2-tool-mark { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; }
.tp2-tool-mark img { width: 22px; height: 22px; }
.tp2-tool-meta, .tp2-tool-linkedin, .tp2-tool-googletagmanager { background: #e9eff9; }
.tp2-tool-googleads, .tp2-tool-shopify, .tp2-tool-whatsapp { background: #eaf2e8; }
.tp2-tool-hubspot, .tp2-tool-googleanalytics, .tp2-tool-claude { background: #f8e9e1; }
.tp2-tool-tiktok, .tp2-tool-openai, .tp2-tool-workflow { background: #eeeaf2; }
.tp2-tools li > div { min-width: 0; }
.tp2-tools h3 { font-family: var(--tp2-mono); font-size: 12px; line-height: 1.45; text-wrap: initial; }
.tp2-tools p { color: var(--tp2-muted); font-size: 10px; margin-top: 5px; line-height: 1.5; }
.tp2-connect { padding-bottom: 72px; }
.tp2-connect-top { display: flex; align-items: center; justify-content: space-between; }
.tp2-connect h2 { max-width: 660px; margin-top: 10px; }
.tp2-connect > p { margin-top: 18px; color: var(--tp2-muted); max-width: 590px; font-size: 16px; }
.tp2-connect-actions { display: flex; gap: 28px; align-items: center; margin-top: 26px; flex-wrap: wrap; }
.tp2-text-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; font: 13px/1.5 var(--tp2-mono); }
.tp2-after-hours { display: inline-flex; align-items: center; gap: 10px; margin-top: 30px; font-size: 14px; }
.tp2-footer { display: flex; align-items: center; gap: 20px; padding: 24px 0 32px; border-top: 1px solid var(--tp2-line); }
.tp2-footer-home { font-size: 12px; font-weight: 600; text-decoration: none; }
.tp2-footer p { font-size: 10px; color: var(--tp2-muted); flex: 1; }
.tp2-top-link { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid var(--tp2-ink); box-shadow: 2px 2px 0 var(--tp2-ink); }
.tp2-top-link .tp2-icon { transform: rotate(-45deg); }
.tp2-document { min-height: 65vh; padding-block: 64px; }
.tp2-document > .tp2-pixel { width: 130px; height: 130px; margin-bottom: 24px; }
.tp2-document h1 { font-size: 42px; margin-block: 18px 30px; }
.tp2-prose > * + * { margin-top: 20px; }
.tp2-prose img { height: auto; }
.tp2-enter { animation: tp2-reveal 240ms both steps(4, end); }
@keyframes tp2-reveal { from { opacity: .35; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.admin-bar .tp2-header { top: 32px; }
@media (max-width: 900px) {
  .tp2-navigation a, .tp2-nav-pending { padding-inline: 9px; font-size: 12px; }
  .tp2-navigation ul { gap: 3px; }
  .tp2-job { grid-template-columns: 210px minmax(0, 1fr); gap: 22px; }
}
@media (max-width: 680px) {
  .tp2-shell { width: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .tp2-header-inner { min-height: 72px; gap: 8px; flex-wrap: wrap; }
  .tp2-home-mark { width: 44px; height: 48px; }
  .tp2-home-mark img { width: 42px; height: 42px; }
  .tp2-menu-toggle:not([hidden]) { display: inline-flex; }
  .tp2-navigation { width: 100%; padding-bottom: 16px; }
  .tp2-navigation ul { display: flex; gap: 5px; flex-wrap: wrap; }
  .tp2-navigation a, .tp2-nav-pending { min-height: 44px; padding: 8px 11px; font-size: 13px; }
  .tp2-menu-ready .tp2-navigation { display: none; }
  .tp2-menu-ready.tp2-menu-expanded .tp2-navigation { display: block; }
  .tp2-menu-expanded .tp2-menu-open { display: none; }
  .tp2-menu-expanded .tp2-menu-close { display: inline-flex; }
  .tp2-hero { padding: 24px 0 44px; }
  .tp2-portraits { --tp2-face-size: 72px; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px 16px; padding-top: 44px; margin-bottom: 24px; }
  .tp2-portraits .tp2-face:not([data-ready]):nth-child(3n + 1) .tp2-face-bubble { --tp2-bubble-shift: 38px; }
  .tp2-portraits .tp2-face:not([data-ready]):nth-child(3n) .tp2-face-bubble { --tp2-bubble-shift: -38px; }
  .tp2-hero h1 { font-size: 43px; margin: 12px 0 16px; }
  .tp2-hero-headline { font-size: 26px; line-height: 1.35; }
  .tp2-hero-intro { font-size: 15px; line-height: 1.8; margin-top: 20px; }
  .tp2-hero-actions { gap: 18px; margin-top: 24px; flex-wrap: wrap; }
  .tp2-location { font-size: 10px; }
  .tp2-button { font-size: 13px; padding-inline: 14px; }
  .tp2-section { padding-block: 44px; }
  .tp2-section h2 { font-size: 27px; line-height: 1.3; }
  .tp2-section-head { margin-bottom: 28px; }
  .tp2-section-head > p:last-child:not(.tp2-eyebrow) { font-size: 15px; margin-top: 16px; }
  .tp2-range-grid { grid-template-columns: 1fr; gap: 24px; }
  .tp2-range-grid h3 { font-size: 16px; }
  .tp2-range-grid p { margin-top: 5px; }
  .tp2-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
  .tp2-proof-card { padding: 20px 14px; }
  .tp2-proof dd { font-size: 11px; }
  .tp2-job { grid-template-columns: 1fr; gap: 16px; padding-left: 24px; padding-bottom: 24px; }
  .tp2-job + .tp2-job { padding-top: 20px; }
  .tp2-job + .tp2-job .tp2-job-marker { top: 28px; }
  .tp2-job h3 { font-size: 19px; }
  .tp2-job-role { font-size: 14px; margin-top: 6px; }
  .tp2-job-date { margin-top: 8px; }
  .tp2-job-details { font-size: 14px; }
  .tp2-foundation-head { gap: 12px; }
  .tp2-face-education { --tp2-face-size: 64px; }
  .tp2-foundation-intro { font-size: 15px; }
  .tp2-education li { flex-direction: column; gap: 8px; }
  .tp2-education h4 { font-size: 15px; }
  .tp2-tools { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .tp2-tools li { flex-direction: column; align-items: flex-start; gap: 12px; padding: 15px; min-height: 127px; }
  .tp2-tools h3 { font-size: 12px; }
  .tp2-tools p { font-size: 10px; }
  .tp2-connect > p { font-size: 15px; }
  .tp2-footer { display: grid; grid-template-columns: 1fr 40px; row-gap: 5px; padding-block: 22px; }
  .tp2-footer p { grid-column: 1; grid-row: 2; max-width: 260px; }
  .tp2-top-link { grid-column: 2; grid-row: 1 / 3; }
  .tp2-document h1 { font-size: 34px; }
  .admin-bar .tp2-header { top: 46px; }
}
@media (max-width: 360px) {
  .tp2-portraits { column-gap: 12px; }
  .tp2-hero h1 { font-size: 38px; }
  .tp2-proof-card { padding-inline: 12px; }
  .tp2-proof-figure { font-size: 30px; gap: 5px; }
}
@media (min-width: 681px) and (max-height: 760px) {
  .tp2-header-inner { min-height: 60px; }
  .tp2-hero { padding: 16px 0 28px; }
  .tp2-portraits { --tp2-face-size: 72px; padding-top: 46px; margin-bottom: 18px; gap: 22px; }
  .tp2-hero h1 { font-size: 48px; margin-bottom: 14px; }
  .tp2-hero-headline { font-size: 26px; max-width: 650px; }
  .tp2-hero-intro { max-width: 840px; font-size: 15px; line-height: 1.6; margin-top: 16px; }
  .tp2-hero-actions { margin-top: 20px; }
  .tp2-hero + .tp2-section { padding-top: 32px; }
}
@media (max-width: 680px) and (max-height: 720px) {
  .tp2-hero { padding: 16px 0 32px; }
  .tp2-portraits { --tp2-face-size: 48px; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 3px; padding-top: 44px; margin-bottom: 20px; }
  .tp2-portraits .tp2-face:not([data-ready]):nth-child(3n + 1) .tp2-face-bubble { --tp2-bubble-shift: 0px; }
  .tp2-portraits .tp2-face:not([data-ready]):nth-child(3n) .tp2-face-bubble { --tp2-bubble-shift: 0px; }
  .tp2-portraits .tp2-face:not([data-ready]):nth-child(-n + 2) .tp2-face-bubble { --tp2-bubble-shift: 65px; }
  .tp2-portraits .tp2-face:not([data-ready]):nth-last-child(-n + 2) .tp2-face-bubble { --tp2-bubble-shift: -65px; }
  .tp2-hero h1 { font-size: 40px; }
  .tp2-hero-headline { font-size: 24px; }
  .tp2-hero-intro { line-height: 1.65; }
  .tp2-hero + .tp2-section { padding-top: 32px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .tp2-face img, .tp2-face[data-open] img, .tp2-face:not([data-ready]):hover img, .tp2-face:not([data-ready]):focus-within img, .tp2-home-mark:hover img, .tp2-home-mark:focus-visible img { transform: none; }
}
