/* STAGEO - Pagina Rilievi Batimetrici: immagini a destra, scorrimento destra-sinistra */

:root{
  --stageo-orange:#ff6b00;
  --stageo-cyan:#00d9ff;
  --stageo-dark:#071014;
  --stageo-deep:#02090d;
  --stageo-white:#f5f7f8;
}

.stageo-bathy-page{
  margin:0;
  background:var(--stageo-dark);
  color:var(--stageo-white);
  font-family:Inter, Arial, sans-serif;
}

.stageo-bathy-header{
  z-index:50;
}

.stageo-bathy-header .logo img{
  display:block;
  max-height:72px;
  width:auto;
}

/* HERO A 2 COLONNE */
.bathy-hero-right{
  position:relative;
  min-height:760px;
  background:
    radial-gradient(circle at 72% 48%, rgba(0,217,255,.16), transparent 26%),
    radial-gradient(circle at 24% 22%, rgba(255,107,0,.10), transparent 24%),
    linear-gradient(90deg, #02090d 0%, #04131a 52%, #061923 100%);
  overflow:hidden;
  isolation:isolate;
}

.bathy-hero-right:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:52px 52px;
  opacity:.20;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.90), transparent 92%);
  z-index:-2;
}

.bathy-hero-right:after{
  content:"";
  position:absolute;
  width:720px;
  height:720px;
  border:1px solid rgba(0,217,255,.16);
  border-radius:50%;
  right:-190px;
  top:60px;
  box-shadow:0 0 130px rgba(0,217,255,.11);
  z-index:-1;
}

.bathy-hero-grid{
  width:min(1580px, calc(100% - 120px));
  margin:0 auto;
  min-height:760px;
  display:grid;
  grid-template-columns:minmax(520px, 720px) minmax(540px, 1fr);
  gap:70px;
  align-items:center;
}

/* COLONNA SINISTRA */
.bathy-hero-copy{
  position:relative;
  z-index:3;
  max-width:720px;
}

.bathy-eyebrow{
  margin:0 0 22px;
  color:var(--stageo-orange);
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:18px;
}

.bathy-hero-copy h1{
  margin:0;
  color:#fff;
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-size:clamp(86px, 8.5vw, 160px);
  font-weight:900;
  line-height:.78;
  letter-spacing:-.045em;
  text-transform:uppercase;
  text-shadow:0 10px 38px rgba(0,0,0,.38);
}

.bathy-hero-text{
  margin:32px 0 0;
  max-width:760px;
  color:#dde6ec;
  font-size:21px;
  line-height:1.55;
  font-weight:500;
}

.bathy-hero-actions{
  margin-top:36px;
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.bathy-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 26px;
  text-decoration:none;
  font-weight:900;
  font-size:15px;
  border:1px solid rgba(255,255,255,.20);
  transition:.22s ease;
}

.bathy-btn-primary{
  background:var(--stageo-orange);
  color:#071014;
  border-color:var(--stageo-orange);
}

.bathy-btn-secondary{
  background:rgba(255,255,255,.04);
  color:#fff;
}

.bathy-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(0,0,0,.28);
}

/* COLONNA DESTRA: IMMAGINI BATIMETRICHE */
.bathy-hero-media{
  position:relative;
  z-index:2;
  justify-self:end;
  width:100%;
  min-height:430px;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.bathy-panel{
  position:relative;
  width:100%;
  max-width:840px;
  height:400px;
  border:1px solid rgba(0,217,255,.45);
  border-radius:34px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(0,217,255,.22), transparent 45%),
    linear-gradient(180deg, rgba(7,18,24,.94), rgba(3,10,14,.98));
  box-shadow:
    0 0 0 1px rgba(255,255,255,.045) inset,
    0 0 75px rgba(0,217,255,.18),
    0 30px 90px rgba(0,0,0,.58);
}

.bathy-panel:before{
  content:"";
  position:absolute;
  inset:24px;
  border:1px solid rgba(255,107,0,.44);
  border-radius:25px;
  z-index:6;
  opacity:.84;
  pointer-events:none;
}

.bathy-panel:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(2,10,14,.96), transparent 13%, transparent 87%, rgba(2,10,14,.96)),
    repeating-linear-gradient(0deg, rgba(255,255,255,.045) 0 1px, transparent 1px 8px);
  opacity:.32;
  z-index:5;
  pointer-events:none;
}

.bathy-panel-glow{
  position:absolute;
  width:300px;
  height:74px;
  border:1px solid rgba(0,217,255,.42);
  border-radius:999px;
  left:50%;
  top:26px;
  transform:translateX(-50%);
  box-shadow:0 0 40px rgba(0,217,255,.27);
  z-index:7;
  opacity:.72;
}

.bathy-scan-line{
  position:absolute;
  top:0;
  bottom:0;
  width:120px;
  left:-150px;
  background:linear-gradient(90deg, transparent, rgba(0,217,255,.24), transparent);
  z-index:8;
  animation:stageoBathyScan 5.8s linear infinite;
}

.bathy-marquee{
  position:absolute;
  inset:0;
  overflow:hidden;
  z-index:2;
}

.bathy-marquee-track{
  position:absolute;
  top:98px;
  left:0;
  height:214px;
  display:flex;
  gap:20px;
  width:max-content;
  padding:0 34px;
  animation:stageoBathyRightToLeft 31s linear infinite;
}

.bathy-card{
  flex:0 0 auto;
  width:305px;
  height:212px;
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#0b141a;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 18px 45px rgba(0,0,0,.44);
}

.bathy-card-large{
  width:410px;
  border-color:rgba(255,107,0,.64);
  box-shadow:0 0 0 1px rgba(255,107,0,.20), 0 18px 54px rgba(255,107,0,.12);
}

