/* ============================================================
   DESIDERI · Cocina Italiana — Barcelona
   Diseño: Tu Idea Digital
   Paleta editorial italiana · crema, tomate, albahaca, sémola
   Tipografías: Fraunces (display) + Montserrat (texto)
   ============================================================ */

:root{
  --cream:#E8D9CA;
  --cream-2:#F3EADF;
  --cream-3:#D7C4B1;
  --ink:#111111;
  --ink-2:#272727;
  --ink-soft:#5E584F;
  --tomato:#99A80D;
  --tomato-2:#778409;
  --basil:#68751A;
  --basil-2:#4F5C12;
  --gold:#AAB329;
  --line:rgba(17,17,17,.14);
  --line-soft:rgba(17,17,17,.08);

  --shadow-s:0 2px 14px rgba(17,17,17,.07);
  --shadow-m:0 18px 44px -22px rgba(17,17,17,.32);
  --shadow-l:0 40px 90px -40px rgba(17,17,17,.45);

  --r-s:12px; --r-m:20px; --r-l:30px; --r-xl:40px;
  --container:1220px;
  --ease:cubic-bezier(.22,1,.36,1);
  --ease-2:cubic-bezier(.65,.05,.36,1);

  --ff-display:"Fraunces",Georgia,serif;
  --ff-text:"Montserrat",system-ui,sans-serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{
  font-family:var(--ff-text);
  background:var(--cream);
  color:var(--ink);
  line-height:1.65;
  font-weight:400;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
ul{list-style:none}
::selection{background:var(--tomato);color:var(--cream)}

/* Textura de papel muy sutil */
body::before{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(170,179,41,.10), transparent 60%),
    radial-gradient(900px 700px at -10% 110%, rgba(104,117,26,.08), transparent 55%);
}

.container{width:min(100% - 2.6rem, var(--container));margin-inline:auto}

/* ---------- Tipografía ---------- */
h1,h2,h3,h4{font-family:var(--ff-display);font-weight:550;line-height:1.04;letter-spacing:-.02em}
.display{font-optical-sizing:auto}
.kicker{
  display:inline-flex;align-items:center;gap:.6rem;
  font-family:var(--ff-text);font-weight:600;font-size:.74rem;
  letter-spacing:.28em;text-transform:uppercase;color:var(--tomato);
}
.kicker::before{content:"";width:26px;height:2px;background:var(--tomato);border-radius:2px}
.kicker--center::before{display:none}
.tomato{color:var(--tomato)}
.basil{color:var(--basil)}
em.i{font-style:italic}

.section{padding:clamp(4.5rem,9vw,8rem) 0;position:relative}
.section__head{max-width:640px;margin-bottom:clamp(2.4rem,5vw,3.6rem)}
.section__head--center{margin-inline:auto;text-align:center}
.section__head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;max-width:100%;flex-wrap:wrap}
.section__title{font-size:clamp(2rem,4.6vw,3.5rem);margin-top:1rem}
.section__lead{margin-top:1.1rem;color:var(--ink-soft);font-size:1.05rem;max-width:56ch}

/* ---------- Botones ---------- */
.btn{
  --bg:var(--ink);--fg:var(--cream);
  position:relative;display:inline-flex;align-items:center;gap:.65rem;
  padding:.95rem 1.7rem;border-radius:100px;
  font-family:var(--ff-text);font-weight:600;font-size:.94rem;letter-spacing:.01em;
  background:var(--bg);color:var(--fg);overflow:hidden;
  transition:transform .5s var(--ease),box-shadow .5s var(--ease),color .4s;
  box-shadow:var(--shadow-s);isolation:isolate;
}
.btn::after{
  content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;
  background:var(--tomato);transform:translateY(102%);transition:transform .55s var(--ease);
}
.btn:hover::after{transform:translateY(0)}
.btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-m);color:#fff}
.btn--tomato{--bg:var(--tomato)}
.btn--tomato::after{background:var(--ink)}
.btn--ghost{--bg:transparent;--fg:var(--ink);box-shadow:inset 0 0 0 1.6px var(--line)}
.btn--ghost::after{background:var(--ink)}
.btn--ghost:hover{color:var(--cream)}
.btn--light{--bg:var(--cream);--fg:var(--ink)}
.btn .ar{transition:transform .5s var(--ease)}
.btn:hover .ar{transform:translateX(4px)}

.link-more{
  display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.92rem;
  color:var(--ink);border-bottom:2px solid transparent;padding-bottom:2px;transition:.35s var(--ease);
}
.link-more span{transition:transform .4s var(--ease)}
.link-more:hover{color:var(--tomato);border-color:var(--tomato)}
.link-more:hover span{transform:translateX(5px)}

/* ---------- Preloader ---------- */
.preloader{position:fixed;inset:0;z-index:2000;background:var(--ink);
  display:grid;place-items:center;transition:opacity .7s ease,visibility .7s}
.preloader.done{opacity:0;visibility:hidden}
.preloader__inner{display:flex;flex-direction:column;align-items:center;gap:1.4rem;color:var(--cream)}
.preloader__mark{width:74px;height:74px;color:var(--tomato);animation:steam 2.2s var(--ease) infinite}
.preloader__name{font-family:var(--ff-display);font-size:1.5rem;letter-spacing:.34em;text-transform:lowercase;
  color:var(--cream);padding-left:.34em}
.preloader__bar{width:150px;height:3px;background:rgba(250,243,231,.18);border-radius:3px;overflow:hidden}
.preloader__bar span{display:block;height:100%;width:0;background:var(--tomato);border-radius:3px;
  animation:load 1.4s var(--ease) forwards}
@keyframes load{to{width:100%}}
@keyframes steam{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* ---------- Cursor ---------- */
.cursor,.cursor-ring{position:fixed;top:0;left:0;border-radius:50%;pointer-events:none;z-index:1900;
  translate:-50% -50%;mix-blend-mode:difference}
.cursor{width:7px;height:7px;background:#fff;transition:transform .18s var(--ease)}
.cursor-ring{width:38px;height:38px;border:1.5px solid rgba(255,255,255,.6);
  transition:width .35s var(--ease),height .35s var(--ease),background .35s}
.cursor-ring.hover{width:58px;height:58px;background:rgba(255,255,255,.12)}
@media (hover:none),(pointer:coarse){.cursor,.cursor-ring{display:none}}

/* ---------- Scroll progress ---------- */
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:var(--tomato);z-index:1500;
  box-shadow:0 0 12px rgba(153,168,13,.5)}

/* ---------- Header ---------- */
.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:.5s var(--ease)}
.header__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;
  padding:1.25rem 0;transition:padding .5s var(--ease)}
.header.scrolled{background:rgba(250,243,231,.82);backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line-soft);box-shadow:0 6px 30px -20px rgba(17,17,17,.4)}
.header.scrolled .header__inner{padding:.7rem 0}

.brand{display:flex;align-items:center;gap:.7rem}
.brand__logo{width:46px;height:46px;color:var(--tomato);flex:none;transition:transform .5s var(--ease)}
.brand:hover .brand__logo{transform:rotate(-8deg) scale(1.05)}
.brand__text{display:flex;flex-direction:column;line-height:1}
.brand__name{font-family:var(--ff-display);font-size:1.5rem;font-weight:600;letter-spacing:-.01em}
.brand__tag{font-family:var(--ff-text);font-size:.58rem;letter-spacing:.34em;text-transform:uppercase;
  color:var(--ink-soft);margin-top:.28rem}

