/* ══════════════════════════════════════════════════════════════════
   L'estetista Di Rio — Bovisa, Milano
   Concept: «IL METODO VIENE DA RIO». Niente hero fotografico: il loro
   lettering a pennello È l'immagine. Il gesto-firma è l'onda del
   lastricato di Copacabana, presa dal loro stesso logo, che attraversa
   la pagina e si disegna con lo scroll.
   Palette e materiali sono campionati dai loro asset reali: il verde
   dello script, il salvia delle divise, il crema e la sabbia del tondo,
   il corallo dei fiori acquerello della copertina.
   ══════════════════════════════════════════════════════════════════ */

/* ---------- PLUMBING (reset tecnico canonico) ---------- */
[hidden] { display: none !important; }
img { max-width: 100%; height: auto; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .hero-kicker, #heroMark, .hero-claim { opacity: 1 !important; }
}

/* ---------- STATO INIZIALE DEGLI ELEMENTI ANIMATI ----------
   ⚠️ Regola indispensabile, non cosmetica. Il reveal generico usa
   `gsap.fromTo(..., {immediateRender:false})`: lo stato "from" (opacity:0)
   NON viene applicato alla creazione, ma solo quando lo ScrollTrigger
   scatta. Senza queste righe l'elemento resta quindi VISIBILE, poi viene
   azzerato di colpo dal trigger e ri-dissolto: è esattamente il flash.
   Lo stato nascosto vive dietro `.js`, così senza JavaScript la pagina
   resta completa e leggibile.
   Vale anche per hero-kicker / heroMark / hero-claim, animati dalla firma
   `bespokeHeroEntrance` alla fine dell'intro: senza nasconderli prima si
   vedevano comparire durante la dissolvenza dell'intro e poi sparire. */
.js .reveal { opacity: 0; }
.js .reveal.in-view { opacity: 1; }
html:not(.js) .reveal, html.reduced-motion .reveal { opacity: 1; }
.js .hero-kicker, .js #heroMark, .js .hero-claim { opacity: 0; }
html:not(.js) .hero-kicker, html:not(.js) #heroMark, html:not(.js) .hero-claim,
html.reduced-motion .hero-kicker, html.reduced-motion #heroMark, html.reduced-motion .hero-claim { opacity: 1; }

/* ---------- design system ---------- */
:root {
  --verde: #0F9A43;
  --verde-cupo: #14442A;
  --salvia: #8AA284;
  --crema: #F5F0E2;
  --sabbia: #E4D9BE;
  --carta: #FBF8F0;
  --corallo: #E4586F;
  --legno: #B5793C;
  --inchiostro: #16241C;

  --display: 'Darker Grotesque', Georgia, serif;
  --testo: 'Instrument Sans', system-ui, -apple-system, sans-serif;
  --mono: 'DM Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace;

  --gut: clamp(1.25rem, 4vw, 3.5rem);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body {
  margin: 0;
  background: var(--carta);
  color: var(--inchiostro);
  font-family: var(--testo);
  font-size: clamp(1rem, .55vw + .88rem, 1.1rem);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.015em;
  margin: 0;
}
h2 { font-size: clamp(2.4rem, 6vw, 4.6rem); color: var(--verde-cupo); }
h3 { font-size: clamp(1.5rem, 2.4vw, 2.1rem); }
p { margin: 0 0 1.05em; }
a { color: inherit; }
strong { font-weight: 600; }

.eyebrow {
  font-family: var(--mono);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--verde);
  margin-bottom: 1.1rem;
}

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--verde-cupo); color: #fff;
  padding: .8rem 1.2rem; z-index: 999;
}
.skip:focus { left: .5rem; top: .5rem; }

section { padding: clamp(4.5rem, 10vw, 8.5rem) var(--gut); }

/* ══════════ intro: il tondo che respira ══════════ */
#intro {
  position: fixed; inset: 0; z-index: 300;
  background: var(--crema);
  display: grid; place-items: center;
  transition: opacity .6s ease;
}
#intro.hide { opacity: 0; pointer-events: none; }
#introLogo {
  width: clamp(120px, 22vw, 190px); height: auto;
  animation: respiro 1.9s ease-in-out infinite;
}
@keyframes respiro {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}
.reduced-motion #intro { display: none; }

