@font-face{
  font-family:"MUNICA";
  src:local("MUNICA"), local("Munica"), local("Munica Regular");
  font-display:swap;
}

:root{
  --navy:#0f2230;
  --navy-deep:#081520;
  --teal:#1e7b89;
  --teal-soft:#d8eef2;
  --sand:#f6f8f9;
  --white:#ffffff;
  --text:#1d2d38;
  --muted:#667884;
  --line:rgba(15,34,48,.10);
  --shadow:0 18px 48px rgba(8,21,32,.08);
  --shadow-soft:0 10px 26px rgba(8,21,32,.06);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body,
button,
input,
select,
textarea,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
strong,
small,
label,
div,
article,
nav{
  font-family:"MUNICA", Arial, sans-serif !important;
}
body{
  margin:0;
  background:var(--sand);
  color:var(--text);
  font-size:14px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
p{margin:0 0 12px;color:var(--muted)}
h1,h2,h3{margin:0 0 12px;line-height:1.04;letter-spacing:-.03em}
h1{font-size:clamp(2rem,3.4vw,3.5rem);font-weight:800}
h2{font-size:clamp(1.45rem,2.2vw,2.3rem);font-weight:800}
h3{font-size:1rem;font-weight:800}
.wrap{width:min(1140px, calc(100% - 40px));margin:auto}
.skip-link{position:absolute;left:-9999px}

.topbar{
  background:var(--navy-deep);
  color:rgba(255,255,255,.75);
  font-size:.79rem;
}
.topbar__inner{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.topbar a{color:#fff;font-weight:700}

.header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
  box-shadow:0 8px 18px rgba(8,21,32,.04);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand img{
  height:46px;
  width:auto;
}
.nav-menu{
  display:flex;
  align-items:center;
  gap:6px;
}
.nav-menu a{
  padding:8px 12px;
  border-radius:999px;
  color:var(--text);
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}
.nav-menu a:hover{
  background:#edf3f5;
}
.nav-menu .quote{
  background:var(--navy);
  color:#fff;
}
.menu-btn{
  display:none;
  width:44px;
  height:44px;
  border:0;
  background:none;
}
.menu-btn span{
  display:block;
  width:22px;
  height:2px;
  margin:5px auto;
  background:var(--navy);
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  font-size:.86rem;
  font-weight:800;
}
.btn.primary{
  background:var(--teal);
  color:#fff;
}
.btn.ghost-white{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.28);
  color:#fff;
}
.btn.ghost-white:hover{background:rgba(255,255,255,.18)}

.im-hero{
  position:relative;
  overflow:hidden;
  background:var(--navy-deep);
  color:#fff;
}
.im-hero__image{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(8,21,32,.82),rgba(8,21,32,.58) 45%,rgba(8,21,32,.28)),
    url('../img/fleet/filomena/main.webp') center/cover no-repeat;
}
.im-hero__grid{
  position:relative;
  z-index:2;
  min-height:600px;
  padding:76px 0 64px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:end;
}
.im-hero__copy{
  max-width:640px;
}
.im-hero__copy span,
.im-section-head span,
.section-head .overline,
.visual-head .overline,
.im-contact span,
.ships-hero .overline{
  display:block;
  margin-bottom:10px;
  color:#9fd6de;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:.72rem;
  font-weight:800;
}
.im-hero__copy h1{
  color:#fff;
  max-width:12ch;
  font-size:clamp(2.2rem,4vw,4rem);
}
.im-hero__copy p{
  max-width:50ch;
  color:rgba(255,255,255,.78);
  font-size:.96rem;
}
.im-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.im-hero__dock{
  display:grid;
  gap:12px;
}
.im-hero__dock article{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.96);
  color:var(--text);
  box-shadow:var(--shadow-soft);
}
.im-hero__dock b{
  display:block;
  margin-bottom:4px;
  color:var(--navy);
  font-size:.94rem;
}
.im-hero__dock small{
  color:var(--muted);
  font-size:.78rem;
  font-weight:600;
}

.im-services,
.services.transport-section,
.transport-showcase,
.works,
.fleet,
.gallery,
.im-contact,
.ship-list,
.boats-ribbon,
.filomena-gallery{
  padding:54px 0;
}

.im-services{background:#fff}
.im-section-head,
.section-head,
.visual-head{
  margin-bottom:20px;
}
.im-services__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.im-service-card{
  position:relative;
  min-height:285px;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#103343;
  color:#fff;
}
.im-service-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.im-service-card:hover img{transform:scale(1.04)}
.im-service-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(8,21,32,.08),rgba(8,21,32,.86));
}
.im-service-card div{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:2;
}
.im-service-card span{
  display:inline-grid;
  place-items:center;
  width:32px;
  height:32px;
  margin-bottom:10px;
  border-radius:50%;
  background:#fff;
  color:var(--navy);
  font-size:.74rem;
  font-weight:800;
}
.im-service-card h3{
  color:#fff;
  font-size:1.12rem;
}
.im-service-card p{
  color:rgba(255,255,255,.76);
  font-size:.82rem;
  max-width:28ch;
}

