* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: #15343d; background: #fbfaf6; font-family: "DM Sans", sans-serif; font-size: 17px; line-height: 1.72; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3 { margin: 0 0 22px; color: #082f3d; font-family: "Manrope", sans-serif; line-height: 1.08; letter-spacing: -.04em; }
h1 { max-width: 980px; color: #fff; font-size: 6.2rem; }
h2 { font-size: 4rem; }
h3 { font-size: 2rem; }
p { margin: 0 0 20px; }
.container { width: calc(100% - 48px); max-width: 1180px; margin-right: auto; margin-left: auto; }
.section { padding: 120px 0; }
.split { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 90px; }
.split.reverse { grid-template-columns: .9fr 1fr; }
.eyebrow { margin-bottom: 18px; color: #1a8998; font-size: .77rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.light { color: #a7edf0; }
.lead { color: #082f3d; font-size: 1.26rem; line-height: 1.55; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 25px; border: 1px solid #74cbd0; border-radius: 999px; background: #74cbd0; color: #082f3d; font-weight: 800; line-height: 1.2; cursor: pointer; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); background: #9de4e7; box-shadow: 0 10px 25px rgba(3, 35, 44, .18); }
.button-small { min-height: 42px; padding: 9px 20px; }
.button-dark { border-color: #082f3d; background: #082f3d; color: #fff; }
.button-light { border-color: #fff; background: #fff; color: #082f3d; }
.text-link { padding: 12px 0; border-bottom: 1px solid currentColor; font-weight: 700; }
.text-link.light { color: #fff; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 999; top: -60px; left: 15px; padding: 10px 15px; background: #fff; color: #082f3d; }
.skip-link:focus { top: 15px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(5, 38, 48, .96); color: #fff; }
.nav-wrap { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-family: "Manrope", sans-serif; line-height: 1.1; }
.site-logo { width: 190px; height: auto; }
.brand-mark { display: grid; width: 46px; height: 46px; align-items: center; justify-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: #74cbd0; font-size: .75rem; font-weight: 800; letter-spacing: .08em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: .94rem; letter-spacing: .02em; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.63); font-family: "DM Sans", sans-serif; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 27px; font-size: .86rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { position: absolute; bottom: -7px; left: 0; width: 0; height: 1px; background: #74cbd0; content: ""; transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: #fff; }

.hero { position: relative; display: grid; min-height: 100vh; align-items: center; overflow: hidden; background: #082f3d; color: #fff; }
.hero-image, .hero-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; animation: heroZoom 15s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(2,31,40,.94) 0%, rgba(2,31,40,.72) 53%, rgba(2,31,40,.2) 100%), linear-gradient(0deg, rgba(2,31,40,.65), transparent 50%); }
@keyframes heroZoom { from { transform: scale(1.07); } to { transform: scale(1); } }
.hero-content { position: relative; z-index: 2; padding: 150px 0 180px; }
.hero-lead { max-width: 760px; font-size: 1.32rem; line-height: 1.55; }
.hero-note { max-width: 700px; color: rgba(255,255,255,.74); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-facts { position: absolute; z-index: 3; right: 0; bottom: 0; display: grid; width: 68%; max-width: 790px; grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.96); color: #61777d; }
.hero-facts span { padding: 25px 30px; border-left: 1px solid rgba(8, 47, 61, .14); font-size: .83rem; }
.hero-facts strong { display: block; color: #082f3d; font-family: "Manrope", sans-serif; font-size: 1rem; }

.intro { background: #fbfaf6; }
.intro-copy h2 { max-width: 680px; }
.image-stack { position: relative; margin: 0; }
.image-stack::before { position: absolute; z-index: -1; top: -24px; right: 24px; bottom: 24px; left: -24px; border: 1px solid rgba(26,137,152,.33); border-radius: 22px; content: ""; }
.image-stack img { width: 100%; height: 710px; border-radius: 22px; object-fit: cover; }
.image-stack figcaption { position: absolute; right: -22px; bottom: 32px; padding: 12px 21px; border-radius: 999px; background: #fff; box-shadow: 0 24px 70px rgba(5, 43, 55, .14); color: #082f3d; font-weight: 800; }

.sand { background: #f3eadb; }
.section-heading { max-width: 800px; margin-bottom: 58px; }
.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.center p:last-child { max-width: 760px; margin-right: auto; margin-left: auto; }
.cards { display: grid; gap: 30px; }
.two-cols { grid-template-columns: repeat(2, 1fr); }
.experience-card { overflow: hidden; border-radius: 22px; background: #fff; box-shadow: 0 16px 50px rgba(55,44,26,.08); }
.experience-card > img { width: 100%; height: 360px; object-fit: cover; }
.card-content { position: relative; padding: 42px; }
.card-number { position: absolute; top: -32px; right: 35px; color: #f3eadb; font-family: "Manrope", sans-serif; font-size: 5rem; font-weight: 800; line-height: 1; }
.card-content h3 { position: relative; max-width: 440px; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; margin: 28px 0 0; padding: 0; list-style: none; color: #082f3d; font-size: .88rem; font-weight: 700; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { position: absolute; left: 0; color: #1a8998; content: "\2713"; }
.party-feature { display: grid; grid-template-columns: 1fr 1fr; margin-top: 38px; overflow: hidden; border-radius: 22px; background: #082f3d; color: rgba(255,255,255,.78); }
.party-gallery { min-width: 0; min-height: 650px; overflow: hidden; }
.party-gallery img { width: 100%; height: 650px; min-width: 0; object-fit: cover; }
.party-copy { padding: 70px; }
.party-copy h3 { color: #fff; }
.closing-line { display: block; margin: 28px 0; color: #74cbd0; font-size: 1.08rem; }

.experience-section { background: #fff; }
.experience-visual { position: relative; }
.experience-visual img { width: 100%; height: 720px; border-radius: 50% 50% 22px 22px; object-fit: cover; }
.floating-note { position: absolute; right: -25px; bottom: 55px; padding: 21px 28px; border-radius: 14px; background: #74cbd0; color: #082f3d; box-shadow: 0 24px 70px rgba(5, 43, 55, .14); }
.floating-note strong, .floating-note span { display: block; }
.notice { margin-top: 30px; padding: 20px 22px; border-left: 3px solid #1a8998; background: #f0f8f8; color: #61777d; font-size: .9rem; }

.aperitivo { overflow: hidden; background: #082f3d; color: rgba(255,255,255,.75); }
.aperitivo h2 { color: #fff; }
.aperitivo-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 70px; }
.aperitivo-images { display: grid; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; transform: rotate(2deg); }
.aperitivo-images img { width: 100%; height: 270px; border-radius: 16px; object-fit: cover; }
.aperitivo-images img:first-child { grid-row: span 2; height: 558px; }

.coast-section { background: #fbfaf6; }
.coast-collage { display: grid; width: 100%; height: 630px; min-width: 0; min-height: 0; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; overflow: hidden; }
.coast-collage img { width: 100%; height: 100%; min-width: 0; min-height: 0; border-radius: 16px; object-fit: cover; }
.coast-collage img:first-child { grid-row: 1 / 3; }
.coast-copy { display: grid; grid-template-columns: 1.1fr 1fr; gap: 30px 70px; margin-top: 45px; }
.coast-copy strong { color: #082f3d; font-family: "Manrope", sans-serif; font-size: 1.35rem; line-height: 1.45; }
.coast-copy small { grid-column: 1 / -1; color: #61777d; }

.about-section { background: #fff; }
.captain-photo { position: relative; margin: 0; }
.captain-photo img { width: 100%; height: 690px; border-radius: 22px; object-fit: cover; }
.captain-photo figcaption { position: absolute; right: 25px; bottom: 25px; padding: 18px 23px; border-radius: 12px; background: #fff; box-shadow: 0 24px 70px rgba(5, 43, 55, .14); }
.captain-photo strong, .captain-photo span { display: block; }
.captain-photo span { color: #61777d; font-size: .8rem; }
.contact-inline { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 30px; color: #1a8998; font-weight: 800; }

.gallery-section { background: #0b4354; color: rgba(255,255,255,.73); }
.gallery-section h2, .gallery-section h3 { color: #fff; }
.gallery-grid { display: grid; width: 100%; height: 950px; min-width: 0; min-height: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-template-rows: repeat(3, minmax(0, 1fr)); gap: 15px; overflow: hidden; }
.gallery-item { overflow: hidden; padding: 0; border: 0; border-radius: 14px; background: #082f3d; cursor: zoom-in; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .5s; }
.gallery-item:hover img { transform: scale(1.04); filter: brightness(.8); }
.gallery-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 45px; }
.gallery-cta h3 { margin: 0; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-list details { border-top: 1px solid rgba(8, 47, 61, .14); }
.faq-list details:last-child { border-bottom: 1px solid rgba(8, 47, 61, .14); }
.faq-list summary { position: relative; padding: 25px 45px 25px 0; color: #082f3d; font-family: "Manrope", sans-serif; font-size: 1.08rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 22px; right: 5px; color: #1a8998; content: "+"; font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "\2212"; }
.faq-list details p { padding-right: 40px; color: #61777d; }

.booking-section { padding: 40px 0 0; background: #fff; }
.booking-box { display: grid; grid-template-columns: 1fr .55fr; align-items: center; gap: 45px 70px; padding: 70px; border-radius: 22px 22px 0 0; background: linear-gradient(120deg, #082f3d, #0c5b6a); color: rgba(255,255,255,.75); }
.booking-box h2 { color: #fff; }
.booking-action { text-align: center; }
.booking-fallback { margin-top: 15px; }
.booking-phone { display: block; margin-top: 16px; color: #fff; font-size: .88rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.booking-note { grid-column: 1 / -1; margin: 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.2); text-align: center; font-size: .92rem; }

.site-footer { padding: 80px 0 24px; background: #031f28; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .6fr; gap: 60px; }
.site-footer h3 { margin-bottom: 16px; color: #fff; font-size: 1rem; letter-spacing: 0; }
.site-footer a, .site-footer span { display: block; margin: 7px 0; }
.footer-brand .brand-mark { flex: 0 0 46px; }
.footer-brand .site-logo { width: 230px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.footer-bottom span { margin: 0; }

.lightbox { position: fixed; z-index: 1000; top: 0; right: 0; bottom: 0; left: 0; display: grid; align-items: center; justify-items: center; padding: 60px; background: rgba(1,20,26,.94); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 92vw; max-height: 86vh; border-radius: 12px; box-shadow: 0 24px 70px rgba(5, 43, 55, .14); }
.lightbox button { position: fixed; top: 20px; right: 28px; border: 0; background: transparent; color: #fff; font-size: 3rem; cursor: pointer; }
.reveal { opacity: 1; transform: none; }
.reveal.visible { animation: revealIn .7s ease both; }
@keyframes revealIn { from { opacity: .2; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
