:root {
  --navy: #071e33;
  --navy-2: #0d2a43;
  --ink: #13202b;
  --paper: #f0ede7;
  --paper-2: #e7e1d8;
  --white: #fffdf8;
  --muted: #6c747a;
  --line: rgba(19,32,43,.18);
  --line-light: rgba(255,253,248,.28);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  --max: 1480px;
  --hero-header: clamp(108px, 11vh, 132px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--navy); color: var(--white); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 16px; z-index: 1000; padding: 12px 16px; background: var(--white); color: var(--navy); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; height: var(--hero-header); z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(30px, 5vw, 92px); color: var(--white); background: transparent; transition: background .35s, color .35s, height .35s, border-color .35s; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { height: 72px; color: var(--ink); background: rgba(240,237,231,.92); backdrop-filter: blur(18px); border-color: var(--line); }
.wordmark { font-family: var(--serif); font-size: 34px; letter-spacing: -.025em; text-decoration: none; }
.site-nav { display: flex; gap: clamp(32px, 3.6vw, 60px); align-items: center; }
.site-nav a { font-size: 13px; letter-spacing: .19em; text-transform: uppercase; text-decoration: none; position: relative; }
.site-nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-button { display: none; background: transparent; border: 0; padding: 8px; color: currentColor; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; margin: 5px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; background: var(--navy); color: var(--white); }
.hero::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: var(--hero-header);
  background:
    linear-gradient(90deg, rgba(4,19,34,.35), rgba(4,19,34,.52)),
    url("assets/hero-header-neutral.jpg") center / cover no-repeat;
  pointer-events: none;
}
.hero-picture, .hero-shade { position: absolute; }
.hero-picture, .hero-shade, .hero-content, .scroll-cue { isolation: isolate; }
.hero-picture { inset: var(--hero-header) 0 0; overflow: hidden; }
.hero-picture img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.hero-shade { inset: 0; width: 100%; height: 100%; }
.hero-shade { background: linear-gradient(90deg, rgba(4,19,34,.88) 0%, rgba(4,19,34,.65) 28%, rgba(4,19,34,.12) 58%, rgba(4,19,34,.06) 100%), linear-gradient(0deg, rgba(4,19,34,.30), transparent 35%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 82vw); margin-left: clamp(24px, 7vw, 132px); padding-top: 86px; }
.eyebrow { margin: 0 0 28px; font-size: 11px; letter-spacing: .27em; text-transform: uppercase; font-weight: 600; }
.eyebrow-dark { color: var(--navy); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 8.2vw, 132px); line-height: .91; letter-spacing: .004em; font-kerning: normal; font-weight: 400; }
.hero-role { margin: 34px 0 0; text-transform: uppercase; letter-spacing: .20em; font-size: clamp(13px, 1.32vw, 19px); line-height: 1.45; font-weight: 600; }
.hero-line { margin: 22px 0 0; font-family: var(--serif); font-size: clamp(21px, 2.15vw, 31px); line-height: 1.35; letter-spacing: .002em; color: rgba(255,253,248,.84); }
.hero-actions { margin-top: 46px; display: flex; align-items: center; gap: 30px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 28px; text-decoration: none; text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--navy); }
.text-link { text-decoration: none; font-size: 13px; letter-spacing: .075em; border-bottom: 1px solid currentColor; padding-bottom: 6px; }
.text-link span { margin-left: 10px; }
.text-link-light { color: var(--white); }
.scroll-cue { position: absolute; z-index: 3; bottom: 30px; left: 50%; width: 30px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { position: absolute; width: 3px; height: 7px; border-radius: 4px; background: var(--white); left: 50%; top: 9px; transform: translateX(-50%); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translate(-50%,0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translate(-50%,15px); opacity: 0; } }

.section { padding: clamp(92px, 10vw, 180px) clamp(24px, 5vw, 88px); }
.section-light { background: var(--paper); }
#work { padding-top: clamp(64px, 6.5vw, 108px); }
.section-dark { background: var(--navy); color: var(--white); }
.section-heading {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto clamp(44px, 5vw, 78px);
  text-align: center;
}
.section-heading h2, .about-copy h2, .listen-copy h2, .contact-inner h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.012em; line-height: 1.035; margin: 0; font-size: clamp(54px, 8vw, 122px); }
.section-heading h2 {
  font-size: clamp(52px, 6vw, 92px);
  white-space: nowrap;
}
.work-title-wide { display: inline; }
.work-title-mobile { display: none; }


.featured-project { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.28fr); gap: clamp(42px, 5.5vw, 88px); align-items: end; }
.project-year { margin: 0 0 20px; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--muted); }
.project-copy h3 {
  font-family: var(--serif);
  font-size: clamp(37px, 4.45vw, 70px);
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 1.065;
  margin: 0;
}
.project-title-line {
  display: block;
}
.project-title-line--nowrap {
  white-space: nowrap;
}
.project-copy h3 em { font-weight: 400; }
.project-alt { font-family: var(--serif); font-size: 22px; color: var(--muted); margin: 16px 0 34px; }
.project-description { max-width: 580px; line-height: 1.8; font-size: 15px; }
.project-meta { border-top: 1px solid var(--line); margin-top: 38px; padding-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.project-meta span, .project-meta strong { display: block; }
.project-meta span { font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); margin-bottom: 9px; }
.project-meta strong { font-family: var(--serif); font-size: 17px; font-weight: 400; }


