:root {
  --navy: #071d2b;
  --navy-2: #0d2b3d;
  --ink: #102633;
  --paper: #f3ebdd;
  --paper-2: #fbf7ef;
  --copper: #b65332;
  --copper-dark: #8f3c22;
  --copper-light: #e47852;
  --sea: #9bb7b3;
  --line: rgba(10, 36, 50, .18);
  --white: #fffdf8;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(calc(100% - 40px), 1320px);
  --shadow: 0 18px 55px rgba(1, 19, 29, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; line-height: 1.65; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid #e47852; outline-offset: 4px; }
.bm-shell { width: var(--shell); margin-inline: auto; }
.bm-skip { position: fixed; z-index: 999; left: 12px; top: 12px; transform: translateY(-150%); padding: 10px 16px; background: var(--white); color: var(--navy); }
.bm-skip:focus { transform: none; }
.bm-service { color: var(--paper); background: #03131e; border-bottom: 1px solid rgba(255,255,255,.17); font-size: .86rem; }
.bm-service__inner { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 38px; }
.bm-service a { text-decoration: none; }
.bm-header { position: relative; z-index: 20; color: var(--paper); background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.14); }
.bm-header__inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.bm-brand { display: inline-flex; flex-direction: column; color: inherit; text-decoration: none; text-transform: uppercase; line-height: 1; }
.bm-brand__name { font: 700 1.55rem/1 var(--serif); letter-spacing: .025em; }
.bm-brand__place { margin-top: 8px; font: 500 .85rem/1 var(--sans); letter-spacing: .24em; }
.bm-nav { display: flex; align-items: center; gap: 34px; }
.bm-nav__list { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.bm-nav__list a { position: relative; padding: 12px 0; color: inherit; text-decoration: none; font-size: .95rem; }
.bm-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--copper); transition: right .2s ease; }
.bm-nav__list a:hover::after, .bm-nav__list .current-menu-item a::after { right: 0; }
.bm-menu-button { display: none; color: inherit; background: none; border: 0; }
.bm-button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 24px; border: 2px solid var(--copper); border-radius: 2px; color: var(--white); background: var(--copper); font-weight: 700; text-decoration: none; line-height: 1.2; transition: background .2s, border-color .2s, transform .2s; }
.bm-button:hover { background: var(--copper-dark); border-color: var(--copper-dark); transform: translateY(-2px); }
.bm-button--small { min-height: 44px; padding: 10px 20px; }
.bm-button--outline-light { color: var(--paper); background: transparent; border-color: var(--sea); }
.bm-button--outline-light:hover { color: var(--navy); background: var(--sea); border-color: var(--sea); }
.bm-hero { position: relative; isolation: isolate; min-height: 720px; display: grid; overflow: hidden; color: var(--paper); background: var(--navy); }
.bm-hero__copy { z-index: 2; grid-area: 1 / 1; display: flex; align-items: center; background: linear-gradient(90deg, var(--navy) 0%, rgba(7,29,43,.98) 30%, rgba(7,29,43,.88) 47%, rgba(7,29,43,.34) 68%, rgba(7,29,43,0) 82%); }
.bm-hero__copy-inner { width: var(--shell); margin-inline: auto; padding: 82px 0 92px; }
.bm-hero__copy-inner > h1, .bm-hero__copy-inner > .bm-lead { max-width: 620px; }
.bm-hero h1, .bm-page-hero h1 { max-width: 760px; margin: 0 0 22px; font: 700 clamp(3.5rem, 5vw, 5.6rem)/.98 var(--serif); letter-spacing: -.035em; }
.bm-hero__image { z-index: 0; grid-area: 1 / 1; min-height: 720px; margin: 0; overflow: hidden; }
.bm-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 66% center; }
.bm-eyebrow { margin: 0 0 14px; color: var(--copper); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.bm-lead { max-width: 720px; margin: 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.6; }
.bm-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 22px; margin-top: 32px; }
.bm-section { padding: 105px 0; }
.bm-section--paper { background: var(--paper); }
.bm-section--sand { background: #e7dfd1; }
.bm-section--navy { color: var(--paper); background: var(--navy); }
.bm-hero .bm-eyebrow, .bm-section--navy .bm-eyebrow, .bm-education-teaser .bm-eyebrow, .bm-external-service .bm-eyebrow, .bm-anbi__intro .bm-eyebrow { color: var(--copper-light); }
.bm-section--navy .bm-text-link span, .bm-section--navy .bm-programmes span { color: var(--copper-light); }
.bm-section--sea { background: var(--sea); }
.bm-heading-row { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(300px, .75fr); gap: 70px; align-items: end; margin-bottom: 50px; }
.bm-heading-row--end { grid-template-columns: 1fr auto; }
.bm-heading-row h2, .bm-story h2, .bm-join h2 { margin: 0; font: 700 clamp(2.7rem, 5vw, 5rem)/1.02 var(--serif); letter-spacing: -.03em; }
.bm-heading-row p { margin: 0; }
.bm-experiences { display: grid; grid-template-columns: 1.55fr 1fr 1fr; gap: 18px; }
.bm-experience { display: grid; grid-template-rows: 285px 1fr; min-width: 0; overflow: hidden; background: var(--paper-2); border: 1px solid rgba(74,48,30,.22); box-shadow: var(--shadow); }
.bm-experience img { width: 100%; height: 285px; object-fit: cover; }
.bm-experience > div:last-child { padding: 28px 30px 32px; }
.bm-experience h3 { margin: 0 0 12px; font: 700 clamp(1.65rem, 2.5vw, 2.4rem)/1.08 var(--serif); }
.bm-experience p { margin: 0 0 22px; }
.bm-education-teaser { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 45px; align-items: center; margin-top: 18px; padding: clamp(28px, 4vw, 48px); color: var(--paper); background: var(--navy); }
.bm-education-teaser h3 { margin: 0 0 12px; font: 700 clamp(1.8rem, 3.4vw, 3rem)/1.08 var(--serif); }
.bm-education-teaser p { max-width: 760px; margin: 0; }
.bm-education-teaser .bm-eyebrow { margin-bottom: 10px; color: var(--copper); }
.bm-experience__texture { display: grid; place-items: center; min-height: 285px; color: var(--paper); background-color: #60452f; background-image: linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 24px 24px; }
.bm-experience__texture--group { background-color: #415f63; }
.bm-experience__texture span { text-align: center; font: 700 2rem/1.15 var(--serif); text-transform: uppercase; letter-spacing: .08em; }
.bm-text-link { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-weight: 800; text-decoration: none; }
.bm-text-link span { color: var(--copper); font-size: 1.2em; transition: transform .2s; }
.bm-text-link:hover span { transform: translateX(4px); }
.bm-proof { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 24px; margin-top: 34px; padding: 26px 30px; background: var(--sea); }
.bm-proof strong { color: var(--copper-dark); font-size: 1.25rem; }
.bm-proof blockquote { margin: 0 0 0 20px; padding-left: 26px; border-left: 1px solid rgba(7,29,43,.35); font: italic 1.35rem/1.45 var(--serif); }
.bm-proof cite { display: block; margin-top: 8px; font: 700 .72rem/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.bm-story__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.bm-programmes { list-style: none; margin: 42px 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.bm-programmes li { display: grid; grid-template-columns: 48px 180px 1fr; gap: 18px; align-items: baseline; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.bm-programmes span { color: var(--copper); font-size: .78rem; font-weight: 800; }
.bm-programmes strong { font: 700 1.25rem/1.2 var(--serif); }
.bm-programmes small { color: rgba(243,235,221,.75); font-size: .95rem; }
.bm-agenda { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--navy); }
.bm-agenda__item { padding: 30px 30px 34px 0; border-bottom: 1px solid var(--line); }
.bm-agenda__item + .bm-agenda__item { padding-left: 30px; border-left: 1px solid var(--line); }
.bm-agenda time { color: var(--copper-dark); font-weight: 800; }
.bm-agenda h3 { margin: 12px 0; font: 700 1.8rem/1.1 var(--serif); }
.bm-agenda__empty { grid-column: 1 / -1; padding: 45px; background: var(--paper-2); }
.bm-agenda__empty h3 { max-width: 760px; font: 700 2.3rem/1.1 var(--serif); margin: 0; }
.bm-channel__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(42px, 7vw, 100px); align-items: center; }
.bm-channel figure { min-height: 520px; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.bm-channel figure img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.bm-channel h2 { margin: 8px 0 22px; font: 700 clamp(2.7rem, 4.8vw, 4.8rem)/1.01 var(--serif); letter-spacing: -.03em; }
.bm-channel blockquote { margin: 34px 0 0; padding: 24px 0 0 28px; border-top: 1px solid rgba(7,29,43,.3); border-left: 3px solid var(--copper); font: italic 1.25rem/1.5 var(--serif); }
.bm-channel cite { display: block; margin-top: 10px; font: 800 .72rem/1.2 var(--sans); letter-spacing: .11em; text-transform: uppercase; }
.bm-service-note { margin-top: 20px; font-size: .88rem; opacity: .8; }
.bm-external-service { max-width: 850px; padding: clamp(28px, 5vw, 56px); color: var(--paper); background: var(--navy); border-top: 4px solid var(--copper); }
.bm-external-service h2 { margin: 0 0 18px; font: 700 clamp(2.1rem, 4vw, 3.5rem)/1.05 var(--serif); }
.bm-external-service .bm-service-note { color: rgba(243,235,221,.72); }
.bm-anbi { display: grid; gap: clamp(48px, 7vw, 88px); }
.bm-anbi__intro { padding: clamp(28px, 5vw, 58px); color: var(--paper); background: var(--navy); border-top: 5px solid var(--copper); }
.bm-anbi__intro h2, .bm-anbi__section h2 { margin-top: 0; font: 700 clamp(2rem, 4vw, 3.5rem)/1 var(--serif); }
.bm-anbi__intro a { color: var(--sea); }
.bm-anbi__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 36px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.bm-anbi__facts div { display: grid; gap: 8px; padding: 22px; background: var(--navy); }
.bm-anbi__facts span, .bm-anbi__document small { font-size: .78rem; letter-spacing: .04em; opacity: .72; }
.bm-anbi__facts strong { line-height: 1.35; }
.bm-anbi__section { padding-top: 8px; }
.bm-anbi__columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 6vw, 80px); }
.bm-anbi__columns h3 { font: 700 1.45rem/1.2 var(--serif); }
.bm-anbi__columns ul { padding-left: 20px; }
.bm-anbi__date { color: var(--copper-dark); font-weight: 700; }
.bm-anbi__heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.bm-anbi__heading-row > p { max-width: 270px; text-align: right; }
.bm-anbi__documents { border-top: 2px solid var(--navy); }
.bm-anbi__document { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 24px; padding: 22px 6px; color: var(--navy); text-decoration: none; border-bottom: 1px solid rgba(7,29,43,.2); transition: background .2s ease, padding .2s ease; }
.bm-anbi__document:hover { padding-left: 16px; padding-right: 16px; background: var(--sea-pale); }
.bm-anbi__document > span:nth-child(2) { display: grid; gap: 3px; }
.bm-anbi__year { color: var(--copper-dark); font: 700 1.4rem/1 var(--serif); }
.bm-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.bm-news-card { display: grid; grid-template-rows: 245px 1fr; min-width: 0; overflow: hidden; background: var(--paper-2); border: 1px solid var(--line); box-shadow: var(--shadow); }
.bm-news-card__image { display: block; overflow: hidden; }
.bm-news-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.bm-news-card:hover .bm-news-card__image img { transform: scale(1.025); }
.bm-news-card > div { padding: 27px 28px 32px; }
.bm-news-card h2, .bm-news-card h3 { margin: 7px 0 14px; font: 700 2rem/1.08 var(--serif); }
.bm-news-card h2 a, .bm-news-card h3 a { text-decoration: none; }
.bm-news-grid--single { grid-template-columns: minmax(0, 900px); }
.bm-news-grid--single .bm-news-card { grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); grid-template-rows: minmax(360px, 1fr); }
.bm-news-grid--single .bm-news-card__image { min-height: 360px; }
.bm-news-grid--archive { margin-bottom: 42px; }
.bm-article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(50px, 8vw, 110px); align-items: start; }
.bm-article-image { margin: 0 0 45px; }
.bm-article-image img { width: 100%; max-height: 680px; object-fit: cover; }
.bm-article-aside { position: sticky; top: 24px; padding: 30px; background: var(--sea); border-top: 3px solid var(--copper); }
.bm-article-aside h2 { margin: 6px 0 14px; font: 700 2rem/1.08 var(--serif); }
.bm-join__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; align-items: end; }
.bm-page-hero { padding: 105px 0 90px; color: var(--paper); background: var(--navy); }
.bm-page-hero h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); }
.bm-landing-hero { color: var(--paper); background: var(--navy); }
.bm-landing-hero__grid { display: grid; grid-template-columns: .95fr 1.05fr; min-height: 660px; }
.bm-landing-hero__copy { align-self: center; padding: 75px 70px 80px 0; }
.bm-landing-hero h1 { margin: 0 0 24px; font: 700 clamp(3.4rem, 5.7vw, 5.8rem)/.98 var(--serif); letter-spacing: -.035em; }
.bm-landing-hero .bm-button { margin-top: 30px; }
.bm-landing-hero figure { min-height: 660px; margin: 0; overflow: hidden; }
.bm-landing-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.bm-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--navy); }
.bm-feature-grid article { padding: 30px 30px 10px 0; }
.bm-feature-grid article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.bm-feature-grid span { color: var(--copper); font-weight: 800; }
.bm-feature-grid h2 { margin: 14px 0 12px; font: 700 2rem/1.1 var(--serif); }
.bm-story { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 7vw, 96px); align-items: center; }
.bm-story figure { min-height: 470px; margin: 0; overflow: hidden; }
.bm-story img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.bm-story h2, .bm-section-heading h2 { margin: 10px 0 22px; font: 700 clamp(2.5rem, 4vw, 4.2rem)/1.02 var(--serif); letter-spacing: -.025em; }
.bm-story p:not(.bm-eyebrow) { max-width: 62ch; font-size: 1.08rem; }
.bm-section-heading { max-width: 760px; margin-bottom: 42px; }
.bm-fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.bm-fleet-grid article { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.bm-fleet-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.bm-fleet-grid article > div { padding: 24px; }
.bm-fleet-grid h3 { margin: 5px 0 10px; font: 700 2rem/1.05 var(--serif); }
.bm-fleet-grid h3 a { text-decoration: none; }
.bm-fleet-grid p:last-child { margin-bottom: 0; }
.bm-home-collection .bm-heading-row { border-bottom: 1px solid rgba(255,255,255,.2); padding-bottom: 30px; }
.bm-home-collection .bm-heading-row h2 { font-size: clamp(2.8rem, 5vw, 5.1rem); }
.bm-home-fleet { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.bm-home-fleet > a { min-width: 0; color: var(--paper); text-decoration: none; }
.bm-home-fleet img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center; filter: saturate(.88); transition: transform .3s ease, filter .3s ease; }
.bm-home-fleet > a:hover img { transform: translateY(-5px); filter: saturate(1.08); }
.bm-home-fleet span { display: grid; gap: 5px; padding: 14px 2px 0; }
.bm-home-fleet strong { font: 700 1.65rem/1 var(--serif); }
.bm-home-fleet small { color: rgba(243,235,221,.7); font-size: .76rem; line-height: 1.4; }
.bm-vessel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px; }
.bm-vessel-card { display: grid; grid-template-columns: minmax(220px, .82fr) minmax(0, 1.18fr); min-width: 0; overflow: hidden; background: var(--paper-2); border: 1px solid var(--line); box-shadow: var(--shadow); }
.bm-vessel-card__image { overflow: hidden; }
.bm-vessel-card__image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; transition: transform .35s ease; }
.bm-vessel-card:hover .bm-vessel-card__image img { transform: scale(1.025); }
.bm-vessel-card > div { padding: clamp(26px, 4vw, 42px); }
.bm-vessel-card h2 { margin: 7px 0 15px; font: 700 clamp(2rem, 3vw, 3rem)/1.04 var(--serif); }
.bm-vessel-card h2 a { text-decoration: none; }
.bm-vessel-hero { color: var(--paper); background: var(--navy); }
.bm-vessel-hero__grid { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 650px; }
.bm-vessel-hero__copy { align-self: center; padding: 72px 70px 80px 0; }
.bm-vessel-hero h1 { margin: 10px 0 24px; font: 700 clamp(4rem, 8vw, 7.6rem)/.92 var(--serif); letter-spacing: -.04em; }
.bm-vessel-hero figure { min-height: 650px; margin: 0; overflow: hidden; }
.bm-vessel-hero figure img { width: 100%; height: 100%; object-fit: cover; }
.bm-back-link { display: inline-block; margin-bottom: 42px; color: var(--sea); font-weight: 750; text-decoration: none; }
.bm-vessel-facts { color: var(--navy); background: var(--sea); }
.bm-vessel-facts__grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.bm-vessel-facts__grid div { display: grid; gap: 7px; padding: 26px 24px 28px 0; }
.bm-vessel-facts__grid div + div { padding-left: 24px; border-left: 1px solid rgba(7,29,43,.24); }
.bm-vessel-facts span { color: rgba(7,29,43,.65); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bm-vessel-facts strong { font: 700 1.25rem/1.25 var(--serif); }
.bm-vessel-story > p:first-of-type { font-size: 1.22rem; }
.bm-event-list { border-top: 2px solid var(--navy); }
.bm-event-row { display: grid; grid-template-columns: 210px minmax(0, 1fr) auto; gap: 42px; align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.bm-event-row time { color: var(--copper-dark); font-weight: 800; }
.bm-event-row h2 { margin: 0 0 8px; font: 700 clamp(1.8rem, 3vw, 2.8rem)/1.04 var(--serif); }
.bm-event-row h2 a { text-decoration: none; }
.bm-event-row p { margin: 0; }
.bm-event-hero__date { display: block; margin: 0 0 18px; color: var(--sea); font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 800; letter-spacing: .06em; }
.bm-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; }
.bm-split h2 { margin: 0; font: 700 clamp(2.7rem, 5vw, 4.8rem)/1.02 var(--serif); letter-spacing: -.03em; }
.bm-split .bm-form { color: var(--ink); }
.bm-factbar { color: var(--ink); background: var(--sea); }
.bm-factbar__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.bm-factbar__grid div { display: flex; flex-direction: column; padding: 30px 28px 30px 0; }
.bm-factbar__grid div + div { padding-left: 28px; border-left: 1px solid rgba(7,29,43,.25); }
.bm-factbar strong { font: 700 1.5rem/1.2 var(--serif); }
.bm-factbar span { margin-top: 4px; font-size: .92rem; }
.bm-main .bm-section { min-height: 50vh; }
.bm-prose { max-width: 860px; }
.bm-prose > *:first-child { margin-top: 0; }
.bm-prose h2 { margin: 1.8em 0 .5em; font: 700 2.5rem/1.1 var(--serif); }
.bm-prose h3 { margin: 1.6em 0 .4em; font: 700 1.7rem/1.2 var(--serif); }
.bm-form { margin-top: 40px; padding: 34px; background: var(--paper-2); border-top: 3px solid var(--copper); box-shadow: var(--shadow); }
.bm-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.bm-form p { margin: 0 0 20px; }
.bm-form label { display: block; font-weight: 750; }
.bm-form input:not([type="checkbox"]), .bm-form textarea, .bm-form select { width: 100%; margin-top: 6px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid rgba(7,29,43,.35); border-radius: 0; }
.bm-form input:focus, .bm-form textarea:focus { outline: 3px solid rgba(182,83,50,.28); border-color: var(--copper); }
.bm-check { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; font-weight: 500 !important; }
.bm-check input { margin-top: 6px; }
.bm-honeypot { position: absolute; left: -9999px; }
.bm-form-success { padding: 28px; background: var(--sea); border-left: 4px solid var(--copper); }
.bm-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.bm-post-card { padding: 30px; background: var(--paper-2); border-top: 3px solid var(--copper); }
.bm-post-card h2 { font: 700 2rem/1.1 var(--serif); }
.bm-post-card h2 a { text-decoration: none; }
.bm-not-found { min-height: 65vh; }
.bm-footer { padding: 75px 0 26px; color: rgba(243,235,221,.83); background: #03131e; }
.bm-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(4, 1fr); gap: 40px; }
.bm-footer h2 { margin: 0 0 14px; color: var(--paper); font: 700 1.25rem/1.2 var(--serif); }
.bm-footer ul { list-style: none; margin: 0; padding: 0; }
.bm-footer a { color: inherit; }
.bm-brand--footer { color: var(--paper) !important; }
.bm-footer__bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); font-size: .8rem; }

