:root {
  --navy: #142436;
  --navy-2: #1d3044;
  --ink: #162231;
  --cream: #f4f0e8;
  --paper: #fbfaf7;
  --sand: #d7c5a5;
  --aqua: #b9deda;
  --line: rgba(20, 36, 54, 0.14);
  --serif: "Montserrat", Arial, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-block: 128px; }
.eyebrow { margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: #63717e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { margin-bottom: 24px; font-size: clamp(44px, 5.6vw, 78px); line-height: .98; letter-spacing: -.035em; }
.lead { max-width: 720px; color: #53606c; font-size: clamp(19px, 2.2vw, 26px); line-height: 1.5; }

.hero { position: relative; min-height: 100svh; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(10,25,40,.88), rgba(10,25,40,.38)), url("assets/sunset-sailing.jpg") center/cover; }
.hero::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, rgba(6,19,31,.55) 0%, transparent 28%, rgba(6,19,31,.35) 100%); }
.nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 28px; }
.brand { display: inline-flex; flex-direction: column; align-items: center; text-decoration: none; line-height: 1; letter-spacing: .23em; }
.brand span { font-size: 19px; }
.brand small { margin-top: 7px; font-size: 9px; letter-spacing: .46em; }
.nav-link { padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 13px; text-decoration: none; }
.hero-glow { position: absolute; z-index: 1; right: -15vw; bottom: -50vw; width: 80vw; height: 80vw; border-radius: 50%; background: rgba(255,197,111,.14); filter: blur(70px); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: calc(100svh - 65px); flex-direction: column; justify-content: center; padding-block: 80px 70px; }
.hero-content h1 { max-width: 820px; margin-bottom: 28px; font-size: clamp(65px, 9vw, 128px); line-height: .87; letter-spacing: -.045em; }
.hero-copy { max-width: 530px; margin-bottom: 52px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.55; }
.hero-meta { display: grid; width: min(760px, 100%); grid-template-columns: 1fr 1.6fr .7fr; border-block: 1px solid rgba(255,255,255,.25); }
.hero-meta div { display: flex; min-height: 88px; flex-direction: column; justify-content: center; padding: 18px 22px; border-right: 1px solid rgba(255,255,255,.25); }
.hero-meta div:first-child { padding-left: 0; }
.hero-meta div:last-child { border-right: 0; }
.hero-meta div > span, .hero-meta strong { display: block; }
.hero-meta div > span { margin-bottom: 8px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta strong { font-size: 14px; font-weight: 500; }
.hero-meta .date-range {
  display: grid !important;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: start;
  gap: 8px;
  white-space: nowrap;
}
.hero-meta .date-range span { display: block; margin: 0; color: inherit; font-size: inherit; letter-spacing: 0; text-transform: none; }
.date-range i { color: var(--gold); font-style: normal; font-weight: 700; }
.round-link { position: absolute; right: 0; bottom: 60px; display: grid; width: 104px; height: 104px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 11px; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.round-link span { position: absolute; bottom: 19px; font-size: 18px; }

.intro { text-align: center; }
.intro h2 { max-width: 800px; margin-inline: auto; }
.intro .lead { margin: 0 auto 70px; }
.trip-card { max-width: 980px; margin-inline: auto; padding: 38px; border: 1px solid var(--line); background: #fff; text-align: left; box-shadow: 0 24px 80px rgba(31,48,64,.07); }
.trip-card-heading { display: flex; align-items: center; gap: 18px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.icon-circle { display: grid; width: 50px; height: 50px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: var(--aqua); font-size: 20px; }
.trip-card-heading small { display: block; margin-bottom: 5px; color: #7b858e; }
.trip-card-heading h3 { margin: 0; font-size: 28px; }
.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 28px; }
.detail-grid > div { padding-inline: 22px; border-right: 1px solid var(--line); }
.detail-grid > div:first-child { padding-left: 0; }
.detail-grid > div:last-child { border-right: 0; }
.detail-grid span { display: block; margin-bottom: 10px; color: #7a858e; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.detail-grid strong { display: block; font-size: 14px; line-height: 1.4; }
.detail-grid small { display: block; margin-top: 7px; color: #74808a; }
.detail-grid small span { display: inline; margin: 0; font-size: inherit; letter-spacing: 0; text-transform: none; }
.personal-brief { display: grid; grid-template-columns: .72fr 1.28fr; gap: 45px; margin-top: 30px; padding: 30px; background: var(--cream); }
.personal-brief > div > span { display: block; margin-bottom: 8px; color: #74808a; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.personal-brief h3 { margin: 0; font-size: 27px; line-height: 1.05; }
.personal-brief ul { margin: 0; padding: 0; list-style: none; }
.personal-brief li { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 10px; color: #53606c; font-size: 13px; line-height: 1.4; }
.personal-brief li:last-child { margin-bottom: 0; }
.personal-brief li span { display: grid; width: 18px; height: 18px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--navy); background: var(--aqua); font-size: 9px; }

.gallery-section { padding-top: 20px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0 0 6px; color: #65717d; line-height: 1.7; }
.mosaic { display: grid; height: 650px; grid-template-columns: 1.55fr 1fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.mosaic figure { position: relative; min-height: 0; margin: 0; overflow: hidden; }
.mosaic-main { grid-row: 1 / 3; }
.mosaic img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.mosaic figure:hover img { transform: scale(1.035); }
.mosaic figcaption { position: absolute; bottom: 18px; left: 18px; padding: 8px 12px; color: #fff; background: rgba(15,32,48,.72); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }

.route-section { color: #fff; background: var(--navy); }
.section-heading.light > p { color: rgba(255,255,255,.63); }
.route-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: stretch; }
.map-card { position: relative; min-height: 590px; overflow: hidden; background: #0d1b28; }
.map-card img { height: 100%; object-fit: cover; opacity: .8; filter: saturate(.72) contrast(1.05); }
.map-label { position: absolute; bottom: 0; left: 0; width: 100%; padding: 24px; background: linear-gradient(transparent, rgba(10,23,35,.95)); }
.map-label span, .map-label strong { display: block; }
.map-label span { margin-bottom: 7px; color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; }
.route-list { margin: 0; padding: 0; list-style: none; }
.route-list li { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.14); }
.route-number { color: var(--aqua); font-family: var(--serif); font-size: 19px; }
.route-list small, .route-list strong { display: block; }
.route-list small { margin-bottom: 5px; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.route-list strong { font-size: 15px; font-weight: 500; }
.route-distance { min-width: 80px; text-align: right; }
.route-distance span { display: block; margin-bottom: 4px; font-size: 13px; }
.route-note { max-width: 620px; margin: 34px 0 0 auto; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }

.yacht-section { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.specs { display: grid; grid-template-columns: 1fr 1fr; margin-top: 42px; border-top: 1px solid var(--line); }
.specs div { padding: 20px 10px 20px 0; border-bottom: 1px solid var(--line); }
.specs span, .specs strong { display: block; }
.specs span { margin-bottom: 6px; color: #7c8790; font-size: 10px; text-transform: uppercase; }
.specs strong { font-size: 14px; font-weight: 600; }
.recommendation { margin-top: 25px; color: #65727c; font-size: 13px; }
.yacht-image { position: relative; }
.yacht-image::before { position: absolute; top: -20px; right: -20px; width: 45%; height: 45%; content: ""; background: var(--aqua); }
.yacht-image img { position: relative; aspect-ratio: 1.12; object-fit: cover; }
.yacht-image span { display: block; margin-top: 12px; color: #7c8790; font-size: 10px; text-align: right; text-transform: uppercase; }

.onboard { background: var(--cream); }
.photo-strip { display: grid; height: 520px; grid-template-columns: 1.35fr .75fr .75fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.photo-strip img { height: 100%; object-fit: cover; }
.photo-strip img:first-child { grid-row: 1 / 3; }
.photo-strip img:last-child { grid-column: 2 / 4; }

.crew-section { display: grid; padding: 0; grid-template-columns: 1fr 1fr; color: #fff; background: var(--navy); }
.crew-image { min-height: 730px; }
.crew-image img { height: 100%; object-fit: cover; }
.crew-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 8vw, 130px); }
.crew-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.7; }
.crew-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.crew-points span { padding: 10px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; font-size: 11px; }

.offer-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: #fff; background: var(--navy); }
.offer-main, .included { padding: clamp(45px, 6vw, 85px); }
.offer-main { background: radial-gradient(circle at 0 100%, rgba(185,222,218,.22), transparent 42%); }
.offer-main h2 { font-size: clamp(48px, 6vw, 76px); }
.offer-main > p:not(.eyebrow):not(.per-person) { max-width: 440px; color: rgba(255,255,255,.63); line-height: 1.6; }
.price { display: flex; align-items: baseline; gap: 12px; margin-top: 70px; }
.price strong { font-family: var(--serif); font-size: clamp(60px, 7vw, 96px); font-weight: 400; letter-spacing: -.05em; }
.price span { color: rgba(255,255,255,.5); font-size: 12px; text-transform: uppercase; }
.price-text strong { max-width: 460px; font-size: clamp(47px, 5.2vw, 74px); line-height: .9; }
.per-person { color: var(--aqua); font-size: 12px; }
.included { color: var(--ink); background: var(--aqua); }
.included > p { margin-bottom: 32px; font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.included ul { margin: 0; padding: 0; list-style: none; }
.included li { display: flex; align-items: center; min-height: 62px; gap: 16px; border-bottom: 1px solid rgba(20,36,54,.18); font-size: 15px; }
.included li span { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border: 1px solid var(--navy); border-radius: 50%; font-size: 11px; }
.price-disclaimer { max-width: 760px; margin: 22px auto 0; color: #7b858d; font-size: 11px; line-height: 1.6; text-align: center; }

.contact { padding-bottom: 0; background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: end; gap: 80px; }
.contact-copy { padding-bottom: 100px; }
.contact-copy > p:not(.eyebrow) { max-width: 590px; color: #596670; font-size: 17px; line-height: 1.7; }
.manager-inline { display: none; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid var(--navy); font-size: 13px; text-decoration: none; }
.button.primary { color: #fff; background: var(--navy); }
.button.secondary { background: transparent; }
.email-link { display: inline-block; margin-top: 24px; color: #68747e; font-size: 13px; }
.contact-portrait img { max-height: 670px; object-fit: cover; object-position: 50% 15%; }

footer { padding-block: 45px; color: #fff; background: #0e1b28; }
footer .shell { display: flex; align-items: center; gap: 45px; }
footer p { flex: 1; margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }
footer .shell > span { color: rgba(255,255,255,.42); font-size: 11px; }
.mobile-bar { display: none; }

.reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

@media (max-width: 820px) {
  .shell { width: min(100% - 32px, 650px); }
  .section { padding-block: 86px; }
  h2 { font-size: 48px; }
  .hero { min-height: 800px; background-position: 58% center; }
  .nav { padding-top: 22px; }
  .hero-content { min-height: 735px; justify-content: flex-end; padding-bottom: 75px; }
  .hero-content h1 { max-width: 540px; font-size: clamp(62px, 15vw, 86px); }
  .hero-copy { max-width: 470px; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-meta div:nth-child(2) { border-right: 0; }
  .hero-meta div:last-child { display: none; }
  .round-link { display: none; }
  .detail-grid { grid-template-columns: 1fr 1fr; gap: 0; }
  .detail-grid > div { padding: 20px; border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-grid > div:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
  .personal-brief { grid-template-columns: 1fr; gap: 24px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .mosaic { height: 620px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.4fr .8fr; }
  .mosaic-main { grid-column: 1 / 3; grid-row: auto; }
  .route-layout { grid-template-columns: 1fr; gap: 35px; }
  .map-card { min-height: 430px; }
  .yacht-section { grid-template-columns: 1fr; gap: 55px; }
  .yacht-image { order: -1; }
  .photo-strip { height: 600px; grid-template-columns: 1fr 1fr; grid-template-rows: 1.3fr .8fr; }
  .photo-strip img:first-child { grid-column: 1 / 3; grid-row: auto; }
  .photo-strip img:last-child { display: none; }
  .crew-section { grid-template-columns: 1fr; }
  .crew-image { min-height: 620px; }
  .crew-copy { padding: 80px 32px; }
  .offer-card { grid-template-columns: 1fr; }
  .price { margin-top: 50px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { padding-bottom: 80px; }
  .contact-portrait { display: none; }
  .manager-inline { display: flex; align-items: center; gap: 15px; margin-top: 35px; }
  .manager-inline img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; object-position: 50% 12%; }
  .manager-inline strong, .manager-inline span { display: block; }
  .manager-inline span { margin-top: 4px; color: #6b7781; font-size: 12px; }
}

@media (max-width: 560px) {
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .shell { width: calc(100% - 32px); }
  .section { padding-block: 72px; }
  .nav-link { display: none; }
  .brand span { font-size: 16px; }
  .brand small { font-size: 8px; }
  .hero { min-height: 100svh; background-image: linear-gradient(180deg, rgba(8,22,35,.32), rgba(8,22,35,.9)), url("assets/sunset-sailing.jpg"); background-position: 52% center; }
  .hero-content { min-height: calc(100svh - 58px); padding: 90px 0 36px; }
  .hero-content h1 { margin-bottom: 22px; font-size: clamp(58px, 18vw, 78px); line-height: .89; }
  .hero-copy { margin-bottom: 36px; font-size: 15px; }
  .hero-meta { grid-template-columns: 1fr; }
  .hero-meta div { min-height: 68px; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .hero-meta div:nth-child(2) { border-bottom: 0; }
  h2 { font-size: 44px; }
  .lead { font-size: 18px; }
  .intro { text-align: left; }
  .intro .lead { margin-bottom: 45px; }
  .trip-card { padding: 24px; }
  .trip-card-heading h3 { font-size: 22px; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid > div, .detail-grid > div:nth-child(odd) { padding: 18px 0; border-right: 0; }
  .detail-grid > div:last-child { border-bottom: 0; }
  .personal-brief { margin-inline: -24px; margin-bottom: -24px; padding: 28px 24px; }
  .gallery-section { padding-top: 0; }
  .mosaic { height: 590px; gap: 6px; }
  .mosaic figcaption { bottom: 10px; left: 10px; }
  .route-section .section-heading { margin-bottom: 38px; }
  .map-card { min-height: 340px; }
  .route-list li { grid-template-columns: 38px 1fr auto; min-height: 74px; }
  .route-list strong { font-size: 13px; }
  .route-distance { min-width: 54px; }
  .yacht-image::before { top: -10px; right: -10px; }
  .specs { margin-top: 30px; }
  .specs strong { font-size: 13px; }
  .photo-strip { height: 500px; gap: 6px; }
  .crew-image { min-height: 460px; }
  .crew-copy { padding: 68px 20px; }
  .offer-section { width: 100%; padding-block: 0; }
  .offer-main, .included { padding: 55px 24px; }
  .offer-main h2 { font-size: 51px; }
  .price strong { font-size: 70px; }
  .contact-actions { flex-direction: column; }
  .button { width: 100%; }
  footer .shell { align-items: flex-start; flex-direction: column; gap: 22px; }
  .mobile-bar { position: fixed; z-index: 20; right: 0; bottom: 0; left: 0; display: flex; min-height: 74px; align-items: center; justify-content: space-between; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); color: #fff; background: rgba(14,27,40,.97); box-shadow: 0 -5px 30px rgba(5,15,25,.2); backdrop-filter: blur(14px); }
  .mobile-bar small, .mobile-bar strong { display: block; }
  .mobile-bar small { margin-bottom: 3px; color: rgba(255,255,255,.55); font-size: 9px; text-transform: uppercase; }
  .mobile-bar strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
  .mobile-bar a { padding: 14px 18px; color: var(--navy); background: var(--aqua); font-size: 12px; font-weight: 600; text-decoration: none; }
}

/* Selling Experience deck theme — based primarily on slide 6 */
:root {
  --navy: #05264a;
  --navy-2: #0c3157;
  --ink: #062448;
  --cream: #f8f5ef;
  --paper: #ffffff;
  --sand: #c98f36;
  --personality-accent: #b77b27;
  --personality-soft: #f8efe0;
  --personality-hero: url("assets/catamaran.jpg");
  --gold: var(--personality-accent);
  --gold-soft: var(--personality-soft);
  --aqua: #e7edf3;
  --line: rgba(5, 38, 74, .12);
  --serif: "Montserrat", Arial, sans-serif;
  --sans: "Montserrat", Arial, sans-serif;
  --script: "Caveat", cursive;
}

body { background: #fff; }
h1, h2, h3 { color: var(--navy); font-family: var(--sans); font-weight: 800; letter-spacing: -.045em; }
h2 { line-height: .98; }
.eyebrow, .eyebrow.dark { display: inline-flex; flex-direction: column; gap: 9px; margin-bottom: 20px; color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.eyebrow::after { width: 48px; height: 2px; content: ""; background: var(--gold); }
.lead { color: #29405a; }

.hero {
  min-height: 880px;
  color: var(--navy);
  background:
    linear-gradient(90deg, #fff 0%, #fff 42%, rgba(255,255,255,.96) 51%, rgba(255,255,255,.68) 65%, rgba(255,255,255,.08) 100%),
    var(--personality-hero) right center / cover no-repeat;
}
.hero::after { background: linear-gradient(180deg, rgba(255,255,255,.25), transparent 30%, rgba(255,255,255,.12)); }
.hero-glow { right: auto; bottom: -20vw; left: -20vw; background: rgba(202,145,61,.1); }
.nav { color: var(--navy); }
.brand { color: var(--navy); font-weight: 600; }
.brand span { font-size: 21px; letter-spacing: .29em; }
.brand small { margin-top: 8px; font-size: 7px; font-weight: 600; letter-spacing: .16em; }
.nav-link { border-color: rgba(5,38,74,.34); font-weight: 600; }
.hero-content { align-items: flex-start; }
.hero-content .eyebrow { color: var(--gold); }
.hero-content h1 { max-width: 900px; color: var(--navy); font-size: clamp(64px, 7.7vw, 112px); line-height: .88; }
.hero-copy { max-width: 570px; color: #29405a; font-weight: 500; }
.hero-meta { color: var(--navy); border-color: rgba(5,38,74,.18); background: rgba(255,255,255,.72); backdrop-filter: blur(9px); }
.hero-meta div { border-color: rgba(5,38,74,.14); }
.hero-meta div > span { color: var(--gold); font-weight: 700; }
.hero-meta strong { color: var(--navy); font-weight: 600; }
.round-link { color: #fff; border: 0; background: var(--navy); }

.intro h2 { max-width: 900px; }
.trip-card { border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 55px rgba(5,38,74,.08); }
.icon-circle { color: #fff; background: linear-gradient(135deg, #dba54e, #b87522); }
.trip-card-heading h3 { font-size: 27px; font-weight: 700; letter-spacing: -.025em; }
.detail-grid span { color: var(--gold); font-weight: 700; }
.personal-brief { position: relative; overflow: hidden; border: 1px solid rgba(202,145,61,.28); border-radius: 15px; background: linear-gradient(135deg, #fffaf2, var(--gold-soft)); }
.personal-brief::before { position: absolute; top: -36px; right: -26px; width: 120px; height: 120px; content: "☆"; color: rgba(202,145,61,.16); font-size: 110px; line-height: 1; }
.personal-brief > div > span { color: var(--gold); font-weight: 700; }
.personal-brief h3 { max-width: 340px; font-size: 27px; font-weight: 800; }
.personal-brief p { max-width: 370px; margin: 14px 0 0; color: #53657a; font-family: var(--script); font-size: 25px; line-height: 1.03; }
.personal-brief li span { color: #fff; background: var(--gold); }

.experience-match { padding-top: 30px; }
.experience-flow { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.experience-flow::before { position: absolute; z-index: 0; top: 50%; right: 18%; left: 18%; height: 2px; content: ""; background: linear-gradient(90deg, var(--gold), rgba(5,38,74,.18), var(--gold)); }
.experience-flow article { position: relative; z-index: 1; min-height: 225px; padding: 30px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 14px 42px rgba(5,38,74,.06); }
.experience-flow article > span { display: block; margin-bottom: 26px; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.experience-flow h3 { margin: 0; font-size: clamp(22px,2.2vw,31px); line-height: 1.12; letter-spacing: -.035em; }
.experience-flow .voice-card { color: #fff; border-color: var(--navy); background: var(--navy); }
.experience-flow .voice-card > span { color: #e3b766; }
.experience-flow blockquote { margin: 0; font-family: var(--script); font-size: clamp(27px,2.8vw,38px); line-height: 1.05; }
.service-match { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 35px; margin-top: 16px; padding: 27px 30px; border: 1px solid rgba(202,145,61,.28); border-radius: 17px; background: var(--gold-soft); }
.service-match > div { display: flex; align-items: center; gap: 17px; }
.service-icon { display: grid; width: 52px; height: 52px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--gold); font-size: 21px; }
.service-match small, .service-match strong { display: block; }
.service-match small { margin-bottom: 5px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.service-match strong { color: var(--navy); font-size: 15px; }
.service-match ul { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 25px; margin: 0; padding: 0; list-style: none; }
.service-match li { display: flex; align-items: center; gap: 9px; color: #324a62; font-size: 12px; font-weight: 600; }
.service-match li span { display: grid; width: 20px; height: 20px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--gold); font-size: 9px; }
.reassurance { display: flex; align-items: center; gap: 12px; max-width: 780px; margin: 20px auto 0; color: #53657a; font-size: 12px; line-height: 1.55; text-align: left; }
.reassurance > span { display: grid; width: 28px; height: 28px; flex: 0 0 auto; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 700; }
.reassurance p { margin: 0; }
.reassurance strong { color: var(--navy); }

.section-heading > p { color: #425770; }
.section-heading h2 { max-width: 760px; }
.mosaic { gap: 14px; }
.mosaic figure { border-radius: 16px; }
.mosaic figcaption { border-radius: 7px; background: rgba(5,38,74,.88); }

.route-section { color: var(--navy); background: linear-gradient(180deg, #fbfaf7, #f4f0e8); }
.route-section h2 { color: var(--navy); }
.route-section .eyebrow { color: var(--gold); }
.route-section .section-heading.light > p { color: #425770; }
.map-card { min-height: 590px; border: 7px solid #fff; border-radius: 20px; box-shadow: 0 16px 50px rgba(5,38,74,.1); }
.map-label { color: #fff; }
.route-list { padding: 0 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 50px rgba(5,38,74,.06); }
.route-list li { border-color: var(--line); }
.route-number { color: var(--gold); font-family: var(--sans); font-size: 14px; font-weight: 800; }
.route-list small { color: #8b98a6; }
.route-list strong { color: var(--navy); font-weight: 700; }
.route-distance span { color: var(--navy); }
.route-note { color: #647488; }

.yacht-section { position: relative; }
.yacht-copy h2 { white-space: pre-line; }
.yacht-copy h2::after { display: none; content: none; }
.specs { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.specs div { padding: 18px; }
.specs span { color: var(--gold); font-weight: 700; }
.yacht-image::before { border-radius: 20px; background: var(--gold-soft); }
.yacht-image img { border-radius: 20px; box-shadow: 0 16px 50px rgba(5,38,74,.12); }

.onboard { background: #f8f7f4; }
.photo-strip { gap: 12px; }
.photo-strip img { border-radius: 16px; }

.crew-section { color: #fff; background: var(--navy); }
.crew-image { padding: 34px 0 34px 34px; }
.crew-image img { border-radius: 0 22px 22px 0; }
.crew-copy h2 { color: #fff; }
.crew-copy .eyebrow { color: #e5ae56; }
.crew-copy p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.crew-points span { border-color: rgba(202,145,61,.52); background: rgba(202,145,61,.1); }

.offer-card { border-radius: 20px; box-shadow: 0 20px 65px rgba(5,38,74,.12); }
.offer-main { background: var(--navy); }
.offer-main h2 { color: #fff; }
.offer-main .eyebrow { color: #e5ae56; }
.price-text strong { color: #fff; font-family: var(--sans); font-weight: 800; letter-spacing: -.05em; }
.included { color: var(--navy); background: linear-gradient(145deg, #f8ecd9, #e8c98e); }
.included li { border-color: rgba(5,38,74,.15); font-weight: 600; }
.included li span { color: #fff; border: 0; background: var(--gold); }

.contact { background: #f8f5ef; }
.contact-copy h2 { color: var(--navy); }
.button { border-radius: 9px; font-weight: 700; }
.button.primary { border-color: var(--navy); background: var(--navy); }
.button.secondary { color: var(--navy); }
.contact-portrait img { border-radius: 20px 20px 0 0; }
footer { background: var(--navy); }
footer .brand { color: #fff; }
.mobile-bar { background: rgba(5,38,74,.98); }
.mobile-bar a { border-radius: 7px; color: #fff; background: var(--gold); }

@media (max-width: 820px) {
  .hero {
    min-height: 850px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.15) 28%, rgba(255,255,255,.98) 49%, #fff 62%),
      var(--personality-hero) top center / 100% auto no-repeat;
  }
  .hero-content { justify-content: flex-end; }
  .crew-image { padding: 25px 25px 0; }
  .crew-image img { border-radius: 18px; }
  .experience-flow { grid-template-columns: 1fr; }
  .experience-flow::before { display: none; }
  .experience-flow article { min-height: 0; }
  .service-match { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  h2 { font-size: 42px; line-height: .95; }
  .hero { min-height: 900px; }
  .nav { padding-top: 20px; }
  .hero-content { min-height: 840px; padding-bottom: 34px; }
  .hero-content h1 { max-width: 360px; font-size: clamp(50px, 14vw, 66px); line-height: .9; }
  .hero-content .eyebrow { margin-bottom: 15px; }
  .hero-copy { font-size: 14px; }
  .hero-meta { border-radius: 12px; }
  .hero-meta div { padding-inline: 16px; }
  .trip-card { border-radius: 16px; }
  .personal-brief { border-radius: 0 0 15px 15px; }
  .personal-brief h3 { font-size: 24px; }
  .personal-brief p { font-size: 24px; }
  .experience-match { padding-top: 0; }
  .experience-flow article { padding: 25px; border-radius: 14px; }
  .experience-flow article > span { margin-bottom: 16px; }
  .experience-flow blockquote { font-size: 30px; }
  .service-match { padding: 24px; border-radius: 14px; }
  .service-match ul { grid-template-columns: 1fr; }
  .mosaic figure, .photo-strip img { border-radius: 10px; }
  .map-card { min-height: 340px; border-width: 5px; border-radius: 16px; }
  .route-list { padding-inline: 16px; border-radius: 16px; }
  .yacht-copy h2::after { font-size: 30px; }
  .yacht-image img { border-radius: 15px; }
  .crew-image { min-height: 440px; padding: 20px 20px 0; }
  .crew-copy { padding-inline: 24px; }
  .offer-card { border-radius: 0; }
  .mobile-bar small { color: rgba(255,255,255,.62); }
}

/* Upsell — experience-first recommendations ("Make it even more yours") */
.upsell-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.upsell-card { padding: 28px 26px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 14px 42px rgba(5, 38, 74, .06); }
.upsell-card > span { display: inline-block; margin-bottom: 18px; padding: 5px 12px; border-radius: 999px; background: var(--gold-soft); color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.upsell-card h3 { margin-bottom: 10px; font-size: 21px; letter-spacing: -.02em; }
.upsell-card p { margin: 0; color: #53606c; font-size: 15px; line-height: 1.55; }

/* Crew format badge — confirmed crew composition */
.crew-format { margin: 0 0 18px; }
.crew-format span { display: inline-block; padding: 7px 14px; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

/* Custom blocks — personal sections added per offer */
.custom-block .section-heading { margin-bottom: 26px; }
.custom-block-image { margin: 34px 0 0; }
.custom-block-image img { border-radius: 17px; }
.custom-block-image figcaption { margin-top: 10px; color: #63717e; font-size: 12px; letter-spacing: .05em; }