.services.transport-section,
.works,
.ship-list{
  background:var(--sand);
}
.transport-showcase,
.fleet,
.gallery,
.boats-ribbon,
.filomena-gallery{
  background:#fff;
}
.transport-lead{
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
  padding:18px 20px;
  margin-bottom:18px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.transport-badges,
.works-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.transport-badges span,
.works-points span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:var(--teal-soft);
  color:#235762;
  font-size:.74rem;
  font-weight:800;
}
.transport-photo-strip{
  display:grid;
  grid-template-columns:1.2fr .9fr .9fr;
  gap:12px;
  margin-bottom:12px;
}
.transport-photo-strip a{
  height:170px;
  overflow:hidden;
  border-radius:20px;
  box-shadow:var(--shadow-soft);
}
.transport-photo-strip img,
.transport-showcase__grid img,
.rov-visuals__grid img,
.works-feature img,
.works-gallery img,
.fleet-strip img,
.mosaic--rich img,
.boats-ribbon__grid img,
.filomena-gallery__grid img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.transport-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.transport-grid .service-item{
  min-height:150px;
  padding:16px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.transport-grid .service-item::before{display:none}
.transport-grid .service-item span,
.capabilities span{
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  margin-bottom:12px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  font-size:.74rem;
  font-weight:800;
}
.transport-grid .service-item h3{font-size:.93rem}
.transport-grid .service-item p{font-size:.79rem}
.transport-marquee{
  margin-top:14px;
  padding:12px 14px;
  border-radius:999px;
  background:#fff;
  color:var(--teal);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-weight:800;
  box-shadow:var(--shadow-soft);
}

.transport-showcase__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:190px 190px;
  gap:12px;
}
.transport-showcase__grid a,
.rov-visuals__grid a,
.works-feature a,
.works-gallery a,
.fleet-strip a,
.mosaic--rich a,
.boats-ribbon__grid a,
.filomena-gallery__grid a{
  overflow:hidden;
  border-radius:22px;
  box-shadow:var(--shadow-soft);
}
.transport-showcase__main,
.rov-visuals__grid .tall,
.works-gallery .large,
.mosaic--rich .wide,
.filomena-gallery__grid .large{
  grid-row:span 2;
}
.transport-showcase__main span,
.fleet-strip span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--navy);
  font-size:.74rem;
  font-weight:800;
}

.rov-system{
  padding:54px 0 26px;
  background:var(--navy);
  color:#fff;
}
.rov-system .section-head h2,
.rov-system .overline{
  color:#fff;
}
.rov-system__intro{
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:end;
  margin-bottom:18px;
}
.rov-system__intro p{
  max-width:650px;
  color:rgba(255,255,255,.76);
}
.rov-system__tabs{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.rov-tab{
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.04);
  color:#fff;
  font:inherit;
  font-size:.82rem;
  font-weight:800;
}
.rov-tab.is-active,
.rov-tab:hover{
  background:#fff;
  color:var(--navy);
}
.rov-cards,
.equipment-grid--rov,
.rov-range{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}
.rov-cards article,
.rov-range article,
.equipment-grid--rov article,
.rov-process div{
  padding:16px;
  border-radius:20px;
  background:#fff;
  color:var(--text);
  box-shadow:0 14px 32px rgba(0,0,0,.12);
}
.rov-cards h3,
.rov-range h3,
.equipment-grid--rov h3,
.capabilities h3{
  font-size:.93rem;
}
.rov-cards p,
.rov-range span,
.equipment-grid--rov p,
.rov-process p{
  font-size:.79rem;
}
.equipment-grid--rov article{padding:0;overflow:hidden}
.equipment-grid--rov img{height:160px}
.equipment-grid--rov div{padding:14px}
.rov-panel-block{display:none}
.rov-panel-block.is-active{display:block}
.rov-process{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:12px;
}
.rov-visuals{
  padding-top:14px;
  background:linear-gradient(180deg,var(--navy) 0%, #fff 100%);
}
.rov-visuals .visual-head h2,
.rov-visuals .visual-head p{
  color:#fff;
}
.rov-visuals__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:185px 185px;
  gap:12px;
}

.works-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:22px;
  align-items:center;
  margin-bottom:16px;
}
.works-copy h2{font-size:clamp(1.45rem,2.2vw,2.25rem)}
.works-feature a{
  display:block;
  height:280px;
}
.capabilities{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-bottom:16px;
}
.capabilities article{
  min-height:150px;
  padding:16px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow-soft);
}
.capabilities p{font-size:.79rem}
.works-gallery{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  grid-auto-rows:150px;
  gap:12px;
}

.fleet-strip{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}
.fleet-strip a{
  position:relative;
  min-height:155px;
}
.fleet-strip span{
  position:absolute;
  left:10px;
  bottom:10px;
}
.gallery-grid--expanded{
  display:grid;
  grid-template-columns:280px 1fr;
  gap:20px;
}
.mosaic--rich{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-auto-rows:145px;
  gap:12px;
}

