:root {
  --prestige-ink: #101c2b;
  --prestige-deep: #162a3d;
  --prestige-ocean: #285c70;
  --prestige-mist: #b9c9ce;
  --prestige-pearl: #f5f4ef;
  --prestige-sand: #ded5c5;
  --prestige-copper: #b96f4c;
  --prestige-white: #fff;
  --prestige-shadow: 0 18px 45px rgba(16, 28, 43, .12);
  --prestige-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--prestige-ink); background: var(--prestige-pearl); font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 1.65; overflow-x: hidden; }
body.prestige-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--prestige-copper); outline-offset: 4px; }
.prestige-skip-link { position: fixed; top: -80px; left: 1rem; z-index: 2000; padding: .7rem 1rem; background: var(--prestige-white); color: var(--prestige-ink); }
.prestige-skip-link:focus { top: 1rem; }
.prestige-shell { width: min(calc(100% - 40px), var(--prestige-width)); margin-inline: auto; }
.prestige-site-header { position: fixed; inset: 0 0 auto; z-index: 1000; color: var(--prestige-white); transition: background .3s, box-shadow .3s; }
.prestige-site-header.prestige-inner-header, .prestige-site-header.prestige-header-scrolled { background: rgba(16, 28, 43, .97); box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.prestige-navigation-bar { min-height: 86px; display: flex; align-items: center; gap: 2rem; }
.prestige-brand-link { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; flex-shrink: 0; }
.prestige-brand-mark { width: 43px; height: 43px; object-fit: contain; }
.prestige-brand-name { max-width: 145px; font: 600 .9rem/1.15 Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.prestige-primary-navigation { margin-left: auto; }
.prestige-navigation-list { display: flex; align-items: center; gap: 1.55rem; padding: 0; margin: 0; list-style: none; }
.prestige-navigation-list a { font: 600 .73rem Arial, Helvetica, sans-serif; letter-spacing: .1em; text-transform: uppercase; text-decoration: none; }
.prestige-navigation-list a[aria-current="page"] { color: #e9aa86; }
.prestige-header-action { padding: .75rem 1rem; border: 1px solid rgba(255,255,255,.5); border-radius: 3px; font: 600 .7rem Arial, Helvetica, sans-serif; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.prestige-menu-toggle { display: none; width: 45px; height: 45px; margin-left: auto; border: 1px solid rgba(255,255,255,.4); border-radius: 3px; color: inherit; background: transparent; }
.prestige-menu-line { display: block; width: 20px; height: 1px; margin: 5px auto; background: currentColor; }
.prestige-button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.25rem; border: 1px solid var(--prestige-copper); border-radius: 3px; background: var(--prestige-copper); color: var(--prestige-white); font: 700 .75rem Arial, Helvetica, sans-serif; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; transition: transform .25s, background .25s; }
.prestige-button:hover { background: #9c593b; transform: translateY(-2px); }
.prestige-button-secondary { background: transparent; border-color: rgba(255,255,255,.55); }
.prestige-button-secondary:hover { background: rgba(255,255,255,.1); }
.prestige-hero { position: relative; min-height: 780px; display: flex; align-items: flex-end; color: var(--prestige-white); background: var(--prestige-ink) url('images/prestige-hero.webp') center/cover no-repeat; }
.prestige-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,17,28,.18), rgba(8,17,28,.28) 38%, rgba(8,17,28,.82) 100%); }
.prestige-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 7vw; padding: 170px 0 76px; }
.prestige-hero-note { padding: 1rem 0 1rem 1.2rem; border-left: 1px solid var(--prestige-copper); color: rgba(255,255,255,.75); font-size: .9rem; }
.prestige-hero-message { max-width: 690px; margin-left: auto; }
.prestige-eyebrow { margin: 0 0 1.2rem; color: var(--prestige-copper); font: 700 .73rem Arial, Helvetica, sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.prestige-hero-title, .prestige-page-title, .prestige-section-title { margin: 0; font-family: "Palatino Linotype", Palatino, Georgia, serif; font-weight: 400; letter-spacing: -.025em; line-height: .98; }
.prestige-hero-title { font-size: clamp(3.2rem, 7vw, 6.6rem); }
.prestige-hero-copy { max-width: 580px; margin: 1.5rem 0 2rem; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.prestige-button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.prestige-benefit-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); width: min(calc(100% - 40px), var(--prestige-width)); margin: -1px auto 0; background: var(--prestige-white); box-shadow: var(--prestige-shadow); }
.prestige-benefit-item { padding: 1.4rem 1.7rem; border-right: 1px solid var(--prestige-sand); }
.prestige-benefit-item:last-child { border: 0; }
.prestige-benefit-item strong { display: block; margin-bottom: .25rem; font-family: "Palatino Linotype", Palatino, Georgia, serif; font-size: 1.2rem; font-weight: 400; }
.prestige-benefit-item span { color: #65727b; font-size: .85rem; }
.prestige-section { position: relative; padding: 110px 0; }
.prestige-section-muted { background: #e9edeb; }
.prestige-section-dark { background: var(--prestige-ink); color: var(--prestige-white); }
.prestige-section-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: start; }
.prestige-section-title { max-width: 760px; font-size: clamp(2.5rem, 4.5vw, 4.8rem); }
.prestige-lead-copy { margin: 0; color: #52616a; font-size: 1.08rem; }
.prestige-section-dark .prestige-lead-copy { color: #c3ced1; }
.prestige-route-line { position: absolute; top: 0; left: max(20px, calc((100vw - var(--prestige-width)) / 2)); height: 74px; border-left: 1px solid var(--prestige-copper); }
.prestige-route-line::after { content: ""; position: absolute; left: -4px; bottom: 0; width: 7px; height: 7px; border: 1px solid var(--prestige-copper); border-radius: 50%; background: inherit; }
.prestige-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin-top: 3.5rem; }
.prestige-cruise-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; border-radius: 4px; background: var(--prestige-white); box-shadow: 0 14px 32px rgba(16,28,43,.1); }
.prestige-card-image-wrap { position: relative; min-height: 245px; background: linear-gradient(145deg, #516d78, #132b3d); overflow: hidden; }
.prestige-card-image { width: 100%; height: 245px; object-fit: cover; transition: transform .5s; }
.prestige-cruise-card:hover .prestige-card-image { transform: scale(1.035); }
.prestige-card-region { position: absolute; inset: 1rem auto auto 1rem; padding: .45rem .65rem; background: rgba(16,28,43,.84); color: white; font: 700 .67rem Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.prestige-card-body { display: flex; flex: 1; flex-direction: column; padding: 1.55rem; }
.prestige-card-title { margin: 0 0 .65rem; font: 400 1.65rem/1.1 "Palatino Linotype", Palatino, Georgia, serif; }
.prestige-card-meta { margin: 0 0 .8rem; color: var(--prestige-copper); font: 700 .72rem Arial, Helvetica, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.prestige-card-description { margin: 0 0 .85rem; color: #59676f; font-size: .92rem; }
.prestige-card-stops { margin: 0 0 1rem; color: #46545c; font-size: .82rem; }
.prestige-card-fare { margin: auto 0 1.1rem; padding-top: .5rem; font-weight: 700; }
.prestige-service-grid, .prestige-value-grid, .prestige-onboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 3.5rem; background: rgba(185,201,206,.35); }
.prestige-service-column, .prestige-value-card, .prestige-onboard-card { padding: 2rem; background: var(--prestige-pearl); }
.prestige-service-number, .prestige-step-number { color: var(--prestige-copper); font: 700 .72rem Arial, Helvetica, sans-serif; letter-spacing: .12em; }
.prestige-service-column h3, .prestige-value-card h3, .prestige-onboard-card h3, .prestige-step-card h3 { margin: 1.3rem 0 .7rem; font: 400 1.45rem/1.15 "Palatino Linotype", Palatino, Georgia, serif; }
.prestige-service-column p, .prestige-value-card p, .prestige-onboard-card p, .prestige-step-card p { margin: 0; color: #5c6970; font-size: .91rem; }
.prestige-onboard-feature { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: center; }
.prestige-editorial-panel { min-height: 500px; padding: 4rem; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 4px; background: linear-gradient(145deg, rgba(28,74,91,.22), rgba(16,28,43,.93)), url('images/prestige-hero.webp') left center/cover; }
.prestige-editorial-quote { max-width: 620px; margin: 0; font: 400 clamp(2rem,4vw,4.1rem)/1.05 "Palatino Linotype", Palatino, Georgia, serif; }
.prestige-feature-list { padding: 0; margin: 2rem 0 0; list-style: none; }
.prestige-feature-list li { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.prestige-step-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3.5rem; }
.prestige-step-card { padding-top: 1.5rem; border-top: 1px solid var(--prestige-copper); }
.prestige-cta-panel { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 3rem; padding: 4.5rem; border-radius: 4px; background: var(--prestige-deep); color: var(--prestige-white); }
.prestige-cta-panel .prestige-section-title { font-size: clamp(2.4rem,4.5vw,4.5rem); }
.prestige-cta-action { text-align: right; }
.prestige-page-hero { padding: 190px 0 100px; background: linear-gradient(120deg, var(--prestige-ink), #244b5d); color: var(--prestige-white); }
.prestige-page-hero-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; }
.prestige-page-title { max-width: 790px; font-size: clamp(3.2rem,6vw,6.4rem); }
.prestige-page-summary { margin: 0; color: #c5d0d2; }
.prestige-content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: start; }
.prestige-prose h2, .prestige-prose h3 { font-family: "Palatino Linotype", Palatino, Georgia, serif; font-weight: 400; line-height: 1.15; }
.prestige-prose h2 { font-size: 2.3rem; }
.prestige-prose h3 { margin-top: 2rem; font-size: 1.5rem; }
.prestige-prose p { color: #53616a; }
.prestige-filter-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2rem; }
.prestige-filter-button { padding: .65rem .9rem; border: 1px solid #9aa8ac; border-radius: 30px; background: transparent; color: var(--prestige-ink); font: 700 .7rem Arial, Helvetica, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.prestige-filter-button.prestige-filter-active { background: var(--prestige-ink); color: white; }
.prestige-catalog-note, .prestige-notice { margin-top: 2.5rem; padding: 1.3rem 1.5rem; border-left: 3px solid var(--prestige-copper); background: #e6ebe9; color: #4e5c64; font-size: .9rem; }
.prestige-service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.prestige-service-detail { padding: 2.4rem; border-top: 2px solid var(--prestige-copper); background: var(--prestige-white); box-shadow: var(--prestige-shadow); }
.prestige-service-detail h2 { margin: 0 0 .7rem; font: 400 1.7rem "Palatino Linotype", Palatino, Georgia, serif; }
.prestige-contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; }
.prestige-contact-panel { position: sticky; top: 120px; padding: 2.3rem; background: var(--prestige-ink); color: var(--prestige-white); }
.prestige-contact-email { overflow-wrap: anywhere; color: #e6b194; }
.prestige-contact-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.prestige-form-field { min-width: 0; }
.prestige-form-field-wide { grid-column: 1 / -1; }
.prestige-form-field label { display: block; margin-bottom: .45rem; font: 700 .75rem Arial, Helvetica, sans-serif; letter-spacing: .06em; }
.prestige-form-field input, .prestige-form-field select, .prestige-form-field textarea { width: 100%; padding: .85rem .9rem; border: 1px solid #9da9aa; border-radius: 2px; background: var(--prestige-white); color: var(--prestige-ink); }
.prestige-form-field textarea { min-height: 145px; resize: vertical; }
.prestige-form-field input[aria-invalid="true"], .prestige-form-field textarea[aria-invalid="true"] { border-color: #a64135; }
.prestige-field-error { min-height: 1.3em; margin: .3rem 0 0; color: #9c342a; font-size: .78rem; }
.prestige-consent-row { display: flex; align-items: flex-start; gap: .7rem; }
.prestige-consent-row input { width: auto; margin-top: .35rem; }
.prestige-form-status { grid-column: 1 / -1; min-height: 1.5rem; padding: 0; color: #286b4d; }
.prestige-legal-content { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.prestige-legal-content h2 { margin-top: 3rem; font: 400 2rem "Palatino Linotype", Palatino, Georgia, serif; }
.prestige-legal-content p, .prestige-legal-content li { color: #53616a; }
.prestige-site-footer { padding: 70px 0 24px; background: #0b1623; color: #c5ced1; }
.prestige-footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 4rem; }
.prestige-footer-brand { display: flex; align-items: center; gap: .9rem; color: white; }
.prestige-footer-description { max-width: 460px; }
.prestige-footer-heading { color: white; font: 700 .72rem Arial, Helvetica, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.prestige-footer-navigation { padding: 0; list-style: none; }
.prestige-footer-navigation li { margin: .45rem 0; }
.prestige-footer-navigation a { text-decoration: none; }
.prestige-footer-email { overflow-wrap: anywhere; color: #e4a782; }
.prestige-footer-age-notice { display: flex; align-items: center; gap: .8rem; margin-top: 2rem; color: #e8edef; font-size: .82rem; letter-spacing: .02em; }
.prestige-footer-age-badge { display: inline-grid; width: 2.8rem; height: 2.8rem; flex: 0 0 2.8rem; place-items: center; border: 1px solid #e4a782; border-radius: 50%; color: #fff; font: 700 .9rem Arial, Helvetica, sans-serif; letter-spacing: .04em; }
.prestige-footer-legal { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.prestige-cookie-banner { position: fixed; z-index: 1500; right: 24px; bottom: 24px; width: min(calc(100% - 48px), 520px); padding: 1.4rem; border: 1px solid rgba(185,111,76,.45); border-radius: 4px; background: rgba(16,28,43,.98); color: var(--prestige-white); box-shadow: 0 22px 60px rgba(0,0,0,.3); }
.prestige-cookie-banner[hidden] { display: none; }
.prestige-cookie-content { display: grid; grid-template-columns: 1fr auto; gap: 1rem 1.5rem; align-items: end; }
.prestige-cookie-title { margin: 0 0 .35rem; font: 400 1.35rem/1.15 "Palatino Linotype", Palatino, Georgia, serif; }
.prestige-cookie-copy { margin: 0; color: #c5ced1; font-size: .84rem; }
.prestige-cookie-copy a { color: #e6ad8b; }
.prestige-cookie-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.prestige-cookie-button { min-height: 42px; padding: .65rem .85rem; border: 1px solid var(--prestige-copper); border-radius: 3px; background: var(--prestige-copper); color: var(--prestige-white); font: 700 .7rem Arial, Helvetica, sans-serif; letter-spacing: .07em; text-transform: uppercase; }
.prestige-cookie-button-secondary { background: transparent; border-color: rgba(255,255,255,.5); }
.prestige-reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s, transform .7s; }
.prestige-reveal.prestige-revealed { opacity: 1; transform: none; }
.prestige-card-hidden { display: none; }
@media (max-width: 980px) {
  .prestige-menu-toggle { display: block; }
  .prestige-header-action { display: none; }
  .prestige-primary-navigation { position: fixed; inset: 86px 0 0; display: none; padding: 2rem 20px; background: rgba(16,28,43,.99); }
  .prestige-primary-navigation.prestige-navigation-open { display: block; }
  .prestige-navigation-list { flex-direction: column; align-items: stretch; gap: 0; }
  .prestige-navigation-list a { display: block; padding: 1.2rem 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: .9rem; }
  .prestige-hero-layout, .prestige-page-hero-layout { grid-template-columns: 1fr; }
  .prestige-hero-note { display: none; }
  .prestige-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .prestige-service-grid, .prestige-value-grid, .prestige-onboard-grid { grid-template-columns: repeat(2,1fr); }
  .prestige-step-grid { grid-template-columns: repeat(2,1fr); }
  .prestige-onboard-feature, .prestige-contact-layout { grid-template-columns: 1fr; }
  .prestige-contact-panel { position: static; }
}
@media (max-width: 700px) {
  .prestige-shell { width: min(calc(100% - 30px), var(--prestige-width)); }
  .prestige-brand-name { font-size: .78rem; }
  .prestige-hero { min-height: 720px; background-position: 35% center; }
  .prestige-hero::before { background: linear-gradient(0deg, rgba(8,17,28,.94), rgba(8,17,28,.16) 76%); }
  .prestige-hero-layout { padding-bottom: 55px; }
  .prestige-benefit-strip { grid-template-columns: 1fr; width: calc(100% - 30px); }
  .prestige-benefit-item { border-right: 0; border-bottom: 1px solid var(--prestige-sand); }
  .prestige-section { padding: 80px 0; }
  .prestige-section-intro, .prestige-content-grid, .prestige-cta-panel { grid-template-columns: 1fr; gap: 2rem; }
  .prestige-card-grid, .prestige-service-grid, .prestige-value-grid, .prestige-onboard-grid, .prestige-step-grid, .prestige-service-detail-grid, .prestige-contact-form, .prestige-footer-grid { grid-template-columns: 1fr; }
  .prestige-editorial-panel { min-height: 420px; padding: 2rem; }
  .prestige-cta-panel { padding: 2.2rem; }
  .prestige-cta-action { text-align: left; }
  .prestige-page-hero { padding: 155px 0 75px; }
  .prestige-form-field-wide { grid-column: auto; }
  .prestige-form-status { grid-column: auto; }
  .prestige-footer-grid { gap: 2rem; }
  .prestige-cookie-banner { right: 15px; bottom: 15px; width: calc(100% - 30px); }
  .prestige-cookie-content { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .prestige-reveal { opacity: 1; transform: none; }
}