/* ══════════ header ══════════ */
#header {
  position: fixed; inset: 0 0 auto 0; z-index: 200;
  display: flex; align-items: center; gap: 1rem;
  padding: .7rem var(--gut);
  background: rgba(251, 248, 240, .94);
  border-bottom: 1px solid transparent;
  transition: border-color .3s ease, background .3s ease;
}
#header.scrolled { border-bottom-color: var(--sabbia); }
.brand {
  display: flex; align-items: center; gap: .6rem;
  text-decoration: none; margin-right: auto;
}
.brand img { width: 40px; height: 40px; border-radius: 50%; }
.brand span {
  font-family: var(--display); font-weight: 800;
  font-size: 1.35rem; color: var(--verde-cupo); line-height: 1;
}
#mainNav { display: flex; align-items: center; gap: clamp(.55rem, 1.2vw, 1.25rem); }
/* `:not(.cta)` è necessario: `#mainNav a` (specificità 1,0,1) batteva `.cta`
   (0,1,0) e le azzerava il padding orizzontale — la pillula finiva a 52px,
   meno del testo, e «Chiama» usciva dal verde. */
#mainNav a:not(.cta) {
  text-decoration: none; font-size: .9rem; font-weight: 500;
  color: var(--verde-cupo); padding: .3rem 0;
  border-bottom: 1.5px solid transparent;
  white-space: nowrap;
}
#mainNav a:not(.cta):hover { border-bottom-color: var(--verde); }
#langToggle {
  font-family: var(--mono); font-size: .76rem; letter-spacing: .1em;
  background: none; border: 1.5px solid var(--sabbia);
  border-radius: 2rem; padding: .3rem .7rem;
  color: var(--verde-cupo); cursor: pointer;
}
#langToggle:hover { border-color: var(--verde); color: var(--verde); }
/* `inline-flex` non è decorativo: da `<a>` inline dentro il flex della nav
   la pillula misurava 52px — meno del solo padding — e «Chiama» usciva dal
   verde. Con inline-flex il bottone si dimensiona sul proprio contenuto. */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  flex: 0 0 auto;
  background: var(--verde); color: #fff !important;
  padding: .55rem 1.25rem; border-radius: 2rem;
  font-weight: 600; border-bottom: none !important;
  white-space: nowrap;
}
.cta:hover { background: var(--verde-cupo); }
.cta-dark { margin-top: 1.5rem; text-decoration: none; }

#burger {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: 0; cursor: pointer; padding: .4rem;
}
#burger span { display: block; width: 26px; height: 2px; background: var(--verde-cupo); }

/* ══════════ HERO ══════════ */
#hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  padding: 6rem var(--gut) 0;
  background: var(--crema);
  display: flex; flex-direction: column;
  overflow: hidden;
}
/* le onde del logo, in filigrana sul fondo.
   Devono restare una TEXTURE, non un motivo: al 55% competevano col
   lettering e l'hero sembrava carta da parati. */
#hero::before {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60' viewBox='0 0 120 60'%3E%3Cpath d='M0 44 q15 -30 30 0 t30 0 30 0 30 0' fill='none' stroke='%23E4D9BE' stroke-width='10'/%3E%3C/svg%3E");
  background-size: 104px 52px;
  opacity: .3;
  pointer-events: none;
}
.ticker {
  position: absolute; top: 4.4rem; left: 0; right: 0;
  overflow: hidden; border-block: 1px solid var(--sabbia);
  background: var(--carta); padding: .35rem 0; z-index: 2;
}
.ticker-run {
  display: flex; align-items: center; gap: 1.1rem;
  white-space: nowrap; width: max-content;
  font-family: var(--mono); font-size: .78rem;
  letter-spacing: .17em; text-transform: uppercase; color: var(--verde);
}
.ticker-run i { color: var(--sabbia); font-style: normal; }

.hero-inner {
  position: relative; z-index: 3;
  margin: auto 0; text-align: center;
  padding-block: 3rem;
}
.hero-kicker {
  font-family: var(--mono); font-size: .78rem;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--salvia); margin-bottom: 1.6rem;
}
.hero-mark { margin: 0 auto; max-width: 1000px; }
.hero-mark img { width: 100%; height: auto; display: block; }
.hero-claim {
  font-family: var(--display); font-weight: 800;
  font-size: clamp(2rem, 5.6vw, 4rem);
  color: var(--verde-cupo); line-height: 1;
  margin: 1.2rem 0 0;
}

.wave { display: block; width: 100%; height: clamp(46px, 6vw, 84px); }
.wave-path {
  fill: none; stroke: var(--verde); stroke-width: 5;
  stroke-linecap: round;
}
.wave-hero { position: relative; z-index: 3; }