.youtube-card {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #181818;
  color: #fff;
  cursor: pointer;
  isolation: isolate;
}
.youtube-card:focus-visible {
  outline: 3px solid var(--navy);
  outline-offset: 4px;
}
.youtube-card__thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease, filter .35s ease;
}
.youtube-card:hover .youtube-card__thumb {
  transform: scale(1.018);
  filter: brightness(.94);
}
.youtube-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.70) 0%, rgba(0,0,0,.06) 34%, rgba(0,0,0,.04) 61%, rgba(0,0,0,.55) 100%);
  pointer-events: none;
}
.youtube-card__top {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 18px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}
.youtube-card__avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.02em;
  box-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.youtube-card__avatar--classic {
  background: #0d2a66;
  color: #d5b35d;
}
.youtube-card__avatar--fandango {
  background: #fff;
  color: #b31d24;
}
.youtube-card__meta {
  min-width: 0;
  text-shadow: 0 1px 4px rgba(0,0,0,.72);
}
.youtube-card__meta strong,
.youtube-card__meta small {
  display: block;
}
.youtube-card__meta strong {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: clamp(12px, 1.08vw, 17px);
  line-height: 1.18;
  letter-spacing: -.012em;
}
.youtube-card__meta small {
  margin-top: 3px;
  font-size: 10px;
  font-weight: 600;
}
.youtube-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 70px;
  height: 50px;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 14px;
  background: #ff0033;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0,0,0,.26);
  transition: transform .2s ease, background .2s ease;
}
.youtube-card:hover .youtube-card__play {
  transform: translate(-50%, -50%) scale(1.055);
  background: #ff1748;
}
.youtube-card__play span {
  position: absolute;
  left: 52%;
  top: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid currentColor;
}
.youtube-card__actions {
  position: absolute;
  left: 16px;
  bottom: 14px;
  display: flex;
  gap: 10px;
}
.youtube-card__action {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(4px);
  font-size: 19px;
  line-height: 1;
}
.youtube-card__watch {
  position: absolute;
  right: 14px;
  bottom: 13px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(5px);
  font-size: 12px;
}
.youtube-card__watch strong {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.youtube-card__watch i {
  position: relative;
  width: 20px;
  height: 14px;
  border-radius: 4px;
  background: #fff;
}
.youtube-card__watch i::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 4px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #333;
}
.youtube-card iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.youtube-card.is-playing {
  cursor: default;
}
.youtube-card.is-playing > *:not(iframe) {
  display: none;
}
.excerpts-heading {
  max-width: var(--max);
  margin: clamp(62px, 7vw, 104px) auto 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.excerpts-heading h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.06;
  letter-spacing: -.008em;
  font-weight: 400;
}
.excerpts-heading p {
  margin: 0 0 4px;
  max-width: 340px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
.youtube-card-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 26px);
  align-items: stretch;
}
.youtube-card-grid .youtube-card__top {
  top: 14px;
  left: 14px;
  right: 14px;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 8px;
}
.youtube-card-grid .youtube-card__avatar {
  width: 36px;
  height: 36px;
  font-size: 11px;
}
.youtube-card-grid .youtube-card__meta strong {
  font-size: clamp(11px, .82vw, 15px);
}
.youtube-card-grid .youtube-card__meta small {
  font-size: 9px;
}
.youtube-card-grid .youtube-card__play {
  width: 64px;
  height: 45px;
  border-radius: 11px;
}
.youtube-card-grid .youtube-card__play span {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 13px;
}
.youtube-card-grid .youtube-card__actions {
  left: 10px;
  bottom: 9px;
  gap: 7px;
}
.youtube-card-grid .youtube-card__action {
  width: 29px;
  height: 29px;
  font-size: 15px;
}
.youtube-card-grid .youtube-card__watch {
  right: 12px;
  bottom: 11px;
  min-height: 34px;
  padding: 0 12px;
  font-size: 10px;
}
.about-section {
  display: grid;
  grid-template-columns: minmax(300px, 620px) minmax(380px, 680px);
  gap: clamp(56px, 5.6vw, 102px);
  justify-content: center;
  align-items: center;
}
.about-portrait {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  justify-self: stretch;
  background: #02080d;
}
.about-portrait picture, .about-portrait img { display: block; width: 100%; height: 100%; }
.about-portrait img { object-fit: cover; object-position: 50% 50%; }
.about-copy {
  width: 100%;
  max-width: 680px;
  padding-right: 0;
  justify-self: stretch;
}
.about-copy h2 {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  font-size: clamp(52px, 6vw, 92px);
  white-space: nowrap;
}
.about-copy p {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  color: rgba(255,253,248,.72);
  line-height: 1.85;
}
.about-copy .about-lead { color: var(--white); font-family: var(--serif); font-size: clamp(21px, 2.2vw, 31px); line-height: 1.45; margin-top: 42px; }
.about-facts {
  width: 100%;
  max-width: 620px;
  margin-top: 54px;
  margin-left: auto;
  border-top: 1px solid var(--line-light);
}
.about-facts div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; border-bottom: 1px solid var(--line-light); padding: 18px 0; align-items: baseline; }
.about-facts strong { font-family: var(--serif); font-weight: 400; font-size: 27px; }
.about-facts span { color: rgba(255,253,248,.68); font-size: 12px; letter-spacing: .03em; }