.bathy-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:contrast(1.04) saturate(1.06);
}

.bathy-panel-caption{
  position:absolute;
  left:42px;
  right:42px;
  bottom:30px;
  z-index:9;
  display:flex;
  justify-content:space-between;
  gap:18px;
  align-items:center;
}

.bathy-panel-caption strong{
  color:#fff;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.bathy-panel-caption span{
  color:var(--stageo-cyan);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@keyframes stageoBathyRightToLeft{
  from{ transform:translateX(0); }
  to{ transform:translateX(-50%); }
}

@keyframes stageoBathyScan{
  from{ transform:translateX(0); }
  to{ transform:translateX(1080px); }
}

/* SEZIONI */
.bathy-service-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  background:#f4f1ea;
  color:#071014;
  border-top:1px solid rgba(255,255,255,.10);
}

.bathy-service-strip article{
  padding:48px 7%;
  min-height:255px;
  border-right:1px solid #d8d4cc;
}

.bathy-service-strip article:last-child{
  border-right:0;
}

.bathy-service-strip span{
  color:var(--stageo-orange);
  font-weight:900;
}

.bathy-service-strip h2{
  margin:16px 0;
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-size:44px;
  line-height:.92;
  text-transform:uppercase;
}

.bathy-service-strip p{
  color:#3c4951;
  line-height:1.62;
}

.bathy-dark-section{
  padding:90px 6%;
  background:
    radial-gradient(circle at 80% 20%, rgba(0,217,255,.16), transparent 28%),
    #071014;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
}

.bathy-dark-copy h2,
.bathy-deliverables-head h2,
.bathy-cta h2{
  margin:0 0 20px;
  font-family:"Barlow Condensed", Inter, Arial, sans-serif;
  font-size:clamp(48px, 5vw, 86px);
  line-height:.88;
  text-transform:uppercase;
}

.bathy-dark-copy p,
.bathy-deliverables-head p,
.bathy-cta p{
  color:#c5d0d7;
  line-height:1.7;
  font-size:18px;
}

.bathy-dark-grid{
  display:grid;
  gap:14px;
  align-content:center;
}

.bathy-dark-grid div{
  padding:24px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.11);
}

.bathy-dark-grid strong{
  display:block;
  color:var(--stageo-orange);
  text-transform:uppercase;
  margin-bottom:8px;
}

.bathy-dark-grid span{
  color:#d9e2e7;
  line-height:1.55;
}

.bathy-deliverables{
  padding:90px 6%;
  background:#f4f1ea;
  color:#071014;
}

.bathy-deliverables-head p{
  color:#44515a;
  max-width:850px;
}

.bathy-deliverables-grid{
  margin-top:34px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}

.bathy-deliverables-grid article{
  min-height:120px;
  background:#fff;
  border:1px solid #ddd8cf;
  padding:24px;
  display:flex;
  align-items:center;
  gap:16px;
  box-shadow:0 18px 40px rgba(7,16,20,.08);
}

.bathy-deliverables-grid span{
  color:var(--stageo-orange);
  font-size:24px;
}

.bathy-deliverables-grid strong{
  font-size:18px;
}

.bathy-cta{
  padding:70px 6%;
  background:#ff6b00;
  color:#071014;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
}

.bathy-cta .bathy-eyebrow{
  color:#071014;
}

.bathy-cta p{
  color:#172129;
}

.bathy-cta .bathy-btn-primary{
  background:#071014;
  color:#fff;
  border-color:#071014;
  flex:0 0 auto;
}

@media(max-width:1280px){
  .bathy-hero-grid{
    width:min(100% - 70px, 1500px);
    grid-template-columns:minmax(430px, 590px) minmax(430px, 1fr);
    gap:42px;
  }

  .bathy-panel{
    max-width:720px;
  }

  .bathy-hero-copy h1{
    font-size:clamp(76px, 7.6vw, 132px);
  }
}

@media(max-width:980px){
  .bathy-hero-grid{
    grid-template-columns:1fr;
    min-height:auto;
    padding:72px 0;
  }

  .bathy-hero-media{
    justify-self:stretch;
    justify-content:flex-start;
    min-height:auto;
  }

  .bathy-panel{
    max-width:100%;
    height:345px;
  }

  .bathy-marquee-track{
    top:82px;
  }

  .bathy-service-strip,
  .bathy-dark-section,
  .bathy-deliverables-grid{
    grid-template-columns:1fr;
  }

  .bathy-service-strip article{
    border-right:0;
    border-bottom:1px solid #d8d4cc;
  }

  .bathy-cta{
    display:block;
  }

  .bathy-cta .bathy-btn{
    margin-top:24px;
  }
}

@media(max-width:640px){
  .bathy-hero-grid{
    width:calc(100% - 34px);
    padding:54px 0;
  }

  .bathy-hero-copy h1{
    font-size:76px;
  }

  .bathy-hero-text{
    font-size:18px;
  }

  .bathy-hero-actions{
    display:grid;
  }

  .bathy-panel{
    height:304px;
    border-radius:22px;
  }

  .bathy-panel:before{
    inset:16px;
    border-radius:17px;
  }

  .bathy-card{
    width:235px;
    height:176px;
  }

  .bathy-card-large{
    width:300px;
  }

  .bathy-marquee-track{
    top:68px;
    gap:14px;
    padding:0 22px;
  }

  .bathy-panel-caption{
    left:26px;
    right:26px;
    bottom:22px;
    display:block;
  }

  .bathy-panel-caption span{
    display:block;
    margin-top:6px;
  }
}
