 :root {
     --oi-navy: #061625;
     --oi-navy-2: #0B2033;
     --oi-navy-3: #102C43;
     --oi-cream: #F7F4EE;
     --oi-cream-2: #FFFDF8;
     --oi-gold: #C89B4F;
     --oi-gold-2: #D8AD63;
     --oi-text: #F4F1EA;
     --oi-dark: #061625;
     --oi-muted: rgba(244, 241, 234, .72);
     --oi-dark-muted: rgba(6, 22, 37, .68);
 }

 p,
 strong,
 span,
 summary,
 .oi-btn,
 blockquote {
     font-family: 'Manrope', sans-serif;
 }

 .oi-single-flotta {
     background: var(--oi-navy);
     color: var(--oi-text);
     overflow: hidden;
 }

 .oi-container {
     width: min(1440px, calc(100% - 80px));
     margin: 0 auto;
 }

 .oi-kicker {
     display: inline-block;
     color: var(--oi-gold);
     text-transform: uppercase;
     letter-spacing: .18em;
     font-size: 12px;
     font-weight: 800;
     margin-bottom: 18px;
 }

 .oi-btn {
     display: inline-flex;
     align-items: center;
     justify-content: center;
     min-height: 52px;
     padding: 0 28px;
     text-decoration: none;
     text-transform: uppercase;
     letter-spacing: .12em;
     font-size: 12px;
     font-weight: 900;
     transition: .3s ease;
 }

 .oi-btn--gold {
     background: linear-gradient(135deg, #DDB76E, #B98736);
     color: var(--oi-navy);
     box-shadow: 0 16px 36px rgba(200, 155, 79, .24);
 }

 .oi-btn--gold:hover {
     transform: translateY(-2px);
 }

 .oi-btn--ghost {
     border: 1px solid rgba(200, 155, 79, .55);
     color: #fff;
 }

 .oi-btn--ghost:hover {
     color: #fff;
 }

 .oi-grid-2 {
     display: grid;
     grid-template-columns: .9fr 1.1fr;
     gap: 80px;
 }

 .oi-section-head {
     max-width: 100%;
     margin-bottom: 56px;
 }

 .oi-section-head--center {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
 }

 .oi-section-head h2,
 .oi-flotta-hero h1,
 .oi-flotta-intro h2,
 .oi-cta-box h2,
 .oi-technical-card h2 {
     font-family: "Cormorant Garamond", serif;
     font-weight: 400;
     line-height: .95;
     text-transform: uppercase;
     margin: 0;
 }

 .oi-section-head h2,
 .oi-flotta-intro h2,
 .oi-cta-box h2,
 .oi-technical-card h2 {
     font-size: 45px;
 }

 section.oi-experience-highlights h2,
 section.oi-flotta-comfort h2,
 section.oi-flotta-cta h2,
 section.oi-flotta-gallery h2 {
     color: #fff;
 }

 /* HERO */
 .oi-flotta-hero {
     min-height: 92vh;
     position: relative;
     display: flex;
     align-items: flex-end;
     overflow: hidden;
     padding: 180px 0 82px;
 }

 .oi-flotta-hero__bg {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .oi-flotta-hero__overlay {
     position: absolute;
     inset: 0;
     background:
         linear-gradient(90deg, rgba(6, 22, 37, .98) 0%, rgba(6, 22, 37, .76) 42%, rgba(6, 22, 37, .22) 100%),
         linear-gradient(0deg, rgba(6, 22, 37, 1) 0%, rgba(6, 22, 37, .22) 56%, rgba(6, 22, 37, .12) 100%);
 }

 .oi-flotta-hero__inner {
     position: relative;
     z-index: 2;
     display: grid;
     grid-template-columns: 1.25fr .75fr;
     gap: 70px;
     align-items: center;
 }

 .oi-flotta-hero h1 {
     font-size: 65px;
     letter-spacing: 0;
     max-width: 1050px;
     color: #fff;
 }

 .oi-flotta-hero p {
     max-width: 680px;
     font-size: 20px;
     line-height: 1.65;
     color: #fff;
     margin: 10px 0 0;
 }

 .oi-flotta-hero__actions {
     display: flex;
     gap: 16px;
     margin-top: 38px;
     flex-wrap: wrap;
 }

 .oi-flotta-facts {
     background: rgba(247, 244, 238, .94);
     color: var(--oi-dark);
     backdrop-filter: blur(18px);
     -webkit-backdrop-filter: blur(18px);
     border: 1px solid rgba(200, 155, 79, .48);
     padding: 30px;
     display: grid;
     gap: 18px;
     box-shadow: 0 28px 70px rgba(0, 0, 0, .30);
 }

 .oi-flotta-fact {
     border-bottom: 1px solid rgba(6, 22, 37, .12);
     padding-bottom: 15px;
 }

 .oi-flotta-fact:last-child {
     border-bottom: 0;
     padding-bottom: 0;
 }

 .oi-flotta-fact span {
     display: block;
     color: rgba(6, 22, 37, .50);
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: .12em;
     margin-bottom: 6px;
     font-weight: 800;
 }

 .oi-flotta-fact strong {
     color: var(--oi-dark);
     font-size: 18px;
     font-weight: 600;
 }

 /* INTRO CREAM */
 .oi-flotta-intro {
     background: var(--oi-cream);
     color: var(--oi-dark);
     padding: 118px 0;
 }

 .oi-richtext {
     color: var(--oi-dark-muted);
     font-size: 18px;
     line-height: 1.85;
 }

 .oi-flotta-intro blockquote {
     color: var(--oi-dark);
     background: #fff;
     border-left: 3px solid var(--oi-gold);
     padding: 28px 34px;
     box-shadow: 0 18px 45px rgba(6, 22, 37, .08);
     font-size: 24px;
     line-height: 1.45;
     margin: 24px 0 25px;
 }


 .oi-onboard-mood {
     background: var(--oi-cream);
     color: var(--oi-dark);
     padding: 0 0 118px;
     margin-top: -58px;
 }

 .oi-onboard-mood__box {
     border: 1px solid rgba(200, 155, 79, .35);
     background: #fff;
     padding: 46px 54px;
     box-shadow: 0 24px 70px rgba(6, 22, 37, .10);
     align-items: start;
 }

 .oi-onboard-mood__box h2 {
     font-family: "Cormorant Garamond", serif;
     font-size: clamp(38px, 4vw, 64px);
     line-height: .95;
     margin: 0 0 20px;
     color: var(--oi-dark);
 }

 .oi-onboard-mood__box p {
     margin: 0;
     color: var(--oi-dark-muted);
     font-size: 22px;
     line-height: 1.7;
 }

 /* EXPERIENCE HIGHLIGHTS */
 .oi-experience-highlights,
 .oi-flotta-comfort,
 .oi-flotta-gallery,
 .oi-flotta-cta,
 .oi-flotta-related {
     padding: 112px 0;
     background:
         radial-gradient(circle at top right, rgba(200, 155, 79, .08), transparent 34%),
         linear-gradient(180deg, #061625 0%, #081d2f 100%);
 }

 .oi-feature-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 24px;
 }

 .oi-feature-card {
     position: relative;
     border: 1px solid rgba(200, 155, 79, .25);
     background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .02)), #0B2033;
     padding: 34px;
     min-height: 275px;
     box-shadow: 0 20px 52px rgba(0, 0, 0, .18);
     overflow: hidden;
 }

 .oi-feature-card:before {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(135deg, rgba(200, 155, 79, .11), transparent 48%);
     opacity: 0;
     transition: .35s ease;
 }

 .oi-feature-card:hover:before {
     opacity: 1;
 }

 .oi-icon {
     width: 52px;
     height: 52px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 50%;
     background: rgba(200, 155, 79, .10);
     border: 1px solid rgba(200, 155, 79, .30);
     color: var(--oi-gold);
     font-size: 19px;
     margin-bottom: 20px;
     position: relative;
     z-index: 2;
 }

 .oi-feature-card small {
     display: block;
     position: relative;
     z-index: 2;
     color: var(--oi-gold);
     text-transform: uppercase;
     letter-spacing: .16em;
     font-size: 11px;
     font-weight: 900;
     margin-bottom: 12px;
 }

 .oi-feature-card strong {
     display: block;
     position: relative;
     z-index: 2;
     color: #fff;
     font-family: "Cormorant Garamond", serif;
     font-size: 40px;
     font-weight: 400;
     line-height: 1;
     margin-bottom: 16px;
 }

 .oi-feature-card p,
 .oi-comfort-card p,
 .oi-cabin-card p,
 .oi-related-card p {
     color: rgba(244, 241, 234, .68);
     line-height: 1.7;
     position: relative;
     z-index: 2;
 }

 /* PERFECT FOR + FORMULE */
 .oi-perfect-for,
 .oi-flotta-services,
 .oi-flotta-technical,
 .oi-flotta-specs {
     background: var(--oi-cream);
     color: var(--oi-dark);
     padding: 112px 0;
 }

 .oi-perfect-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 18px;
 }

 .oi-perfect-card,
 .oi-mini-card,
 .oi-spec-item {
     background: #fff;
     border: 1px solid rgba(6, 22, 37, .08);
     box-shadow: 0 14px 34px rgba(6, 22, 37, .055);
     padding: 26px;
 }

 .oi-perfect-card .oi-icon,
 .oi-mini-card .oi-icon {
     margin-bottom: 16px;
 }

 .oi-perfect-card h3,
 .oi-mini-card strong {
     color: var(--oi-dark);
     display: block;
     font-size: 20px;
     margin: 0 0 10px;
 }

 .oi-perfect-card p,
 .oi-mini-card p {
     color: var(--oi-dark-muted);
     line-height: 1.7;
     margin: 0;
 }

 /* COMFORT VISUAL */
 .oi-comfort-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
 }

 .oi-comfort-card {
     position: relative;
     overflow: hidden;
     min-height: 440px;
     border: 1px solid rgba(200, 155, 79, .25);
     background: #0B2033;
 }

 .oi-comfort-card img {
     position: absolute;
     inset: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
     opacity: .68;
     transition: .45s ease;
 }

 .oi-comfort-card:hover img {
     transform: scale(1.04);
     opacity: .84;
 }

 .oi-comfort-card:after {
     content: "";
     position: absolute;
     inset: 0;
     background: linear-gradient(0deg, rgba(6, 22, 37, .94), rgba(6, 22, 37, .12));
 }

 .oi-comfort-card div {
     position: absolute;
     z-index: 2;
     left: 0;
     bottom: 0;
     padding: 34px;
     max-width: 620px;
 }

 .oi-comfort-card h3,
 .oi-related-card h3 {
     font-family: "Cormorant Garamond", serif;
     font-size: 40px;
     font-weight: 400;
     line-height: 1;
     margin: 0 0 16px;
     color: #fff;
 }

 /* SERVICES */
 .oi-mini-list {
     display: grid;
     gap: 16px;
 }

 .oi-services-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 80px;
 }

 /* ITINERARI */
 .oi-itineraries {
     background: #fff;
     color: var(--oi-dark);
     padding: 112px 0;
 }

 .oi-itineraries-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
 }

 .oi-itinerary-card {
     display: block;
     color: inherit;
     text-decoration: none;
     background: var(--oi-cream);
     border: 1px solid rgba(6, 22, 37, .08);
     overflow: hidden;
     box-shadow: 0 14px 34px rgba(6, 22, 37, .05);
 }

 .oi-itinerary-card img {
     width: 100%;
     aspect-ratio: 16/10;
     object-fit: cover;
 }

 .oi-itinerary-card div {
     padding: 28px;
 }

 .oi-itinerary-card h3 {
     font-family: "Cormorant Garamond", serif;
     font-size: 36px;
     line-height: 1;
     margin: 0 0 12px;
     color: var(--oi-dark);
 }

 .oi-itinerary-card p {
     color: var(--oi-dark-muted);
     line-height: 1.7;
 }

 /* GALLERY */
 .oi-gallery-grid {
     display: grid;
     grid-template-columns: 1.2fr .8fr .8fr;
     gap: 14px;
 }

 .oi-gallery-grid img {
     width: 100%;
     height: 330px;
     object-fit: cover;
     filter: saturate(.96) contrast(1.04);
     transition: .45s ease;
 }

 .oi-gallery-grid img:first-child {
     grid-row: span 2;
     height: 674px;
 }

 .oi-gallery-grid img:hover {
     transform: scale(1.025);
 }

 /* TECHNICAL, LOW PRIORITY */
 .oi-specs-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 16px;
 }

 .oi-spec-item {
     min-height: 118px;
 }

 .oi-spec-item span {
     display: block;
     color: rgba(6, 22, 37, .48);
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: .12em;
     margin-bottom: 8px;
     font-weight: 800;
 }

 .oi-spec-item strong {
     display: block;
     color: var(--oi-dark);
     font-size: 17px;
     font-weight: 600;
 }

 .oi-layout-card img {
     width: 100%;
     min-height: 520px;
     object-fit: cover;
     background: #fff;
     border: 1px solid rgba(6, 22, 37, .08);
 }

 .oi-technical-card {
     background: #fff;
     padding: 48px;
     border: 1px solid rgba(6, 22, 37, .08);
     box-shadow: 0 18px 45px rgba(6, 22, 37, .08);
 }

 .oi-technical-card h2,
 .oi-technical-card h3 {
     color: var(--oi-dark);
 }

 .oi-technical-card ul {
     columns: 2;
     padding-left: 18px;
     color: var(--oi-dark-muted);
     line-height: 1.8;
 }

 /* CTA */
 .oi-cta-box {
     padding: 76px;
     border: 1px solid rgba(200, 155, 79, .36);
     background:
         linear-gradient(135deg, rgba(200, 155, 79, .16), rgba(255, 255, 255, .02)),
         #081D2F;
     box-shadow: 0 30px 90px rgba(0, 0, 0, .26);
 }

 .oi-cta-box p {
     max-width: 720px;
     color: rgba(244, 241, 234, .74);
     line-height: 1.7;
     font-size: 18px;
 }

 /* RELATED */
 .oi-related-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 24px;
 }

 .oi-related-card {
     display: block;
     color: inherit;
     text-decoration: none;
     border: 1px solid rgba(200, 155, 79, .22);
     background: #0B2033;
     overflow: hidden;
 }

 .oi-related-card img {
     width: 100%;
     aspect-ratio: 16/10;
     object-fit: cover;
 }

 .oi-related-card div {
     padding: 28px;
 }

 .oi-container.oi-grid-1.mw h2 {
     font-size: 45px;
     line-height: 1.2;
 }

 .oi-container.oi-grid-1.mw {
     max-width: 1450px;
 }

 @media(max-width:1024px) {

     .oi-flotta-hero__inner,
     .oi-grid-2,
     .oi-services-grid {
         grid-template-columns: 1fr;
     }

     .oi-feature-grid,
     .oi-perfect-grid,
     .oi-comfort-grid,
     .oi-itineraries-grid,
     .oi-specs-grid,
     .oi-related-grid {
         grid-template-columns: repeat(2, 1fr);
     }

     .oi-gallery-grid {
         grid-template-columns: 1fr 1fr;
     }

     .oi-gallery-grid img:first-child {
         grid-row: auto;
         height: 330px;
     }
 }


 @media(max-width:767px) {
     .oi-container {
         width: min(100% - 32px, 1440px);
     }

     .oi-flotta-hero {
         min-height: 50vh;
         padding: 80px 10px 50px;
     }

     .oi-container.oi-grid-1.mw h2 {
         font-size: 29px;
         line-height: 1.2;
         text-transform: none;
     }

     .oi-section-head h2, .oi-flotta-intro h2, .oi-cta-box h2, .oi-technical-card h2 {
         font-size: 34px;
         line-height: 1.1;
     }

     .oi-flotta-hero__actions,
     .oi-btn {
         width: 100%;
     }

     .oi-flotta-intro,
     .oi-experience-highlights,
     .oi-perfect-for,
     .oi-flotta-comfort,
     .oi-flotta-services,
     .oi-itineraries,
     .oi-flotta-gallery,
     .oi-flotta-technical,
     .oi-flotta-specs,
     .oi-flotta-cta,
     .oi-flotta-related {
         padding: 30px 10px;
     }

     .oi-feature-grid,
     .oi-perfect-grid,
     .oi-comfort-grid,
     .oi-itineraries-grid,
     .oi-specs-grid,
     .oi-gallery-grid,
     .oi-related-grid {
         grid-template-columns: 1fr;
     }


     .oi-onboard-mood {
         padding: 0 0 72px;
         margin-top: -36px;
     }

     .oi-onboard-mood__box {
         grid-template-columns: 1fr;
         padding: 32px 26px;
         gap: 22px;
     }

     .oi-onboard-mood__box p {
         font-size: 18px;
     }

     .oi-cta-box,
     .oi-technical-card {
         padding: 32px;
     }

     .oi-technical-card ul {
         columns: 1;
     }

     .oi-flotta-hero h1 {
         font-size: 50px;
     }
 }