.section-listen {
  background: var(--paper-2);
  display: grid;
  grid-template-columns: minmax(380px, 680px) minmax(300px, 620px);
  gap: clamp(56px, 5.6vw, 102px);
  justify-content: center;
  align-items: center;
}

.listen-copy {
  position: relative;
  left: clamp(18px, 1.5vw, 28px);
  width: 100%;
  max-width: 680px;
  padding-left: 0;
  justify-self: stretch;
}

.listen-copy h2 {
  margin: 0;
  max-width: 660px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 1.035;
  letter-spacing: -.012em;
}

.listen-lead {
  max-width: 560px;
  margin: 34px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.platform-list {
  width: 100%;
  max-width: 570px;
  margin-top: clamp(28px, 3vw, 42px);
  border-top: 1px solid var(--line);
}

.platform-list a {
  min-height: 98px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 58px 1fr 30px;
  align-items: center;
  text-decoration: none;
  transition: padding .25s, background .25s;
}

.platform-list a:hover {
  padding-left: 14px;
  background: rgba(255,255,255,.30);
}

.platform-icon {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
  object-position: center;
}

.platform-icon--youtube { width: 32px; }
.platform-icon--apple { width: 27px; height: 27px; }

.platform-list strong {
  font-family: var(--serif);
  font-size: clamp(27px, 2.8vw, 42px);
  font-weight: 400;
  letter-spacing: -.004em;
}

.platform-list i {
  font-style: normal;
  font-size: 22px;
}

.listen-visual {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 4 / 5;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  justify-self: stretch;
  background: #0b0c0d;
}

.listen-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.contact-section { background: var(--navy-2); color: var(--white); padding: clamp(92px, 10vw, 180px) 24px; text-align: center; }
.contact-inner { max-width: 1150px; margin: 0 auto; }
.contact-inner h2 { font-size: clamp(52px, 6.5vw, 100px); }
.contact-title-wide { display: block; }
.contact-title-mobile { display: none; }

.contact-inner > p:not(.eyebrow) { color: rgba(255,253,248,.7); margin: 36px auto 42px; }
.contact-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-family: var(--serif);
  font-size: clamp(21px, 3vw, 42px);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.55);
  padding-bottom: 8px;
  white-space: nowrap;
}
.contact-email__address { min-width: 0; }
.contact-email__arrow { flex: 0 0 auto; }

.site-footer { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 0 clamp(24px,5vw,88px); background: #041523; color: rgba(255,253,248,.72); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.footer-mark { color: var(--white); font-family: var(--serif); font-size: 25px; text-decoration: none; justify-self: start; }
.site-footer p { margin: 0; }
.footer-links { justify-self: end; display: flex; gap: 28px; }
.footer-links a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.privacy-page { background: var(--paper); }
.privacy-header { color: var(--ink); background: rgba(240,237,231,.92); border-bottom-color: var(--line); }
.legal-main { max-width: 900px; margin: 0 auto; padding: 150px 24px 110px; }
.legal-main h1 { font-family: var(--serif); font-size: clamp(50px,8vw,86px); font-weight: 400; margin: 0 0 20px; letter-spacing: -.012em; line-height: 1.04; }
.legal-updated { color: var(--muted); margin-bottom: 70px; }
.legal-main h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 52px 0 18px; }
.legal-main p, .legal-main li { line-height: 1.8; }
.legal-note { background: var(--paper-2); padding: 22px; border-left: 3px solid var(--navy); }


@media (min-width: 981px) and (max-width: 1180px) {
  .featured-project {
    grid-template-columns: minmax(330px, .9fr) minmax(0, 1.2fr);
    gap: 42px;
  }
  .project-copy h3 {
    font-size: clamp(40px, 4.8vw, 57px);
  }
}

@media (max-width: 980px) {
  .about-copy h2 { white-space: normal; }
  .section-heading h2 { white-space: normal; }
  :root { --hero-header: 84px; }
  .site-header { height: var(--hero-header); padding-left: 24px; padding-right: 24px; }
  .wordmark { font-size: 30px; }
  .menu-button { display: block; z-index: 3; }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100dvh;
    min-height: 100svh;
    padding: max(84px, env(safe-area-inset-top)) 24px max(34px, env(safe-area-inset-bottom));
    background: var(--navy);
    color: var(--white);
    flex-direction: column;
    justify-content: center;
    gap: 34px;
    overflow-y: auto;
    overscroll-behavior: contain;

    /* Chiuso significa realmente non visibile e non interattivo. */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, -16px, 0);
    clip-path: inset(0 0 100% 0);
    transition:
      clip-path .4s cubic-bezier(.2,.7,.2,1),
      transform .4s cubic-bezier(.2,.7,.2,1),
      opacity .18s ease,
      visibility 0s linear .4s;
  }
  .site-nav a { font-family: var(--serif); font-size: 36px; letter-spacing: 0; text-transform: none; }
  .site-header.menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    clip-path: inset(0);
    transition-delay: 0s;
  }
  .site-header.menu-open { color: var(--white); }
  .site-header.menu-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .site-header.menu-open .menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-picture { inset: var(--hero-header) 0 0; }
  .hero-picture img { object-position: 68% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,19,34,.92), rgba(4,19,34,.35) 75%), linear-gradient(0deg, rgba(4,19,34,.48), transparent 55%); }
  .featured-project { grid-template-columns: 1fr; }
  .project-copy { max-width: 700px; }

  .excerpts-heading {
    max-width: 760px;
  }
  .youtube-card-grid {
    max-width: 760px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .youtube-card-grid .youtube-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    justify-self: center;
  }
  .youtube-card { aspect-ratio: 16/9; }
  .about-section { grid-template-columns: 1fr; }
  .about-portrait { width: min(100%, 700px); aspect-ratio: 4 / 5; justify-self: center; }
  .about-portrait img { object-position: 50% 50%; }
  .about-copy { width: 100%; max-width: 760px; justify-self: start; }
  .about-copy h2,
  .about-copy p,
  .about-facts {
    max-width: 760px;
    margin-left: 0;
  }
  .section-listen {
    grid-template-columns: 1fr;
  }
  .listen-copy {
    left: 0;
    width: 100%;
    max-width: 760px;
    padding-left: 0;
    justify-self: start;
  }
  .platform-list {
    max-width: 760px;
  }
  .listen-visual {
    width: min(100%, 700px);
    aspect-ratio: 4 / 5;
    justify-self: center;
  }
}

