*,*::before,*::after{box-sizing:border-box}
body{margin:0;background:var(--bg-page);color:var(--text-body);font:var(--type-body);-webkit-font-smoothing:antialiased;text-wrap:pretty}
h1,h2,h3,h4{margin:0;font-family:var(--font-display);font-weight:var(--weight-semibold);letter-spacing:var(--tracking-tight);color:var(--text-body)}
p{margin:0}
a{color:var(--text-accent);text-decoration:none;border-bottom:1px solid var(--line-accent);transition:color var(--dur-base) var(--ease-standard),border-color var(--dur-base) var(--ease-standard)}
a:hover{color:var(--accent-press);border-color:var(--accent)}
img{max-width:100%;display:block}
:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}
::selection{background:var(--accent-soft);color:var(--tinta-900)}
/* Scroll reveal — the brand's signature entrance. Elements start hidden and
   settle upward as they enter the viewport. */
.pr-reveal{opacity:0;transform:translateY(var(--reveal-shift));transition:opacity var(--dur-reveal) var(--ease-out),transform var(--dur-reveal) var(--ease-out)}
.pr-reveal.is-in{opacity:1;transform:none}