.nav{display:flex;align-items:center;gap:.35rem}
.nav__link{position:relative;padding:.55rem .9rem;font-weight:500;font-size:.95rem;border-radius:100px;
  transition:color .35s}
.nav__link::before{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.35rem;height:2px;
  background:var(--tomato);transform:scaleX(0);transform-origin:left;transition:transform .4s var(--ease)}
.nav__link:hover::before,.nav__link.is-active::before{transform:scaleX(1)}
.nav__link.is-active{color:var(--tomato)}
.nav__link--cta{margin-left:.6rem;background:var(--ink);color:var(--cream);padding:.6rem 1.3rem}
.nav__link--cta::before{display:none}
.nav__link--cta:hover{background:var(--tomato);color:#fff}

.burger{display:none;width:46px;height:46px;border-radius:50%;position:relative;
  box-shadow:inset 0 0 0 1.6px var(--line)}
.burger span{position:absolute;left:13px;width:20px;height:2px;background:var(--ink);border-radius:2px;
  transition:.4s var(--ease)}
.burger span:nth-child(1){top:17px}
.burger span:nth-child(2){top:22px}
.burger span:nth-child(3){top:27px}
.burger.open span:nth-child(1){top:22px;transform:rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){top:22px;transform:rotate(-45deg)}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;
  padding-top:7rem;padding-bottom:3rem;overflow:hidden}
.hero__bg{position:absolute;inset:0;z-index:-1}
.hero__bg span{position:absolute;border-radius:50%;filter:blur(10px);opacity:.5}
.hero__blob1{width:44vw;height:44vw;max-width:560px;max-height:560px;top:-8%;right:-6%;
  background:radial-gradient(circle at 30% 30%,rgba(170,179,41,.5),transparent 62%)}
.hero__blob2{width:40vw;height:40vw;max-width:520px;max-height:520px;bottom:-14%;left:-10%;
  background:radial-gradient(circle at 60% 40%,rgba(104,117,26,.4),transparent 60%)}
.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;width:100%}

.hero__eyebrow{margin-bottom:1.4rem}
.hero__title{font-size:clamp(2.9rem,7.5vw,6.2rem);letter-spacing:-.03em}
.hero__title .ln{display:block;overflow:hidden}
.hero__title .ln > span{display:block;transform:translateY(110%);
  animation:rise 1s var(--ease) forwards}
.hero__title .ln:nth-child(2) > span{animation-delay:.12s}
.hero__title .ln:nth-child(3) > span{animation-delay:.24s}
@keyframes rise{to{transform:translateY(0)}}
.hero__title .swash{font-style:italic;font-weight:400;color:var(--tomato)}
.hero__lead{margin-top:1.6rem;font-size:clamp(1.02rem,1.6vw,1.18rem);color:var(--ink-2);max-width:46ch;
  opacity:0;animation:fade .9s ease .5s forwards}
.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2.2rem;
  opacity:0;animation:fade .9s ease .7s forwards}
.hero__meta{display:flex;gap:2.4rem;margin-top:2.8rem;flex-wrap:wrap;
  opacity:0;animation:fade .9s ease .9s forwards}
.hero__meta div b{font-family:var(--ff-display);font-size:1.9rem;color:var(--tomato);display:block;line-height:1}
.hero__meta div span{font-size:.82rem;color:var(--ink-soft);letter-spacing:.02em}
@keyframes fade{to{opacity:1}}

/* Composición visual del hero (plato) */
.hero__plate{position:relative;aspect-ratio:1;max-width:520px;margin-inline:auto;width:100%;
  opacity:0;animation:fade 1s ease .4s forwards}
.hero__disc{position:absolute;inset:0;border-radius:50%;
  background:
    radial-gradient(circle at 50% 42%,#fff,var(--cream-2) 58%,var(--cream-3) 100%);
  box-shadow:var(--shadow-l),inset 0 0 0 14px rgba(255,255,255,.6),inset 0 0 0 15px var(--line-soft);
  animation:spin 60s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.hero__disc::after{content:"";position:absolute;inset:9%;border-radius:50%;
  box-shadow:inset 0 0 0 2px var(--line-soft)}
.hero__mark{position:absolute;inset:0;display:grid;place-items:center;color:var(--tomato)}
.hero__mark svg{width:46%;height:46%;animation:steam 3s var(--ease) infinite}
.hero__chip{position:absolute;background:var(--cream);border:1px solid var(--line);border-radius:100px;
  padding:.6rem 1.1rem;font-size:.82rem;font-weight:600;box-shadow:var(--shadow-m);
  display:flex;align-items:center;gap:.5rem}
.hero__chip b{color:var(--tomato)}
.hero__chip--1{top:8%;left:-4%;animation:floaty 5s var(--ease) infinite}
.hero__chip--2{bottom:14%;right:-6%;animation:floaty 6s var(--ease) infinite .6s}
.hero__chip--3{bottom:-2%;left:16%;animation:floaty 5.5s var(--ease) infinite .3s}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

.hero__scroll{position:absolute;bottom:1.6rem;left:50%;translate:-50%;display:flex;flex-direction:column;
  align-items:center;gap:.6rem;font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--ink-soft)}
.hero__scroll i{width:22px;height:34px;border:1.6px solid var(--line);border-radius:100px;position:relative}
.hero__scroll i::after{content:"";position:absolute;top:6px;left:50%;translate:-50%;width:4px;height:8px;
  background:var(--tomato);border-radius:4px;animation:scr 1.6s var(--ease) infinite}
@keyframes scr{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}100%{opacity:0;transform:translate(-50%,14px)}}

/* ---------- Marquee ---------- */
.marquee{background:var(--ink);color:var(--cream);padding:1.15rem 0;overflow:hidden;white-space:nowrap;
  border-block:1px solid rgba(255,255,255,.06)}
.marquee__track{display:inline-flex;align-items:center;gap:2.4rem;animation:marq 26s linear infinite;
  will-change:transform}
.marquee:hover .marquee__track{animation-play-state:paused}
.marquee span{font-family:var(--ff-display);font-size:1.5rem;font-style:italic}
.marquee i{color:var(--tomato);font-style:normal}
@keyframes marq{to{transform:translateX(-50%)}}

/* ---------- Image placeholders (huecos para fotos reales) ---------- */
.ph{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--cream-2),var(--cream-3));
  display:grid;place-items:center;color:var(--tomato);isolation:isolate}
.ph::before{content:"";position:absolute;inset:0;z-index:-1;opacity:.5;
  background-image:radial-gradient(rgba(17,17,17,.10) 1.3px,transparent 1.4px);background-size:16px 16px}