@media (max-width: 640px) {
:root { --hero-header: 68px; }
  .site-header {
    height: var(--hero-header);
    padding: 0 18px;
    color: var(--ink);
    background: rgba(232, 228, 221, .86);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom-color: rgba(19, 32, 43, .12);
  }
  .site-header.is-scrolled {
    height: var(--hero-header);
    color: var(--ink);
    background: rgba(232, 228, 221, .90);
    border-bottom-color: rgba(19, 32, 43, .14);
  }
  .site-header.menu-open {
    color: var(--white);
    background: var(--navy);
    border-bottom-color: transparent;
  }
  .wordmark { font-size: 28px; }
  .menu-button > span:not(.sr-only) { width: 22px; }

  .hero {
    min-height: clamp(790px, 210vw, 870px);
    align-items: end;
    background: var(--navy);
  }

  .hero-picture {
    inset: var(--hero-header) 0 auto;
    height: clamp(270px, 79vw, 335px);
    background: #d0cbc4;
    overflow: hidden;
  }

  .hero-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 80% 50%;
  }

  .hero-shade {
    background:
      linear-gradient(
        180deg,
        rgba(7,30,51,0) 0%,
        rgba(7,30,51,0) 60%,
        rgba(7,30,51,.05) 68%,
        rgba(7,30,51,.12) 75%,
        rgba(7,30,51,.22) 82%,
        rgba(7,30,51,.34) 89%,
        rgba(7,30,51,.48) 95%,
        rgba(7,30,51,.60) 100%
      );
  }

  .hero-content {
    margin: 0;
    padding: 0 22px 76px;
    width: 100%;
  }
  .hero h1 { font-size: clamp(58px, 16vw, 76px); line-height: .95; letter-spacing: .006em; }
  .work-title-wide { display: none; }
  .work-title-mobile { display: block; }
  .work-title-mobile > span { display: block; }
  .work-title-mobile > span:last-child { white-space: nowrap; }
  #work .section-heading h2 {
    font-size: clamp(48px, 13.5vw, 54px);
  }

  .about-section {
    padding-top: 72px;
    padding-bottom: 0;
    row-gap: 46px;
  }
  .about-copy { order: 1; }
  .about-portrait {
    order: 2;
    align-self: end;
  }

  .section-listen {
    padding-top: 72px;
    padding-bottom: 0;
  }
  .hero-role { margin-top: 26px; line-height: 1.5; }
  .hero-line { font-size: 19px; }
  .hero-actions { margin-top: 34px; align-items: flex-start; flex-direction: column; gap: 20px; }
  .scroll-cue { display: none; }
  .section { padding-left: 20px; padding-right: 20px; }
  .listen-lead {
    margin-top: 24px;
  }
  .platform-list {
    max-width: 100%;
    margin-top: 26px;
  }
  .platform-list a {
    min-height: 86px;
  }
  .listen-visual {
    width: calc(100% + 40px);
    aspect-ratio: 4 / 5;
    margin-left: -20px;
    margin-right: -20px;
  }
