
body{
  font-family: "Noto Serif", sans-serif;
  font-weight:300;
  color:#333;
  overflow-x:hidden;
}

h1,h2,h3{
  font-family:"Noto Serif", serif;
}

p{
  font-family:"Noto Serif", sans-serif;
  font-weight:300;
}

p strong{
  font-family:"Noto Serif", sans-serif;
  font-weight:700;
}

.white{
  background:#fdfdfd;
}

.container{
	max-width:1920px;
	width:100%;
}

/* navbar sopra al contenuto, ma sotto al menu offcanvas */
.navbar{
  z-index: 1030;
  padding: 20px;
  width: 100%;
  max-width: 1920px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

body.internal .navbar{
  padding: 24px 20px;
}

.feature{
  padding-top: clamp(120px, 16vh, 220px);
  padding-bottom: clamp(120px, 16vh, 220px);
}

/* metà schermo */
#mainMenuOffcanvas{
  --bs-offcanvas-width: 50vw;
}

/* slideshow full screen */
#homeHero,
#homeHero .carousel-inner,
#homeHero .carousel-item {
  height: 100vh;
}

.hero-slide{
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.navbar-toggler{
	border-radius:0;
	border:0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}


/* IMPORTANTISSIMO: lascia vedere lo slideshow a destra */
.offcanvas-backdrop.show{
  opacity: 0 !important;   /* trasparente */
}

/* Offcanvas look */
#mainMenuOffcanvas .offcanvas-body{
  height: 100vh;
  padding: 60px 40px;
  background: #fff;     /* come nel mock */
}

/* X in alto a sinistra */
.menu-close{
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: none !important;
}

/* centratura e stile */
.menu-subtitle{
  font-style: italic;
  font-size: 28px;
}

.menu-links .nav-link{
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9a9a9a;
  padding: 10px 0;
  position: relative;
  display: inline-block;
}

.menu-links .nav-link.active{
  color: #000;
}

/* linea di sbarramento */
.menu-links .nav-link.active::after{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  width:100%;
  height:2px;
  background:black;
}

/* Mobile: offcanvas a tutta larghezza (metà schermo su mobile spesso è troppo poco) */
@media (max-width: 768px){
  .feature{
    padding-top: clamp(50px, 16vh, 100px);
    padding-bottom: clamp(50px, 16vh, 100px);
  }

  #mainMenuOffcanvas{
    --bs-offcanvas-width: 100vw;
  }

  #mainMenuOffcanvas .offcanvas-body{
    padding: 50px 24px;
  }

  .menu-subtitle{
    font-size: 22px;
  }
}

.social-icon .youtube{
	height:35px;
	object-fit: contain;
}

.social-icon .linkedin{
	height:30px;
	object-fit: contain;
}

/* Offer page */



body.internal .navbar{
  padding: 24px 20px;
}

/* background chiaro tipo carta */
.internal{
  background:url(/img/bg-page.jpg);
}

/* HERO */
.hero-wrap{ padding-top: 70px; } /* se hai navbar overlay */
.hero-logo{ height: 54px; }

.hero-title{
  font-family: "Noto Serif", serif;
  font-weight:300;
  font-size: clamp(32px, 4vw, 56px);
  letter-spacing:.5px;
  line-height:1.25;
}

.hero-title strong,
.hero-title em{
  font-weight:400;
  font-style:italic;
  font-size:1.15em;   /* proporzionale al titolo */
  white-space:nowrap;
}


.hero-divider{
  display:flex;
  justify-content:center;
  margin-top: 10px;
}

.divider-img{
  height:10px;
  width:auto;
}

/* TESTI: non troppo larghi */
.feature-text{
    line-height: 1.5rem;
    color: #333;
    font-size: 1.4rem;
}

/* “pennellata” sulle immagini:
   soluzione rapida: maschera PNG/SVG sopra o clip-path se vuoi. */