.ph--basil{background:linear-gradient(135deg,#E7EADB,#D6DEC4);color:var(--basil)}
.ph--ink{background:linear-gradient(135deg,#2C2620,#111111);color:var(--gold)}
.ph--tomato{background:linear-gradient(135deg,#E7C4BB,#DCA99C);color:var(--tomato-2)}
.ph__ico{width:34%;max-width:120px;opacity:.9}
.ph__tag{position:absolute;bottom:.9rem;left:.9rem;font-family:var(--ff-text);font-size:.68rem;
  font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:inherit;opacity:.7;
  background:rgba(255,255,255,.55);padding:.3rem .6rem;border-radius:100px;backdrop-filter:blur(4px)}
.ph--ink .ph__tag{background:rgba(0,0,0,.28);color:var(--cream)}
/* Cuando se inserte una <img> real dentro de .ph, ocupará todo el hueco */
.ph img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}

/* ---------- Especialidad / Intro ---------- */
.pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem}
.pillar{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-m);padding:2rem 1.7rem;
  transition:transform .5s var(--ease),box-shadow .5s var(--ease);position:relative;overflow:hidden}
.pillar::after{content:"";position:absolute;left:0;top:0;height:100%;width:4px;background:var(--tomato);
  transform:scaleY(0);transform-origin:top;transition:transform .5s var(--ease)}
.pillar:hover{transform:translateY(-6px);box-shadow:var(--shadow-m)}
.pillar:hover::after{transform:scaleY(1)}
.pillar__ico{width:52px;height:52px;display:grid;place-items:center;border-radius:14px;
  background:var(--cream-2);color:var(--tomato);margin-bottom:1.2rem}
.pillar__ico svg{width:26px;height:26px}
.pillar h3{font-size:1.35rem;margin-bottom:.5rem}
.pillar p{color:var(--ink-soft);font-size:.96rem}

/* ---------- Sección "featured" (imagen + texto) ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.split--rev .split__media{order:2}
.split__media{position:relative}
.split__media .ph{aspect-ratio:4/5;border-radius:var(--r-l);box-shadow:var(--shadow-m)}
.split__badge{position:absolute;bottom:-1.4rem;right:-1.4rem;background:var(--tomato);color:#fff;
  border-radius:50%;width:130px;height:130px;display:grid;place-content:center;text-align:center;
  font-family:var(--ff-display);box-shadow:var(--shadow-m);animation:spin 26s linear infinite}
.split__badge b{font-size:2.4rem;line-height:1;display:block}
.split__badge span{font-family:var(--ff-text);font-size:.62rem;letter-spacing:.18em;text-transform:uppercase}
.values{margin-top:1.8rem;display:grid;gap:.85rem}
.values li{display:flex;gap:.8rem;align-items:flex-start;color:var(--ink-2)}
.values li span{color:var(--tomato);flex:none;margin-top:.15rem}

/* ---------- Stats ---------- */
.stats{background:var(--ink);color:var(--cream);border-radius:var(--r-xl);
  padding:clamp(2.6rem,5vw,3.8rem) clamp(1.5rem,4vw,3rem)}
.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}
.stat b{font-family:var(--ff-display);font-size:clamp(2.4rem,5vw,3.4rem);color:var(--gold);display:block;line-height:1}
.stat span{font-size:.86rem;color:rgba(250,243,231,.72);margin-top:.5rem;display:block}

/* ---------- Carta / menú ---------- */
.menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.4rem}
.dish{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-m);overflow:hidden;
  transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.dish:hover{transform:translateY(-6px);box-shadow:var(--shadow-m)}
.dish__media{aspect-ratio:16/11}
.dish__body{padding:1.5rem}
.dish__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}
.dish h3{font-size:1.3rem}
.dish__price{font-family:var(--ff-display);color:var(--tomato);font-size:1.2rem;white-space:nowrap}
.dish p{color:var(--ink-soft);font-size:.92rem;margin-top:.4rem}
.dish__tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:1rem}
.tag{font-size:.68rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--basil);
  background:#EAEFE1;padding:.28rem .6rem;border-radius:100px}
.tag--v{color:var(--basil)}
.tag--new{color:var(--tomato);background:#F6E3DD}

/* ---------- Servicios (cards con número) ---------- */
.serv{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem}
.scard{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-m);padding:2.2rem 1.9rem;
  position:relative;overflow:hidden;transition:transform .5s var(--ease),box-shadow .5s var(--ease)}
.scard:hover{transform:translateY(-6px);box-shadow:var(--shadow-m)}
.scard__n{font-family:var(--ff-display);font-size:3.6rem;color:var(--cream-3);line-height:.8;
  position:absolute;top:1rem;right:1.3rem;transition:color .5s}
.scard:hover .scard__n{color:var(--tomato)}
.scard__ico{width:48px;height:48px;color:var(--tomato);margin-bottom:1.1rem}
.scard h3{font-size:1.35rem;margin-bottom:.6rem;max-width:80%}
.scard p{color:var(--ink-soft);font-size:.95rem}

/* ---------- CTA band ---------- */
.cta-band{position:relative;overflow:hidden;background:var(--tomato);color:#fff;border-radius:var(--r-xl);
  padding:clamp(2.8rem,6vw,4.6rem) clamp(1.6rem,5vw,4rem)}
.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;
  position:relative;z-index:1}
.cta-band h2{font-size:clamp(1.8rem,4vw,3rem);max-width:18ch}
.cta-band p{margin-top:.8rem;opacity:.9;max-width:44ch}
.cta-band::before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;
  background:rgba(255,255,255,.09);top:-140px;right:-60px}
.cta-band::after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;
  background:rgba(0,0,0,.08);bottom:-120px;left:20%}

/* ---------- Franja de reseña ---------- */
.quote{text-align:center;max-width:820px;margin-inline:auto}
.quote__stars{color:var(--gold);font-size:1.3rem;letter-spacing:.2em;margin-bottom:1.4rem}
.quote p{font-family:var(--ff-display);font-size:clamp(1.5rem,3.4vw,2.4rem);line-height:1.35;font-style:italic}
.quote cite{display:block;margin-top:1.6rem;font-family:var(--ff-text);font-style:normal;font-weight:600;
  color:var(--ink-soft);font-size:.95rem;letter-spacing:.02em}

/* ---------- Page hero (interior) ---------- */
.phero{padding:9.5rem 0 clamp(2.6rem,5vw,4rem);position:relative}
.phero__crumb{font-size:.8rem;color:var(--ink-soft);letter-spacing:.04em;margin-bottom:1rem}
.phero__crumb a:hover{color:var(--tomato)}
.phero h1{font-size:clamp(2.6rem,6.5vw,5rem);letter-spacing:-.03em}
.phero p{margin-top:1.2rem;max-width:60ch;color:var(--ink-2);font-size:1.08rem}

/* ---------- Contacto ---------- */
.contact{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.info-list{display:grid;gap:1.3rem;margin-top:.5rem}
.info{display:flex;gap:1.1rem;align-items:flex-start;background:#fff;border:1px solid var(--line-soft);
  border-radius:var(--r-m);padding:1.3rem 1.4rem;transition:transform .4s var(--ease),box-shadow .4s}
.info:hover{transform:translateX(5px);box-shadow:var(--shadow-s)}
.info__ico{width:46px;height:46px;flex:none;border-radius:12px;display:grid;place-items:center;
  background:var(--cream-2);color:var(--tomato)}
.info__ico svg{width:22px;height:22px}
.info h4{font-family:var(--ff-text);font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ink-soft);margin-bottom:.25rem}
.info a,.info span{font-weight:500;color:var(--ink)}
.info a:hover{color:var(--tomato)}

.form{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-l);
  padding:clamp(1.6rem,4vw,2.6rem);box-shadow:var(--shadow-s)}