@media (max-width: 1100px) {
  :root { --shell: min(calc(100% - 32px), 960px); }
	.bm-nav { gap: 18px; }
	.bm-nav__list { gap: 17px; }
	.bm-nav__list a { font-size: .86rem; }
  .bm-experiences { grid-template-columns: 1fr 1fr; }
  .bm-experience--wide { grid-column: 1 / -1; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr; }
  .bm-experience--wide img { height: 100%; min-height: 340px; }
	.bm-home-fleet { grid-template-columns: repeat(3, 1fr); gap: 28px 14px; }
	.bm-vessel-grid { grid-template-columns: 1fr; }
  .bm-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
	.bm-footer__grid > div:nth-child(n+4) { grid-column: span 1; }
}

@media (max-width: 959px) {
  .bm-header__inner { min-height: 78px; }
  .bm-menu-button { display: inline-flex; align-items: center; gap: 12px; cursor: pointer; }
  .bm-menu-button i, .bm-menu-button i::before, .bm-menu-button i::after { display: block; width: 22px; height: 2px; background: currentColor; content: ""; }
  .bm-menu-button i { position: relative; }
  .bm-menu-button i::before { position: absolute; top: -7px; }
  .bm-menu-button i::after { position: absolute; top: 7px; }
  .bm-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; padding: 24px 20px 30px; background: var(--navy); border-top: 1px solid rgba(255,255,255,.15); box-shadow: 0 20px 30px rgba(0,0,0,.2); }
  .bm-nav[data-open] { display: grid; }
  .bm-nav__list { display: grid; gap: 0; }
  .bm-nav__list a { display: block; padding: 12px 0; font-size: 1.15rem; }
  .bm-hero { grid-template-columns: 1fr; min-height: 0; }
  .bm-hero__copy { order: 2; grid-area: auto; background: none; }
  .bm-hero__image { order: 1; grid-area: auto; min-height: 430px; max-height: 56vh; }
  .bm-hero__copy-inner { width: var(--shell); margin: 0 auto; padding: 52px 0 66px; }
  .bm-hero h1 { font-size: clamp(3.2rem, 12vw, 5rem); }
  .bm-heading-row, .bm-story__grid, .bm-join__grid { grid-template-columns: 1fr; gap: 34px; }
	.bm-channel__grid, .bm-article-grid { grid-template-columns: 1fr; }
	.bm-article-aside { position: static; }
  .bm-landing-hero__grid { grid-template-columns: 1fr; }
	.bm-story { grid-template-columns: 1fr; }
	.bm-fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .bm-landing-hero figure { order: -1; min-height: 430px; max-height: 56vh; }
  .bm-landing-hero__copy { padding: 55px 0 65px; }
  .bm-split { grid-template-columns: 1fr; gap: 45px; }
  .bm-story__grid { gap: 50px; }
  .bm-proof { grid-template-columns: auto 1fr; }
  .bm-proof blockquote { grid-column: 1 / -1; margin: 0; }
  .bm-agenda { grid-template-columns: 1fr; }
  .bm-agenda__item + .bm-agenda__item { padding-left: 0; border-left: 0; }
  .bm-post-grid { grid-template-columns: 1fr 1fr; }
	.bm-news-grid { grid-template-columns: 1fr 1fr; }
	.bm-vessel-hero__grid { grid-template-columns: 1fr; }
	.bm-vessel-hero figure { order: -1; min-height: 430px; max-height: 56vh; }
	.bm-vessel-hero__copy { padding: 52px 0 64px; }
	.bm-vessel-facts__grid { grid-template-columns: repeat(3, 1fr); }
	.bm-event-row { grid-template-columns: 170px 1fr; }
	.bm-event-row > .bm-text-link { grid-column: 2; }
}

