/* VETA v3 · tokens y base */
:root{
  --emerald:#0F5B4F; --emerald-dark:#0A3F38; --emerald-soft:#E4EFEA;
  --ivory:#F7F3EC; --sand:#E9DEC9; --paper:#FFFDFC;
  --gold:#C8A96B; --gold-dark:#8E6A2C;
  --ink:#24282A; --stone:#5F5B56; --line:#E2DACC;
  --danger:#A8322F;
  --display:"Cormorant Garamond", Georgia, "Times New Roman", serif;
  --ui:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --r-lg:22px; --r-md:14px; --r-sm:10px;
  --shadow:0 1px 2px rgba(10,63,56,.06), 0 10px 30px rgba(10,63,56,.08);
  --nav-h:66px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-padding-top:80px}
body{margin:0;background:var(--ivory);color:var(--ink);font:400 16px/1.55 var(--ui);-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer;background:none;border:0;padding:0}
a{color:inherit;text-decoration:none}
h1,h2,h3{font-family:var(--display);font-weight:600;line-height:1.1;margin:0;color:var(--emerald-dark)}
p{margin:0}
:focus-visible{outline:2px solid var(--gold-dark);outline-offset:3px;border-radius:6px}
main:focus{outline:none}
[hidden]{display:none!important}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.ico{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.muted{color:var(--stone)} .small{font-size:.86rem}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