.field{margin-bottom:1.2rem}
.field label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.5rem;letter-spacing:.02em}
.field input,.field textarea,.field select{width:100%;padding:.9rem 1.05rem;border-radius:var(--r-s);
  border:1.6px solid var(--line);background:var(--cream);font-family:inherit;font-size:.95rem;color:var(--ink);
  transition:border-color .3s,box-shadow .3s}
.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--tomato);
  box-shadow:0 0 0 4px rgba(153,168,13,.12)}
.field textarea{resize:vertical;min-height:130px}
.form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}
.form__note{font-size:.78rem;color:var(--ink-soft);margin-top:.4rem}
.form__ok{display:none;margin-top:1rem;padding:.9rem 1.1rem;border-radius:var(--r-s);
  background:#EAEFE1;color:var(--basil-2);font-weight:600;font-size:.9rem}
.form__ok.show{display:block;animation:fade .5s ease}

.map-wrap{border-radius:var(--r-l);overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow-s);
  aspect-ratio:16/7;margin-top:clamp(2.4rem,5vw,3.6rem)}
.map-wrap iframe{width:100%;height:100%;border:0;filter:grayscale(.25) contrast(1.02)}

/* ---------- Horario ---------- */
.hours{background:var(--ink);color:var(--cream);border-radius:var(--r-l);padding:clamp(1.8rem,4vw,2.6rem)}
.hours h3{color:var(--cream);font-size:1.4rem;margin-bottom:1.2rem}
.hours__row{display:flex;justify-content:space-between;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.1);
  font-size:.95rem}
.hours__row:last-child{border-bottom:none}
.hours__row b{color:var(--gold);font-family:var(--ff-text);font-weight:600}
.hours__now{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:.82rem;
  color:#9FD08C;font-weight:600}
.hours__now i{width:8px;height:8px;border-radius:50%;background:#7DD666;box-shadow:0 0 0 4px rgba(125,214,102,.25);
  animation:pulse 2s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(125,214,102,.25)}50%{box-shadow:0 0 0 8px rgba(125,214,102,0)}}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin-inline:auto;display:grid;gap:1rem}
.acc{background:#fff;border:1px solid var(--line-soft);border-radius:var(--r-m);overflow:hidden}
.acc__q{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.3rem 1.5rem;font-family:var(--ff-display);font-size:1.15rem;font-weight:550}
.acc__q i{flex:none;width:26px;height:26px;position:relative;transition:transform .4s var(--ease)}
.acc__q i::before,.acc__q i::after{content:"";position:absolute;background:var(--tomato);border-radius:2px}
.acc__q i::before{top:12px;left:5px;width:16px;height:2px}
.acc__q i::after{top:5px;left:12px;width:2px;height:16px;transition:transform .4s var(--ease)}
.acc.open .acc__q i::after{transform:scaleY(0)}
.acc__a{max-height:0;overflow:hidden;transition:max-height .5s var(--ease)}
.acc__a p{padding:0 1.5rem 1.4rem;color:var(--ink-soft)}

/* ---------- Footer ---------- */
.footer{background:var(--ink);color:var(--cream);padding:clamp(3.5rem,6vw,5rem) 0 2rem;margin-top:clamp(3rem,6vw,5rem)}
.footer__grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:2.5rem}
.footer__brand .brand__name{color:var(--cream)}
.footer__brand{max-width:320px}
.footer__logo{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}
.footer__logo svg{width:44px;height:44px;color:var(--tomato)}
.footer__brand p{color:rgba(250,243,231,.62);font-size:.92rem;margin-top:.2rem}
.footer__social{display:flex;gap:.7rem;margin-top:1.4rem}
.footer__social a{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;
  background:rgba(255,255,255,.07);transition:.35s var(--ease)}
.footer__social a:hover{background:var(--tomato);transform:translateY(-3px)}
.footer__social svg{width:18px;height:18px}
.footer__col h4{font-family:var(--ff-text);font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.1rem}
.footer__col a,.footer__col span{display:block;color:rgba(250,243,231,.72);font-size:.92rem;
  padding:.32rem 0;transition:color .3s}
.footer__col a:hover{color:var(--cream)}
.footer__bottom{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;
  margin-top:3rem;padding-top:1.6rem;border-top:1px solid rgba(255,255,255,.1);
  font-size:.82rem;color:rgba(250,243,231,.55)}
.footer__bottom a:hover{color:var(--cream)}
.footer__legal a{color:rgba(250,243,231,.7)}

/* ---------- WhatsApp float ---------- */
.wa{position:fixed;bottom:1.6rem;right:1.6rem;z-index:1200;width:60px;height:60px;border-radius:50%;
  background:#25D366;display:grid;place-items:center;box-shadow:0 12px 30px -8px rgba(37,211,102,.6);
  transition:transform .4s var(--ease)}
.wa:hover{transform:scale(1.08) rotate(6deg)}
.wa svg{width:32px;height:32px;color:#fff}
.wa::after{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid #25D366;
  animation:ring 2.4s var(--ease) infinite}
@keyframes ring{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.7);opacity:0}}

/* ---------- Reveal on scroll ---------- */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}
.reveal[data-d="1"]{transition-delay:.1s}
.reveal[data-d="2"]{transition-delay:.2s}
.reveal[data-d="3"]{transition-delay:.3s}
.reveal[data-d="4"]{transition-delay:.4s}
@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .hero__title .ln>span,.hero__lead,.hero__actions,.hero__meta,.hero__plate{animation:none;opacity:1;transform:none}
  *{animation-duration:.001s!important}
}

