/* v01.1 · Tema claro por defecto y modo noche opcional */
:root,[data-theme="day"]{
  color-scheme:light;
  --ink:#24302c;
  --paper:#f8f6f0;
  --paper-2:#eeeae1;
  --white:#fffefb;
  --muted:#68716d;
  --line:rgba(36,48,44,.17);
}
body,.site-header,.works,.trajectory,.news,.guestbook,.quote-band,.site-footer,.contact,.art-form input,.art-form select,.art-form textarea{transition:background-color .35s ease,color .35s ease,border-color .35s ease}
.header-actions{justify-self:end;display:flex;align-items:center;gap:18px}.header-socials{display:flex;align-items:center;gap:9px}.header-socials a{width:28px;height:28px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:8px;font-weight:700;letter-spacing:.04em;transition:.25s}.header-socials a:hover{background:var(--rust);border-color:var(--rust);color:#fff}.theme-toggle{height:36px;display:flex;align-items:center;gap:7px;padding:0 12px;border:1px solid currentColor;border-radius:99px;color:inherit}.theme-toggle .moon{display:none}.theme-toggle b{font-size:8px;text-transform:uppercase;letter-spacing:.1em}.theme-toggle:hover{background:rgba(255,255,255,.25)}
[data-theme="day"] .site-header{color:var(--ink);text-shadow:0 1px 10px rgba(255,255,255,.75)}[data-theme="day"] .site-header.scrolled{text-shadow:none;background:rgba(248,246,240,.95)}
[data-theme="day"] .hero{background:#e7e7df;color:var(--ink)}[data-theme="day"] .hero-image{filter:saturate(.72) contrast(.92) brightness(1.11)}[data-theme="day"] .hero-shade{background:linear-gradient(90deg,rgba(255,253,246,.92) 0%,rgba(255,253,246,.55) 52%,rgba(255,253,246,.18)),linear-gradient(0deg,rgba(242,238,227,.72),transparent 48%)}[data-theme="day"] .kicker{color:#48635b}[data-theme="day"] .hero-sub{color:rgba(36,48,44,.78)}[data-theme="day"] .circle-link{border-color:rgba(36,48,44,.55);background:rgba(255,255,255,.22)}[data-theme="day"] .hero-index{color:#334a43}
[data-theme="day"] .quote-band{background:#e6eee9;color:var(--ink)}[data-theme="day"] .quote-band blockquote{color:#2c3a35}[data-theme="day"] .quote-image img{mix-blend-mode:multiply;opacity:.88}
[data-theme="day"] .guestbook{background:#eaf1ed;color:var(--ink)}[data-theme="day"] .guestbook-intro>p:not(.section-number),[data-theme="day"] .empty-state{color:#5f716a}[data-theme="day"] .pill-button{border-color:rgba(36,48,44,.35);color:var(--ink)}[data-theme="day"] .comment-card{border-color:rgba(36,48,44,.16)}[data-theme="day"] .comment-meta{color:#6d7e77}[data-theme="day"] .artist-reply{color:#52645d}
[data-theme="day"] .site-footer{background:#edf1ed;color:#263a33}[data-theme="day"] .footer-brand img{filter:grayscale(1);mix-blend-mode:multiply;opacity:.75}[data-theme="day"] .footer-brand p,[data-theme="day"] .footer-links p,[data-theme="day"] .copyright{color:#667a72}[data-theme="day"] .copyright{border-color:rgba(36,48,44,.14)}
.copyright{display:flex;justify-content:space-between;align-items:center;gap:25px}.webapp-credit{color:inherit}.webapp-credit a{color:var(--orange);font-weight:750;letter-spacing:.08em}.webapp-credit a:hover{text-decoration:underline}

[data-theme="night"]{
  color-scheme:dark;
  --ink:#edf2ef;
  --paper:#161b19;
  --paper-2:#202724;
  --white:#1a201e;
  --muted:#a6b0ab;
  --line:rgba(237,242,239,.16);
  --green:#102d2a;
  --green-light:#8fa9a0;
}
[data-theme="night"] body{background:var(--paper);color:var(--ink)}[data-theme="night"] .site-header{color:#f5f7f5}[data-theme="night"] .site-header.scrolled{background:rgba(19,25,23,.95);color:var(--ink)}[data-theme="night"] .theme-toggle .sun{display:none}[data-theme="night"] .theme-toggle .moon{display:inline}
[data-theme="night"] .hero{background:#101715;color:#fff}[data-theme="night"] .hero-image{filter:saturate(.62) brightness(.55) contrast(1.06)}[data-theme="night"] .hero-shade{background:linear-gradient(90deg,rgba(5,14,12,.78),rgba(5,14,12,.22)),linear-gradient(0deg,rgba(5,14,12,.58),transparent 50%)}[data-theme="night"] .hero-sub{color:rgba(255,255,255,.78)}[data-theme="night"] .kicker{color:#cedbd6}
[data-theme="night"] .works,[data-theme="night"] .news,[data-theme="night"] .contact,[data-theme="night"] .form-dialog,[data-theme="night"] .legal-dialog{background:var(--white);color:var(--ink)}[data-theme="night"] .manifesto,[data-theme="night"] .artist{background:var(--paper)}[data-theme="night"] .trajectory{background:var(--paper-2)}[data-theme="night"] .quote-band,[data-theme="night"] .guestbook{background:#102d2a;color:#e8efec}[data-theme="night"] .quote-band blockquote{color:#e8efec}[data-theme="night"] .guestbook-intro>p:not(.section-number),[data-theme="night"] .empty-state{color:#a7bbb4}[data-theme="night"] .pill-button{color:#fff;border-color:rgba(255,255,255,.35)}[data-theme="night"] .comment-card{border-color:rgba(255,255,255,.17)}[data-theme="night"] .comment-meta{color:#9fb2ab}[data-theme="night"] .artist-reply{color:#d4dedb}
[data-theme="night"] .art-form input,[data-theme="night"] .art-form select,[data-theme="night"] .art-form textarea{color:#69d3d0;}[data-theme="night"] .site-footer{background:#091f1d;color:#e0e8e4}[data-theme="night"] .footer-brand img{filter:grayscale(1) invert(1);mix-blend-mode:screen}[data-theme="night"] .footer-brand p,[data-theme="night"] .footer-links p,[data-theme="night"] .copyright{color:#809a92}[data-theme="night"] .footer-links a:hover,[data-theme="night"] .footer-links button:hover{color:var(--orange)}

@media(max-width:1100px){.header-actions{gap:9px}.theme-toggle b{display:none}.theme-toggle{width:36px;padding:0;justify-content:center}.header-socials{gap:5px}.header-socials a{width:25px;height:25px}}
@media(max-width:980px){.header-actions{position:absolute;right:70px;top:27px}.site-header.scrolled .header-actions{top:18px}.header-socials{display:none}.theme-toggle{height:34px}.site-nav.open~.header-actions{color:white}}
@media(max-width:700px){.header-actions{right:66px;top:18px}.site-header.scrolled .header-actions{top:18px}.copyright{align-items:flex-start;flex-direction:column;gap:8px}.webapp-credit{display:block}}

/* Accesos flotantes v01.2 */
.floating-action{position:fixed;z-index:90;bottom:24px;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid transparent;box-shadow:0 10px 30px rgba(18,32,27,.2);transition:transform .25s ease,opacity .3s ease,background-color .3s ease,color .3s ease;isolation:isolate}
.floating-action svg{width:25px;height:25px}.floating-action span{position:absolute;bottom:calc(100% + 9px);padding:6px 9px;border-radius:4px;background:#1b2924;color:#fff;font:700 8px/1 var(--sans);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;opacity:0;transform:translateY(5px);pointer-events:none;transition:.25s}.floating-action span:after{content:"";position:absolute;top:100%;left:50%;margin-left:-4px;border:4px solid transparent;border-top-color:#1b2924}.floating-action:hover,.floating-action:focus-visible{transform:translateY(-4px)}.floating-action:hover span,.floating-action:focus-visible span{opacity:1;transform:none}
.whatsapp-float{left:24px;background:#25d366;color:#fff}.whatsapp-float svg{fill:currentColor}.whatsapp-float:hover,.whatsapp-float:focus-visible{background:#1fbd59;box-shadow:0 14px 35px rgba(37,211,102,.32)}
.scroll-top{right:24px;background:rgba(255,254,251,.94);color:#25352f;border-color:rgba(36,48,44,.18);backdrop-filter:blur(10px);opacity:0;pointer-events:none;transform:translateY(14px)}.scroll-top svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.scroll-top.visible{opacity:1;pointer-events:auto;transform:none}.scroll-top.visible:hover,.scroll-top.visible:focus-visible{transform:translateY(-4px);background:var(--rust);border-color:var(--rust);color:#fff}
[data-theme="night"] .scroll-top{background:rgba(24,31,28,.94);color:#edf2ef;border-color:rgba(237,242,239,.18)}
@media(max-width:700px){.floating-action{bottom:16px;width:52px;height:52px}.floating-action svg{width:23px;height:23px}.whatsapp-float{left:16px}.scroll-top{right:16px}.floating-action span{display:none}}
@media(prefers-reduced-motion:reduce){.floating-action{transition:none}}
