:root {
  --vly-ink: #082a35;
  --vly-ocean: #0b6478;
  --vly-ocean-dark: #064756;
  --vly-sea: #278b82;
  --vly-gold: #c89b42;
  --vly-sand: #f5f1e8;
  --vly-mist: #edf5f5;
  --vly-white: #fff;
  --vly-border: #d9e3e4;
  --vly-shadow: 0 1.1rem 3rem rgb(8 42 53 / 10%);
  --vly-shell: min(75rem, calc(100% - 2rem));
}

html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; overflow-x: hidden; color: #173640; background: #fff; }
body.admin-bar .vly-header { top: 32px; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0; }
.vly-main { min-height: 55vh; }
.vly-main > * { margin-block-start: 0 !important; }
.vly-main > .wp-block-shortcode { margin-block: 0; }
.vly-main img { display: block; max-width: 100%; }
.vly-shell { width: var(--vly-shell); margin-inline: auto; }
.vly-section { padding-block: clamp(4rem, 8vw, 7rem); }
.vly-section--mist { background: var(--vly-mist); }
.vly-eyebrow { margin: 0 0 0.75rem; color: var(--vly-ocean); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }

.vly-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgb(8 42 53 / 9%); background: rgb(255 255 255 / 97%); backdrop-filter: blur(14px); }
.vly-header > .vly-header__inner { width: var(--vly-shell); max-width: 75rem !important; min-height: 4.8rem; margin-inline: auto; }
.vly-header .wp-block-navigation { margin-left: auto; }
.vly-header .wp-block-shortcode { margin: 0; }
.vly-wordmark { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.65rem; color: var(--vly-ink); text-decoration: none; }
.vly-wordmark svg { width: 2.7rem; height: 2.1rem; fill: var(--vly-gold); }
.vly-wordmark span { display: grid; line-height: 1; }
.vly-wordmark strong { font-family: Georgia, serif; font-size: 1.25rem; font-weight: 500; }
.vly-wordmark small { margin-top: 0.2rem; color: var(--vly-ocean); font-size: 0.65rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.vly-nav { color: var(--vly-ink); font-size: 0.92rem; font-weight: 700; }
.vly-nav a { text-decoration: none; }
.vly-nav__cta a { padding: 0.65rem 0.9rem !important; border-radius: 0.25rem; background: var(--vly-ocean); color: #fff !important; }
.vly-mobile-actions { display: none; }

.vly-hero { position: relative; isolation: isolate; display: grid; min-height: min(76vh, 46rem); align-items: center; overflow: hidden; background: var(--vly-ink); color: #fff; }
.vly-hero::before { position: absolute; z-index: -2; inset: 0; background: var(--vly-hero-image), linear-gradient(135deg, #174957, #082a35); background-position: center; background-size: cover; content: ""; transform: scale(1.01); }
.vly-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(3 27 35 / 88%) 0%, rgb(3 27 35 / 62%) 50%, rgb(3 27 35 / 18%) 100%); content: ""; }
.vly-hero__inner { box-sizing: border-box; padding-block: clamp(5rem, 10vh, 7rem); }
.vly-hero .vly-eyebrow { color: #f0c66f; }
.vly-hero h1 { max-width: 12ch; margin: 0; color: #fff; font-size: clamp(2.8rem, 7vw, 6rem); letter-spacing: -0.035em; }
.vly-hero__lead { max-width: 39rem; margin: 1.4rem 0 0; color: rgb(255 255 255 / 86%); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.vly-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2rem; }
.vly-button { display: inline-flex; min-height: 2.9rem; align-items: center; justify-content: center; padding: 0.55rem 1.15rem; border: 1px solid var(--vly-ocean); border-radius: 0.25rem; background: var(--vly-ocean); color: #fff; font-weight: 800; text-decoration: none !important; transition: background 160ms ease, border-color 160ms ease, transform 160ms ease; }
.vly-button:hover { border-color: var(--vly-ocean-dark); background: var(--vly-ocean-dark); transform: translateY(-1px); }
.vly-button--gold { border-color: var(--vly-gold); background: var(--vly-gold); color: #182d34; }
.vly-button--gold:hover { border-color: #e0b65e; background: #e0b65e; }
.vly-button--glass { border-color: rgb(255 255 255 / 55%); background: rgb(255 255 255 / 8%); }
.vly-button--glass:hover { border-color: #fff; background: rgb(255 255 255 / 16%); }
.vly-button--outline-light { border-color: rgb(255 255 255 / 55%); background: transparent; color: #fff; }
.vly-button--outline-light:hover { border-color: #fff; background: rgb(255 255 255 / 10%); }
.vly-button--wide { width: 100%; box-sizing: border-box; }

.vly-proof { border-bottom: 1px solid var(--vly-border); background: #fff; }
.vly-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vly-proof span { display: grid; gap: 0.2rem; padding: 1.4rem clamp(1rem, 3vw, 2.5rem); border-right: 1px solid var(--vly-border); color: #557078; font-size: 0.88rem; }
.vly-proof span:last-child { border-right: 0; }
.vly-proof strong { color: var(--vly-ink); font-size: 1rem; }

.vly-about { overflow: hidden; background: var(--vly-sand); }
.vly-about__grid { display: grid; grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr); gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.vly-about__media { position: relative; max-width: 29rem; }
.vly-about__media::before { position: absolute; z-index: 0; inset: 7% -8% -7% 8%; border-radius: 50%; background: #d7e7e4; content: ""; }
.vly-about__image { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.vly-about__content h1, .vly-about__content h2 { margin: 0; color: var(--vly-ink); font-size: clamp(2.5rem, 5vw, 4.5rem); letter-spacing: -0.03em; }
.vly-about__content > p { max-width: 43rem; }
.vly-about__lead { color: var(--vly-ink); font-family: Georgia, serif; font-size: clamp(1.2rem, 2.2vw, 1.6rem); line-height: 1.45; }
.vly-about blockquote { margin: 1.7rem 0; padding: 1rem 0 1rem 1.3rem; border-left: 3px solid var(--vly-gold); }
.vly-about blockquote p { margin: 0 0 0.4rem; color: var(--vly-ink); font-family: Georgia, serif; font-size: 1.25rem; }
.vly-about blockquote cite { color: #557078; font-size: 0.82rem; font-style: normal; font-weight: 700; }
.vly-about .vly-actions { align-items: center; }
.vly-about--full { min-height: 70vh; }
.vly-about--full .vly-about__grid { min-height: 70vh; }

.vly-section__heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(15rem, 0.65fr); gap: 2rem; align-items: end; margin-bottom: 2.2rem; }
.vly-section__heading h2 { max-width: 18ch; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -0.025em; }
.vly-section__heading > p { margin: 0; color: #557078; }
.vly-section__heading--center { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.vly-section__heading--center h2 { max-width: none; }
.vly-text-link { align-self: end; font-weight: 800; text-decoration: none; }

.vly-experiences { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.vly-experiences > p { display: contents; }
.vly-experiences a { position: relative; display: flex; min-height: 12rem; flex-direction: column; padding: 1.5rem; border: 1px solid var(--vly-border); border-radius: 0.7rem; background: linear-gradient(145deg, #fff, #f7fbfb); color: inherit; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease; }
.vly-experiences a:hover { border-color: var(--vly-sea); box-shadow: var(--vly-shadow); transform: translateY(-3px); }
.vly-experiences__title { color: var(--vly-ink); font-family: Georgia, serif; font-size: 1.35rem; }
.vly-experiences__description { margin: 0.8rem 0 2.5rem; color: #557078; font-size: 0.93rem; }
.vly-experiences__arrow { position: absolute; right: 1.4rem; bottom: 1.1rem; color: var(--vly-ocean); font-size: 1.4rem; font-weight: 800; }

.vly-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 0; padding: 0; list-style: none; }
.vly-steps li { padding-top: 1.5rem; border-top: 2px solid var(--vly-border); }
.vly-steps span { color: var(--vly-gold); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; }
.vly-steps h3 { margin: 0.8rem 0 0.6rem; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.vly-steps p { margin: 0; color: #557078; }

.vly-reviews { background: #fff; }
.vly-reviews__widget { min-height: 0; }
.vly-reviews__widget:has(> div:empty) { display: none; }
.vly-reviews__link { margin: 1.5rem 0 0; text-align: center; }
.vly-reviews__link a { display: inline-flex; min-height: 2.75rem; align-items: center; }

.vly-cta { padding-block: clamp(4rem, 8vw, 7rem); background: var(--vly-ink); color: #dce8e9; text-align: center; }
.vly-cta .vly-eyebrow { color: #efc56c; }
.vly-cta h2 { max-width: 18ch; margin: 0 auto; color: #fff; font-size: clamp(2.2rem, 5vw, 4rem); }
.vly-cta p:not(.vly-eyebrow) { max-width: 40rem; margin: 1rem auto 1.6rem; }

.vly-page-hero { padding-block: clamp(4rem, 8vw, 7rem) 2rem; }
.vly-page-hero + .vly-section { padding-top: clamp(1.5rem, 3vw, 2.5rem); }
.vly-page-hero h1 { max-width: 18ch; margin: 0; font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing: -0.035em; }
.vly-page-hero > p:last-child { max-width: 47rem; color: #557078; font-size: 1.12rem; }
.vly-content-page { width: min(70rem, calc(100% - 2rem)); padding-block: clamp(3rem, 6vw, 6rem); }
.vly-content-page > h1 { max-width: 20ch; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.vly-content-page .wp-block-post-featured-image img { border-radius: 0.7rem; object-fit: cover; }
.vly-page-intro { max-width: 48rem; color: #557078; font-size: 1.15rem; }
.vly-tours { overflow: hidden; }
body.vly-tours-page .vly-content-page { width: 100%; max-width: none !important; padding-block: 0; }
body.vly-tours-page .vly-content-page > h1,
body.vly-tours-page .vly-content-page > .wp-block-post-featured-image { display: none; }
body.vly-tours-page .vly-content-page > .wp-block-post-content,
body.vly-tours-page .vly-content-page > .wp-block-post-content > .vly-tours { width: 100% !important; max-width: none !important; margin: 0 !important; }
.vly-tours-hero { position: relative; isolation: isolate; display: grid; min-height: min(78vh, 50rem); align-items: end; overflow: hidden; background: var(--vly-ink); color: #fff; }
.vly-tours-hero::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(2 23 30 / 91%) 0%, rgb(2 23 30 / 68%) 44%, rgb(2 23 30 / 19%) 80%), linear-gradient(0deg, rgb(2 23 30 / 62%) 0%, transparent 54%); content: ""; }
.vly-tours-hero__image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 46%; transform: scale(1.01); }
.vly-tours-hero__inner { padding-block: clamp(5rem, 12vh, 8rem); }
.vly-tours-hero .vly-eyebrow { color: #f0c66f; }
.vly-tours-hero h1 { max-width: 10ch; margin: 0; color: #fff; font-size: clamp(3rem, 7vw, 6.4rem); letter-spacing: -0.04em; line-height: 0.98; }
.vly-tours-hero__inner > p:not(.vly-eyebrow) { max-width: 44rem; margin: 1.5rem 0 0; color: rgb(255 255 255 / 88%); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; }

.vly-tours-proof { border-bottom: 1px solid var(--vly-border); background: #fff; }
.vly-tours-proof__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.vly-tours-proof__grid > div { display: grid; gap: 0.25rem; padding: 1.5rem clamp(1rem, 3vw, 2.3rem); border-right: 1px solid var(--vly-border); }
.vly-tours-proof__grid > div:last-child { border-right: 0; }
.vly-tours-proof strong { color: var(--vly-ink); font-size: 1rem; }
.vly-tours-proof span { color: #61777e; font-size: 0.88rem; }

.vly-tours-ideas { background: #fff; }
.vly-tour-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.vly-tour-card { position: relative; isolation: isolate; display: flex; min-height: clamp(19rem, 33vw, 27rem); align-items: flex-end; overflow: hidden; border-radius: 0.85rem; background: var(--vly-ink); color: #fff; text-decoration: none; box-shadow: 0 0.7rem 2rem rgb(8 42 53 / 8%); }
.vly-tour-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgb(3 27 35 / 92%) 0%, rgb(3 27 35 / 42%) 49%, rgb(3 27 35 / 5%) 78%); content: ""; transition: background 180ms ease; }
.vly-tour-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.vly-tour-card__content { display: grid; width: 100%; gap: 0.35rem; padding: clamp(1.4rem, 4vw, 2.2rem); }
.vly-tour-card__content small { color: #f3cc7b; font-size: 0.72rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.vly-tour-card__content strong { max-width: 16ch; color: #fff; font-family: Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.65rem); font-weight: 500; line-height: 1.08; }
.vly-tour-card__content > span { margin-top: 0.35rem; color: rgb(255 255 255 / 86%); font-size: 0.86rem; font-weight: 800; }
.vly-tour-card:hover { color: #fff; }
.vly-tour-card:hover > img { transform: scale(1.04); }
.vly-tour-card:hover::after { background: linear-gradient(0deg, rgb(3 27 35 / 94%) 0%, rgb(3 27 35 / 49%) 52%, rgb(3 27 35 / 8%) 80%); }
.vly-tour-card:focus-visible { outline-offset: 5px; }

.vly-tours-private { background: var(--vly-sand); }
.vly-tours-private__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(19rem, 0.9fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.vly-tours-collage { position: relative; min-height: clamp(28rem, 50vw, 41rem); }
.vly-tours-collage img { position: absolute; object-fit: cover; box-shadow: 0 1rem 3rem rgb(8 42 53 / 18%); }
.vly-tours-collage__wide { top: 0; left: 0; width: 84%; height: 69%; border-radius: 0.9rem; }
.vly-tours-collage__portrait { right: 0; bottom: 0; width: 43%; height: 57%; border: 0.45rem solid var(--vly-sand); border-radius: 0.9rem; }
.vly-tours-private__content h2 { max-width: 12ch; margin: 0; color: var(--vly-ink); font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -0.035em; line-height: 1.04; }
.vly-tours-private__lead { color: #3e5d66; font-family: Georgia, serif; font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.55; }
.vly-tours-private__content ul { display: grid; gap: 1rem; margin: 1.7rem 0; padding: 0; list-style: none; }
.vly-tours-private__content li { position: relative; padding-left: 1.8rem; color: #49656d; }
.vly-tours-private__content li::before { position: absolute; top: 0.12rem; left: 0; width: 1.1rem; height: 1.1rem; border: 1px solid var(--vly-sea); border-radius: 50%; color: var(--vly-ocean); content: "✓"; font-size: 0.72rem; font-weight: 900; line-height: 1rem; text-align: center; }

.vly-tours-process__steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; }
.vly-tours-process__steps li { min-height: 15rem; padding: clamp(1.5rem, 3vw, 2.2rem); border: 1px solid #d4e1e2; border-radius: 0.75rem; background: rgb(255 255 255 / 72%); }
.vly-tours-process__steps > li > span { color: var(--vly-gold); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; }
.vly-tours-process__steps h3 { margin: 2.7rem 0 0.75rem; color: var(--vly-ink); font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.vly-tours-process__steps p { margin: 0; color: #587078; }

.vly-tours-fleet-bridge { padding-block: clamp(3.5rem, 7vw, 5.5rem); background: var(--vly-ink); color: #dce8e9; }
.vly-tours-fleet-bridge__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; align-items: center; }
.vly-tours-fleet-bridge .vly-eyebrow { color: #efc56c; }
.vly-tours-fleet-bridge h2 { max-width: 16ch; margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -0.025em; }
.vly-tours-fleet-bridge .vly-actions { justify-content: flex-end; margin-top: 0; }

.vly-breadcrumb { display: flex; flex-wrap: wrap; gap: 0.5rem; padding-block: 1.2rem; color: #71868c; font-size: 0.82rem; }
.vly-breadcrumb a { color: var(--vly-ocean); text-decoration: none; }
.vly-vessel__hero { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(20rem, 0.75fr); min-height: 34rem; overflow: hidden; border-radius: 0.8rem; background: var(--vly-ink); color: #fff; }
.vly-vessel__image { position: relative; min-width: 0; background: #061f28; }
.vly-vessel__image img { width: 100%; height: 100%; min-height: 34rem; object-fit: cover; }
.vly-vessel__gallery-trigger { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; padding: 0; border: 0; background: #061f28; cursor: zoom-in; text-align: left; }
.vly-vessel__gallery-trigger img { transition: filter 180ms ease, transform 350ms ease; }
.vly-vessel__gallery-trigger:hover img { filter: brightness(0.92); transform: scale(1.012); }
.vly-vessel__gallery-cue { position: absolute; right: 1rem; bottom: 1rem; display: inline-flex; min-height: 2.7rem; align-items: center; gap: 0.55rem; padding: 0.55rem 0.8rem; border: 1px solid rgb(255 255 255 / 36%); border-radius: 999px; background: rgb(3 27 35 / 84%); color: #fff; box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 24%); font-size: 0.78rem; font-weight: 900; line-height: 1; backdrop-filter: blur(5px); }
.vly-vessel__gallery-cue svg { flex: 0 0 auto; fill: currentcolor; }
.vly-vessel__intro { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 4rem); }
.vly-vessel__intro .vly-eyebrow { color: #efc56c; }
.vly-vessel__intro h1 { margin: 0; color: #fff; font-size: clamp(2.4rem, 5vw, 4.8rem); letter-spacing: -0.035em; }
.vly-vessel__facts { display: flex; flex-wrap: wrap; gap: 1.4rem; margin: 1.7rem 0; }
.vly-vessel__facts span { display: grid; color: #c3d2d5; font-size: 0.8rem; text-transform: uppercase; }
.vly-vessel__facts strong { color: #fff; font-family: Georgia, serif; font-size: 1.6rem; font-weight: 500; text-transform: none; }
.vly-vessel__contact-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.vly-gallery-dialog { width: min(94vw, 86rem); max-width: none; height: min(92vh, 62rem); max-height: none; padding: 0; overflow: hidden; border: 0; border-radius: 0.75rem; background: #031b23; color: #fff; box-shadow: 0 2rem 6rem rgb(0 0 0 / 46%); }
.vly-gallery-dialog::backdrop { background: rgb(0 14 20 / 88%); backdrop-filter: blur(3px); }
.vly-gallery-dialog__frame { display: grid; width: 100%; height: 100%; grid-template-columns: 4.25rem minmax(0, 1fr) 4.25rem; align-items: center; }
.vly-gallery-dialog__frame > p { display: contents; margin: 0; }
.vly-gallery-dialog figure { display: grid; height: 100%; min-height: 0; grid-template-rows: minmax(0, 1fr) auto; margin: 0; padding: 1rem 0; }
.vly-gallery-dialog figure img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.vly-gallery-dialog figcaption { min-height: 2.5rem; padding-top: 0.75rem; color: #c3d2d5; font-size: 0.85rem; text-align: center; }
.vly-gallery-dialog button { display: inline-flex; width: 2.9rem; height: 2.9rem; align-items: center; justify-content: center; border: 1px solid rgb(255 255 255 / 28%); border-radius: 50%; background: rgb(255 255 255 / 8%); color: #fff; cursor: pointer; font-size: 1.25rem; }
.vly-gallery-dialog button:hover { border-color: #fff; background: rgb(255 255 255 / 16%); }
.vly-gallery-dialog__previous { justify-self: center; }
.vly-gallery-dialog__next { justify-self: center; }
.vly-gallery-dialog__close { position: absolute; z-index: 2; top: 0.85rem; right: 0.85rem; font-size: 1.8rem !important; line-height: 1; }
.vly-vessel__layout { display: grid; grid-template-columns: minmax(0, 1fr) 22rem; gap: clamp(2rem, 6vw, 5rem); padding-block: clamp(4rem, 8vw, 7rem); }
.vly-vessel__content { display: grid; gap: 3rem; }
.vly-vessel__content section { padding-bottom: 3rem; border-bottom: 1px solid var(--vly-border); }
.vly-vessel__content h2, .vly-price-card h2 { margin-top: 0; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.vly-check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem 1.5rem; padding: 0; list-style: none; }
.vly-check-list li::before { margin-right: 0.55rem; color: var(--vly-sea); content: "✓"; font-weight: 900; }
.vly-simple-list { padding-left: 1.2rem; }
.vly-tags { display: flex; flex-wrap: wrap; gap: 0.55rem; }
.vly-tags span { padding: 0.45rem 0.7rem; border-radius: 99rem; background: var(--vly-mist); color: var(--vly-ink); font-size: 0.85rem; }
.vly-note { padding: 1.5rem !important; border: 0 !important; border-left: 4px solid var(--vly-gold) !important; background: var(--vly-sand); }
.vly-vessel__aside { align-self: start; }
.vly-price-card { position: sticky; top: 6.5rem; padding: 1.5rem; border: 1px solid var(--vly-border); border-radius: 0.7rem; box-shadow: var(--vly-shadow); }
.vly-price-card ul { margin: 1rem 0; padding: 0; list-style: none; }
.vly-price-card li { display: flex; justify-content: space-between; gap: 1rem; padding-block: 0.75rem; border-bottom: 1px solid var(--vly-border); }
.vly-price-card li span { color: #557078; }
.vly-price-card li span small { display: block; margin-top: 0.2rem; font-size: 0.72rem; }
.vly-price-card small { display: block; margin-block: 1rem; color: #667b81; }

.vly-footer { padding: 4rem max(1rem, calc((100% - 75rem) / 2)); background: #061f28; color: #b8c9cd; }
.vly-footer .vly-wordmark { color: #fff; }
.vly-footer__grid { display: grid; grid-template-columns: 1.3fr 0.7fr 1fr; gap: clamp(2rem, 6vw, 5rem); }
.vly-footer__grid h2 { color: #fff; font-family: inherit; font-size: 0.8rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.vly-footer__grid ul { margin: 0; padding: 0; list-style: none; }
.vly-footer a { color: #dce9eb; text-decoration: none; }
.vly-footer a:hover { color: #fff; text-decoration: underline; }
.vly-footer__contact > p { line-height: 1.8; }
.vly-footer__social-heading { margin-top: 1.35rem; }
.vly-social-links { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.vly-social-links a { display: inline-flex; min-height: 2.75rem; align-items: center; gap: 0.5rem; padding: 0.5rem 0.8rem; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; background: rgb(255 255 255 / 4%); font-size: 0.82rem; font-weight: 800; transition: border-color 160ms ease, background 160ms ease, transform 160ms ease; }
.vly-social-links a:hover, .vly-social-links a:focus-visible { border-color: rgb(231 182 87 / 78%); background: rgb(255 255 255 / 9%); text-decoration: none; transform: translateY(-1px); }
.vly-social-links svg { width: 1.1rem; height: 1.1rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.vly-social-links svg path, .vly-social-links__dot { fill: currentColor; stroke: none; }
.vly-footer__legal { display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgb(255 255 255 / 13%); font-size: 0.78rem; }
.vly-empty-state { padding-block: 8rem; text-align: center; }
.vly-post-card { margin-block: 1rem; padding: 1.5rem; border: 1px solid var(--vly-border); border-radius: 0.7rem; }

.vly-main .charter-fleet { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.vly-main .charter-card { min-width: 0; border-color: var(--vly-border); border-radius: 0.7rem; box-shadow: 0 0.6rem 1.8rem rgb(8 42 53 / 7%); }
.vly-main .charter-card__media { overflow: hidden; }
.vly-main .charter-card__media > p { display: contents; }
.vly-main .charter-card__image { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.vly-main .charter-card__body { display: flex; min-height: 12.5rem; flex-direction: column; padding: 1.25rem; }
.vly-main .charter-card__title { font-size: clamp(1.2rem, 1.7vw, 1.5rem); }
.vly-main .charter-card__price { margin-top: 1rem; }
.vly-main .charter-card__cta { margin-top: auto; padding-top: 1.1rem; }
.vly-main .charter-card__cta { color: var(--vly-ocean); }
.vly-main .charter-filters { border-color: var(--vly-border); background: var(--vly-mist); }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid var(--vly-gold) !important; outline-offset: 3px; }

@media (max-width: 64rem) {
  .vly-experiences { grid-template-columns: repeat(2, 1fr); }
  .vly-main .charter-fleet { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vly-vessel__hero { grid-template-columns: 1fr; }
  .vly-vessel__image img { min-height: 24rem; max-height: 34rem; }
  .vly-vessel__layout { grid-template-columns: 1fr; }
  .vly-price-card { position: static; }
  .vly-about__grid { grid-template-columns: 1fr; }
  .vly-about__media { width: min(78vw, 24rem); margin-inline: auto; }
  .vly-tours-private__grid { grid-template-columns: 1fr; }
  .vly-tours-collage { width: min(100%, 48rem); min-height: clamp(26rem, 76vw, 40rem); }
}

@media (max-width: 782px) {
  body.admin-bar .vly-header { top: 46px; }
  .vly-header > .vly-header__inner { width: calc(100% - 1.25rem) !important; max-width: none !important; min-height: 4.2rem; margin-inline: auto !important; padding: 0 !important; box-sizing: border-box; }
  .vly-header__inner > .wp-block-shortcode { flex-shrink: 0; }
  .vly-nav { display: none !important; }
  .vly-mobile-actions { display: flex; align-items: center; gap: 0.4rem; }
  .vly-mobile-actions a { display: inline-flex; min-height: 2.75rem; align-items: center; padding: 0.5rem 0.6rem; border: 1px solid var(--vly-border); border-radius: 0.25rem; color: var(--vly-ink); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
  .vly-mobile-actions .vly-mobile-actions__chat { border-color: var(--vly-ocean); background: var(--vly-ocean); color: #fff; }
  .vly-wordmark strong { font-size: 1.05rem; }
  .vly-wordmark svg { width: 2.2rem; }
  .vly-hero { min-height: 42rem; }
  .vly-hero::after { background: linear-gradient(0deg, rgb(3 27 35 / 92%) 0%, rgb(3 27 35 / 50%) 100%); }
  .vly-proof__grid, .vly-steps, .vly-tours-proof__grid, .vly-tours-process__steps { grid-template-columns: 1fr; }
  .vly-proof span { border-right: 0; border-bottom: 1px solid var(--vly-border); }
  .vly-tours-proof__grid > div { border-right: 0; border-bottom: 1px solid var(--vly-border); }
  .vly-tours-proof__grid > div:last-child { border-bottom: 0; }
  .vly-section__heading { grid-template-columns: 1fr; align-items: start; }
  .vly-footer__grid { grid-template-columns: 1fr; }
  .vly-tours-hero { min-height: 44rem; }
  .vly-tours-hero::after { background: linear-gradient(0deg, rgb(2 23 30 / 94%) 0%, rgb(2 23 30 / 64%) 61%, rgb(2 23 30 / 16%) 100%); }
  .vly-tour-cards { grid-template-columns: 1fr; }
  .vly-tour-card { min-height: 23rem; }
  .vly-tours-process__steps li { min-height: 0; }
  .vly-tours-process__steps h3 { margin-top: 1.5rem; }
  .vly-tours-fleet-bridge__inner { grid-template-columns: 1fr; }
  .vly-tours-fleet-bridge .vly-actions { justify-content: flex-start; }
  .vly-gallery-dialog { width: 100vw; height: 100dvh; border-radius: 0; }
  .vly-gallery-dialog__frame { grid-template-columns: 3.5rem minmax(0, 1fr) 3.5rem; }
  .vly-gallery-dialog figure { padding: 3.8rem 0.35rem 0.75rem; }
}

@media (max-width: 34rem) {
  :root { --vly-shell: min(calc(100% - 1.25rem), 23rem); }
  .vly-shell { margin-right: 0.625rem; margin-left: 0.625rem; }
  .vly-wordmark strong { font-size: 0.95rem; }
  .vly-wordmark small { font-size: 0.56rem; }
  .vly-wordmark svg { width: 1.9rem; }
  .vly-mobile-actions .vly-mobile-actions__chat { display: none; }
  .vly-hero__inner { max-width: 23rem; overflow: hidden; }
  .vly-hero h1 { max-width: 100%; font-size: clamp(2.55rem, 12vw, 3.5rem); letter-spacing: -0.02em; }
  .vly-hero__lead { max-width: 100%; }
  .vly-actions, .vly-actions .vly-button { width: 100%; box-sizing: border-box; }
  .vly-experiences { grid-template-columns: 1fr; }
  .vly-main .charter-fleet { grid-template-columns: 1fr; }
  .vly-vessel__hero { width: 100%; max-width: 100%; margin-inline: 0; border-radius: 0; }
  .vly-vessel__intro { padding: 1.4rem; }
  .vly-vessel__contact-actions, .vly-vessel__contact-actions .vly-button { width: 100%; }
  .vly-vessel__image img { min-height: 18rem; }
  .vly-vessel__gallery-cue { right: 0.75rem; bottom: 0.75rem; }
  .vly-gallery-dialog__frame { grid-template-columns: 3rem minmax(0, 1fr) 3rem; }
  .vly-gallery-dialog button { width: 2.5rem; height: 2.5rem; }
  .vly-check-list { grid-template-columns: 1fr; }
  .vly-footer__legal { flex-direction: column; gap: 0.5rem; }
  .vly-tours-hero { min-height: 40rem; }
  .vly-tours-hero__inner { width: calc(100% - 1.25rem); padding-block: 4rem; }
  .vly-tours-hero h1 { max-width: 100%; font-size: clamp(2.8rem, 14vw, 4rem); }
  .vly-tours-hero__inner > p:not(.vly-eyebrow) { line-height: 1.5; }
  .vly-tour-card { min-height: 20rem; }
  .vly-tours-collage { min-height: 25rem; }
  .vly-tours-collage__wide { width: 91%; height: 63%; }
  .vly-tours-collage__portrait { width: 47%; height: 55%; }
  .vly-tours-fleet-bridge .vly-actions, .vly-tours-fleet-bridge .vly-button { width: 100%; }
}

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