:root {
  --navy: #062b3e;
  --navy-deep: #031d2b;
  --navy-soft: #0d4a63;
  --blue: #1a7799;
  --sky: #dff3f6;
  --foam: #f3f8f7;
  --white: #fff;
  --coral: #ef765c;
  --coral-dark: #d85e48;
  --ink: #142d38;
  --muted: #647982;
  --line: #d9e4e6;
  --shadow: 0 24px 70px rgba(6, 43, 62, .13);
  --shell: min(1280px, calc(100% - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; line-height: 1.65; word-break: keep-all; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; background: var(--coral); color: #fff; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 92px; color: #fff; transition: background .25s, box-shadow .25s, height .25s; }
.site-header.scrolled, .site-header.open { height: 76px; background: rgba(3, 29, 43, .96); box-shadow: 0 9px 30px rgba(0, 0, 0, .13); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; flex: none; color: #fff; }
.brand-mark { width: 43px; height: 43px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.brand span { display: grid; line-height: 1; }
.brand b { font-size: 22px; font-weight: 900; letter-spacing: .08em; }
.brand small { margin-top: 6px; font-size: 8px; font-weight: 800; letter-spacing: .25em; color: rgba(255, 255, 255, .7); }
.primary-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); font-size: 15px; font-weight: 700; }
.primary-nav > a:not(.nav-cta) { position: relative; padding-block: 12px; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--coral); transition: right .25s; }
.primary-nav > a:not(.nav-cta):hover::after, .primary-nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta { display: flex; align-items: center; gap: 22px; padding: 13px 18px 13px 22px; border: 1px solid rgba(255, 255, 255, .38); border-radius: 999px; transition: background .2s, border-color .2s; }
.nav-cta:hover { background: var(--coral); border-color: var(--coral); }
.nav-cta span { font-size: 17px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 2px; margin: 5px auto; background: currentColor; transition: .2s; }

.hero { position: relative; min-height: 790px; height: 100svh; max-height: 940px; display: grid; align-items: center; color: #fff; overflow: hidden; background: var(--navy); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('/assets/img/yacht/olbusan-hero.png') 56% 50% / cover no-repeat; animation: hero-breathe 16s ease-in-out infinite alternate; }
.hero-shade { background: linear-gradient(90deg, rgba(2, 25, 38, .92) 0%, rgba(2, 28, 41, .72) 34%, rgba(3, 30, 43, .18) 68%, rgba(2, 24, 36, .12) 100%), linear-gradient(0deg, rgba(2, 25, 38, .62), transparent 34%); }
.hero-content { position: relative; z-index: 2; padding-top: 82px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 26px; color: rgba(255, 255, 255, .8); font-size: 11px; line-height: 1; font-weight: 800; letter-spacing: .26em; }
.eyebrow span { width: 36px; height: 1px; background: var(--coral); }
.eyebrow-dark { color: var(--blue); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(46px, 5.3vw, 76px); line-height: 1.18; letter-spacing: -.045em; font-weight: 500; text-shadow: 0 3px 24px rgba(0, 0, 0, .18); }
.hero h1 strong { color: #fff; font-weight: 900; }
.hero h1 strong::after { content: ""; display: inline-block; width: 13px; height: 13px; margin-left: 9px; border-radius: 50%; background: var(--coral); }
.hero-copy { margin: 28px 0 0; color: rgba(255, 255, 255, .8); font-size: 18px; line-height: 1.8; }
.hero-offer { width: fit-content; display: flex; align-items: center; gap: 14px; margin-top: 25px; padding: 10px 15px 10px 11px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(3, 29, 43, .44); box-shadow: 0 10px 30px rgba(0, 0, 0, .12); backdrop-filter: blur(8px); }
.hero-offer span { padding: 5px 9px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.hero-offer b { font-size: 14px; }
.hero-offer small { padding-left: 14px; border-left: 1px solid rgba(255, 255, 255, .25); color: rgba(255, 255, 255, .68); font-size: 10px; }
.hero-actions { display: flex; gap: 12px; margin-top: 42px; }
.button { display: inline-flex; min-height: 57px; padding: 0 25px; align-items: center; justify-content: center; gap: 35px; border: 0; border-radius: 4px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--coral); }
.button-primary:hover { background: var(--coral-dark); }
.button-ghost { color: #fff; border: 1px solid rgba(255, 255, 255, .45); background: rgba(255, 255, 255, .05); backdrop-filter: blur(5px); }
.button-ghost:hover { background: #fff; color: var(--navy); }
.button-coral { background: var(--coral); color: #fff; }
.button-coral:hover { background: #fff; color: var(--navy); }
.hero-points { display: flex; gap: 32px; margin-top: 54px; font-size: 13px; color: rgba(255, 255, 255, .78); }
.hero-points span { display: flex; align-items: center; gap: 7px; }
.hero-points i { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: rgba(239, 118, 92, .18); color: #ff9b82; font-size: 10px; font-style: normal; }
.hero-side { position: absolute; z-index: 2; right: 42px; top: 50%; display: flex; align-items: center; gap: 12px; transform: rotate(90deg) translateX(50%); transform-origin: right center; color: rgba(255, 255, 255, .6); font-size: 9px; letter-spacing: .24em; }
.hero-side i { display: block; width: 70px; height: 1px; background: rgba(255, 255, 255, .4); }
.scroll-hint { position: absolute; z-index: 2; left: 50%; bottom: 35px; display: grid; justify-items: center; gap: 8px; color: rgba(255, 255, 255, .55); font-size: 8px; font-weight: 800; letter-spacing: .25em; transform: translateX(-50%); }
.scroll-hint span { position: relative; display: block; width: 1px; height: 42px; overflow: hidden; background: rgba(255, 255, 255, .3); }
.scroll-hint span::after { content: ""; position: absolute; inset: -100% 0 auto; height: 100%; background: #fff; animation: scroll-line 2s infinite; }

.quick-book { position: relative; z-index: 5; margin-top: -1px; background: var(--navy); color: #fff; }
.quick-book-inner { display: grid; grid-template-columns: 1.14fr repeat(3, 1fr) 1.15fr; min-height: 132px; }
.quick-label, .quick-book-inner > a { min-width: 0; display: flex; align-items: center; border-right: 1px solid rgba(255, 255, 255, .11); }
.quick-label { gap: 20px; padding-right: 28px; }
.quick-label span { color: var(--coral); font-size: 9px; line-height: 1.5; font-weight: 900; letter-spacing: .2em; }
.quick-label b { font-size: 17px; line-height: 1.45; }
.quick-book-inner > a { position: relative; gap: 13px; padding: 0 24px; overflow: hidden; transition: background .2s; }
.quick-book-inner > a::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--coral); transition: height .25s; }
.quick-book-inner > a:hover::before { height: 100%; }
.quick-book-inner > a > * { position: relative; z-index: 1; }
.quick-book-inner > a i { position: relative; display: block; width: 34px; height: 34px; flex: none; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; }
.quick-book-inner > a i::before, .quick-book-inner > a i::after { content: ""; position: absolute; }
.quick-book-inner > a span { display: grid; min-width: 0; }
.quick-book-inner > a small { margin-bottom: 5px; color: rgba(255, 255, 255, .48); font-size: 8px; font-weight: 800; letter-spacing: .12em; transition: color .2s; }
.quick-book-inner > a strong { font-size: 14px; white-space: nowrap; }
.quick-book-inner > a > b { margin-left: auto; color: rgba(255, 255, 255, .55); font-size: 18px; }
.quick-book-inner > a:hover small { color: rgba(255, 255, 255, .78); }
.quick-book-inner > a.quick-group { border-right: 0; background: #0b3c51; }
.icon-sun::before { width: 9px; height: 9px; border: 1px solid #fff; border-radius: 50%; inset: 11px; box-shadow: 0 -8px 0 -4px #fff, 0 8px 0 -4px #fff, 8px 0 0 -4px #fff, -8px 0 0 -4px #fff; }
.icon-sunset::before { width: 14px; height: 7px; left: 9px; top: 9px; border: 1px solid #fff; border-bottom: 0; border-radius: 16px 16px 0 0; }
.icon-sunset::after { width: 18px; height: 1px; left: 7px; top: 20px; background: #fff; box-shadow: 3px 4px rgba(255, 255, 255, .6), -2px 7px rgba(255, 255, 255, .4); }
.icon-moon::before { width: 13px; height: 13px; left: 8px; top: 7px; border: 1px solid #fff; border-radius: 50%; }
.icon-moon::after { width: 13px; height: 13px; left: 13px; top: 4px; border-radius: 50%; background: var(--navy); transition: background .2s; }
.quick-book-inner > a:hover .icon-moon::after { background: var(--coral); }
.icon-people::before { width: 7px; height: 7px; left: 8px; top: 7px; border: 1px solid #fff; border-radius: 50%; box-shadow: 9px 2px 0 -1px #0b3c51, 9px 2px 0 0 #fff; }
.icon-people::after { width: 18px; height: 8px; left: 7px; bottom: 7px; border: 1px solid #fff; border-radius: 12px 12px 4px 4px; }
.quick-group:hover .icon-people::before { box-shadow: 9px 2px 0 -1px var(--coral), 9px 2px 0 0 #fff; }

.section { padding: 130px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 62px; }
.section-heading h2, .experience-copy h2, .group-copy h2, .booking-intro h2, .faq-heading h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 4.3vw, 56px); line-height: 1.25; letter-spacing: -.045em; }
.section-heading h2 em, .experience-copy h2 em, .group-copy h2 em, .booking-intro h2 em, .faq-heading h2 em { color: var(--blue); font-style: normal; font-weight: 900; }
.section-heading > p { max-width: 455px; margin: 0 0 8px; color: var(--muted); font-size: 16px; }
.section-heading.center { justify-content: center; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }

.programs { background: var(--foam); }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.program-card { overflow: hidden; background: #fff; box-shadow: 0 12px 35px rgba(6, 43, 62, .06); transition: transform .3s, box-shadow .3s; }
.program-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.program-photo { position: relative; height: 285px; overflow: hidden; background-image: linear-gradient(180deg, rgba(1, 27, 41, .05), rgba(1, 27, 41, .55)), url('/assets/img/yacht/olbusan-hero.png'); background-size: auto, 950px auto; }
.program-day .program-photo { background-position: center, 13% 54%; filter: saturate(.86) brightness(1.08); }
.program-sunset .program-photo { background-position: center, 77% 50%; }
.program-night .program-photo { background-position: center, 46% 50%; filter: brightness(.48) saturate(1.25) hue-rotate(-8deg); }
.program-night .program-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(20, 70, 112, .25), rgba(0, 3, 15, .6)); }
.program-photo span, .program-photo b, .program-photo i { position: absolute; z-index: 1; color: #fff; }
.program-photo span { left: 24px; top: 20px; padding-bottom: 6px; border-bottom: 2px solid var(--coral); font-size: 12px; font-weight: 800; }
.program-photo b { left: 24px; bottom: 18px; font-size: 38px; line-height: 1; letter-spacing: .02em; }
.program-photo i { right: 20px; top: 18px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--coral); font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .1em; }
.program-body { padding: 30px 30px 26px; }
.program-body > small { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.program-body h3 { margin: 7px 0 13px; color: var(--navy); font-size: 25px; line-height: 1.3; }
.program-body p { min-height: 80px; margin: 0; color: var(--muted); font-size: 14px; }
.program-body ul { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0 25px; padding: 0; list-style: none; }
.program-body li { padding: 5px 9px; border-radius: 3px; background: #edf5f5; color: #48646e; font-size: 10px; font-weight: 700; }
.program-body button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 17px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--navy); font-weight: 800; cursor: pointer; }
.program-body button span { color: var(--coral); font-size: 19px; transition: transform .2s; }
.program-body button:hover span { transform: translateX(5px); }
.program-note { margin: 22px 0 0; color: #839399; font-size: 12px; text-align: right; }

.fare { overflow: hidden; background: #fff; }
.fare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.fare-card { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 31px 27px 26px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 34px rgba(6, 43, 62, .055); transition: transform .25s, box-shadow .25s, border-color .25s; }
.fare-card:hover { transform: translateY(-6px); border-color: #bad5da; box-shadow: var(--shadow); }
.fare-card-featured { border-color: var(--coral); box-shadow: 0 14px 38px rgba(239, 118, 92, .13); }
.fare-card-featured > i { position: absolute; right: 18px; top: -12px; padding: 5px 10px; border-radius: 999px; background: var(--coral); color: #fff; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .14em; }
.fare-card-private { color: #fff; border-color: var(--navy); background: var(--navy); }
.fare-card-private:hover { border-color: var(--navy-soft); }
.fare-card-head { display: grid; gap: 7px; min-height: 66px; }
.fare-card-head span { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.fare-card-head b { color: var(--navy); font-size: 16px; line-height: 1.45; }
.fare-card-private .fare-card-head span { color: #74c6df; }
.fare-card-private .fare-card-head b { color: #fff; }
.fare-price { display: flex; align-items: flex-end; gap: 4px; margin: 27px 0 22px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.fare-price small { margin-right: auto; padding-bottom: 5px; color: var(--muted); font-size: 10px; }
.fare-price strong { color: var(--navy); font-size: clamp(30px, 2.45vw, 40px); line-height: 1; letter-spacing: -.045em; }
.fare-price em { color: var(--navy); font-size: 13px; font-style: normal; font-weight: 800; }
.fare-price-text { display: grid; align-content: end; min-height: 64px; }
.fare-price-text small { margin: 0; }
.fare-price-text strong { margin-top: 4px; color: #fff; font-size: 27px; letter-spacing: -.02em; }
.fare-card-private .fare-price { border-color: rgba(255, 255, 255, .15); }
.fare-card-private .fare-price small { color: rgba(255, 255, 255, .5); }
.fare-card dl { display: grid; gap: 10px; margin: 0 0 28px; }
.fare-card dl > div { display: flex; justify-content: space-between; gap: 12px; font-size: 11px; }
.fare-card dt { color: #8a9a9f; }
.fare-card dd { margin: 0; color: var(--navy); font-weight: 800; text-align: right; }
.fare-card-private dt { color: rgba(255, 255, 255, .46); }
.fare-card-private dd { color: rgba(255, 255, 255, .88); }
.fare-card button { width: 100%; display: flex; justify-content: space-between; margin-top: auto; padding: 14px 0 0; border: 0; border-top: 1px solid var(--line); background: transparent; color: var(--navy); font-size: 12px; font-weight: 900; cursor: pointer; }
.fare-card button span { color: var(--coral); font-size: 17px; }
.fare-card-private button { border-color: rgba(255, 255, 255, .15); color: #fff; }
.fare-notice { display: grid; grid-template-columns: auto 1fr; gap: 5px 18px; margin-top: 24px; padding: 20px 24px; border-left: 3px solid var(--blue); background: var(--foam); font-size: 12px; }
.fare-notice b { grid-row: 1 / 3; color: var(--navy); }
.fare-notice p, .fare-notice span { margin: 0; color: #526c75; }
.fare-notice span { font-size: 11px; color: #89999e; }
.course-card { display: grid; grid-template-columns: 285px 1fr; gap: 55px; margin-top: 65px; padding: 50px; color: #fff; background: var(--navy-deep); box-shadow: var(--shadow); }
.course-title .eyebrow { margin-bottom: 19px; color: #76bdd4; }
.course-title h3 { margin: 0; font-size: 28px; line-height: 1.35; }
.course-title > p:last-child { margin: 17px 0 0; color: rgba(255, 255, 255, .5); font-size: 11px; }
.course-route { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); align-items: start; margin: 12px 0 0; padding: 0; list-style: none; }
.course-route::before { content: ""; position: absolute; left: 7%; right: 7%; top: 19px; border-top: 1px dashed rgba(255, 255, 255, .35); }
.course-route li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 11px; text-align: center; }
.course-route li::before { content: ""; width: 9px; height: 9px; margin-top: 15px; border: 4px solid var(--navy-deep); border-radius: 50%; background: #74c6df; box-shadow: 0 0 0 1px rgba(255, 255, 255, .38); }
.course-route .course-point::before { width: 14px; height: 14px; margin-top: 13px; background: var(--coral); }
.course-route span { position: absolute; top: -12px; color: rgba(255, 255, 255, .38); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.course-route b { color: rgba(255, 255, 255, .85); font-size: 10px; line-height: 1.5; }
.course-point b { color: #fff; font-size: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 18px; border: 1px solid var(--line); background: var(--line); gap: 1px; }
.service-grid > div { min-width: 0; display: flex; align-items: center; gap: 17px; padding: 22px; background: #fff; }
.service-grid i { display: grid; width: 43px; height: 43px; flex: none; place-items: center; border-radius: 50%; background: #edf7f7; color: var(--blue); font-size: 13px; font-style: normal; font-weight: 900; }
.service-grid p { display: grid; gap: 3px; margin: 0; }
.service-grid b { color: var(--navy); font-size: 13px; }
.service-grid small { color: var(--muted); font-size: 10px; }

.experience { overflow: hidden; background: #fff; }
.experience-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(55px, 7vw, 110px); align-items: center; }
.experience-photo { position: relative; }
.experience-photo::before { content: ""; position: absolute; z-index: -1; width: 220px; height: 220px; right: -38px; bottom: -42px; border-radius: 50%; background: var(--sky); }
.experience-photo::after { content: ""; position: absolute; z-index: -1; width: 110px; height: 110px; left: -32px; top: -30px; border: 1px solid #c7e3e7; border-radius: 50%; }
.experience-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; border-radius: 0 76px 0 0; box-shadow: var(--shadow); }
.experience-photo > span { position: absolute; right: -22px; bottom: 30px; padding: 18px 22px; background: var(--coral); color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .2em; writing-mode: vertical-rl; }
.experience-photo > span b { color: var(--navy); }
.experience-copy .lead { margin: 28px 0 34px; color: var(--muted); font-size: 16px; }
.feature-list { display: grid; }
.feature-list > div { display: flex; gap: 22px; padding: 20px 0; border-top: 1px solid var(--line); }
.feature-list > div:last-child { border-bottom: 1px solid var(--line); }
.feature-list > div > span { color: var(--coral); font-size: 12px; font-weight: 900; }
.feature-list p { display: grid; gap: 4px; margin: 0; }
.feature-list b { color: var(--navy); font-size: 17px; }
.feature-list small { color: var(--muted); font-size: 13px; }

.group { position: relative; overflow: hidden; background: var(--navy-deep); color: #fff; }
.group::before { content: ""; position: absolute; width: 720px; height: 720px; right: -240px; top: -300px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255, 255, 255, .018), 0 0 0 180px rgba(255, 255, 255, .014); }
.group::after { content: "OCEANLINK"; position: absolute; left: -12px; bottom: -62px; color: rgba(255, 255, 255, .025); font-size: clamp(110px, 17vw, 250px); line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.group-inner { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.group-copy h2 { color: #fff; }
.group-copy h2 em { color: #fff; }
.group-copy > p:not(.eyebrow) { max-width: 530px; margin: 28px 0 38px; color: rgba(255, 255, 255, .68); }
.group-types { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .12); }
.group-types > div { min-height: 170px; padding: 28px; background: var(--navy-deep); transition: background .25s, transform .25s; }
.group-types > div:hover { position: relative; z-index: 1; background: var(--navy-soft); transform: scale(1.02); }
.group-types i { display: block; margin-bottom: 38px; color: var(--coral); font-size: 10px; font-style: normal; font-weight: 900; }
.group-types span { display: grid; gap: 5px; }
.group-types b { font-size: 19px; }
.group-types small { color: rgba(255, 255, 255, .55); font-size: 12px; }

.guide { background: var(--foam); }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 70px 0 60px; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; left: 12.5%; right: 12.5%; top: 53px; border-top: 1px dashed #afc9ce; }
.steps li { position: relative; display: grid; justify-items: center; text-align: center; }
.steps li > span { position: absolute; top: -19px; color: #a5b9bd; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.steps li > i { position: relative; z-index: 1; display: block; width: 106px; height: 106px; border: 1px solid #c5dadd; border-radius: 50%; background: var(--foam); transition: background .25s, border-color .25s; }
.steps li:hover > i { background: var(--navy); border-color: var(--navy); }
.steps li > i::before, .steps li > i::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); transition: border-color .25s, background .25s; }
.step-form::before { width: 28px; height: 35px; border: 2px solid var(--blue); border-radius: 2px; }
.step-form::after { width: 15px; height: 8px; border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue); transform: translate(-50%, -65%) rotate(-45deg) scaleX(-1); }
.step-call::before { width: 17px; height: 33px; border: 2px solid var(--blue); border-radius: 10px; transform: translate(-50%, -50%) rotate(-35deg); }
.step-call::after { width: 9px; height: 9px; border: 2px solid var(--blue); border-radius: 50%; box-shadow: -12px -9px 0 -3px var(--foam), 12px 9px 0 -3px var(--foam); }
.step-check::before { width: 38px; height: 28px; border: 2px solid var(--blue); border-radius: 2px; }
.step-check::after { width: 12px; height: 7px; border-left: 2px solid var(--blue); border-bottom: 2px solid var(--blue); transform: translate(-50%, -65%) rotate(-45deg); }
.step-yacht::before { width: 37px; height: 14px; border: 2px solid var(--blue); border-top: 0; border-radius: 0 0 18px 18px; transform: translate(-50%, 10%); }
.step-yacht::after { width: 2px; height: 34px; background: var(--blue); transform: translate(-50%, -75%); box-shadow: 8px 16px 0 -1px var(--blue); }
.steps li:hover > i::before, .steps li:hover > i::after { border-color: #fff; }
.steps li:hover .step-yacht::after { background: #fff; box-shadow: 8px 16px 0 -1px #fff; }
.steps h3 { margin: 20px 0 7px; color: var(--navy); font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 13px; }
.safety-banner { display: flex; align-items: center; gap: 22px; padding: 25px 30px; background: #fff; border-left: 4px solid var(--coral); box-shadow: 0 8px 30px rgba(6, 43, 62, .06); }
.safety-icon { display: grid; width: 43px; height: 43px; flex: none; place-items: center; border-radius: 50%; background: #fff0ec; color: var(--coral); font-size: 24px; font-weight: 300; }
.safety-banner > div { display: grid; gap: 3px; }
.safety-banner b { color: var(--navy); }
.safety-banner p { margin: 0; color: var(--muted); font-size: 13px; }
.safety-banner a { margin-left: auto; flex: none; color: var(--blue); font-size: 13px; font-weight: 800; }
.safety-banner a span { margin-left: 12px; color: var(--coral); }
.boarding-guide { display: grid; grid-template-columns: .6fr 1.4fr; gap: 55px; margin-top: 65px; padding-top: 58px; border-top: 1px solid #cadcde; }
.boarding-guide-title h3 { margin: 0; color: var(--navy); font-size: 30px; line-height: 1.35; }
.boarding-guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: #d7e3e4; border: 1px solid #d7e3e4; }
.boarding-guide-grid > div { min-width: 0; display: flex; gap: 14px; padding: 20px; background: #fff; }
.boarding-guide-grid > div > span { color: var(--coral); font-size: 9px; font-weight: 900; }
.boarding-guide-grid p { display: grid; gap: 4px; margin: 0; }
.boarding-guide-grid b { color: var(--navy); font-size: 13px; }
.boarding-guide-grid small { color: var(--muted); font-size: 10px; }

.booking { position: relative; overflow: hidden; padding: 140px 0; color: #fff; background: var(--navy); }
.booking::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: radial-gradient(circle at 20% 20%, #fff 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 54%); }
.booking-shell { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 7vw, 100px); align-items: start; }
.booking-intro { position: sticky; top: 115px; padding-top: 28px; }
.booking-intro h2 { color: #fff; }
.booking-intro h2 em { color: #fff; }
.booking-intro > p:not(.eyebrow) { margin: 28px 0 42px; color: rgba(255, 255, 255, .66); }
.booking-intro dl { margin: 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.booking-intro dl > div { display: grid; grid-template-columns: 100px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.booking-intro dt { color: rgba(255, 255, 255, .48); font-size: 12px; }
.booking-intro dd { margin: 0; font-size: 14px; font-weight: 700; }
.booking-intro dd small { color: rgba(255, 255, 255, .45); font-weight: 400; }
.booking-card { position: relative; min-height: 770px; padding: 45px 50px 42px; background: #fff; color: var(--ink); box-shadow: 0 30px 80px rgba(0, 0, 0, .22); }
.booking-tabs { display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 40px; border-bottom: 1px solid var(--line); }
.booking-tabs button { position: relative; padding: 0 8px 17px; border: 0; background: transparent; color: #87969c; font-size: 17px; font-weight: 800; cursor: pointer; }
.booking-tabs button::after { content: ""; position: absolute; left: 50%; right: 50%; bottom: -1px; height: 3px; background: var(--coral); transition: left .2s, right .2s; }
.booking-tabs button.active { color: var(--navy); }
.booking-tabs button.active::after { left: 0; right: 0; }
.form-panel, .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 20px; }
.form-panel[hidden] { display: none; }
.field { display: grid; gap: 8px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
.field label, .field legend { color: #35515c; font-size: 12px; font-weight: 800; }
.field label b { color: var(--coral); }
.field input, .field select, .field textarea { width: 100%; min-height: 49px; padding: 11px 13px; color: var(--ink); background: #f7faf9; border: 1px solid #dce6e6; border-radius: 3px; outline: 0; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 104px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(26, 119, 153, .1); }
.field input.invalid, .field select.invalid { border-color: #d94d42; }
.counter { display: grid; grid-template-columns: 43px 1fr 43px; min-height: 49px; border: 1px solid #dce6e6; border-radius: 3px; background: #f7faf9; overflow: hidden; }
.counter button { border: 0; background: transparent; color: var(--blue); font-size: 20px; cursor: pointer; }
.counter input { min-height: auto; padding: 0; border: 0; border-left: 1px solid #e3e9e9; border-right: 1px solid #e3e9e9; text-align: center; }
.counter input::-webkit-inner-spin-button { display: none; }
.option-field { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; border: 0; }
.option-field legend { width: 100%; margin-bottom: 1px; }
.option-field legend small { font-weight: 400; color: #8b9b9f; }
.option-field label { display: block; cursor: pointer; }
.option-field input { position: absolute; opacity: 0; pointer-events: none; }
.option-field span { display: block; padding: 8px 13px; border: 1px solid #dce6e6; border-radius: 999px; color: #647982; background: #fff; font-size: 11px; }
.option-field input:checked + span { border-color: var(--blue); color: var(--blue); background: #eef8f9; }
.form-divider { display: flex; align-items: center; gap: 15px; margin: 34px 0 24px; color: var(--navy); font-size: 13px; font-weight: 900; }
.form-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.price-estimate { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; padding: 17px 19px; border: 1px solid #cfe2e4; border-radius: 3px; background: #f0f8f8; }
.price-estimate > span { flex: none; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .05em; }
.price-estimate > div { display: grid; gap: 2px; text-align: right; }
.price-estimate strong { color: var(--navy); font-size: 18px; }
.price-estimate small { color: #778b92; font-size: 9px; }
.price-estimate.group-quote { border-color: #edd9d3; background: #fff4f1; }
.price-estimate.group-quote > span { color: var(--coral-dark); }
.consent { display: flex; align-items: flex-start; gap: 10px; margin-top: 22px; color: #6d7f85; font-size: 11px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--blue); }
.consent b { color: var(--coral); }
.consent button { padding: 0; border: 0; border-bottom: 1px solid #9aabab; background: transparent; color: #506870; font-size: inherit; cursor: pointer; }
.form-error { margin-top: 17px; padding: 11px 13px; border-radius: 3px; background: #fff0ee; color: #b74338; font-size: 12px; }
.submit-button { width: 100%; min-height: 60px; display: flex; align-items: center; justify-content: space-between; margin-top: 21px; padding: 0 23px; border: 0; border-radius: 3px; background: var(--coral); color: #fff; font-weight: 900; cursor: pointer; transition: background .2s, opacity .2s; }
.submit-button:hover { background: var(--coral-dark); }
.submit-button:disabled { opacity: .62; cursor: wait; }
.submit-button b { font-size: 20px; }
.form-caption { margin: 12px 0 0; color: #93a0a4; font-size: 10px; text-align: center; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.booking-success { position: absolute; inset: 0; display: grid; align-content: center; justify-items: center; padding: 50px; text-align: center; background: #fff; }
.booking-success[hidden] { display: none; }
.booking-success > span { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; background: #e9f6f3; color: #16876b; font-size: 29px; }
.booking-success p { margin: 25px 0 2px; color: var(--navy); font-size: 21px; font-weight: 900; }
.booking-success h3 { margin: 5px 0 15px; color: var(--coral); font-size: 18px; letter-spacing: .08em; }
.booking-success small { max-width: 390px; color: var(--muted); font-size: 13px; }
.booking-success button { margin-top: 30px; padding: 11px 18px; border: 1px solid var(--navy); border-radius: 3px; background: #fff; color: var(--navy); font-weight: 800; cursor: pointer; }

.faq { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading > p:last-child { margin: 25px 0 0; color: var(--muted); font-size: 14px; }
.accordion { border-top: 2px solid var(--navy); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 27px 4px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item > button span { display: flex; gap: 16px; font-weight: 800; }
.faq-item > button b { color: var(--coral); }
.faq-item > button i { position: relative; width: 18px; height: 18px; flex: none; }
.faq-item > button i::before, .faq-item > button i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1px; background: var(--navy); transform: translate(-50%, -50%); transition: transform .2s; }
.faq-item > button i::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item > button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s; }
.faq-item > div p { overflow: hidden; margin: 0; padding: 0 44px; color: var(--muted); font-size: 13px; transition: padding .25s; }
.faq-item.open > div { grid-template-rows: 1fr; }
.faq-item.open > div p { padding-top: 0; padding-bottom: 27px; }

.site-footer { padding: 70px 0 42px; background: var(--navy-deep); color: rgba(255, 255, 255, .58); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 45px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.brand-footer { color: #fff; }
.footer-top > p { margin: 0; font-size: 13px; }
.footer-book { display: flex; align-items: center; gap: 45px; padding: 14px 18px; border: 1px solid rgba(255, 255, 255, .24); color: #fff; font-size: 13px; font-weight: 800; }
.footer-book span { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; gap: 45px; padding-top: 36px; font-size: 11px; }
.footer-bottom p { margin: 0 0 7px; }
.footer-bottom b { margin-right: 11px; color: rgba(255, 255, 255, .85); }
.footer-bottom small { color: rgba(255, 255, 255, .36); }
.footer-bottom > div:last-child { display: grid; grid-template-columns: auto auto; gap: 10px 24px; justify-items: end; align-content: start; }
.footer-bottom > div:last-child a { color: rgba(255, 255, 255, .8); }
.footer-bottom > div:last-child p { grid-column: 1 / -1; }
.business-note { color: #f0b6aa; }
.mobile-bar { display: none; }

.privacy-dialog { width: min(580px, calc(100% - 32px)); padding: 35px; border: 0; border-radius: 5px; color: var(--ink); box-shadow: 0 20px 90px rgba(0, 0, 0, .35); }
.privacy-dialog::backdrop { background: rgba(1, 20, 30, .75); backdrop-filter: blur(4px); }
.privacy-dialog h2 { margin: 0 0 22px; color: var(--navy); font-size: 23px; }
.privacy-dialog dl { margin: 0; border-top: 1px solid var(--line); }
.privacy-dialog dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.privacy-dialog dt { font-weight: 800; color: var(--navy); }
.privacy-dialog dd { margin: 0; color: var(--muted); }
.privacy-dialog > p { color: var(--muted); font-size: 11px; }
.privacy-dialog .button { width: 100%; min-height: 48px; margin-top: 14px; }
.dialog-close { position: absolute; right: 17px; top: 12px; border: 0; background: transparent; font-size: 27px; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@keyframes hero-breathe { from { transform: scale(1.01); } to { transform: scale(1.055); } }
@keyframes scroll-line { 0% { transform: translateY(0); } 70%, 100% { transform: translateY(200%); } }

@media (max-width: 1100px) {
  :root { --shell: min(100% - 44px, 1060px); }
  .primary-nav { gap: 22px; }
  .fare-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-book-inner { grid-template-columns: repeat(4, 1fr); }
  .quick-label { display: none; }
  .program-photo { height: 235px; }
  .program-body { padding: 26px 24px 23px; }
  .program-body p { min-height: 102px; }
  .group-inner { gap: 55px; }
  .booking-card { padding: 40px 35px; }
}

@media (max-width: 900px) {
  :root { --shell: calc(100% - 36px); }
  .section { padding: 95px 0; }
  .site-header { height: 76px; }
  .menu-toggle { display: block; z-index: 2; }
  .site-header.open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header.open .menu-toggle span:nth-child(2) { opacity: 0; }
  .site-header.open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0; display: grid; align-content: center; justify-items: center; gap: 22px; padding: 95px 30px 50px; background: var(--navy-deep); font-size: 22px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }
  .site-header.open .primary-nav { opacity: 1; visibility: visible; transform: none; }
  .nav-cta { margin-top: 18px; font-size: 15px; }
  .hero { min-height: 720px; }
  .hero-media { background-position: 64% 50%; }
  .hero-shade { background: linear-gradient(90deg, rgba(2, 25, 38, .9), rgba(2, 28, 41, .48)), linear-gradient(0deg, rgba(2, 25, 38, .55), transparent); }
  .hero-side { display: none; }
  .program-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .program-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .program-photo { height: 100%; min-height: 350px; background-size: auto, 850px auto; }
  .program-body p { min-height: 0; }
  .experience-grid, .group-inner, .booking-shell, .faq-grid { grid-template-columns: 1fr; }
  .course-card { grid-template-columns: 1fr; gap: 38px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-photo { width: min(650px, 92%); }
  .experience-copy { max-width: 650px; margin-left: auto; }
  .group-inner { gap: 60px; }
  .group-copy { max-width: 680px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 52px 0; }
  .boarding-guide { grid-template-columns: 1fr; gap: 30px; }
  .steps::before { display: none; }
  .booking-intro, .faq-heading { position: static; max-width: 680px; }
  .booking-intro dl { max-width: 500px; }
  .booking-card { min-height: auto; }
  .faq-grid { gap: 50px; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 68px; }
  body { padding-bottom: 66px; }
  .site-header, .site-header.scrolled, .site-header.open { height: 68px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand b { font-size: 18px; }
  .brand small { margin-top: 4px; font-size: 7px; }
  .section { padding: 76px 0; }
  .hero { height: auto; min-height: 750px; max-height: none; align-items: end; }
  .hero-media { background-position: 69% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2, 25, 38, .86), rgba(2, 28, 41, .2)), linear-gradient(0deg, rgba(2, 25, 38, .93) 0%, rgba(2, 25, 38, .14) 67%); }
  .hero-content { padding-top: 180px; padding-bottom: 100px; }
  .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero h1 { font-size: clamp(38px, 11.7vw, 54px); }
  .hero h1 strong::after { width: 9px; height: 9px; margin-left: 5px; }
  .hero-copy { margin-top: 22px; font-size: 15px; }
  .hero-offer { display: grid; grid-template-columns: auto 1fr; gap: 7px 10px; border-radius: 10px; }
  .hero-offer small { grid-column: 2; padding-left: 0; border-left: 0; }
  .hero-actions { display: grid; margin-top: 31px; }
  .button { min-height: 54px; }
  .hero-points { display: none; }
  .scroll-hint { display: none; }
  .quick-book { overflow-x: auto; scrollbar-width: none; }
  .quick-book-inner { width: max-content; grid-template-columns: repeat(4, 185px); min-height: 98px; margin: 0; }
  .quick-book-inner > a { padding: 0 18px; }
  .quick-book-inner > a i { width: 30px; height: 30px; }
  .quick-book-inner > a strong { font-size: 12px; }
  .section-heading { display: block; margin-bottom: 38px; }
  .section-heading h2, .experience-copy h2, .group-copy h2, .booking-intro h2, .faq-heading h2 { font-size: 34px; }
  .section-heading > p { margin-top: 23px; font-size: 14px; }
  .program-grid { gap: 16px; }
  .program-card { display: block; }
  .program-photo { height: 230px; min-height: 0; }
  .program-body { padding: 24px 22px 22px; }
  .program-body h3 { font-size: 22px; }
  .program-body p { font-size: 13px; }
  .program-note { text-align: left; }
  .fare-grid { grid-template-columns: 1fr; }
  .fare-card { padding: 27px 23px 23px; }
  .fare-card-head { min-height: auto; }
  .fare-price strong { font-size: 38px; }
  .fare-notice { grid-template-columns: 1fr; gap: 6px; padding: 18px; }
  .fare-notice b { grid-row: auto; }
  .course-card { margin-top: 45px; padding: 32px 22px; }
  .course-title h3 { font-size: 25px; }
  .course-route { grid-template-columns: repeat(4, 1fr); gap: 25px 5px; }
  .course-route::before { display: none; }
  .course-route span { position: static; order: -2; }
  .course-route li::before { order: -1; margin: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .experience-grid { gap: 65px; }
  .experience-photo { width: calc(100% - 18px); }
  .experience-photo img { border-radius: 0 42px 0 0; }
  .experience-photo > span { right: -18px; bottom: 18px; padding: 13px 16px; }
  .experience-copy .lead { font-size: 14px; }
  .feature-list > div { gap: 16px; }
  .feature-list b { font-size: 15px; }
  .group-types { grid-template-columns: 1fr; }
  .group-types > div { min-height: 118px; display: grid; grid-template-columns: 45px 1fr; align-items: center; padding: 22px; }
  .group-types i { margin: 0; }
  .group::after { bottom: -20px; }
  .steps { gap: 42px 5px; margin-top: 50px; }
  .steps li > i { width: 88px; height: 88px; }
  .steps p { font-size: 11px; }
  .safety-banner { align-items: flex-start; padding: 20px; }
  .safety-banner a { display: none; }
  .boarding-guide { margin-top: 46px; padding-top: 44px; }
  .boarding-guide-grid { grid-template-columns: 1fr; }
  .booking { padding: 80px 0; }
  .booking-shell { gap: 44px; }
  .booking-intro { padding-top: 0; }
  .booking-card { margin-inline: -7px; padding: 30px 20px; }
  .booking-tabs { margin-bottom: 30px; }
  .booking-tabs button { font-size: 14px; }
  .form-panel, .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .field.full { grid-column: auto; }
  .option-field { display: flex; }
  .price-estimate { align-items: flex-start; display: grid; gap: 7px; }
  .price-estimate > div { text-align: left; }
  .booking-success { padding: 30px 20px; }
  .faq-grid { gap: 36px; }
  .faq-item > button { padding: 23px 2px; }
  .faq-item > button span { gap: 10px; font-size: 14px; }
  .faq-item > div p { padding-inline: 30px 8px; }
  .faq-item.open > div p { padding-bottom: 23px; }
  .site-footer { padding: 55px 0 30px; }
  .footer-top { grid-template-columns: 1fr; gap: 24px; }
  .footer-top > p { grid-column: auto; grid-row: auto; }
  .footer-book { justify-content: space-between; }
  .footer-bottom { display: grid; }
  .footer-bottom > div:last-child { justify-items: start; }
  .mobile-bar { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; height: 66px; color: #fff; box-shadow: 0 -8px 28px rgba(0, 0, 0, .16); }
  .mobile-bar a { display: grid; place-items: center; background: var(--navy); font-size: 14px; font-weight: 900; }
  .mobile-bar a:last-child { background: var(--coral); }
  .privacy-dialog { padding: 30px 22px 24px; }
  .privacy-dialog dl > div { grid-template-columns: 1fr; gap: 3px; }
}

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