/* ---------- Responsive ---------- */
@media (max-width:960px){
  .hero__grid{grid-template-columns:1fr;text-align:center}
  .hero__eyebrow,.kicker{justify-content:center}
  .hero__actions,.hero__meta{justify-content:center}
  .hero__lead{margin-inline:auto}
  .hero__plate{max-width:400px;margin-top:2rem}
  .split{grid-template-columns:1fr}
  .split--rev .split__media{order:0}
  .split__badge{width:104px;height:104px;right:1rem;bottom:1rem}
  .stats__grid{grid-template-columns:repeat(2,1fr);gap:2rem}
  .contact{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr 1fr;gap:2rem}
}
@media (max-width:760px){
  .nav{position:fixed;inset:0 0 0 auto;width:min(82vw,340px);height:100dvh;flex-direction:column;
    justify-content:center;gap:1rem;background:var(--cream);box-shadow:var(--shadow-l);
    transform:translateX(100%);transition:transform .5s var(--ease);padding:2rem}
  .nav.open{transform:none}
  .nav__link{font-family:var(--ff-display);font-size:1.6rem;padding:.4rem}
  .nav__link::before{left:.4rem;right:auto;width:0}
  .nav__link--cta{margin-left:0;margin-top:1rem}
  .burger{display:block;z-index:1100}
  .section__head--row{align-items:flex-start}
  .cta-band__inner{flex-direction:column;align-items:flex-start;text-align:left}
}
@media (max-width:520px){
  .stats__grid{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .form__row{grid-template-columns:1fr}
  .hero__meta{gap:1.6rem}
  .wa{width:54px;height:54px}
}


/* ============================================================
   Compatibilidad con WordPress y bloques nativos de Elementor
   ============================================================ */
body.tid-desideri-native-page{margin:0!important}
body.tid-desideri-native-page .elementor-location-header,
body.tid-desideri-native-page .elementor-location-footer{display:none!important}
body.tid-desideri-native-page .elementor-section,
body.tid-desideri-native-page .elementor-container,
body.tid-desideri-native-page .elementor-column,
body.tid-desideri-native-page .elementor-widget-wrap,
body.tid-desideri-native-page .elementor-widget-html,
body.tid-desideri-native-page .elementor-widget-container{width:100%;max-width:none}
body.tid-desideri-native-page .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
body.tid-desideri-native-page .elementor-column-gap-narrow>.elementor-column>.elementor-element-populated,
body.tid-desideri-native-page .elementor-column-gap-extended>.elementor-column>.elementor-element-populated,
body.tid-desideri-native-page .elementor-column-gap-wide>.elementor-column>.elementor-element-populated,
body.tid-desideri-native-page .elementor-column-gap-wider>.elementor-column>.elementor-element-populated,
body.tid-desideri-native-page .elementor-column-gap-no>.elementor-column>.elementor-element-populated{padding:0!important}
body.tid-desideri-native-page .elementor-widget:not(:last-child){margin-bottom:0!important}
body.tid-desideri-native-page .elementor-element.tid-desideri-native-section{margin:0!important;padding:0!important}
body.elementor-editor-active .preloader,
body.elementor-editor-preview .preloader,
body.tid-desideri-native-page.elementor-editor-active .preloader{display:none!important}
body.elementor-editor-active .cursor,
body.elementor-editor-active .cursor-ring{display:none!important}
@media(max-width:767px){
  body.tid-desideri-native-page .elementor-section .elementor-container{display:block}
}


/* ============================================================
   MODIFICACIONES SOLICITADAS · V5 (base anterior)
   ============================================================ */
:root{
  --container:1180px;
  --page-gutter:clamp(1.25rem,4.2vw,4.75rem);
  --ff-accent:"Cormorant Garamond",Georgia,serif;
}

/* Más aire lateral en toda la web */
.container{
  width:min(calc(100% - (var(--page-gutter) * 2)),var(--container));
}

/* Sin guiones/líneas decorativas antes de los títulos */
.kicker{gap:0}
.kicker::before{display:none!important;content:none!important}

/* Nueva tipografía para “de verdad” */
.hero__title .swash{
  font-family:var(--ff-accent);
  font-style:italic;
  font-weight:600;
  letter-spacing:-.015em;
  font-size:1.08em;
}

/* Plato del hero girando lentamente y logo respirando */
.hero__disc{
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.92),rgba(243,233,215,.84) 58%,rgba(234,223,199,.9) 100%),
    conic-gradient(from 15deg,rgba(153,168,13,.08),transparent 18%,rgba(170,179,41,.11) 42%,transparent 63%,rgba(104,117,26,.08));
  animation:tidPlateSpin 48s linear infinite;
  transform-origin:center;
}
@keyframes tidPlateSpin{to{transform:rotate(360deg)}}
.hero__mark svg{
  animation:tidLogoPulse 3.4s ease-in-out infinite;
  transform-origin:center;
}
@keyframes tidLogoPulse{
  0%,100%{transform:scale(.9)}
  50%{transform:scale(1.08)}
}

/* El antiguo faldón oscuro se sustituye por platos transparentes en movimiento */
.dish-loop{
  position:relative;
  overflow:hidden;
  padding:clamp(1.35rem,2.8vw,2.25rem) 0;
  background:transparent;
  border-block:1px solid var(--line-soft);
}
.dish-loop::before,.dish-loop::after{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  bottom:0;
  width:clamp(2rem,7vw,7rem);
  pointer-events:none;
}
.dish-loop::before{left:0;background:linear-gradient(90deg,var(--cream),transparent)}
.dish-loop::after{right:0;background:linear-gradient(270deg,var(--cream),transparent)}
.dish-loop__viewport{overflow:hidden}
.dish-loop__track{
  display:flex;
  width:max-content;
  gap:1.6rem;
  animation:tidDishTrack 34s linear infinite;
  will-change:transform;
}
.dish-loop__set{display:flex;align-items:center;gap:1.6rem;flex:none}
.dish-loop__item{
  display:grid;
  place-items:center;
  width:clamp(135px,14vw,210px);
  aspect-ratio:1;
  flex:none;
  padding:.2rem;
}
.dish-loop__rotor{
  display:block;
  width:100%;
  height:100%;
  animation:tidDishRotate 24s linear infinite;
  transform-origin:center;
  will-change:transform;
}
.dish-loop__item:nth-child(even) .dish-loop__rotor{animation-direction:reverse;animation-duration:29s}
.dish-loop__item img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 16px 18px rgba(17,17,17,.12));
  transition:transform .55s var(--ease),filter .55s var(--ease);
}
.dish-loop__item:hover img{
  transform:scale(1.09);
  filter:drop-shadow(0 22px 24px rgba(17,17,17,.18));
}
.dish-loop:hover .dish-loop__track{animation-play-state:paused}
@keyframes tidDishTrack{to{transform:translateX(calc(-50% - .8rem))}}
@keyframes tidDishRotate{to{transform:rotate(360deg)}}

/* Zoom de las imágenes de los platos en la carta */
.dish__media{overflow:hidden}
.dish__media img{
  transition:transform .7s var(--ease),filter .7s var(--ease);
  transform-origin:center;
}
.dish:hover .dish__media img{
  transform:scale(1.11);
  filter:saturate(1.04) contrast(1.02);
}

/* WhatsApp arriba, junto al botón de contacto */
.nav__whatsapp{
  width:44px;
  height:44px;
  border-radius:50%;
  margin-left:.25rem;
  display:grid;
  place-items:center;
  flex:none;
  color:#fff;
  background:#25D366;
  box-shadow:0 8px 22px -10px rgba(37,211,102,.75);
  transition:transform .35s var(--ease),box-shadow .35s var(--ease);
}
.nav__whatsapp::before{display:none!important}
.nav__whatsapp svg{width:23px;height:23px}
.nav__whatsapp:hover{transform:translateY(-2px) scale(1.06);box-shadow:0 12px 26px -10px rgba(37,211,102,.85)}
.wa{display:none!important}

/* Imagen institucional integrada en el footer */
.footer__kit{
  width:min(100%,1024px);
  margin:clamp(2.6rem,5vw,4rem) auto 0;
  padding:clamp(.75rem,1.8vw,1.35rem);
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 40px -24px rgba(0,0,0,.5);
}
.footer__kit img{width:100%;height:auto;display:block;margin:auto}
.footer__bottom{
  justify-content:center;
  text-align:center;
  margin-top:1.25rem;
  padding-top:1.25rem;
  font-size:.84rem;
}
.footer__bottom a{
  color:var(--cream);
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:3px;
}

@media (max-width:760px){
  :root{--page-gutter:1.2rem}
  .nav__whatsapp{margin-left:0;margin-top:.35rem;width:50px;height:50px}
  .dish-loop__track,.dish-loop__set{gap:.9rem}
  .dish-loop__item{width:132px}
  .footer__kit{border-radius:12px;padding:.55rem}
}

@media (prefers-reduced-motion:reduce){
  .hero__disc,.hero__mark svg,.dish-loop__track,.dish-loop__rotor{animation:none!important}
}


/* ============================================================
   MODIFICACIONES SOLICITADAS · V6
   ============================================================ */