.section-heading h2, .about-copy h2, .listen-copy h2, .contact-inner h2 { line-height: 1.06; letter-spacing: -.006em; }
  .contact-title-wide { display: none; }
  .contact-title-mobile { display: block; }

  .project-meta { grid-template-columns: 1fr; }
  .youtube-card__top { top: 10px; left: 10px; right: 10px; grid-template-columns: 32px minmax(0,1fr); gap: 8px; }
  .youtube-card__avatar { width: 32px; height: 32px; font-size: 10px; }
  .youtube-card__meta strong { font-size: 11px; }
  .youtube-card__meta small { font-size: 9px; }
  .youtube-card__play { width: 62px; height: 44px; border-radius: 12px; }
  .youtube-card__actions { display: none; }
  .youtube-card__watch { right: 9px; bottom: 9px; min-height: 32px; padding: 0 10px; font-size: 10px; }

  .excerpts-heading {
    display: block;
    max-width: 100%;
    margin-top: 54px;
  }
  .excerpts-heading p {
    margin-top: 8px;
    text-align: left;
  }
  .youtube-card-grid {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .youtube-card-grid .youtube-card:last-child {
    grid-column: auto;
    width: 100%;
  }
  .about-portrait {
    width: calc(100% + 40px);
    aspect-ratio: 4 / 5;
    margin: 0 -20px;
    justify-self: stretch;
  }

  .about-portrait {
    position: relative;
    isolation: isolate;
    overflow: clip;
    background:
      url("assets/about-800.webp") 50% 50% / cover no-repeat;
  }

  /*
   * Nessuna animazione o layer temporaneo:
   * la fotografia è sempre pienamente visibile.
   */
  .about-portrait.reveal,
  .about-portrait.reveal.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  /*
   * Un leggero overdraw di 1 px elimina eventuali fessure
   * dovute agli arrotondamenti sub-pixel di Android.
   */
  .about-portrait picture {
    position: absolute;
    inset: -1px;
    width: auto;
    height: auto;
  }
  .about-portrait picture,
  .about-portrait img {
    transform: none !important;
    transition: none !important;
  }
  .about-portrait img {
    object-position: 50% 50%;
  }
  .about-facts div { grid-template-columns: 82px 1fr; }
  .site-footer {
    min-height: 92px;
    grid-template-columns: 1fr 1fr;
    row-gap: 14px;
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .footer-mark { font-size: 21px; }
  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    font-size: 10px;
  }
  .footer-links {
    justify-self: end;
    gap: 22px;
  }

  /* ================================================================
     VERSIONE 49 — GERARCHIA TITOLI PIÙ MISURATA SU SMARTPHONE
     ================================================================ */

  .hero {
    min-height: clamp(730px, 196vw, 815px);
  }

  .hero-content {
    padding-bottom: 54px;
  }

  /* Il nome resta il titolo più grande del sito. */
  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: .98;
    letter-spacing: .004em;
  }

  .hero-role {
    margin-top: 18px;
  }

  .hero-line {
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 22px;
    gap: 14px;
  }

  /* Titoletto e respiro generale più compatti. */
  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
    letter-spacing: .25em;
  }

  #work {
    padding-top: 56px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  /*
   * Le due righe sono fissate dall'HTML:
   * “Stories shaped” / “through sound.”
   * La nuova misura entra anche negli schermi da 320 px.
   */
  #work .section-heading h2 {
    font-size: clamp(38px, 12vw, 47px);
    line-height: 1.04;
    letter-spacing: -.004em;
  }

  /* Titoli principali About, Listen e Contact. */
  .about-copy h2,
  .listen-copy h2,
  .contact-inner h2 {
    font-size: clamp(42px, 12.5vw, 50px);
    line-height: 1.045;
    letter-spacing: -.006em;
  }

  /* Titolo del progetto in evidenza. */
  .project-copy h3 {
    font-size: clamp(31px, 9.6vw, 38px);
    line-height: 1.07;
  }

  .project-year {
    margin-bottom: 16px;
  }

  .project-alt {
    margin-top: 13px;
    margin-bottom: 28px;
    font-size: 19px;
  }

  .project-description {
    line-height: 1.72;
  }

  .project-meta {
    margin-top: 32px;
    padding-top: 19px;
  }

  .excerpts-heading {
    margin-top: 48px;
  }

  .excerpts-heading h3 {
    font-size: 30px;
  }

  /* About: spazi ridotti in proporzione alla nuova tipografia. */
  .about-section {
    padding-top: 62px;
    row-gap: 38px;
  }

  .about-copy .about-lead {
    margin-top: 30px;
    font-size: clamp(19px, 5.8vw, 23px);
    line-height: 1.42;
  }

  .about-copy p {
    line-height: 1.72;
  }

  .about-facts {
    margin-top: 44px;
  }

  /* Listen più compatta, senza perdere leggibilità. */
  .section-listen {
    padding-top: 60px;
  }

  .listen-lead {
    margin-top: 20px;
    line-height: 1.62;
  }

  .platform-list {
    margin-top: 22px;
  }

  .platform-list a {
    min-height: 80px;
  }

  /* Contact proporzionata ai nuovi titoli e al footer sottile. */
  .contact-section {
    padding-top: 74px;
    padding-bottom: 70px;
  }

  .contact-inner > p:not(.eyebrow) {
    margin-top: 28px;
    margin-bottom: 34px;
  }

  .contact-email {
    font-size: clamp(19px, 6.4vw, 31px);
  }


  /* ================================================================
     VERSIONE 51 — HERO MOBILE COMPLETA NELLA PRIMA SCHERMATA
     ================================================================ */

  :root {
    --mobile-hero-photo-height: clamp(225px, 66vw, 260px);
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    display: block;
    align-items: initial;
  }

  .hero-picture {
    height: var(--mobile-hero-photo-height);
  }

  /*
   * Il ritratto viene tagliato dal bordo inferiore riducendo il
   * contenitore, senza deformare né rimpicciolire il soggetto.
   */
  .hero-picture img {
    object-position: 80% 45%;
  }

  /*
   * Il testo segue visivamente la fotografia:
   * header + foto + 20px di respiro.
   */
  .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    margin: 0;
    padding:
      calc(var(--hero-header) + var(--mobile-hero-photo-height) + 12px)
      20px
      18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hero-role {
    margin-top: 12px;
  }

  .hero-line {
    margin-top: 12px;
  }

  .hero-actions {
    margin-top: 16px;
    gap: 9px;
  }

  .hero-actions .button {
    min-height: 48px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .hero-actions .text-link {
    padding-bottom: 4px;
  }


  /* ================================================================
     VERSIONE 54 — HERO ADATTIVA PER ALTEZZE DI SCHERMO DIFFERENTI
     ================================================================ */

  :root {
    --mobile-hero-photo-height:
      clamp(290px, calc(100svh - 365px), 330px);
    --mobile-hero-gap-top: 12px;
    --mobile-hero-gap-bottom: 14px;
  }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
  }

  .hero-picture {
    height: var(--mobile-hero-photo-height);
  }

  .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    padding:
      calc(
        var(--hero-header)
        + var(--mobile-hero-photo-height)
        + var(--mobile-hero-gap-top)
      )
      20px
      var(--mobile-hero-gap-bottom);
    justify-content: center;
  }

  /*
   * Android medi e telefoni tra circa 700 e 810 px di altezza.
   * La fotografia assorbe la maggiore altezza dello schermo.
   */
  @media (min-height: 701px) {
    :root {
      --mobile-hero-photo-height:
        clamp(340px, calc(100svh - 350px), 455px);
      --mobile-hero-gap-top: 10px;
      --mobile-hero-gap-bottom: 12px;
    }
  }

  /*
   * iPhone moderni e schermi tra circa 811 e 880 px.
   */
  @media (min-height: 811px) {
    :root {
      --mobile-hero-photo-height:
        clamp(430px, calc(100svh - 340px), 540px);
      --mobile-hero-gap-top: 10px;
      --mobile-hero-gap-bottom: 10px;
    }
  }

  /*
   * Schermi Android molto alti, come Pixel contemporanei.
   * Rimane comunque visibile anche “Listen to music”.
   */
  @media (min-height: 881px) {
    :root {
      --mobile-hero-photo-height:
        clamp(500px, calc(100svh - 350px), 580px);
      --mobile-hero-gap-top: 8px;
      --mobile-hero-gap-bottom: 8px;
    }
  }


  /* ================================================================
     VERSIONE 55 — HERO ADATTIVA PIÙ EQUILIBRATA
     ================================================================ */

  /*
   * La foto cresce con l'altezza dello schermo, ma molto meno
   * rispetto alla v54.
   */
  :root {
    --mobile-hero-photo-height:
      clamp(245px, calc(100svh - 415px), 285px);
    --mobile-hero-gap-top: 12px;
    --mobile-hero-gap-bottom: 12px;
  }

  /*
   * Rimozione completa della sfumatura scura:
   * il passaggio foto/blu è netto e senza ombre.
   */
  .hero-shade {
    display: block;
    background:
      linear-gradient(
        180deg,
        rgba(7,30,51,0) 0%,
        rgba(7,30,51,0) 64%,
        rgba(7,30,51,.05) 72%,
        rgba(7,30,51,.12) 80%,
        rgba(7,30,51,.20) 87%,
        rgba(7,30,51,.30) 93%,
        rgba(7,30,51,.40) 97%,
        rgba(7,30,51,.50) 100%
      );
  }

  .hero-picture {
    height: var(--mobile-hero-photo-height);
  }

  .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    padding:
      calc(
        var(--hero-header)
        + var(--mobile-hero-photo-height)
        + var(--mobile-hero-gap-top)
      )
      20px
      var(--mobile-hero-gap-bottom);
    justify-content: center;
  }

  /* Telefoni medi: Galaxy e Android simili. */
  @media (min-height: 701px) {
    :root {
      --mobile-hero-photo-height:
        clamp(280px, calc(100svh - 430px), 340px);
      --mobile-hero-gap-top: 11px;
      --mobile-hero-gap-bottom: 11px;
    }
  }

  /* iPhone moderni. */
  @media (min-height: 811px) {
    :root {
      --mobile-hero-photo-height:
        clamp(320px, calc(100svh - 465px), 390px);
      --mobile-hero-gap-top: 10px;
      --mobile-hero-gap-bottom: 10px;
    }
  }

  /* Schermi molto alti, come Pixel moderni. */
  @media (min-height: 881px) {
    :root {
      --mobile-hero-photo-height:
        clamp(350px, calc(100svh - 500px), 420px);
      --mobile-hero-gap-top: 9px;
      --mobile-hero-gap-bottom: 9px;
    }
  }


  /* ================================================================
     VERSIONE 56 — SPAZIATURA HERO PER PROFILI SMARTPHONE
     ================================================================ */

  /* Profilo corto: iPhone SE e schermi fino a 700 px. */
  .hero-role { margin-top: 12px; }
  .hero-line { margin-top: 12px; }
  .hero-actions { margin-top: 16px; gap: 9px; }

  /* Galaxy S22/S23 e telefoni medi. */
  @media (min-height: 701px) {
    .hero-role { margin-top: 18px; }
    .hero-line { margin-top: 20px; }
    .hero-actions { margin-top: 24px; gap: 12px; }
    .hero-actions .button { min-height: 50px; }
  }

  /* iPhone 14/15 e schermi alti intermedi. */
  @media (min-height: 811px) {
    .hero-role { margin-top: 22px; }
    .hero-line { margin-top: 24px; }
    .hero-actions { margin-top: 28px; gap: 14px; }
    .hero-actions .button { min-height: 52px; }
  }

  /* Pixel 7/8 e schermi molto alti. */
  @media (min-height: 881px) {
    .hero-role { margin-top: 28px; }
    .hero-line { margin-top: 30px; }
    .hero-actions { margin-top: 36px; gap: 16px; }
    .hero-actions .button { min-height: 52px; }
  }

}


