:root {
    --background: #fff;
    --foreground: #07242f;
    --primary: #002533;
    --ocean-deep: #003546;
    --ocean: #007b8d;
    --gold: #d6a044;
    --sand: #f6edde;
    --muted: #f7f1e7;
    --muted-foreground: #48626d;
    --border: #ddd7cb;
    --whatsapp: #31b94a;
    --danger: #c0392b;
    --radius: .55rem;
    --shadow-soft: 0 18px 55px rgba(6, 32, 43, .12);
    --shadow-float: 0 12px 30px rgba(6, 32, 43, .25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--background); color: var(--foreground); font-family: Manrope, sans-serif; line-height: 1.5; }
body.has-dialog { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--primary); font-family: "Cormorant Garamond", serif; font-weight: 600; line-height: 1.1; }
h1 { font-size: clamp(3rem, 7vw, 6rem); }
h2 { font-size: clamp(2.35rem, 4.2vw, 3rem); }
h3 { font-size: 1.55rem; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
[hidden] { display: none !important; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.icon--large { width: 2rem; height: 2rem; }
.container { width: min(100% - 2rem, 80rem); margin-inline: auto; }
.container--narrow { width: min(100% - 2rem, 48rem); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(221, 215, 203, .65); background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px); }
.site-header__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; width: min(100% - 2rem, 80rem); height: 4.5rem; margin: auto; }
.site-logo { display: flex; min-width: 0; align-items: center; gap: .55rem; color: var(--primary); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 700; }
.site-logo em { color: var(--ocean); font-style: normal; }
.site-logo__mark { display: grid; width: 2.25rem; height: 2.25rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--ocean); color: #fff; }
.site-logo--light { color: #fff; }
.site-nav--desktop { display: none; align-items: center; gap: 1.8rem; font-size: .88rem; font-weight: 700; }
.site-nav--desktop > a:not(.button):hover, .site-nav--desktop > a.is-active { color: var(--ocean); }
.menu-button { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; border: 1px solid var(--border); border-radius: var(--radius); background: var(--sand); cursor: pointer; }
.menu-button span { display: grid; place-items: center; }
.site-nav--mobile { padding: 1rem; border-top: 1px solid var(--border); background: #fff; }
.site-nav--mobile > a:not(.button) { display: block; min-height: 3rem; padding: .75rem .5rem; border-bottom: 1px solid var(--border); font-weight: 700; }
.site-nav--mobile .button { width: 100%; margin-top: .75rem; }

.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .55rem; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: var(--radius); font-size: .9rem; font-weight: 700; text-align: center; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 3rem; padding-inline: 1.15rem; }
.button--primary { background: var(--primary); color: #fff; }
.button--primary:hover { background: var(--ocean-deep); }
.button--gold { background: var(--gold); color: var(--primary); }
.button--gold:hover { background: #e1af52; }
.button--light { background: #fff; color: var(--primary); }
.button--outline { border-color: var(--primary); background: transparent; color: var(--primary); }
.button--outline:hover { background: var(--primary); color: #fff; }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.text-link { display: inline-flex; align-items: center; gap: .35rem; color: var(--primary); font-size: .9rem; font-weight: 700; }
.text-link:hover { color: var(--ocean); }

.hero { position: relative; display: flex; min-height: 92svh; align-items: flex-end; overflow: hidden; padding-top: 4.5rem; }
.hero__image, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; }
.hero__overlay { background: linear-gradient(90deg, rgba(5, 33, 45, .8), rgba(5, 33, 45, .18)); }
.hero__content { position: relative; padding-block: 8rem 3.5rem; color: #fff; }
.hero h1 { max-width: 48rem; margin-bottom: 0; color: #fff; font-weight: 600; letter-spacing: -.03em; }
.hero__lead { max-width: 36rem; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.88); font-size: 1rem; line-height: 1.75; }
.hero__trust { margin: 1.6rem 0 0; color: rgba(255,255,255,.78); font-size: .76rem; font-weight: 700; }
.hero__trust i { padding-inline: .45rem; color: var(--gold); font-style: normal; }
.eyebrow { margin-bottom: .75rem; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--gold { display: flex; align-items: center; gap: .45rem; }

.section { padding: 5rem 0; }
.section--sand { background: var(--sand); }
.section--primary { background: var(--primary); }
.section--ocean { background: var(--ocean-deep); }
.section-heading { max-width: 42rem; margin: 0 auto 2.5rem; text-align: center; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child:not(.eyebrow) { margin: 1rem 0 0; color: var(--muted-foreground); line-height: 1.75; }
.section-heading--light h2 { color: #fff; }
.section-action { margin-top: 2.5rem; text-align: center; }

.benefits-grid { display: grid; overflow: hidden; gap: 1px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--border); }
.benefit-card { padding: 1.5rem; background: #fff; }
.benefit-card > .icon { color: var(--ocean); }
.benefit-card h3 { margin: 1.5rem 0 .7rem; }
.benefit-card p { margin: 0; color: var(--muted-foreground); font-size: .88rem; line-height: 1.7; }

.fleet-stack { display: grid; gap: 2rem; }
.featured-yacht { display: grid; overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.featured-yacht__media { position: relative; min-height: 20rem; }
.featured-yacht__media img { width: 100%; height: 100%; object-fit: cover; }
.media-badge { position: absolute; top: 1rem; left: 1rem; display: inline-flex; align-items: center; gap: .35rem; padding: .45rem .7rem; border-radius: 999px; background: rgba(255,255,255,.94); color: var(--primary); font-size: .7rem; font-weight: 700; }
.media-badge .icon { width: 1rem; height: 1rem; color: var(--ocean); }
.featured-yacht__content { align-self: center; padding: 2rem; }
.featured-yacht__content h3 { margin: 0 0 1rem; font-size: clamp(2.2rem, 4vw, 3rem); }
.featured-yacht__content > p:not(.eyebrow):not(.hourly-rate) { color: var(--muted-foreground); line-height: 1.75; }
.yacht-facts { display: flex; flex-wrap: wrap; gap: .65rem 1rem; margin: 1.25rem 0 0; padding: 0; color: var(--primary); font-size: .8rem; font-weight: 700; list-style: none; }
.yacht-facts li { display: inline-flex; align-items: center; gap: .35rem; }
.yacht-facts .icon { width: 1rem; height: 1rem; color: var(--ocean); }
.hourly-rate { display: flex; flex-direction: column; gap: .2rem; margin: 1.5rem 0; padding: 1rem 0; border-block: 1px solid var(--border); }
.hourly-rate span { color: var(--muted-foreground); font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hourly-rate strong { color: var(--primary); font-family: "Cormorant Garamond", serif; font-size: 1.55rem; }
.hourly-rate del, .catalog-rate del { color: var(--muted-foreground); font-size: .76rem; }

.experience-grid { display: grid; gap: 1.25rem; }
.experience-card { position: relative; min-height: 25rem; overflow: hidden; border-radius: var(--radius); background: var(--primary); }
.experience-card::after { position: absolute; inset: 20% 0 0; background: linear-gradient(transparent, rgba(4,29,40,.9)); content: ""; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.experience-card:hover img { transform: scale(1.05); }
.experience-card > div { position: absolute; inset: auto 0 0; z-index: 1; padding: 1.5rem; color: #fff; }
.experience-card > div > .icon { color: var(--gold); }
.experience-card h3 { margin: 1rem 0 .7rem; color: #fff; }
.experience-card p { margin: 0; color: rgba(255,255,255,.82); font-size: .86rem; line-height: 1.7; }

.steps-grid { display: grid; gap: 2rem; }
.step { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.25); }
.step > span { color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 3rem; font-weight: 600; }
.step h3 { margin: 1.4rem 0 .7rem; color: #fff; }
.step p { margin: 0; color: rgba(255,255,255,.72); font-size: .86rem; line-height: 1.7; }

.quote-layout { display: grid; gap: 3rem; }
.quote-copy { color: #fff; }
.quote-copy h2 { margin-bottom: 1rem; color: #fff; }
.quote-copy > p:not(.eyebrow) { max-width: 29rem; color: rgba(255,255,255,.72); line-height: 1.75; }
.direct-contact { display: flex; align-items: center; gap: 1rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.16); }
.direct-contact > .icon { color: var(--gold); }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: rgba(255,255,255,.62); font-size: .75rem; }
.quote-form { display: grid; gap: 1.2rem; padding: 1.25rem; border-radius: var(--radius); background: #fff; }
.quote-form label { display: grid; gap: .45rem; color: var(--primary); font-size: .82rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #c7d1d5; border-radius: .35rem; background: #fff; color: var(--foreground); font-weight: 400; }
.quote-form input, .quote-form select { height: 2.9rem; padding: 0 .8rem; }
.quote-form textarea { padding: .8rem; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--ocean); outline: 2px solid rgba(0,123,141,.18); }
.quote-form [aria-invalid="true"] { border-color: var(--danger); }
.form-error { margin: 0; color: var(--danger); font-size: .85rem; font-weight: 700; }

.gallery-grid { display: grid; grid-auto-rows: 13rem; gap: .75rem; }
.gallery-card { position: relative; overflow: hidden; padding: 0; border: 0; border-radius: .4rem; background: var(--primary); cursor: pointer; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card span { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; padding: .75rem 1rem; background: rgba(4,29,40,.8); color: #fff; font-size: .82rem; font-weight: 700; }
.gallery-card span .icon { width: 1rem; height: 1rem; }
.lightbox { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 1rem; background: rgba(2,16,22,.95); }
.lightbox > img { max-width: 100%; max-height: 85vh; border-radius: var(--radius); object-fit: contain; }
.lightbox__close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 3rem; height: 3rem; place-items: center; border: 0; border-radius: var(--radius); background: #fff; cursor: pointer; }

.faq-list { border-block: 1px solid var(--border); }
.faq-list details + details { border-top: 1px solid var(--border); }
.faq-list summary { display: flex; min-height: 4rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; color: var(--primary); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { flex: 0 0 auto; color: var(--ocean); transition: transform .2s ease; }
.faq-list details[open] summary .icon { transform: rotate(180deg); }
.faq-list details p { padding: 0 2rem 1.5rem 0; color: var(--muted-foreground); line-height: 1.75; }

.final-cta { position: relative; display: flex; min-height: 34rem; align-items: center; justify-content: center; overflow: hidden; padding: 6rem 1rem; text-align: center; }
.final-cta > img, .final-cta__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > img { object-fit: cover; }
.final-cta__overlay { background: rgba(5,33,45,.65); }
.final-cta__content { position: relative; max-width: 48rem; color: #fff; }
.final-cta h2 { margin-bottom: 1rem; color: #fff; font-size: clamp(3rem, 6vw, 4rem); }
.final-cta__content > p:not(.eyebrow) { max-width: 37rem; margin: 0 auto 2rem; color: rgba(255,255,255,.82); line-height: 1.75; }

.site-footer { padding: 3.5rem 0 1.5rem; background: var(--primary); color: #fff; }
.footer-grid { display: grid; gap: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-grid > div:first-child > p { margin: 1rem 0 0; color: rgba(255,255,255,.65); font-size: .85rem; }
.footer-heading { color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-pending { display: block; margin-top: .75rem; color: rgba(255,255,255,.72); font-size: .84rem; }
.footer-contact { display: flex !important; align-items: center; gap: .4rem; color: #fff !important; font-weight: 700; }
.footer-pending { cursor: default; }
.copyright { margin-block: 1.5rem 0; color: rgba(255,255,255,.5); font-size: .7rem; }
.whatsapp-float { position: fixed; inset: auto 0 0; z-index: 49; display: flex; min-height: 4rem; align-items: center; justify-content: center; gap: .55rem; background: var(--whatsapp); color: #fff; font-weight: 700; box-shadow: var(--shadow-float); }

.page-hero { position: relative; display: flex; min-height: 31rem; align-items: flex-end; overflow: hidden; padding-top: 4.5rem; }
.page-hero > img, .page-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero > img { object-fit: cover; }
.page-hero__overlay { background: linear-gradient(90deg, rgba(5,33,45,.86), rgba(5,33,45,.3)); }
.page-hero__content { position: relative; padding-block: 7rem 4.5rem; color: #fff; }
.page-hero h1 { max-width: 48rem; margin-bottom: 1rem; color: #fff; }
.page-hero__content > p:last-child { max-width: 40rem; color: rgba(255,255,255,.84); font-size: 1.05rem; line-height: 1.75; }
.catalog-grid { display: grid; gap: 2rem; }
.yacht-card { overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.yacht-card__media { position: relative; height: 20rem; }
.yacht-card__media > button { width: 100%; height: 100%; padding: 0; border: 0; background: var(--primary); cursor: zoom-in; }
.yacht-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.yacht-card__media > button:hover img { transform: scale(1.03); }
.yacht-card__content { padding: 1.5rem; }
.yacht-card__content h2 { margin-bottom: 1rem; font-size: 2.5rem; }
.yacht-card__content > p:not(.eyebrow):not(.rate-note) { color: var(--muted-foreground); line-height: 1.75; }
.catalog-rate { display: flex; flex-direction: column; gap: .2rem; margin-top: 1.5rem; padding: 1rem 0; border-block: 1px solid var(--border); }
.catalog-rate span { color: var(--muted-foreground); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.catalog-rate strong { color: var(--primary); font-family: "Cormorant Garamond", serif; font-size: 1.75rem; }
.catalog-extra-rate { display: flex; flex-direction: column; gap: .2rem; margin: .9rem 0 0; padding: .8rem 1rem; border-left: 3px solid var(--gold); background: var(--muted); }
.catalog-extra-rate span { color: var(--muted-foreground); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.catalog-extra-rate strong { color: var(--primary); font-size: .88rem; }
.yacht-includes { margin-top: 1.5rem; }
.yacht-includes h3, .yacht-gallery-heading h3 { margin-bottom: .75rem; font-size: 1.25rem; }
.yacht-includes ul { display: grid; gap: .55rem; margin: 0; padding: 0; list-style: none; }
.yacht-includes li { display: flex; align-items: flex-start; gap: .45rem; color: var(--muted-foreground); font-size: .8rem; line-height: 1.5; }
.yacht-includes li .icon { width: 1rem; height: 1rem; flex: 0 0 auto; margin-top: .1rem; color: var(--ocean); stroke-width: 2.5; }
.yacht-notes { margin-top: 1.25rem; padding: 1rem; border-radius: .35rem; background: var(--sand); }
.yacht-notes p { margin: 0; color: var(--muted-foreground); font-size: .74rem; line-height: 1.55; }
.yacht-notes p + p { margin-top: .45rem; }
.yacht-gallery-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: 1.5rem; }
.yacht-gallery-heading h3 { margin-bottom: .65rem; }
.yacht-gallery-heading span { color: var(--muted-foreground); font-size: .72rem; font-weight: 700; }
.yacht-thumbnails { display: grid; grid-auto-columns: 5rem; grid-auto-flow: column; gap: .5rem; overflow-x: auto; padding: 0 0 .5rem; scroll-snap-type: x proximity; scrollbar-color: var(--border) transparent; }
.yacht-thumbnails button { width: 5rem; height: 4.2rem; overflow: hidden; padding: 0; border: 1px solid var(--border); border-radius: .3rem; background: var(--muted); cursor: zoom-in; scroll-snap-align: start; }
.yacht-thumbnails img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.yacht-thumbnails button:hover img { transform: scale(1.07); }
.rate-note { color: var(--muted-foreground); font-size: .78rem; line-height: 1.6; }
.yacht-card__content > .rate-note { margin: 1rem 0; }
.yacht-card__content > .button { width: 100%; }
.catalog-help { padding: 4rem 0; background: var(--ocean-deep); color: #fff; }
.catalog-help__inner { display: grid; align-items: center; gap: 2rem; }
.catalog-help h2 { margin-bottom: .75rem; color: #fff; }
.catalog-help p:last-child { margin-bottom: 0; color: rgba(255,255,255,.72); }

@media (min-width: 40rem) {
    .container { width: min(100% - 3rem, 80rem); }
    .hero { align-items: center; }
    .hero__content { padding-block: 8rem 7rem; }
    .hero__lead { font-size: 1.2rem; }
    .section { padding-block: 7rem; }
    .benefits-grid { grid-template-columns: repeat(2, 1fr); }
    .experience-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .quote-form { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 2rem; }
    .field-wide { grid-column: 1 / -1; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 17rem; }
    .gallery-card--tall { grid-row: span 2; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .whatsapp-float { inset: auto 1rem 5.5rem auto; width: 3.5rem; min-height: 3.5rem; border-radius: 50%; }
    .whatsapp-float span { display: none; }
    .catalog-help__inner { grid-template-columns: 1fr auto; }
}

@media (min-width: 64rem) {
    .site-nav--desktop { display: flex; }
    .menu-button, .site-nav--mobile { display: none !important; }
    .hero__content { padding-block: 9rem 7rem; }
    .benefits-grid { grid-template-columns: repeat(4, 1fr); }
    .benefit-card { padding: 2rem; }
    .featured-yacht { grid-template-columns: 1.15fr .85fr; }
    .featured-yacht__content { padding: 3.5rem; }
    .experience-grid { grid-template-columns: repeat(4, 1fr); }
    .steps-grid { grid-template-columns: repeat(4, 1fr); }
    .quote-layout { grid-template-columns: .75fr 1.25fr; gap: 5rem; }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 39.99rem) {
    body { padding-bottom: 4rem; }
    .hero .button-row, .featured-yacht .button-row { flex-direction: column; }
    .hero .button, .featured-yacht .button, .featured-yacht .text-link { width: 100%; }
    .featured-yacht .text-link { justify-content: center; min-height: 3rem; }
    .hero__overlay { background: linear-gradient(180deg, rgba(5,33,45,.28), rgba(5,33,45,.88)); }
    .site-logo { font-size: 1.15rem; }
    .section-heading { margin-bottom: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