/* Identidad: descriptor en castellano y composición de marca más limpia */
.brand__tag{
  letter-spacing:.28em;
  font-weight:600;
}

/* Hero más pequeño, equilibrado y con una tipografía editorial elegante */
.hero__copy{max-width:620px}
.hero__title{
  max-width:100%;
  font-size:clamp(2.7rem,5.55vw,4.95rem);
  line-height:.96;
  letter-spacing:-.035em;
}
.hero__title .ln>span{white-space:nowrap}
.hero__title .swash{
  display:inline-block;
  font-family:var(--ff-accent);
  font-size:.9em;
  line-height:.92;
  font-style:italic;
  font-weight:500;
  letter-spacing:-.025em;
  color:var(--tomato);
  padding-right:.05em;
}

/* El isotipo central ocupa más espacio dentro del plato */
.hero__mark svg{
  width:61%;
  height:61%;
  animation:tidLogoPulseV6 3.4s ease-in-out infinite;
}
@keyframes tidLogoPulseV6{
  0%,100%{transform:scale(.95)}
  50%{transform:scale(1.08)}
}

/* Carrusel: sin sombras, movimiento continuo y tamaños alternos */
.dish-loop__item img{
  filter:none!important;
  transition:none!important;
}
.dish-loop__item:nth-child(odd) img{transform:scale(1.08)}
.dish-loop__item:nth-child(even) img{transform:scale(.82)}
.dish-loop__item:nth-child(odd):hover img{transform:scale(1.08)}
.dish-loop__item:nth-child(even):hover img{transform:scale(.82)}
.dish-loop:hover .dish-loop__track,
.dish-loop__track:hover{
  animation-play-state:running!important;
}

/* Silueta semitransparente del isotipo asomando por las esquinas */
.pillar{isolation:isolate}
.pillar::before{
  content:"";
  position:absolute;
  z-index:0;
  width:118px;
  height:118px;
  right:-33px;
  bottom:-35px;
  background:var(--tomato);
  opacity:.065;
  -webkit-mask:url("../images/logo-desideri.png") center/contain no-repeat;
  mask:url("../images/logo-desideri.png") center/contain no-repeat;
  transform:rotate(-11deg);
  pointer-events:none;
}
.pillar:nth-child(even)::before{
  right:auto;
  left:-36px;
  transform:rotate(12deg);
}
.pillar>*{position:relative;z-index:1}

/* Las citas usan la misma familia del hero y un acabado más limpio */
.quote p{
  font-family:var(--ff-display);
  font-style:normal;
  font-weight:500;
  font-optical-sizing:auto;
  letter-spacing:-.025em;
  line-height:1.2;
  text-wrap:balance;
}

/* Seis servicios en una malla exacta de 3 columnas por 2 filas */
.serv{grid-template-columns:repeat(3,minmax(0,1fr))}

