/* Estética · base compartida. Requiere ../tokens.css. */
*{box-sizing:border-box}
html{overflow-x:clip;scroll-padding-top:71px;scroll-behavior:smooth}   /* compensa nav sticky al ir a #anchor */
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--f-text);font-weight:400;font-size:var(--fs-body);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;overflow-x:clip}
.wrap{padding:0 var(--pad-x)}          /* Marsea es casi a sangre: padding lateral, sin max-width fijo */
.ph{background:#CBC5AF;display:block;width:100%;height:100%}  /* marcador de foto (tono marfil oscurecido, coherente con P2) */
.fullbleed{width:100vw;margin-left:calc(50% - 50vw)}