@media (max-width: 680px) {
	.bm-education-teaser { grid-template-columns: 1fr; gap: 22px; }
	.bm-anbi__facts, .bm-anbi__columns { grid-template-columns: 1fr; }
	.bm-anbi__heading-row { display: block; }
	.bm-anbi__heading-row > p { max-width: none; text-align: left; }
	.bm-anbi__document { grid-template-columns: 64px 1fr; gap: 14px; }
	.bm-anbi__document > span:last-child { grid-column: 2; }
  :root { --shell: min(calc(100% - 28px), 620px); }
  body { font-size: 16px; }
  .bm-service__inner { justify-content: flex-start; flex-wrap: wrap; gap: 2px 8px; min-height: 44px; padding: 5px 0; overflow: visible; white-space: normal; line-height: 1.25; }
  .bm-brand__name { font-size: 1.25rem; }
  .bm-brand__place { font-size: .7rem; }
  .bm-hero__image { min-height: 315px; }
  .bm-hero__image img { object-position: 53% center; }
  .bm-hero__copy-inner { padding-top: 42px; }
  .bm-hero h1 { font-size: clamp(2.9rem, 14vw, 4rem); }
  .bm-actions .bm-button { width: 100%; }
  .bm-section { padding: 72px 0; }
  .bm-heading-row h2, .bm-story h2, .bm-join h2 { font-size: clamp(2.4rem, 12vw, 3.6rem); }
  .bm-experiences { grid-template-columns: 1fr; }
  .bm-experience--wide { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: 250px 1fr; }
  .bm-experience img, .bm-experience--wide img, .bm-experience__texture { height: 250px; min-height: 250px; }
  .bm-proof { grid-template-columns: 1fr; gap: 10px; }
  .bm-proof blockquote { grid-column: auto; padding-top: 18px; padding-left: 0; border-left: 0; border-top: 1px solid rgba(7,29,43,.35); font-size: 1.15rem; }
  .bm-programmes li { grid-template-columns: 36px 1fr; }
  .bm-programmes small { grid-column: 2; }
  .bm-heading-row--end { grid-template-columns: 1fr; }
  .bm-agenda__empty { padding: 30px 24px; }
  .bm-post-grid { grid-template-columns: 1fr; }
	.bm-news-grid { grid-template-columns: 1fr; }
	.bm-news-grid--single .bm-news-card { grid-template-columns: 1fr; grid-template-rows: 245px 1fr; }
	.bm-news-grid--single .bm-news-card__image { min-height: 0; }
	.bm-channel figure, .bm-channel figure img { min-height: 300px; }
  .bm-feature-grid, .bm-factbar__grid { grid-template-columns: 1fr; }
	.bm-fleet-grid { grid-template-columns: 1fr; }
	.bm-home-fleet { grid-template-columns: repeat(2, 1fr); }
	.bm-home-fleet strong { font-size: 1.35rem; }
	.bm-vessel-card { grid-template-columns: 1fr; }
	.bm-vessel-card__image img { min-height: 270px; max-height: 390px; }
	.bm-vessel-hero h1 { font-size: clamp(3.7rem, 18vw, 5.6rem); }
	.bm-vessel-hero figure { min-height: 315px; }
	.bm-vessel-facts__grid { grid-template-columns: 1fr 1fr; }
	.bm-vessel-facts__grid div { padding: 21px 15px 21px 0; }
	.bm-vessel-facts__grid div + div { padding-left: 15px; }
	.bm-vessel-facts__grid div:nth-child(odd) { padding-left: 0; border-left: 0; }
	.bm-event-row { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
	.bm-event-row > .bm-text-link { grid-column: auto; }
	.bm-story figure, .bm-story img { min-height: 310px; }
  .bm-feature-grid article + article, .bm-factbar__grid div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .bm-landing-hero figure { min-height: 315px; }
  .bm-landing-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .bm-form { padding: 26px 20px; }
  .bm-form__grid { grid-template-columns: 1fr; }
  .bm-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .bm-footer__grid > div:first-child, .bm-footer__grid > div:last-child { grid-column: 1 / -1; }
  .bm-footer__bottom { flex-direction: column; }
}

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