@media (max-width:960px){
  .hero__copy{max-width:680px;margin-inline:auto}
  .hero__title{margin-inline:auto;max-width:100%}
  .serv{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:620px){
  .hero__title{font-size:clamp(2.25rem,11.4vw,3.3rem);max-width:100%}
  .hero__title .ln>span{white-space:normal}
  .serv{grid-template-columns:1fr}
  .pillar::before{width:96px;height:96px}
}
@media (prefers-reduced-motion:reduce){
  .hero__mark svg{animation:none!important}
}


/* ============================================================
   PÁGINAS LEGALES · V7
   ============================================================ */
.legal-phero{
  padding-bottom:clamp(2.2rem,4.5vw,3.6rem);
  border-bottom:1px solid var(--line-soft);
}
.legal-phero h1{
  max-width:880px;
}
.legal-container{
  width:min(calc(100% - (var(--page-gutter) * 2)),980px);
}
.legal-section{
  padding-top:clamp(3rem,6vw,5.5rem);
}
.legal-content{
  padding:clamp(1.6rem,4vw,3.5rem);
  border:1px solid rgba(17,17,17,.11);
  border-radius:24px;
  background:rgba(255,255,255,.48);
  box-shadow:0 24px 70px -54px rgba(17,17,17,.55);
}
.legal-content h2{
  margin:clamp(2.8rem,6vw,4.5rem) 0 1rem;
  padding-top:clamp(1rem,2vw,1.5rem);
  font-size:clamp(1.65rem,3.3vw,2.5rem);
  line-height:1.12;
  color:var(--ink);
  border-top:1px solid var(--line-soft);
}
.legal-content h2:first-child{
  margin-top:0;
  padding-top:0;
  border-top:0;
}
.legal-content h3{
  margin:2.1rem 0 .75rem;
  font-family:var(--ff-display);
  font-size:clamp(1.25rem,2.2vw,1.65rem);
  line-height:1.22;
  color:var(--tomato);
}
.legal-content p{
  margin:.75rem 0 1.1rem;
  color:var(--ink-2);
  font-size:1rem;
  line-height:1.82;
}
.legal-content strong{
  color:var(--ink);
  font-weight:650;
}
.legal-content a{
  color:var(--tomato);
  font-weight:600;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  overflow-wrap:anywhere;
}
.legal-list{
  display:grid;
  gap:.7rem;
  margin:.9rem 0 1.4rem;
  padding-left:1.4rem;
  list-style:disc;
}
.legal-list li{
  padding-left:.25rem;
  color:var(--ink-2);
  line-height:1.75;
}
.legal-list li::marker{
  color:var(--tomato);
}
.legal-contact{
  padding:1rem 1.15rem;
  border-left:3px solid var(--tomato);
  background:rgba(153,168,13,.055);
  border-radius:0 12px 12px 0;
}
.legal-cookie-panel{
  margin:2rem 0 1.25rem;
  padding:1.3rem 1.4rem;
  border:1px solid rgba(153,168,13,.2);
  border-radius:16px;
  background:rgba(153,168,13,.045);
}
.legal-cookie-panel__eyebrow{
  display:block;
  margin-bottom:.4rem;
  color:var(--tomato);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.legal-cookie-panel h3{
  margin:.1rem 0 .45rem;
}
.legal-cookie-panel p{
  margin:0;
}
.legal-table-title{
  margin-top:3rem!important;
}
.legal-table-wrap{
  width:100%;
  margin:1.25rem 0 2rem;
  overflow-x:auto;
  border:1px solid rgba(17,17,17,.13);
  border-radius:16px;
  background:#fffaf2;
  -webkit-overflow-scrolling:touch;
}
.legal-table{
  width:100%;
  min-width:720px;
  border-collapse:collapse;
  font-size:.86rem;
  line-height:1.5;
}
.legal-table th,
.legal-table td{
  padding:.85rem .9rem;
  text-align:left;
  vertical-align:top;
  border-right:1px solid rgba(17,17,17,.1);
  border-bottom:1px solid rgba(17,17,17,.1);
}
.legal-table th:last-child,
.legal-table td:last-child{
  border-right:0;
}
.legal-table tbody tr:last-child td{
  border-bottom:0;
}
.legal-table th{
  background:var(--ink);
  color:var(--cream);
  font-size:.72rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.legal-table td:first-child{
  font-weight:650;
  color:var(--ink);
}
.footer__legal-links{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:.45rem 1.25rem;
  margin:2rem auto 0;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.1);
  color:rgba(250,243,231,.72);
  font-size:.8rem;
}
.footer__legal-links a{
  transition:color .25s ease;
}
.footer__legal-links a:hover{
  color:var(--cream);
}
.form__note a{
  color:var(--tomato);
  text-decoration:underline;
  text-underline-offset:2px;
}

@media (max-width:760px){
  .legal-content{
    padding:1.3rem 1.1rem;
    border-radius:18px;
  }
  .legal-content p,
  .legal-list li{
    font-size:.95rem;
    line-height:1.72;
  }
  .legal-table{
    min-width:660px;
    font-size:.8rem;
  }
  .footer__legal-links{
    flex-direction:column;
    gap:.55rem;
  }
}


/* ============================================================
   MODIFICACIONES SOLICITADAS · V8
   Identidad Desideri, paleta beige/negro/verde, Montserrat,
   productos, footer legal y formulario protegido.
   ============================================================ */
:root{
  --cream:#E8D9CA;
  --cream-2:#F3EADF;
  --cream-3:#D7C4B1;
  --ink:#111111;
  --ink-2:#272727;
  --ink-soft:#5E584F;
  --tomato:#99A80D;
  --tomato-2:#778409;
  --basil:#68751A;
  --basil-2:#4F5C12;
  --gold:#AAB329;
  --line:rgba(17,17,17,.16);
  --line-soft:rgba(17,17,17,.09);
  --ff-display:"Montserrat",Arial,sans-serif;
  --ff-text:"Montserrat",Arial,sans-serif;
  --ff-accent:"Montserrat",Arial,sans-serif;
}
body,.tid-desideri-native-page,button,input,textarea,select{
  font-family:var(--ff-text)!important;
}
h1,h2,h3,h4,h5,h6,.brand__name,.quote p,.dish__price,.stat b,.split__badge,.marquee span{
  font-family:var(--ff-display)!important;
}
h1,h2,h3,h4{font-weight:750;letter-spacing:-.045em}
.hero__title .swash{font-family:var(--ff-display)!important;font-style:normal;font-weight:800;color:var(--tomato)}
.tomato{color:var(--tomato)}
::selection{background:var(--tomato);color:#fff}
body::before{
  background:
    radial-gradient(1100px 620px at 82% -10%,rgba(170,179,41,.16),transparent 60%),
    radial-gradient(850px 680px at -10% 110%,rgba(104,117,26,.09),transparent 55%);
}

/* Nuevo logotipo en toda la web */
.brand{min-width:clamp(116px,12vw,168px)}
.brand__wordmark{width:clamp(116px,12vw,168px);height:auto;display:block}
.preloader__wordmark{width:min(70vw,320px);height:auto;filter:brightness(0) invert(1)}
.preloader__bar span{background:var(--tomato)}
.hero__wordmark{width:64%;height:auto;object-fit:contain;animation:tidLogoPulseV8 3.4s ease-in-out infinite;transform-origin:center}
@keyframes tidLogoPulseV8{0%,100%{transform:scale(.92)}50%{transform:scale(1.06)}}
.footer__logo{display:block;margin-bottom:1.25rem}
.footer__wordmark{width:min(100%,220px);height:auto;filter:brightness(0) invert(1)}

/* Paleta de referencia: beige, negro y verde oliva */
.header.scrolled{background:rgba(232,217,202,.9)}
.nav__link.is-active,.kicker,.dish__price,.link-more:hover,.legal-content h3,.legal-content a{color:var(--tomato)}
.nav__link--cta,.stats,.cta-band{background:var(--ink)}
.nav__link--cta:hover,.btn--tomato,.btn::after{background:var(--tomato)}
.btn--tomato::after{background:var(--ink)}
.tag{background:rgba(153,168,13,.13);color:var(--basil-2)}

/* Catálogo actualizado */
.catalogue-section .section__head{max-width:760px}
.menu--catalogue{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,2.5vw,2rem)}
.menu--home-preview{grid-template-columns:repeat(3,minmax(0,1fr))}
.dish--catalogue{display:flex;flex-direction:column;background:rgba(255,255,255,.58);border-color:rgba(17,17,17,.12)}
.dish--catalogue .dish__media{aspect-ratio:4/3;background:#fff;display:grid;place-items:center;overflow:hidden}
.dish--catalogue .dish__media img{position:static;width:100%;height:100%;object-fit:contain;padding:.25rem}
.dish--catalogue .dish__media--brand{position:relative;background:var(--tomato);padding:clamp(2rem,5vw,4rem)}
.dish--catalogue .dish__media--brand img{width:min(86%,360px);height:auto;filter:brightness(0);padding:0}
.dish--catalogue .dish__media--brand span{position:absolute;right:1.1rem;bottom:.8rem;color:#111;font-weight:750;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}
.dish--catalogue .dish__body{display:flex;flex-direction:column;flex:1}
.dish--catalogue .dish__row{align-items:flex-start}
.dish--catalogue h3{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.22}
.dish--catalogue p{font-size:.92rem;line-height:1.65;color:var(--ink-2)}
.product-category{display:flex;align-items:center;gap:1.2rem;margin:clamp(3.5rem,7vw,6rem) 0 2rem;font-size:clamp(2rem,4vw,3.2rem);text-transform:uppercase}
.product-category::after{content:"";height:1px;flex:1;background:var(--line)}
.catalogue-note{text-align:center;margin-top:2rem;color:var(--ink-soft);font-size:.9rem}
.catalogue-note a{color:var(--tomato);font-weight:700;text-decoration:underline;text-underline-offset:3px}

/* Footer negro: marca, Menú, Links legales y Contacto */
.footer{background:#000;color:#fff}
.footer__grid{grid-template-columns:1.45fr .85fr 1.15fr 1.15fr;gap:clamp(2rem,4vw,4rem)}
.footer__brand{max-width:360px}
.footer__brand p,.footer__col a,.footer__col span,.footer__bottom,.footer__bottom a{color:#fff!important}
.footer__brand p,.footer__col a,.footer__col span{opacity:.82}
.footer__col h4{color:#fff!important;font-family:var(--ff-text)!important;font-weight:750;letter-spacing:.14em}
.footer__col a:hover{opacity:1;color:var(--tomato)!important}
.footer__social a{color:#fff;border-color:rgba(255,255,255,.42)}
.footer__social a:hover{background:var(--tomato);border-color:var(--tomato);color:#111}
.footer__kit{background:#fff}
.footer__legal-links{display:none!important}
.footer__bottom{border-color:rgba(255,255,255,.18)}

/* Formulario: consentimiento, reCAPTCHA y texto de protección de datos */
.form__honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form__consent{display:flex;align-items:flex-start;gap:.75rem;margin:1rem 0 1.2rem;font-size:.82rem;line-height:1.55;color:var(--ink-2)}
.form__consent input{width:18px;height:18px;flex:none;margin-top:.15rem;accent-color:var(--tomato)}
.form__consent a,.form__privacy a{color:var(--tomato);font-weight:700;text-decoration:underline;text-underline-offset:2px}
.tid-recaptcha-wrap{margin:1rem 0 1.25rem;overflow:hidden}
.tid-recaptcha-fallback{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:1px solid var(--line);border-radius:12px;background:var(--cream-2);font-size:.84rem;font-weight:600}
.tid-recaptcha-fallback input{width:18px;height:18px;accent-color:var(--tomato)}
.form__privacy{margin-top:1.25rem;padding:1rem 1.1rem;border-left:3px solid var(--tomato);background:rgba(153,168,13,.08);border-radius:0 12px 12px 0;color:var(--ink-2);font-size:.75rem;line-height:1.55}
.form__privacy>strong{display:block;margin-bottom:.5rem;color:var(--ink);font-size:.78rem;letter-spacing:.04em}
.form__privacy p{margin:.25rem 0}

@media(max-width:960px){
  .menu--catalogue,.menu--home-preview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .brand{min-width:112px}.brand__wordmark{width:112px}
  .menu--catalogue,.menu--home-preview{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:1fr}
  .footer__wordmark{width:185px}
  .g-recaptcha{transform:scale(.88);transform-origin:left top;margin-bottom:-8px}
}
@media(prefers-reduced-motion:reduce){.hero__wordmark{animation:none!important}}

/* Ajuste de proporciones del nuevo wordmark */
.brand{min-width:0}
.brand__wordmark{width:auto;height:52px;max-width:180px;object-fit:contain}
.header.scrolled .brand__wordmark{height:44px}
@media(max-width:620px){.brand__wordmark{width:auto;height:42px;max-width:132px}}
.ph--basil{background:linear-gradient(135deg,#E5E6C9,#CFD59D);color:var(--basil)}
.ph--tomato{background:linear-gradient(135deg,#E5D7C8,#D6C1AB);color:var(--tomato)}


/* V10 · integración con bloques visuales de Elementor */
body.tid-desideri-native-page .elementor-widget-tid_desideri_visual_block,
body.tid-desideri-native-page .elementor-widget-tid_desideri_visual_block > .elementor-widget-container{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
}
body.tid-desideri-native-page .elementor-element.tid-desideri-native-section > .elementor-container,
body.tid-desideri-native-page .elementor-element.tid-desideri-native-section > .elementor-container > .elementor-column,
body.tid-desideri-native-page .elementor-element.tid-desideri-native-section .elementor-widget-wrap{
  width:100%!important;max-width:none!important;margin:0!important;padding:0!important;
}
body.tid-desideri-native-page .brand__wordmark{
  display:block!important;width:auto!important;height:52px!important;max-width:180px!important;max-height:52px!important;
  object-fit:contain!important;object-position:left center!important;margin:0!important;
}
body.tid-desideri-native-page .header.scrolled .brand__wordmark{height:44px!important;max-height:44px!important}
body.tid-desideri-native-page .footer__wordmark{display:block!important;width:220px!important;max-width:100%!important;height:auto!important}
body.tid-desideri-native-page .hero__wordmark{display:block!important;width:64%!important;max-width:64%!important;height:auto!important}
body.elementor-editor-active.tid-desideri-native-page .header{position:relative!important;top:auto!important}
body.elementor-editor-active.tid-desideri-native-page .preloader,
body.elementor-editor-active.tid-desideri-native-page .cursor,
body.elementor-editor-active.tid-desideri-native-page .cursor-ring{display:none!important}
@media(max-width:620px){body.tid-desideri-native-page .brand__wordmark{height:42px!important;max-height:42px!important;max-width:132px!important}}


/* V11 · ajuste del hero para evitar recortes del titular */
.hero__copy{min-width:0;position:relative;z-index:2}
.hero__title{max-width:11.5ch;text-wrap:balance}
.hero__title .ln{overflow:visible}
@media (max-width:1366px){
  .hero__grid{grid-template-columns:minmax(0,1.14fr) minmax(320px,.86fr);gap:clamp(1.5rem,3vw,3rem)}
  .hero__title{font-size:clamp(2.7rem,6.1vw,5.4rem);max-width:10.8ch}
  .hero__plate{max-width:460px}
}
@media (max-width:1180px){
  .hero__title{font-size:clamp(2.5rem,5.5vw,4.7rem);max-width:10.2ch}
  .hero__lead{max-width:40ch}
}
@media (max-width:960px){
  .hero__title{max-width:none;text-wrap:initial}
  .hero__title .ln{overflow:hidden}
}


/* V12 · más aire en header y separación del chip del hero */
.header__inner{padding:1.5rem 0 1.1rem;transition:padding .5s var(--ease)}
.header.scrolled .header__inner{padding:.95rem 0 .75rem}
.hero__grid{gap:clamp(2.4rem,5.6vw,5.2rem)}
.hero__chip--1{top:10%;left:4%}
@media (max-width:1366px){
  .hero__grid{gap:clamp(2rem,4vw,3.8rem)}
  .hero__chip--1{left:6%}
}
@media (max-width:1180px){
  .hero__chip--1{left:8%}
}
@media (max-width:960px){
  .header__inner{padding:1.2rem 0 .95rem}
  .hero__chip--1{left:-2%;top:8%}
}


/* V13 · corrección completa de la versión móvil */
@media (max-width:760px){
  .hero{min-height:auto;padding-top:6.9rem;padding-bottom:2.5rem}
  .hero__grid{grid-template-columns:1fr!important;gap:1.5rem!important;align-items:start}
  .hero__copy{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:none}
  .hero__eyebrow,.kicker,.hero__actions,.hero__meta{justify-content:flex-start}
  .hero__lead{margin-inline:0;max-width:100%;font-size:1rem}
  .hero__title{font-size:clamp(2.55rem,13vw,4.25rem)!important;line-height:.94;max-width:7.4ch!important;letter-spacing:-.04em}
  .hero__title .ln{overflow:visible}
  .hero__actions{width:100%;gap:.85rem;margin-top:1.7rem}
  .hero__actions .btn{width:auto}
  .hero__meta{width:100%;gap:1.25rem;margin-top:2rem}
  .hero__meta div{min-width:110px}
  .hero__plate{max-width:300px;width:100%;margin:1.2rem auto 0;order:2}
  .hero__mark svg,.hero__wordmark{width:58%!important;max-width:58%!important}
  .hero__chip{padding:.5rem .9rem;font-size:.78rem;box-shadow:var(--shadow-s)}
  .hero__chip--1{top:7%;left:-4%}
  .hero__chip--2{bottom:8%;right:-8%}
  .hero__chip--3{display:none}
  .hero__scroll{display:none}
}
@media (max-width:520px){
  .container{width:min(100% - 1.6rem, var(--container))}
  .header__inner{padding:1rem 0 .85rem}
  .brand__wordmark,body.tid-desideri-native-page .brand__wordmark{height:40px!important;max-height:40px!important;max-width:120px!important}
  .hero{padding-top:6.3rem;padding-bottom:2.1rem}
  .hero__eyebrow{margin-bottom:1rem}
  .hero__title{font-size:clamp(2.35rem,12.4vw,3.7rem)!important;max-width:6.9ch!important}
  .hero__lead{font-size:.98rem;line-height:1.55}
  .hero__plate{max-width:270px;margin-top:1rem}
  .hero__chip--1{top:8%;left:-2%}
  .hero__chip--2{bottom:7%;right:-6%}
  .hero__actions{flex-direction:column;align-items:flex-start}
  .hero__actions .btn,.hero__actions .link-more{width:auto}
  .hero__meta{display:grid;grid-template-columns:1fr;gap:1rem}
  .hero__meta div b{font-size:1.65rem}
}