/* ==================================================================
   VERSIONE 56 — LAYOUT TABLET DEDICATO (641–980 PX)
   ================================================================== */
@media (min-width: 641px) and (max-width: 980px) {
  :root { --hero-header: 76px; }

  .site-header,
  .site-header.is-scrolled {
    height: var(--hero-header);
    padding: 0 32px;
    color: var(--ink);
    background: rgba(232,228,221,.88);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom-color: rgba(19,32,43,.12);
  }

  .site-header.menu-open {
    color: var(--white);
    background: var(--navy);
    border-bottom-color: transparent;
  }

  .wordmark { font-size: 31px; }

  .hero {
    min-height: 100vh;
    min-height: 100svh;
    display: block;
  }

  .hero::before {
    height: var(--hero-header);
  }

  .hero-picture {
    inset: var(--hero-header) 0 auto;
    height: clamp(470px, calc(100svh - 500px), 760px);
    background: #d0cbc4;
  }

  .hero-picture img {
    object-position: 74% 46%;
  }

  .hero-shade {
    display: none;
  }

  .hero-content {
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    margin: 0;
    padding:
      calc(
        var(--hero-header)
        + clamp(470px, calc(100svh - 500px), 760px)
        + 24px
      )
      48px
      34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(70px, 10.5vw, 92px);
    line-height: .94;
  }

  .hero-role {
    margin-top: 24px;
    font-size: 15px;
  }

  .hero-line {
    margin-top: 20px;
    font-size: clamp(23px, 3.2vw, 29px);
  }

  .hero-actions {
    margin-top: 30px;
    gap: 24px;
  }

  .scroll-cue {
    display: none;
  }

  .section {
    padding-left: 42px;
    padding-right: 42px;
  }

  #work {
    padding-top: 76px;
  }

  .section-heading h2,
  .about-copy h2,
  .listen-copy h2,
  .contact-inner h2 {
    font-size: clamp(58px, 8.6vw, 78px);
  }

  .section-heading {
    margin-bottom: 54px;
  }

  .featured-project {
    gap: 52px;
  }

  .project-copy h3 {
    font-size: clamp(42px, 6.8vw, 58px);
  }

  .about-section,
  .section-listen {
    gap: 58px;
  }

  .about-portrait,
  .listen-visual {
    width: min(100%, 620px);
  }

  .about-copy,
  .listen-copy,
  .platform-list {
    max-width: 720px;
  }

  .contact-section {
    padding-top: 104px;
    padding-bottom: 96px;
  }

  /* VERSIONE 60 — CONTACT MOBILE RIPRISTINATA */
  .contact-section { padding: 66px 20px 70px; }
  .contact-inner { width: 100%; max-width: 560px; }
  .contact-inner .eyebrow { margin-bottom: 28px; }
  .contact-inner h2 {
    font-size: clamp(40px, 11.5vw, 47px);
    line-height: 1.045;
  }
  .contact-title-wide { display: none; }
  .contact-title-mobile { display: block; }
  .contact-inner > p:not(.eyebrow) {
    max-width: 330px;
    margin: 34px auto 40px;
    font-size: 15px;
    line-height: 1.45;
  }
  .contact-email {
    width: min(100%, 526px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: clamp(18px, 5.65vw, 25px);
    line-height: 1.1;
    padding: 0 4px 8px;
  }
  .contact-email__address {
    flex: 0 1 auto;
    letter-spacing: -.012em;
  }
  .contact-email__arrow {
    flex: 0 0 auto;
    font-size: 1.05em;
  }
  .site-footer {
    min-height: 92px;
    grid-template-columns: 1fr auto;
    align-items: center;
    row-gap: 14px;
    padding: 20px 20px 18px;
  }
  .footer-mark { font-size: 21px; }
  .footer-links { justify-self: end; gap: 22px; }
  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    font-size: 10px;
  }

}