.brush-img{
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.brush-img img{
  width:100%;
  height:auto;
  display:block;
}

/* CTA banner */
.cta-banner{
	background:url(/img/sfondo-diritti.png) no-repeat;
	background-size:cover;
	position: relative;
	min-height: 380px;
	margin-top: 40px;
	overflow: hidden;
}

.cta-banner::after{
  content:"";
  position: absolute;
  inset: 0;
  z-index: 1;              /* overlay sopra lo sfondo */
  background: rgba(0,82,202,.15);
}

.cta-bg{
  position:absolute;
  inset:0;
  z-index:0;            /* fondamentale: sotto overlay e testo */
  background-size: cover;
  background-position: center;
  filter: saturate(1.05);
}

.cta-content{
  position: relative;
  z-index: 2;
  min-height: 380px;     /* stessa altezza della fascia */
  padding: 40px 0;       /* aria, ma non spinge più in basso */
}

.cta-text{
    max-width: 760px;
    opacity: .95;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.cta-info{
	width:80px;
	height:80px;
	line-height:1.1;
	font-style:italic;
	font-weight:400;
	font-family: "Noto Serif", serif;
}

.site-footer{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  font-size:12px;
  letter-spacing:1px;
  color:rgba(0,0,0,.6);
}

.footer-inner{
  display:flex;
  align-items:center;
  gap:8px;
}

.footer-inner span{
  font-style:italic;
  font-weight:100;
  font-family: "Noto Serif", serif;
}

.site-footer a{
  color:rgba(0,0,0,.6);
  text-decoration:none;
  font-family: "Noto Serif", sans-serif;
}

.site-footer a:hover{
  color:rgba(0,0,0,.85);
}

.sep{
  opacity:.5;
}

.nav-breadcrumb{
  position: absolute;
  left: 0;
  top: 90%;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-left: 10px;
  white-space: nowrap;
  color: rgba(0,0,0,.6);
}

.breadcrumb-copy{
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.breadcrumb-text{
  font-family: "Noto Serif", serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(0,0,0,.72);
}

.breadcrumb-subtext{
  margin-top: 2px;
  font-family: "Noto Serif", serif;
  font-size: 12px;
  line-height: 1.1;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .2px;
  color: rgba(0,0,0,.72);
}


/* divider nel breadcrumb */
.breadcrumb-divider{
  height: 6px;
  width: auto;
  margin-top: 5px;
  margin-left: -10px;
  opacity: .9;
}

/* reveal on scroll */
.reveal{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
  will-change: opacity, transform;
}

.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* accessibilità: niente animazioni se l'utente le disattiva */
@media (prefers-reduced-motion: reduce){
  .reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.contact-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.contact-hero {
  width: 100%;
  padding-top: 180px;
  padding-bottom: 120px;
}

.contact-quote {
  max-width: 1280px;
  margin: 0 auto 120px;
}

.contact-quote h1 {
  font-size: clamp(2.2rem, 3vw, 5rem) !important;
  line-height: 1.4;
  font-weight: 100;
  font-style: italic;
  color: #111;
  letter-spacing: 0;
}

.contact-quote .underline-word {
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.contact-quote .underline-word::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 14px;
  background-image: url(/img/underline.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.contact-fields {
  margin-bottom: 90px;
}

.form-line-group {
  position: relative;
}

.contact-input {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.55);
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  padding: 0 0 10px 0;
  height: 54px;
  text-align: center;
  font-size: 1.0rem;
  font-style: italic;
  color: #111;
  font-weight:100;
  font-family: "Noto Serif", serif;
}

.contact-input::placeholder {
  color: rgba(0,0,0,0.75);
  opacity: 1;
}

.contact-input:focus {
  background: transparent;
  border-color: #111;
}

.contact-submit-wrap {
  margin-top: 20px;
}

.contact-submit {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 0;
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  font-style: italic;
  font-weight:100;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  font-family: "Noto Serif", serif;
}

.contact-submit:hover {
  transform: scale(1.04);
  opacity: 0.92;
}

@media (max-width: 991.98px) {
  .contact-hero {
    padding-top: 150px;
    padding-bottom: 90px;
  }

  .contact-quote {
    margin-bottom: 70px;
  }

  .contact-fields {
    margin-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .contact-quote h1 {
    font-size: clamp(2rem, 7vw, 3.2rem) !important;
    line-height: 1.12;
  }

  .contact-input {
    text-align: left;
  }
}


:root{
  --fluid-screen: min(100vw, 1920px);
  --fluid-ratio: calc((var(--fluid-screen) - 320px) / 1600);
}

.authors-page{
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.authors-hero{
  width: 100%;
  padding-top: 130px;
  padding-bottom: 70px;
}

.authors-layout{
  display: grid;
  grid-template-columns: 0.95fr 1.25fr 0.95fr;
  align-items: center;
  gap: clamp(20px, calc(20px + 30 * var(--fluid-ratio)), 50px);
  min-height: calc(100vh - 220px);
}

.authors-left,
.authors-right{
  position: relative;
  z-index: 2;
}

.authors-center{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.authors-intro h1{
  font-family: "Noto Serif", serif;
  font-size: clamp(2rem, calc(14px + 24 * var(--fluid-ratio)), 3.2rem);
  line-height: 1.08;
  font-weight: 400;
  color: #111;
  margin:0;
}

.authors-intro-small{
  font-family: "Noto Serif", serif;
  font-size: clamp(1.1rem, calc(10px + 10 * var(--fluid-ratio)), 1.7rem);
  line-height: 1.25;
  font-style: italic;
  font-weight: 300;
  color: #444;
  margin: 0;
}

.authors-intro-divider{
  margin-top: 20px;
  margin-bottom: 40px;
}

.authors-intro-divider img{
  width: clamp(180px, calc(180px + 70 * var(--fluid-ratio)), 250px);
  height: auto;
  display: block;
}

.authors-thumbs{
  display: flex;
  align-items: center;
  gap: 18px;
}

.author-thumb{
  width: clamp(58px, calc(58px + 16 * var(--fluid-ratio)), 74px);
  height: clamp(58px, calc(58px + 16 * var(--fluid-ratio)), 74px);
  border-radius: 50%;
  border: 0;
  background: transparent;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.9;
  transition: transform .2s ease, opacity .2s ease;
}

.author-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(100%);
}

.author-thumb:hover,
.author-thumb.active{
  transform: scale(1.04);
  opacity: 1;
}

.author-portrait-wrap{
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.author-portrait{
  width: 100%;
  height: auto;
  display: block;
}

.author-card{
  max-width: 420px;
  margin-left: auto;
}

.author-name{
  font-family: "Noto Serif", serif;
  font-size: clamp(3rem, calc(42px + 34 * var(--fluid-ratio)), 6rem);
  line-height: 0.92;
  margin: 0 0 32px 0;
  color: #111;
}

.author-name .light{
  font-style: italic;
  font-weight: 300;
}

.author-name .bold{
  font-style: italic;
  font-weight: 700;
}

.author-quote-wrap{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.author-quote-shape{
  flex: 0 0 auto;
  width: clamp(34px, calc(34px + 20 * var(--fluid-ratio)), 54px);
  padding-top: 6px;
}

.author-quote-shape img{
  width: 100%;
  height: auto;
  display: block;
}

.author-quote{
  position: relative;
  padding-left: 60px;
  font-family: "Noto Serif", serif;
  font-size: clamp(1rem, calc(17px + 10 * var(--fluid-ratio)), 1.0rem);
  line-height: 1.1;
  font-style: italic;
  font-weight: 300;
  color: #333;
  margin:0 !important;
}

.author-quote::before{
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 45px;
  height: 120px;

  background-image: url("/img/quote-line.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.author-bio-btn{
  width: clamp(78px, calc(78px + 18 * var(--fluid-ratio)), 96px);
  height: clamp(78px, calc(78px + 18 * var(--fluid-ratio)), 96px);
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: clamp(1rem, calc(14px + 5 * var(--fluid-ratio)), 1.25rem);
  line-height: 1.05;
  font-style: italic;
  transition: transform .2s ease, opacity .2s ease;
}

.author-bio-btn:hover{
  color: #fff;
  transform: scale(1.04);
  opacity: .92;
}

@media (max-width: 1199.98px){
  .authors-layout{
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .authors-left,
  .authors-right{
    display: flex;
    justify-content: center;
  }

  .author-card{
    margin-left: 0;
  }

  .authors-thumbs{
    justify-content: center;
  }

  .author-quote-wrap{
    justify-content: center;
  }
}

@media (max-width: 767.98px){
  .authors-hero{
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .author-name{
    line-height: 0.98;
  }

  .author-quote-wrap{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.author-hole{
  position: relative;
  width: min(42vw, 760px);
  aspect-ratio: 1 / 1.08; /* regola in base alla tua grafica */
  margin: 0 auto;
}

.author-hole-photo{
  position: absolute;
  inset: 0;
  width: 85%;
  height: 96%;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: grayscale(100);
}

.author-hole-overlay{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  pointer-events: none;
}


/* =========================
   PAGINA SPETTACOLO
========================= */

.show-menu-mobile{
  display: none;
}

.show-page{
  min-height: 100vh;
}

/* layout alto */
.show-top{
  display: grid;
  grid-template-columns: 220px minmax(0,1fr);
  align-items: start;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.show-sidebar{
  position: relative;
  z-index: 5;
  width: 220px;
}

.show-sidebar-placeholder{
  visibility: hidden;
  pointer-events: none;
}

.show-sidebar-inner{
  position: sticky;
  top: 108px;
  padding: 100% 0 40px 10px;
  width: 220px;
}

.show-menu{
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
}

.show-menu-link{
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: rgba(0,0,0,.72);
  transition: color .2s ease, opacity .2s ease;
}

.show-menu-link:hover{
  color: #000;
}

.show-menu-link.active{
  color: #000;
}

.show-menu-link.active::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background:#000;
  transform:translateY(-50%);
}

/* area destra */
.show-main{
  position: relative;
  min-height: 1300px;
  overflow: visible;
  width: 100%;
}

/* colonna testo stretta */
.show-copy{
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
  transform: translateX(-110px);
}



/* hero */
.show-hero{
 position: relative;
 padding: 120px 0 30px;
 width: 100%;
}

.show-logo-wrap{
  text-align: center;
}

.show-logo{
    width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 16px;
    max-height: 144px;
    background-size: cover;
}

.show-claim{
  max-width: 600px;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1.5rem, 2.2vw, 1.1rem);
  line-height: 1.16;
  color: #4b4b4b;
  text-align: center;
}

.show-author{
  text-align: center;
  font-size: 15px;
  color: #666;
  margin-top: 16px;
  font-weight: 700;
  font-family: "Noto Serif", serif;
}

.show-divider{
  text-align: center;
  margin-top: 95px;
}

.show-divider img{
  width: 185px;
  height: auto;
}

.show-divider-bottom{
  margin-top: 40px;
}

/* contenuto testo */
.show-sections{
  position: relative;
  padding: 30px 20px 30px;
  width: 100%;
}

.show-block{
  margin-bottom: 52px;
}

.show-block-title{
  position: relative;
  padding-left: 50px;
  margin-bottom: 18px;
  font-family: "Noto Serif", serif;
  font-size: clamp(1.55rem, 1.8vw, 1.95rem);
  font-weight: 400;
  color: #111;
}

.show-block-title::before{
  content:"";
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
  width: 36px;
  height: 14px;
  background-image: url("../img/title-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.show-block p{
  font-size: 1rem;
  line-height: 1.72;
  color: #555;
  margin-bottom: 14px;
  padding-left: 50px;
}

.show-block a{
  color:#111;
  text-decoration: underline;
}

/* decorazioni assolute desktop */
.show-deco,
.show-ink{
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.deco-top-left{
  width: 88px;
  left: 2%;
  top: 54px;
}

.deco-mid-left{
  position: absolute;
  width: 175px;
  left: 40px;
  top: 420px;
  z-index: 1;
}

.ink-top-center{
  width: 140px;
  left: 50%;
  top: 445px;
  transform: translateX(-50%);
}

.ink-bottom-right{
  width: 170px;
  right: 10%;
  top: 1010px;
}

/* blocchi immagine decorativa desktop */
.show-art{
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.show-art-top{
  right: 10px;
  top: 18px;
  width: 235px;
  height: 235px;
}

.show-art-mid{
  right: 20px;
  top: 640px;
  width: 210px;
  height: 210px;
}

.show-art-brush,
.show-art-photo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.show-art-photo{
  z-index: 2;
}

.show-art-brush{
  z-index: 1;
}

/* mobile decorative images: nascoste su desktop */
.show-art-mobile{
  display: none;
}

/* gallery full width */
.show-gallery{
  width: 100%;
  padding: 46px 0 90px;
}

.show-gallery #showCarousel{
  width: 100%;
}

.show-gallery .carousel-inner{
  width: 100%;
  overflow: hidden;
}

.show-gallery .carousel-item img{
  width: 100%;
  display: block;
  aspect-ratio: 16 / 6.6;
  object-fit: cover;
}

.show-gallery .carousel-control-prev,
.show-gallery .carousel-control-next{
  width: 6%;
}

.show-gallery .carousel-control-prev-icon,
.show-gallery .carousel-control-next-icon{
  filter: invert(1);
}

/* bottom */
.show-bottom{
  padding: 40px 0 110px;
}

.show-bottom-copy{
  position: relative;
  width: 100%;
}

.show-bottom-testimonials{
  position: relative;
  max-width: 560px;
  margin: 0 auto;
}

.show-bottom-text{
  max-width: 640px;
  margin: 0 auto 110px;
}

.show-bottom-text p,
.show-bottom-text li{
  font-size: 1rem;
  line-height: 1.75;
  color: #555;
}

.show-list{
  margin: 0 0 28px 0;
  padding-left: 20px;
}

#showTestimonialsCarousel{
  position: relative;
}

.show-bottom-testimonial-item{
  text-align: center;
  padding: 36px 70px 18px;
}

.show-bottom-testimonial-item p{
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.42;
  font-style: italic;
  font-weight: 300;
  color: #555;
}

.show-bottom-quote-mark{
  position: absolute;
  width: 58px;
  height: auto;
  opacity: .72;
  z-index: 3;
  pointer-events: none;
}

.show-bottom-quote-mark-left{
  left: 0;
  top: 0;
}

.show-bottom-quote-mark-right{
  right: 0;
  bottom: 42px;
  transform: scaleX(-1);
}

.show-bottom-testimonial-indicators{
  position: static;
  margin: 18px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.show-bottom-testimonial-indicators [data-bs-target]{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: rgba(0,0,0,.28);
  transition: all .2s ease;
}

.show-bottom-testimonial-indicators .active{
  width: 12px;
  height: 12px;
  background: rgba(0,0,0,.85);
}

.show-bottom-ink{
  display: block;
  width: 150px;
  margin: 30px auto 0;
  opacity: .95;
}


@media (max-width: 1199.98px){
  .show-top{
    grid-template-columns: 1fr;
    width: 100%;
  }

  .show-sidebar{
    display: none;
  }


  .show-art-top{
    right: 10px;
    top: 10px;
    width: 180px;
    height: 180px;
  }

  .show-art-mid{
    right: 10px;
    top: 760px;
    width: 170px;
    height: 170px;
  }

  .deco-top-left{
    width: 70px;
    left: 2%;
    top: 30px;
  }

  .deco-mid-left{
    width: 90px;
    left: 0;
    top: 420px;
  }

  .ink-top-center{
    width: 110px;
    top: 430px;
  }

  .ink-bottom-right{
    width: 130px;
    right: 6%;
    top: 1180px;
  }

  .show-logo{
    max-width: 500px;
  }

  .show-claim{
    max-width: 560px;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
  }

  .show-bottom-text{
    margin-bottom: 80px;
  }
}

@media (max-width: 767.98px){
  .show-top{
    grid-template-columns: 1fr;
    width: 100%;
  }

  .show-sidebar{
    display: none;
  }

  .show-menu-mobile{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    margin-bottom: 8px;
  }

  .show-menu-mobile .show-menu-link{
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0,0,0,.72);
  }

  .show-menu-mobile .show-menu-link.active{
    color: #000;
  }

  .show-main{
    padding-top: 40px;
    overflow: hidden;
  }

  .show-copy{
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
    transform: none;
  }

  .show-hero{
    padding: 90px 0 20px;
  }

  .show-logo{
    max-width: 330px;
    margin-bottom: 14px;
  }

  .show-claim{
    max-width: 100%;
    font-size: clamp(1.15rem, 6vw, 1.6rem);
    line-height: 1.2;
  }

  .show-author{
    font-size: 13px;
    margin-top: 12px;
  }

  .show-divider{
    margin-top: 40px;
  }

  .show-divider img{
    width: 120px;
  }

  .show-sections{
    padding: 10px 0 20px;
  }

  .show-block{
    margin-bottom: 38px;
  }

  .show-block-title{
    padding-left: 42px;
    margin-bottom: 14px;
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }

  .show-block-title::before{
    width: 30px;
    height: 12px;
  }

  .show-block p{
    padding-left: 42px;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .show-gallery{
    padding: 30px 0 60px;
  }

  .show-gallery .carousel-item img{
    aspect-ratio: 16 / 10;
  }

  .show-bottom{
    padding: 20px 0 70px;
  }

  .show-bottom-text{
    max-width: 100%;
    margin-bottom: 60px;
  }

  .show-bottom-text p,
  .show-bottom-text li{
    font-size: 0.97rem;
    line-height: 1.68;
  }

  .show-bottom-testimonials{
    max-width: 100%;
    padding: 24px 16px 30px;
  }

  .show-bottom-testimonial-item{
    padding: 28px 42px 12px;
  }

  .show-bottom-testimonial-item p{
    font-size: 1rem;
    line-height: 1.45;
  }

  .show-bottom-quote-mark{
    width: 38px;
  }

  .show-bottom-quote-mark-left{
    left: 4px;
    top: 0;
  }

  .show-bottom-quote-mark-right{
    right: 4px;
    bottom: 34px;
  }

  .show-bottom-testimonial-indicators{
    margin-top: 14px;
    gap: 8px;
  }

  .show-bottom-ink{
    width: 110px;
    margin-top: 22px;
  }

  .show-deco,
  .show-ink,
  .show-art{
    display: none;
  }

  .show-art-mobile{
    display: block;
    margin: 10px 0 26px;
  }

  .show-art-mobile-second{
    margin: 10px 0 30px;
  }

  .show-art-mobile-inner{
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .show-art-mobile-photo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
}


@media (max-width: 1199.98px){
  .show-bottom-text{
    max-width: 680px;
    margin-bottom: 85px;
  }

  .show-bottom-testimonials{
    max-width: 520px;
  }
}

@media (max-width: 767.98px){
  .show-bottom{
    padding: 20px 0 70px;
  }

  .show-bottom-text{
    max-width: 100%;
    margin-bottom: 60px;
  }

  .show-bottom-text p,
  .show-bottom-text li{
    font-size: 0.97rem;
    line-height: 1.68;
  }

  .show-bottom-testimonials{
    max-width: 100%;
  }

  .show-bottom-testimonial-item{
    padding: 28px 42px 12px;
  }

  .show-bottom-testimonial-item p{
    font-size: 1rem;
    line-height: 1.45;
  }

  .show-bottom-quote-mark{
    width: 38px;
  }

  .show-bottom-quote-mark-left{
    left: 4px;
    top: 0;
  }

  .show-bottom-quote-mark-right{
    right: 4px;
    bottom: 34px;
  }

  .show-bottom-testimonial-indicators{
    margin-top: 14px;
    gap: 8px;
  }

  .show-bottom-ink{
    width: 110px;
    margin-top: 22px;
  }
}

/* =========================
   PAGINA FIRMA
========================= */

.signature-page{
  min-height: 100vh;
}

.signature-hero{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 90px;
}

.signature-shell{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.signature-top-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(22px, 3vw, 58px);
  padding: 10px 30px 40px;
  flex-wrap: wrap;
}

.signature-top-link{
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  color: rgba(0,0,0,.75);
  transition: opacity .2s ease, color .2s ease;
}

.signature-top-link:hover{
  color: #000;
}

.signature-main{
  position: relative;
  width: 100%;
}

.signature-block{
  position: relative;
  padding: 34px 20px 0;
}

.signature-copy{
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.signature-copy-wide{
  max-width: 980px;
}

.signature-title{
  margin: 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  line-height: .95;
  font-style: italic;
  font-weight: 400;
  color: #111;
}

.signature-ink{
  margin-top: 14px;
  margin-bottom: 18px;
  text-align: center;
}

.signature-ink img{
  width: 120px;
  height: auto;
  opacity: .9;
}

.signature-text{
  max-width: 760px;
  margin: 0 auto;
  font-family: "Noto Serif", serif;
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  line-height: 1.28;
  font-style: italic;
  color: #555;
}

.signature-text strong{
  font-weight: 700;
  font-family: "Noto Serif", serif;
}

.signature-divider{
  margin-top: 42px;
  margin-bottom: 34px;
  text-align: center;
}

.signature-divider img{
  width: 84px;
  height: auto;
}

/* immagini laterali */
.signature-art{
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.signature-art-photo{
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.signature-art-top-right{
  right: 0;
  top: 110px;
  width: min(20vw, 340px);
}

.signature-art-mid-left{
  left: 0;
  top: 760px;
  width: min(18vw, 280px);
}

.signature-art-bottom-right{
  right: 0;
  top: 1430px;
  width: min(19vw, 300px);
}

/* chiusura */
.signature-closing{
  padding: 70px 20px 20px;
}

.signature-closing-title-wrap{
  text-align: center;
}

.signature-closing-small{
  font-family: "Noto Serif", serif;
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  line-height: 1;
  font-style: italic;
  font-weight: 300;
  color: #222;
  margin-bottom: 6px;
}

.signature-closing-big{
  font-family: "Noto Serif", serif;
  font-size: clamp(3.6rem, 5vw, 6rem);
  line-height: .93;
  font-style: italic;
  font-weight: 700;
  color: #111;
}

.signature-closing-ink{
  width: 150px;
  margin: 18px auto 0;
}

.signature-closing-ink img{
  width: 100%;
  height: auto;
  opacity: .9;
}

.signature-cta{
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: .95rem;
  line-height: 1.05;
  font-style: italic;
  margin: 34px auto 0;
  transition: transform .2s ease, opacity .2s ease;
}

.signature-cta:hover{
  color: #fff;
  transform: scale(1.04);
  opacity: .92;
}

/* tablet */
@media (max-width: 1199.98px){
  .signature-hero{
    padding-top: 110px;
  }

  .signature-art-top-right{
    width: 240px;
    top: 150px;
  }

  .signature-art-mid-left{
    width: 220px;
    top: 860px;
  }

  .signature-art-bottom-right{
    width: 230px;
    top: 1610px;
  }

  .signature-text{
    max-width: 700px;
  }
}

/* mobile */
@media (max-width: 767.98px){
  .signature-hero{
    padding-top: 95px;
    padding-bottom: 70px;
  }

  .signature-top-nav{
    gap: 14px 18px;
    padding: 6px 20px 24px;
  }

  .signature-top-link{
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .signature-block{
    padding: 22px 0 0;
  }

  .signature-copy{
    padding-left: 24px;
    padding-right: 24px;
  }

  .signature-title{
    font-size: clamp(2.6rem, 13vw, 4.2rem);
    line-height: .98;
  }

  .signature-text{
    font-size: 1rem;
    line-height: 1.32;
  }

  .signature-ink{
    margin-top: 10px;
    margin-bottom: 14px;
  }

  .signature-ink img{
    width: 92px;
  }

  .signature-divider{
    margin-top: 30px;
    margin-bottom: 26px;
  }

  .signature-divider img{
    width: 68px;
  }

  .signature-art{
    position: static;
    width: 180px !important;
    margin: 0 auto 18px;
  }

  .signature-art-top-right{
    margin-top: 10px;
  }

  .signature-art-mid-left,
  .signature-art-bottom-right{
    margin-top: 8px;
  }

  .signature-closing{
    padding-top: 44px;
  }

  .signature-closing-small{
    font-size: 1.5rem;
  }

  .signature-closing-big{
    font-size: clamp(2.8rem, 11vw, 4.4rem);
    line-height: .95;
  }

  .signature-closing-ink{
    width: 110px;
  }

  .signature-cta{
    width: 82px;
    height: 82px;
    font-size: .88rem;
  }
}


/* =========================
   PAGINA BIOGRAFIA
========================= */

.bio-page .navbar{
  z-index: 3000;
}

.bio-page{
  background: #000;
}

.bio-hero-page{
  min-height: 100vh;
}

.bio-hero{
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}

.bio-bg{
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}

.bio-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.34);
  z-index: 2;
}

.bio-shell{
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  padding: 130px 70px 180px;
}

.bio-grid{
  min-height: calc(100vh - 250px);
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(340px, 520px);
  align-items: center;
  gap: clamp(40px, 6vw, 120px);
}

.bio-left{
  max-width: 760px;
  color: #fff;
  padding-left: clamp(10px, 4vw, 80px);
}

.bio-name{
  margin: 0 0 20px 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(3.8rem, 6vw, 6.6rem);
  line-height: .92;
  font-style: italic;
  font-weight: 400;
  color: #fff;
}

.bio-quote{
  max-width: 640px;
  margin: 0 0 26px 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(1.2rem, 1.7vw, 2rem);
  line-height: 1.15;
  font-style: italic;
  color: rgba(255,255,255,.92);
}

.bio-social-row{
  display: flex;
  align-items: center;
  gap: 24px;
}

.bio-social-divider{
  width: 44px;
  height: auto;
  opacity: .95;
}

.bio-social{
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  transition: opacity .2s ease, transform .2s ease;
}

.bio-social:hover{
  color: #fff;
  opacity: .85;
  transform: translateY(-1px);
}

.bio-right{
  color: #fff;
}

.bio-text{
  max-width: 500px;
}

.bio-text p{
  margin-bottom: 22px;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,.95);
}

.bio-text p strong{
  color: #fff;
  font-weight: 700;
}

.bio-back{
  position: absolute;
  top: 28px;
  right: 32px;
  z-index: 4000;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  opacity: .95;
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: auto;
}

.bio-overlay{
  pointer-events: none;
}

.bio-bottom-grunge{
  pointer-events: none;
}

.bio-back:hover{
  color: #fff;
  opacity: .8;
  transform: translateX(-2px);
}

.bio-bottom-grunge{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 4;
  pointer-events: none;
}

.bio-bottom-grunge img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 78px;
  object-fit: cover;
}

@media (max-height: 820px){
  .bio-hero{
    min-height: auto;
  }

  .bio-shell{
    min-height: auto;
    padding-bottom: 60px;
  }

  .bio-bottom-grunge{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
}

/* tablet */
@media (max-width: 1199.98px){
  .bio-shell{
    padding: 120px 40px 110px;
  }

  .bio-grid{
    grid-template-columns: 1fr;
    align-items: end;
    gap: 40px;
  }

  .bio-left{
    max-width: 100%;
    padding-left: 0;
  }

  .bio-right{
    max-width: 100%;
  }

  .bio-text{
    max-width: 720px;
  }
}

/* mobile */
@media (max-width: 767.98px){
  .bio-shell{
    padding: 110px 22px 120px;
  }

  .bio-grid{
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .bio-name{
    font-size: clamp(2.8rem, 14vw, 4.6rem);
    line-height: .96;
  }

  .bio-quote{
    font-size: 1.15rem;
    line-height: 1.18;
    max-width: 100%;
  }

  .bio-social-row{
    gap: 18px;
    flex-wrap: wrap;
  }

  .bio-social{
    font-size: 1rem;
  }

  .bio-text p{
    font-size: .98rem;
    line-height: 1.65;
  }

  .bio-back{
    top: 24px;
    right: 22px;
    font-size: 1.8rem;
  }

  .bio-bottom-grunge img{
    min-height: 56px;
  }
}


/* =========================
   PAGINA RECENSIONI
========================= */

.reviews-page{
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.reviews-hero{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 80px;
}

.reviews-shell{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  overflow: visible;
}

.reviews-top-logo{
  text-align: center;
  margin-bottom: 48px;
}

.reviews-logo{
  width: 110px;
  height: auto;
  display: inline-block;
}

.reviews-intro{
  text-align: center;
  margin-bottom: 42px;
}

.reviews-title{
  margin: 0;
  font-family: "Noto Serif", serif;
  font-weight: 300;
  line-height: .95;
  color: #111;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.reviews-title-italic{
  font-size: clamp(3rem, 6vw, 6.4rem);
  font-style: italic;
  font-weight: 400;
}

.reviews-title-small{
  font-size: clamp(1.5rem, 2.1vw, 3rem);
  font-style: normal;
  font-weight: 300;
  line-height: 1.05;
  transform: translateY(-6px);
}

.reviews-stage{
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(320px, 820px) minmax(150px, 1fr);
  align-items: start;
  gap: 20px;
  max-width: 1540px;
  margin: 0 auto;
  position: relative;
}

.reviews-center{
  text-align: center;
  position: relative;
  z-index: 2;
}

.reviews-carousel{
  max-width: 760px;
  margin: 0 auto;
}

.reviews-slide-inner{
  text-align: center;
  position: relative;
}

.reviews-image-wrap{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 42px;
}

.reviews-main-image{
  width: 100%;
  height: auto;
  display: block;
}

.reviews-copy{
  text-align: center;
  padding: 0 20px;
}

.reviews-show-title{
  margin: 0 0 22px 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  line-height: 1.05;
  font-style: italic;
  font-weight: 400;
  color: #111;
}

.reviews-text{
  max-width: 660px;
  margin: 0 auto;
  font-family: "Noto Serif", sans-serif;
  font-size: clamp(1rem, 1.1vw, 1.4rem);
  line-height: 1.4;
  color: #444;
}

.reviews-indicators{
  position: static;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.reviews-indicators [data-bs-target]{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: rgba(0,0,0,.28);
  transition: all .2s ease;
}

.reviews-indicators .active{
  width: 16px;
  height: 16px;
  background: rgba(0,0,0,.92);
}

/* SPORCO SOTTO I PALLINI */
.reviews-bottom-ink{
  width: 250px;
  margin: 18px auto 0;
  position: relative;
  z-index: 1;
}

.reviews-bottom-ink img{
  width: 100%;
  height: auto;
  display: block;
  opacity: .92;
}

/* VIRGOLETTE LATERALI */
.reviews-quote{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;

  /* invece di padding-top fisso */
  padding-top: 0;
  margin-top: 0;
}

.reviews-quote img{
  width: min(14vw, 220px);
  height: auto;
  display: block;
  opacity: .95;
}

.reviews-quote-left{
  justify-content: flex-end;
  padding-right: 10px;
}

.reviews-quote-right{
  justify-content: flex-start;
  padding-left: 10px;
}

.reviews-center{
  text-align: center;
  position: relative;
  z-index: 2;
}

.reviews-image-wrap{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 42px;
  position: relative;
}

/* allineamento verticale quote rispetto all'immagine */
.reviews-quote{
  transform: translateY(140px);
}

/* tablet */
@media (max-width: 1199.98px){
  .reviews-stage{
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(320px, 820px) minmax(150px, 1fr);
    align-items: start;
    gap: 20px;
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
  }

  .reviews-quote{
    padding-top: 120px;
  }

  .reviews-quote img{
    width: 130px;
  }

  .reviews-image-wrap{
    max-width: 640px;
    margin-bottom: 34px;
  }

  .reviews-bottom-ink{
    width: 210px;
    margin-top: 16px;
  }
}

/* mobile */
@media (max-width: 767.98px){
  .reviews-hero{
    padding-top: 95px;
    padding-bottom: 60px;
  }

  .reviews-shell{
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviews-top-logo{
    margin-bottom: 30px;
  }

  .reviews-logo{
    width: 92px;
  }

  .reviews-intro{
    margin-bottom: 28px;
  }

  .reviews-title{
    gap: 4px 8px;
    line-height: 1;
  }

  .reviews-title-italic{
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .reviews-title-small{
    font-size: clamp(1.15rem, 5vw, 1.5rem);
    transform: none;
  }

  .reviews-stage{
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .reviews-quote{
    display: none;
  }

  .reviews-image-wrap{
    margin-bottom: 28px;
  }

  .reviews-copy{
    padding: 0;
  }

  .reviews-show-title{
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 16px;
  }

  .reviews-text{
    font-size: 1rem;
    line-height: 1.45;
  }

  .reviews-indicators{
    margin-top: 22px;
    gap: 10px;
  }

  .reviews-indicators [data-bs-target]{
    width: 8px;
    height: 8px;
  }

  .reviews-indicators .active{
    width: 13px;
    height: 13px;
  }

  .reviews-bottom-ink{
    width: 170px;
    margin-top: 14px;
  }
}

/* =========================
   PAGINA PRESS & MEDIA
========================= */

.press-page{
  min-height: 100vh;
}

.press-hero{
  width: 100%;
  padding-top: 120px;
  padding-bottom: 70px;
}

.press-shell{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}

.press-slide{
  min-height: calc(100vh - 220px);
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(30px, 6vw, 90px);
}

.press-media{
  display: flex;
  justify-content: center;
  align-items: center;
}

.press-image-wrap{
  width: 100%;
  max-width: 760px;
}

.press-image{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.press-copy{
  max-width: 520px;
  position: relative;
}

.press-logo-wrap{
  margin-bottom: 34px;
}

.press-logo{
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
}

.press-title{
  margin: 0 0 26px 0;
  font-family: "Noto Serif", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  color: #111;
}

.press-text{
  color: #555;
  padding-top:100px;
}

.press-text p{
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 18px;
}

.press-text strong{
  font-weight: 700;
}

.press-link-wrap{
  position: relative;
  width: 210px;
  height: 170px;
  margin-top: 26px;
  margin-left: auto;
}

.press-curve-arrow{
    position: absolute;
    right: -27px;
    top: -69px;
    width: 42px;
    height: auto;
    pointer-events: none;
    transform: scaleX(-1);
    object-fit: contain;
}

.press-link-btn{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Noto Serif", serif;
  font-size: 1rem;
  line-height: 1.05;
  font-style: italic;
  transition: transform .2s ease, opacity .2s ease;
}

.press-link-btn:hover{
  color: #fff;
  transform: scale(1.04);
  opacity: .92;
}

.press-indicators{
  position: static;
  margin: 26px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.press-indicators [data-bs-target]{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  margin: 0;
  padding: 0;
  opacity: 1;
  background: rgba(0,0,0,.25);
  transition: all .2s ease;
}

.press-indicators .active{
  width: 15px;
  height: 15px;
  background: rgba(0,0,0,.9);
}

.press-bottom-ink{
  width: 170px;
  margin: 10px auto 0;
}

.press-bottom-ink img{
  width: 100%;
  height: auto;
  display: block;
  opacity: .92;
}

@media (max-width: 1199.98px){
  .press-slide{
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
    text-align: center;
  }

  .press-copy{
    margin: 0 auto;
  }

  .press-logo{
    margin: 0 auto;
  }

    .press-link-wrap{
    width: 170px;
    height: 135px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

    .press-curve-arrow{
    display:none;
  }



  .press-link-btn{
    width: 78px;
    height: 78px;
    font-size: .95rem;
  }
}

@media (max-width: 767.98px){
  .press-image-wrap{
    padding-top:80px;
  }

  .press-hero{
    padding-top: 95px;
    padding-bottom: 50px;
  }

  .press-shell{
    padding: 0 20px;
  }

  .press-slide{
    gap: 24px;
  }

  .press-logo{
    max-width: 260px;
  }

  .press-title{
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .press-text{
    padding-top:0;
  }

  .press-text p{
    font-size: .97rem;
    line-height: 1.62;
  }

    .press-link-wrap{
    width: 170px;
    height: 135px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .press-curve-arrow{
    display:none;
  }

  .press-link-btn{
    width: 78px;
    height: 78px;
    font-size: .95rem;
  }

  .press-bottom-ink{
    width: 120px;
    margin-top: 18px;
  }
} 

.menu-lang-switch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
}

.lang-link {
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.lang-link:hover {
  opacity: 1;
}

.lang-link.active {
  opacity: 1;
  font-weight: 600;
}

.lang-separator {
  opacity: 0.4;
}