/* SV Botanica — Spanish locale overrides (/es/). Load LAST in <head>:
   <link rel="stylesheet" href="/css/spanish.css">
   Spanish is Latin script: Jost (latin + latin-ext) and Playfair Display cover
   á é í ó ú ü ñ ¿ ¡ fully, so no font swap is needed (unlike /vi/). What differs
   is width: Spanish UI labels run ~25% longer than English ("Solicitar
   cotización" vs "Get a Quote"), so nav items and CTAs must not wrap. */
.nav-links>a,.nav-cta,.mob-cta{white-space:nowrap}
.nav-links{gap:1.1rem}
@media (min-width:1024px) and (max-width:1180px){.nav-links>a{font-size:.86rem}}
/* Spanish headlines are longer; keep hero h1 from overflowing its column */
.hero h1{overflow-wrap:anywhere}

/* skip-to-content link (2026-09-05) */
.skip-link{position:absolute;left:-9999px;top:0;z-index:5000;background:#3D4A1E;color:#F0EDD5;padding:.6rem 1rem;font-size:14px;border-radius:0 0 6px 0;text-decoration:none}.skip-link:focus{left:0;outline:2px solid #CFB055}

/* consent bar (2026-09-05) */
#svb-cc{position:fixed;left:0;right:0;bottom:0;z-index:4000;background:#3D4A1E;color:#F0EDD5;font-family:'Jost','Be Vietnam Pro','Noto Sans Thai',sans-serif;font-size:13.5px;line-height:1.5;padding:12px 20px;display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:center;box-shadow:0 -6px 24px rgba(0,0,0,.25)}#svb-cc p{margin:0;max-width:640px}#svb-cc a{color:#CFB055;text-decoration:underline}#svb-cc div{display:flex;gap:8px}#svb-cc button{font:inherit;font-size:12.5px;letter-spacing:.6px;text-transform:uppercase;cursor:pointer;border-radius:4px;padding:8px 14px}#svb-cc-no{background:transparent;color:#F0EDD5;border:1px solid rgba(240,237,213,.6)}#svb-cc-yes{background:#CFB055;color:#3D4A1E;border:1px solid #CFB055;font-weight:600}@media(max-width:600px){#svb-cc{font-size:12.5px;padding:10px 14px}}