/* VERSIONE 60 — CONTACT TABLET RIPRISTINATA */
@media (min-width: 641px) and (max-width: 980px) {
  .contact-section { padding: 84px 42px 76px; }
  .contact-inner { width: 100%; max-width: 720px; }
  .contact-inner .eyebrow { margin-bottom: 32px; }
  .contact-inner h2 {
    font-size: clamp(48px, 6.7vw, 60px);
    line-height: 1.04;
  }
  .contact-title-wide { display: none; }
  .contact-title-mobile { display: block; }
  .contact-inner > p:not(.eyebrow) {
    max-width: 560px;
    margin: 40px auto 46px;
    font-size: 17px;
    line-height: 1.48;
  }
  .contact-email {
    width: min(100%, 620px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: clamp(24px, 3.55vw, 30px);
    line-height: 1.1;
    padding: 0 6px 10px;
  }
  .contact-email__address {
    flex: 0 1 auto;
    letter-spacing: -.012em;
  }
  .contact-email__arrow {
    flex: 0 0 auto;
    font-size: 1.04em;
  }
  .site-footer {
    min-height: 108px;
    grid-template-columns: 1fr auto;
    align-items: center;
    row-gap: 16px;
    padding: 23px 42px 21px;
  }
  .footer-mark { font-size: 23px; }
  .footer-links { justify-self: end; gap: 28px; }
  .site-footer p {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    font-size: 10px;
  }
}


/* ==================================================================
   VERSIONE 61 — EMAIL CONTACT COMPATTA SU TABLET
   ================================================================== */
@media (min-width: 641px) and (max-width: 1100px) {
  .contact-email {
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    gap: clamp(12px, 1.7vw, 18px);
    padding-left: 0;
    padding-right: 0;
  }

  .contact-email__address,
  .contact-email__arrow {
    flex: 0 0 auto;
  }
}


/* ==================================================================
   VERSIONE 62 — ABOUT TABLET A PIENA INQUADRATURA
   ================================================================== */
@media (min-width: 641px) and (max-width: 980px) {
  /*
   * Il blocco About occupa tutta l'area sotto l'header.
   * L'immagine resta sopra nel flusso della pagina, ma non entra
   * nell'inquadratura quando si seleziona About dal menu.
   */
  .about-copy {
    box-sizing: border-box;
    min-height: calc(100svh - var(--hero-header));
    min-height: calc(100dvh - var(--hero-header));
    max-width: 720px;
    padding-top: clamp(32px, 4.1vh, 46px);
    padding-bottom: clamp(28px, 3.7vh, 42px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  /* Titolo volutamente invariato. */
  .about-copy .eyebrow {
    margin-bottom: clamp(22px, 2.7vh, 30px);
  }

  .about-copy .about-lead {
    margin-top: clamp(28px, 3.5vh, 40px);
    font-size: clamp(23px, calc(17px + .78vh), 28px);
    line-height: 1.42;
  }

  .about-copy > p:not(.eyebrow):not(.about-lead) {
    margin-top: clamp(18px, 2.25vh, 26px);
    margin-bottom: 0;
    font-size: clamp(17px, calc(13px + .48vh), 20px);
    line-height: 1.68;
  }

  .about-facts {
    margin-top: clamp(34px, 4.4vh, 50px);
  }

  .about-facts div {
    grid-template-columns: clamp(96px, 14vw, 116px) 1fr;
    gap: 22px;
    padding: clamp(17px, 2.05vh, 23px) 0;
  }

  .about-facts strong {
    font-size: clamp(29px, calc(23px + .72vh), 34px);
  }

  .about-facts span {
    font-size: clamp(13px, calc(10px + .34vh), 15px);
    line-height: 1.42;
  }
}


/* ==================================================================
   VERSIONE 63 — LISTEN TABLET COME NEL RIFERIMENTO
   ================================================================== */
@media (min-width: 641px) and (max-width: 1100px) {
  .section-listen {
    display: block;
    min-height: calc(100svh - var(--hero-header));
    min-height: calc(100dvh - var(--hero-header));
    padding:
      clamp(34px, 4.1vh, 46px)
      clamp(32px, 5vw, 52px)
      0;
  }

  .listen-copy {
    position: static;
    left: auto;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0;
  }

  .listen-copy .eyebrow {
    margin-bottom: clamp(20px, 2.35vh, 26px);
  }

  .listen-copy h2 {
    max-width: 700px;
    font-size: clamp(52px, 7vw, 64px);
    line-height: 1.03;
  }

  .listen-lead {
    max-width: 650px;
    margin-top: clamp(18px, 2.25vh, 25px);
    font-size: clamp(15px, 1.9vw, 18px);
    line-height: 1.55;
  }

  .platform-list {
    width: 100%;
    max-width: 760px;
    margin-top: clamp(20px, 2.35vh, 26px);
  }

  .platform-list a {
    min-height: clamp(56px, 6.4vh, 68px);
    grid-template-columns: 48px 1fr 26px;
  }

  .platform-list strong {
    font-size: clamp(24px, 3.2vw, 31px);
  }

  .platform-icon {
    width: 25px;
    height: 25px;
  }

  .platform-icon--youtube {
    width: 28px;
  }

  .platform-icon--apple {
    width: 24px;
    height: 24px;
  }

  .platform-list i {
    font-size: 18px;
  }

  .listen-visual {
    width: min(100%, 620px);
    max-width: 620px;
    margin:
      clamp(30px, 3.7vh, 42px)
      auto
      0;
    aspect-ratio: 4 / 5;
    justify-self: auto;
  }
}


/* ==================================================================
   VERSIONE 64 — FOTO LISTEN ADATTIVA SUI TABLET
   ================================================================== */
@media (min-width: 641px) and (max-width: 1100px) {
  .section-listen {
    padding-bottom: clamp(14px, 1.6vh, 20px);
  }

  .listen-visual {
    width: min(100%, var(--listen-tablet-photo-width, 400px));
    max-width: var(--listen-tablet-photo-width, 400px);
    margin:
      clamp(20px, 2.55vh, 30px)
      auto
      0;
  }
}

/* Tablet orizzontali e finestre particolarmente basse. */
@media
  (min-width: 641px)
  and (max-width: 1100px)
  and (max-height: 850px) {
  :root {
    --listen-tablet-photo-width: 280px;
  }

  .listen-visual {
    margin-top: 18px;
  }
}

/* Tablet compatti verticali, come iPad mini. */
@media
  (min-width: 641px)
  and (max-width: 1100px)
  and (min-height: 851px)
  and (max-height: 1099px) {
  :root {
    --listen-tablet-photo-width: 400px;
  }
}

/* Tablet verticali medi, come iPad Air / iPad 10. */
@media
  (min-width: 641px)
  and (max-width: 1100px)
  and (min-height: 1100px)
  and (max-height: 1219px) {
  :root {
    --listen-tablet-photo-width: 500px;
  }
}

/* Tablet Android alti, come Galaxy Tab. */
@media
  (min-width: 641px)
  and (max-width: 1100px)
  and (min-height: 1220px) {
  :root {
    --listen-tablet-photo-width: 540px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