.im-contact{
  background:var(--navy-deep);
  color:#fff;
}
.im-contact__box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  padding:26px 28px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.10);
}
.im-contact h2{color:#fff}
.im-contact p{max-width:620px;color:rgba(255,255,255,.74)}
.im-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border-radius:999px;
  background:#25d366;
  color:var(--navy-deep);
  font-weight:800;
  white-space:nowrap;
}

.footer{
  background:var(--navy-deep);
  color:rgba(255,255,255,.72);
  padding:30px 0 18px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .9fr;
  gap:22px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.footer img{max-width:160px;margin-bottom:12px}
.footer a{display:block;margin:6px 0;color:rgba(255,255,255,.72)}
.copyright{padding-top:12px;font-size:.79rem;color:rgba(255,255,255,.55)}
.whatsapp-float{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:120;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  box-shadow:0 14px 28px rgba(0,0,0,.18);
}
.whatsapp-float svg{width:28px;height:28px;fill:currentColor}

.ships-hero{
  padding:58px 0;
  background:linear-gradient(100deg,rgba(8,21,32,.88),rgba(8,21,32,.60)),url('../img/fleet-strip.webp') center/cover no-repeat;
  color:#fff;
}
.ships-hero-grid{
  display:grid;
  grid-template-columns:1fr 290px;
  gap:24px;
  align-items:end;
}
.ships-hero p{max-width:52ch;color:rgba(255,255,255,.78)}
.ship-index{
  display:grid;
  gap:8px;
}
.ship-index a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:11px 13px;
  border-radius:14px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  font-size:.82rem;
  font-weight:800;
}
.ship-list .wrap{
  display:grid;
  gap:20px;
}
.ship-card{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  background:#fff;
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.ship-card.reverse{
  grid-template-columns:1.05fr .95fr;
}
.ship-photo{min-height:275px}
.ship-photo img{width:100%;height:100%;object-fit:cover}
.ship-info,
.ship-copy{
  padding:22px;
}
.ship-copy p{font-size:.84rem}
.ship-info dl{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin:16px 0 0;
}
.ship-info dt{
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#5d7982;
  font-weight:800;
}
.ship-info dd{
  margin:0;
  font-weight:800;
}
.boats-ribbon__grid,
.filomena-gallery__grid{
  display:grid;
  grid-template-columns:1.15fr 1fr 1fr;
  gap:12px;
}
.boats-ribbon__grid a{height:190px}
.filomena-gallery__grid{grid-template-rows:190px 190px}

@media(max-width:1100px){
  .im-services__grid,
  .transport-grid,
  .rov-cards,
  .equipment-grid--rov,
  .rov-range,
  .capabilities{
    grid-template-columns:repeat(2,1fr);
  }
  .fleet-strip{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:920px){
  .menu-btn{display:block}
  .nav-menu{
    position:fixed;
    inset:76px 14px auto 14px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    padding:16px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:0 18px 40px rgba(8,21,32,.16);
  }
  .nav-menu.open{display:flex}
  .im-hero__grid,
  .im-contact__box,
  .transport-lead,
  .rov-system__intro,
  .ships-hero-grid,
  .ship-card,
  .ship-card.reverse,
  .gallery-grid--expanded,
  .works-grid{
    grid-template-columns:1fr;
  }
  .transport-badges{justify-content:flex-start}
  .transport-photo-strip,
  .transport-showcase__grid,
  .rov-visuals__grid,
  .works-gallery,
  .mosaic--rich,
  .boats-ribbon__grid,
  .filomena-gallery__grid{
    grid-template-columns:1fr 1fr;
  }
  .transport-showcase__main,
  .rov-visuals__grid .tall,
  .works-gallery .large,
  .mosaic--rich .wide,
  .filomena-gallery__grid .large{
    grid-column:1 / -1;
    grid-row:auto;
    height:220px;
  }
}
@media(max-width:680px){
  .wrap{width:min(100% - 24px,1140px)}
  h1{font-size:clamp(1.75rem,8vw,2.7rem)}
  h2{font-size:clamp(1.25rem,6vw,1.8rem)}
  .topbar__inner{flex-direction:column;justify-content:center;gap:6px;padding:8px 0}
  .nav{min-height:68px}
  .brand img{height:40px}
  .nav-menu{inset:68px 12px auto 12px}
  .im-hero__grid{
    min-height:auto;
    padding:56px 0 40px;
  }
  .im-services__grid,
  .transport-grid,
  .rov-cards,
  .equipment-grid--rov,
  .rov-range,
  .capabilities,
  .fleet-strip,
  .footer-grid,
  .ship-info dl,
  .transport-photo-strip,
  .transport-showcase__grid,
  .rov-visuals__grid,
  .works-gallery,
  .mosaic--rich,
  .boats-ribbon__grid,
  .filomena-gallery__grid{
    grid-template-columns:1fr;
  }
  .im-service-card{min-height:250px}
  .transport-photo-strip a,
  .transport-showcase__grid a,
  .rov-visuals__grid a,
  .works-gallery a,
  .mosaic--rich a,
  .boats-ribbon__grid a,
  .filomena-gallery__grid a{
    height:200px;
  }
}
