/* Riserva landing pages.
   One stylesheet for all five locales: /Riserva/ (it) and /Riserva/{en,es,fr,pt}/.
   Lifted verbatim out of the Italian page's inline <style> when the localised
   pages arrived, so a tweak lands on every language at once instead of four. */

:root{
  --ground:#12131A; --surface:#1C1E24; --raised:#23262E;
  --text:#F5F5F7; --muted:#9BA1AC; --hair:rgba(255,255,255,.09);
  --accent:#FFAD33; --green:#4FCC99; --amber:#FAC759; --red:#F27366;
  --max:1080px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0; background:var(--ground); color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.55; -webkit-font-smoothing:antialiased;
}
.wrap{max-width:var(--max); margin:0 auto; padding:0 24px}
a{color:var(--accent)}
h1,h2,h3{line-height:1.12; letter-spacing:-.02em; margin:0}
.badge-link{display:inline-block; transition:transform .2s ease}
.badge-link:hover{transform:translateY(-2px)}
.badge-link img{height:54px; width:auto; display:block}

/* language switch: five real URLs, so hreflang and per-locale titles both work */
.langbar{
  position:sticky; top:0; z-index:20;
  display:flex; justify-content:flex-end; flex-wrap:wrap; gap:6px;
  padding:12px max(24px, calc((100% - var(--max)) / 2)) 10px;
  background:linear-gradient(180deg, rgba(18,19,26,.94), rgba(18,19,26,0));
  backdrop-filter:blur(8px);
}
.langbar a{
  text-decoration:none; font-size:.72rem; font-weight:700; letter-spacing:.1em;
  padding:6px 12px; border-radius:999px; color:var(--muted);
  border:1px solid var(--hair);
  transition:color .2s ease, background-color .2s ease, border-color .2s ease;
}
.langbar a:hover{color:var(--accent); border-color:rgba(255,173,51,.4)}
.langbar a[aria-current="true"]{
  color:#12131A; background:var(--accent); border-color:var(--accent);
}

/* hero */
.hero{padding:34px 0 56px; text-align:center; position:relative; overflow:hidden}
.hero::before{
  content:""; position:absolute; inset:-40% 0 auto 50%; transform:translateX(-50%);
  width:760px; height:760px; border-radius:50%;
  background:radial-gradient(circle, rgba(255,173,51,.13), transparent 62%);
  pointer-events:none;
}
.hero-inner{position:relative}
.appicon{
  width:104px; height:104px; border-radius:23%; display:block; margin:0 auto 22px;
  box-shadow:0 18px 40px rgba(0,0,0,.5);
}
h1{font-size:clamp(2.1rem,6vw,3.5rem); font-weight:700; margin-bottom:16px}
.lede{
  font-size:clamp(1.05rem,2.4vw,1.28rem); color:var(--muted);
  max-width:33ch; margin:0 auto 30px;
}
.hero small{display:block; margin-top:14px; color:var(--muted); font-size:.85rem}

/* the wedge */
.wedge{padding:56px 0; border-top:1px solid var(--hair)}
.wedge h2{font-size:clamp(1.5rem,3.6vw,2.1rem); margin-bottom:18px; max-width:22ch}
.wedge p{color:var(--muted); max-width:60ch; margin:0 0 14px}
.chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:26px}
.chip{
  display:inline-flex; align-items:center; gap:7px; font-size:.9rem; font-weight:500;
  padding:7px 13px; border-radius:999px; background:var(--surface); border:1px solid var(--hair);
}
.dot{width:8px; height:8px; border-radius:50%}
.dot.g{background:var(--green)} .dot.a{background:var(--amber)} .dot.r{background:var(--red)}

/* shots */
.shots{padding:56px 0; border-top:1px solid var(--hair)}
.shots h2{font-size:clamp(1.5rem,3.6vw,2.1rem); margin-bottom:8px}
.shots .sub{color:var(--muted); margin:0 0 30px}
.rail{
  display:grid; grid-auto-flow:column; grid-auto-columns:250px; gap:20px;
  overflow-x:auto; padding-bottom:14px; scroll-snap-type:x mandatory;
  scrollbar-width:thin;
}
.rail figure{margin:0; scroll-snap-align:start}
.rail img{width:100%; height:auto; border-radius:16px; display:block; background:var(--surface)}
.rail figcaption{margin-top:11px; font-size:.86rem; color:var(--muted)}

/* features */
.features{padding:56px 0; border-top:1px solid var(--hair)}
.grid{display:grid; gap:18px; grid-template-columns:repeat(auto-fit,minmax(270px,1fr)); margin-top:28px}
.card{
  background:var(--surface); border:1px solid var(--hair); border-radius:16px; padding:22px;
  transition:border-color .2s ease, transform .2s ease;
}
.card:hover{border-color:rgba(255,173,51,.4); transform:translateY(-2px)}
.card h3{font-size:1.06rem; margin-bottom:7px}
.card p{margin:0; color:var(--muted); font-size:.95rem}
.k{color:var(--accent); font-weight:600}

/* data */
.data{padding:56px 0; border-top:1px solid var(--hair)}
.data .box{
  background:var(--surface); border:1px solid var(--hair); border-radius:16px; padding:26px;
}
.data h2{font-size:1.25rem; margin-bottom:12px}
.data p{color:var(--muted); margin:0 0 10px; font-size:.95rem}
.data p:last-child{margin-bottom:0}

/* cta + footer */
.cta{padding:64px 0; text-align:center; border-top:1px solid var(--hair)}
.cta h2{font-size:clamp(1.5rem,3.6vw,2.1rem); margin-bottom:12px}
.cta p{color:var(--muted); margin:0 0 26px}
footer{padding:34px 0 54px; border-top:1px solid var(--hair); color:var(--muted); font-size:.86rem; text-align:center}
footer a{color:var(--muted)}
footer a:hover{color:var(--accent)}

@media (prefers-reduced-motion:reduce){
  *{animation:none !important; transition:none !important}
}