.hero-foot {
  position: relative; z-index: 3;
  display: flex; flex-wrap: wrap; gap: 1rem;
  justify-content: space-between; align-items: baseline;
  padding-bottom: 2rem;
  font-family: var(--mono); font-size: .8rem;
}
.hero-scroll { text-decoration: none; color: var(--verde-cupo); letter-spacing: .06em; }
.hero-scroll:hover { color: var(--verde); }
.hero-rating { margin: 0; color: var(--verde-cupo); }
.hero-rating strong {
  font-family: var(--display); font-size: 1.6rem;
  font-weight: 900; color: var(--verde); vertical-align: -.12em;
}

/* ══════════ IL NOME ══════════ */
#nome { background: var(--carta); }
.nome-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.nome-text h2 { margin-bottom: 1.4rem; }
.nome-text p { max-width: 46ch; }
.nome-fig { margin: 0; }
.nome-fig img {
  width: 100%; border-radius: 6px;
  border: 1px solid var(--sabbia);
}
.nome-fig figcaption {
  font-family: var(--mono); font-size: .76rem;
  color: var(--salvia); margin-top: .7rem;
}

/* ══════════ LE CINQUE TECNICHE ══════════ */
#metodo { background: var(--verde-cupo); color: var(--crema); padding-inline: 0; }
.metodo-head, .metodo-nota { padding-inline: var(--gut); max-width: var(--max); margin-inline: auto; }
.metodo-head h2 { color: var(--crema); margin-bottom: 1.3rem; }
.metodo-head .eyebrow { color: var(--salvia); }
.metodo-sub { max-width: 52ch; color: #D8DFD2; }

.metodo-body {
  max-width: var(--max); margin: clamp(2.5rem, 6vw, 4.5rem) auto 0;
  padding-inline: var(--gut);
  display: grid; grid-template-columns: 200px 1fr;
  gap: clamp(1.5rem, 4vw, 3.5rem); align-items: start;
}
.metodo-index { position: sticky; top: 6rem; }
.metodo-index ol {
  list-style: none; margin: 0; padding: 0;
  counter-reset: t;
  font-family: var(--mono); font-size: .82rem;
}
.metodo-index li { counter-increment: t; margin-bottom: .75rem; }
.metodo-index li::before {
  content: '0' counter(t); color: var(--salvia); margin-right: .6rem;
}
.metodo-index a { text-decoration: none; color: var(--crema); opacity: .72; }
.metodo-index a:hover, .metodo-index a.is-current { opacity: 1; color: #6FE39A; }

.metodo-list { display: grid; gap: 1px; background: rgba(245, 240, 226, .18); }
.tec {
  padding: clamp(1.8rem, 3.5vw, 3rem);
  display: grid; grid-template-columns: 4.5rem 1fr;
  gap: .4rem 1.5rem; align-items: start;
}
.tec-1 { background: #17503010; background-color: #1B5233; }
.tec-2 { background-color: #1F5C39; }
.tec-3 { background-color: #23663F; }
.tec-4 { background-color: #277046; }
.tec-5 { background-color: #2B7A4C; }
.tec-n {
  font-family: var(--mono); font-size: .82rem;
  color: var(--salvia); margin: .35rem 0 0; grid-row: span 3;
}
.tec h3 { color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
.tec-it {
  font-family: var(--mono); font-size: .78rem;
  letter-spacing: .12em; text-transform: uppercase;
  color: #6FE39A; margin: .2rem 0 .8rem;
}
.tec-p { color: #DCE5D8; margin: 0; max-width: 54ch; }
.metodo-nota {
  margin-top: clamp(2rem, 5vw, 3.5rem);
  font-family: var(--mono); font-size: .82rem;
  color: var(--salvia); max-width: 60ch;
}

/* ══════════ TRATTAMENTI ══════════ */
#cure { background: var(--carta); }
.cure-head, .cure-prezzi { max-width: var(--max); margin-inline: auto; }
.cure-head { margin-bottom: clamp(2rem, 5vw, 3.5rem); }
.cure-list {
  list-style: none; margin: 0 auto; padding: 0; max-width: var(--max);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 1px; background: var(--sabbia);
  border: 1px solid var(--sabbia);
}
.cure-list li { background: var(--carta); padding: clamp(1.5rem, 3vw, 2.3rem); }
.cure-list h3 { color: var(--verde-cupo); margin-bottom: .6rem; }
.cure-list p { margin: 0; color: #45514A; font-size: .97rem; }
.cure-prezzi {
  margin-top: 2rem; font-family: var(--mono);
  font-size: .84rem; color: var(--salvia); max-width: 62ch;
}

/* ══════════ PERSONE ══════════ */
#persone { background: var(--crema); }
.persone-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: .82fr 1.18fr;
  gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
}
.persone-fig { margin: 0; }
.persone-fig img {
  width: 100%; border-radius: 6px; display: block;
}
.persone-text h2 { margin-bottom: 2rem; }
.persone-dl { margin: 0; }
.persone-dl > div {
  padding: 1.1rem 0; border-top: 1px solid var(--sabbia);
  display: grid; grid-template-columns: 8rem 1fr; gap: 1rem;
}
.persone-dl dt {
  font-family: var(--display); font-weight: 800;
  font-size: 1.5rem; color: var(--verde);
}
.persone-dl dd { margin: 0; color: #45514A; font-size: .97rem; }
.persone-nota {
  margin-top: 1.5rem; font-family: var(--mono);
  font-size: .8rem; color: var(--salvia);
}

/* ══════════ IGIENE ══════════ */
#pulizia { background: var(--sabbia); }
.pulizia-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.pulizia-inner .eyebrow { color: var(--legno); }
.pulizia-list {
  list-style: none; margin: 2.2rem 0 0; padding: 0;
  display: grid; gap: 1px; background: rgba(20, 68, 42, .18);
  text-align: left;
}
.pulizia-list li {
  background: var(--sabbia); padding: 1.15rem 1.4rem;
  font-size: 1.02rem;
}
.pulizia-fonte {
  margin-top: 1.8rem; font-family: var(--mono);
  font-size: .8rem; color: #6B6247;
}

/* ══════════ RECENSIONI ══════════ */
#voci { background: var(--carta); }
.voci-head { max-width: var(--max); margin: 0 auto clamp(2rem, 5vw, 3rem); }
.voci-head h2 { font-size: clamp(3rem, 9vw, 6.5rem); color: var(--verde); }
.voci-grid {
  max-width: var(--max); margin: 0 auto;
  columns: 3 300px; column-gap: 1.4rem;
}
.voci-grid blockquote {
  break-inside: avoid; margin: 0 0 1.4rem;
  padding: 1.5rem 1.6rem;
  border: 1px solid var(--sabbia); border-radius: 6px;
  background: var(--crema);
}
.voci-grid p { font-size: .99rem; margin-bottom: .9rem; }
.voci-grid cite {
  font-family: var(--mono); font-style: normal;
  font-size: .76rem; letter-spacing: .05em; color: var(--salvia);
}

/* ══════════ SALA ══════════ */
#sala { background: var(--crema); }
.sala-head, .sala-nota { max-width: var(--max); margin-inline: auto; }
.sala-head { margin-bottom: clamp(1.6rem, 4vw, 2.6rem); }
.sala-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.shot {
  padding: 0; border: 1px solid var(--sabbia); border-radius: 6px;
  background: none; cursor: pointer; overflow: hidden; display: block;
}
.shot img {
  width: 100%; height: 260px; object-fit: cover; display: block;
  transition: transform .5s ease;
}
/* l'insegna è larga 1880×545: in una cella quadrata verrebbe tagliata a
   metà parola. Occupa due colonne e si vede per quello che è. */
.shot-wide { grid-column: span 2; }
.shot-wide img { object-position: center 38%; }
.shot:hover img { transform: scale(1.045); }
.sala-nota {
  margin-top: 1.6rem; font-family: var(--mono);
  font-size: .8rem; color: var(--salvia); max-width: 62ch;
}

/* ══════════ PRENOTA ══════════ */
#prenota { background: var(--verde); color: #fff; text-align: center; }
.prenota-inner { max-width: 700px; margin: 0 auto; }
.prenota-inner h2 { color: #fff; margin-bottom: 1rem; }
.prenota-inner p { color: #E3F6E9; }
.big-call {
  display: inline-block; margin-top: 1rem;
  font-family: var(--display); font-weight: 900;
  font-size: clamp(2.4rem, 8vw, 4.6rem); line-height: 1;
  color: #fff; text-decoration: none;
  border-bottom: 4px solid rgba(255, 255, 255, .45);
}
.big-call:hover { border-bottom-color: #fff; }
.prenota-orari {
  margin-top: 1.6rem; font-family: var(--mono);
  font-size: .84rem; color: #CFEEDA;
}

/* ══════════ DOVE ══════════ */
#dove { background: var(--carta); }
.dove-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: .9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.dove-info address {
  font-style: normal; font-size: 1.12rem;
  line-height: 1.55; margin-bottom: 1rem;
}
.dove-tram { font-size: .95rem; color: #45514A; max-width: 40ch; }
.orari {
  list-style: none; margin: 1.6rem 0 0; padding: 0;
  font-family: var(--mono); font-size: .87rem;
}
.orari li {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .5rem 0; border-bottom: 1px solid var(--sabbia);
}
.orari li.is-today { color: var(--verde); font-weight: 500; }
.orari li.is-today b { color: var(--verde); }
.dove-map iframe {
  width: 100%; height: clamp(340px, 46vw, 480px);
  border-radius: 6px; border: 1px solid var(--sabbia);
}

/* ══════════ FAQ ══════════ */
#faq { background: var(--crema); }
#faq h2 { max-width: var(--max); margin: 0 auto clamp(1.6rem, 4vw, 2.4rem); }
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-list details {
  border-bottom: 1px solid var(--sabbia); padding: 1.15rem 0;
}
.faq-list summary {
  cursor: pointer; font-weight: 600; font-size: 1.05rem;
  color: var(--verde-cupo); list-style: none;
  display: flex; justify-content: space-between; gap: 1rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--verde); font-size: 1.4rem; line-height: 1; }
.faq-list details[open] summary::after { content: '–'; }
.faq-list p { margin: .8rem 0 0; color: #45514A; font-size: .98rem; max-width: 62ch; }

/* ══════════ FOOTER ══════════ */
footer { background: var(--verde-cupo); color: var(--crema); }
.wave-foot .wave-path { stroke: var(--sabbia); }
.wave-foot { background: var(--crema); }
.foot-inner {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(2.5rem, 6vw, 4rem) var(--gut) 1.5rem;
  display: grid; grid-template-columns: auto 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 3rem); align-items: start;
}
.foot-logo { width: 84px; height: 84px; border-radius: 50%; }
.foot-col p { margin: 0 0 .4rem; font-size: .95rem; color: #C8D3C4; }
.foot-name {
  font-family: var(--display); font-weight: 800;
  font-size: 1.5rem; color: var(--crema) !important;
}
.foot-col a { color: var(--crema); }
.foot-credit {
  text-align: center; padding: 0 var(--gut) 2.2rem;
  font-family: var(--mono); font-size: .76rem; color: var(--salvia);
}
.foot-credit a { color: #6FE39A; }

/* ══════════ action bar mobile ══════════ */
#actionBar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 190;
  display: none; gap: 1px; background: var(--verde-cupo);
  transform: translateY(100%); transition: transform .35s ease;
}
#actionBar.is-visible { transform: translateY(0); }
#actionBar a {
  flex: 1; text-align: center; padding: .95rem .5rem;
  text-decoration: none; font-weight: 600; font-size: .95rem;
}
.ab-call { background: var(--verde); color: #fff; }
.ab-map { background: var(--crema); color: var(--verde-cupo); }

/* ══════════ lightbox ══════════ */
#lightbox {
  position: fixed; inset: 0; z-index: 400;
  background: rgba(20, 36, 28, .93);
  display: flex; align-items: center; justify-content: center;
  padding: 2rem;
}
#lightboxImg { max-width: 92vw; max-height: 88vh; border-radius: 4px; }
#lightboxClose {
  position: absolute; top: 1.2rem; right: 1.4rem;
  background: none; border: 0; color: #fff;
  font-size: 2rem; cursor: pointer; line-height: 1;
}

/* ══════════ responsive ══════════ */
@media (max-width: 960px) {
  #burger { display: flex; }
  #mainNav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--crema);
    border-bottom: 1px solid var(--sabbia);
    padding: .5rem var(--gut) 1.2rem;
    max-height: 0; overflow: hidden; visibility: hidden;
    transition: max-height .35s ease, visibility .35s;
  }
  #mainNav.nav-open { max-height: 34rem; visibility: visible; }
  #mainNav a { padding: .75rem 0; border-bottom: 1px solid var(--sabbia); }
  #langToggle { align-self: flex-start; margin: .8rem 0; }
  .cta { text-align: center; }

  .nome-grid, .persone-grid, .dove-grid { grid-template-columns: 1fr; }
  .persone-fig { max-width: 460px; }
  .metodo-body { grid-template-columns: 1fr; }
  .metodo-index { position: static; }
  .metodo-index ol { display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; }
  .metodo-index li { margin: 0; }
  #actionBar { display: flex; }
  body { padding-bottom: 3.4rem; }
}

@media (max-width: 640px) {
  .voci-grid { columns: 1; }
  .shot-wide { grid-column: span 1; }
  .tec { grid-template-columns: 1fr; }
  .tec-n { grid-row: auto; }
  .persone-dl > div { grid-template-columns: 1fr; gap: .3rem; }
  .foot-inner { grid-template-columns: 1fr; }
  .hero-foot { flex-direction: column; align-items: flex-start; gap: .5rem; }
  .shot img { height: 210px; }
}
