/**
 * Campaign Hero — v0.12.0. Ported from test/home-sketch.css (Tue 9/8 sketch),
 * `ch-` classes. Sits inside a WPBakery row: the outer wrapper carries the
 * content width, the tile carries the radius + the shared navy shadow.
 * States every property Salient could otherwise decide.
 */
.ch-outer img { margin: 0 !important; }
.ch .nectar-button { margin-bottom: 0 !important; }
.ch form, .ch label, .ch select, .ch input, .ch button { margin: 0; }
.ch summary { list-style: none; }
.ch summary::-webkit-details-marker { display: none; }
.ch a:hover { color: inherit; }
/**
 * Homepage sketch — SBBG design language applied to the front page.
 * Sketch only (Tue 9/8/26). Tokens mirror plugin/assets/sbbg-guide.css so
 * the plugin step is a rename, not a redesign. Root class: .ch
 */
.ch {
	--ch-navy: #0a1e2f; --ch-navy-2: #0f2a40; --ch-red: #cf0c0c; --ch-ink: #1b2733; --ch-muted: #5b6b7a;
	--ch-line: rgba(10,30,47,.12); --ch-paper: #f5f7f9; --ch-ice: #9fc4d6;
	--ch-radius: 10px; --ch-wrap: 1180px; --ch-pad: clamp(20px, 4vw, 48px);
	--ch-head: Roboto, "Open Sans", Helvetica, Arial, sans-serif; --ch-body: "Open Sans", Helvetica, Arial, sans-serif;
	font-family: var(--ch-body); color: var(--ch-ink); line-height: 1.6; text-align: left;
}
.ch *, .ch *::before, .ch *::after { box-sizing: border-box; }
.ch p { margin: 0; padding: 0; font-size: 17px; line-height: 1.65; color: var(--ch-ink); }
.ch .ch-hero-title, .ch h2, .ch h3 { font-family: var(--ch-head); color: var(--ch-navy); letter-spacing: -.01em; margin: 0; }
.ch .ch-wrap { max-width: none; margin: 0; padding-left: clamp(24px, 4vw, 64px); padding-right: clamp(24px, 4vw, 64px); }
.ch .ch-eyebrow { display: block; font: 800 12px/1 var(--ch-head); letter-spacing: .16em; text-transform: uppercase; color: var(--ch-red); margin: 0 0 14px; }
.ch .ch-actions { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; margin-top: 26px; }
.ch .ch-actions .nectar-button { margin-bottom: 0; }
.ch .ch-note { font-size: 13px; color: var(--ch-muted); margin-top: 18px; }

/* ---------------------------------------------------------------- campaign hero */
/* Same box as the store hero (store-hero.css): a rounded block resting on the page —
   10px radius, the shared navy-tinted shadow — inset to the content width instead of
   full-bleed (Aaron, Tue 9/8). Sits below the header, not under it. */
.ch-outer { padding: 0; width: 100%; max-width: none; margin: 0; }   /* fills the WPBakery row — full-width row = edge to edge (Aaron, Tue 9/8) */
.ch-hero { position: relative; display: grid; grid-template-rows: 1fr auto; align-items: end; min-height: clamp(560px, 48vw, 720px); background: var(--ch-navy); color: #fff; overflow: hidden; isolation: isolate; border-radius: var(--ch-radius); box-shadow: 0 22px 44px -20px rgba(10,30,47,.42), 0 8px 16px -10px rgba(10,30,47,.2); }
.ch-hero-media { position: absolute; inset: 0; z-index: 0; }
.ch .ch-hero-media picture { display: block; position: absolute; inset: 0; }
.ch .ch-hero-media img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover; object-position: 62% 70%;   /* Tue 9/8 crop: boat upper-right — bias the vertical crop so it clears the card */ margin: 0 !important; }
.ch-hero-media::after { content: ""; position: absolute; inset: 0; z-index: 1;
	background: linear-gradient(180deg, rgba(10,30,47,.22) 0%, rgba(10,30,47,.12) 45%, rgba(10,30,47,.86) 100%),
	            linear-gradient(90deg, rgba(10,30,47,.82) 0%, rgba(10,30,47,.44) 42%, rgba(10,30,47,0) 70%); }
.ch-hero .ch-wrap { position: relative; z-index: 2; width: 100%; padding-top: clamp(64px, 8vw, 110px); padding-bottom: clamp(28px, 4vw, 44px); padding-left: clamp(20px, 3.5vw, 40px); padding-right: clamp(20px, 3.5vw, 40px); display: grid; gap: 28px; grid-template-columns: 1fr; align-items: end; }
.ch-hero .ch-eyebrow { color: #fff; }
.ch-hero .ch-eyebrow b { color: #ff6b6b; }
.ch .ch-hero-title { font: 900 clamp(38px, 5.2vw, 68px)/1.02 var(--ch-head); color: #fff; letter-spacing: -.025em; max-width: 12em; text-shadow: 0 2px 10px rgba(0,0,0,.35); text-wrap: balance; }
.ch .ch-hero-sub { font: 600 clamp(17px, 1.6vw, 20px)/1.5 var(--ch-body); color: rgba(255,255,255,.92); max-width: 32em; margin-top: 18px; text-shadow: 0 1px 3px rgba(0,0,0,.5); text-wrap: pretty; }
.ch-hero .ch-actions .nectar-button.see-through { border-color: rgba(255,255,255,.75); color: #fff; }

/* Find-a-boat card — the old second row, lifted into the hero */
.ch-find { background: rgba(10,30,47,.92); border-top: 3px solid var(--ch-red); border-radius: 6px; padding: 20px 22px 18px; color: #fff; box-shadow: 0 18px 40px -18px rgba(0,0,0,.6); max-width: 420px; width: 100%; justify-self: start; }
.ch-find .ch-eyebrow { color: rgba(255,255,255,.7); margin-bottom: 4px; }
.ch-find strong { display: block; font: 900 clamp(19px, 1.7vw, 21px)/1.1 var(--ch-head); color: #fff; letter-spacing: -.02em; margin-bottom: 14px; }
.ch-outer .ch-find .ch-find-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 10px !important; width: 100% !important; }
.ch-outer .ch-find .ch-find-grid .is-wide { grid-column: 1 / -1 !important; }
.ch-outer .ch-find .ch-field { display: grid !important; grid-template-columns: 100% !important; gap: 5px; width: 100% !important; margin: 0 !important; padding: 0 !important; min-width: 0; font-weight: 400; }
.ch-outer .ch-find .ch-field > span { display: block !important; width: auto !important; }
.ch .ch-field span { font: 800 10px/1 var(--ch-head); letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.62); }
.ch-outer .ch-find .ch-field select, .ch-outer .ch-find .ch-field input[type="text"], .ch-outer .ch-find .ch-field input { display: block !important; box-sizing: border-box !important; width: 100% !important; min-width: 0 !important; max-width: none !important; height: 42px !important; min-height: 0 !important; line-height: 40px !important; padding: 0 12px !important; margin: 0 !important; border: 1px solid rgba(255,255,255,.18) !important; border-radius: 5px !important; background: rgba(255,255,255,.08) !important; background-color: rgba(255,255,255,.08) !important; color: #fff !important; font: 600 14px/40px var(--ch-body) !important; letter-spacing: 0 !important; text-transform: none !important; box-shadow: none !important; appearance: none !important; -webkit-appearance: none !important; outline: none !important; }
.ch-outer .ch-find .ch-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239fc4d6' stroke-width='2'/%3E%3C/svg%3E"); background-repeat: no-repeat !important; background-position: right 12px center !important; padding-right: 32px !important; }
.ch-outer .ch-find .ch-field select option { color: var(--ch-ink); background: #fff; }
.ch-outer .ch-find .ch-field input::placeholder { color: rgba(255,255,255,.45) !important; opacity: 1; }
.ch-outer .ch-find .ch-field select:focus, .ch-outer .ch-find .ch-field input:focus { border-color: var(--ch-ice) !important; background-color: rgba(255,255,255,.12) !important; box-shadow: none !important; }
.ch-outer .ch-find .nectar-button { display: block !important; width: 100% !important; text-align: center; margin: 4px 0 0 !important; border: 0 !important; cursor: pointer; }
.ch-find-links { display: flex; flex-wrap: wrap; gap: 6px 18px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.18); }
.ch-find-links a { font: 700 12px/1.3 var(--ch-head); color: #fff !important; text-decoration: none; opacity: .85; }
.ch-find-links a:hover { opacity: 1; }
.ch-find-links a b { color: #ff6b6b; }

/* ---------------------------------------------------------------- shop strip (inside the hero tile) */
/* Own bottom radius: a backdrop-filter layer isn't clipped by the tile's overflow:hidden in Chrome. */
.ch-strip { position: relative; z-index: 2; display: flex; align-items: stretch; background: rgba(10,30,47,.78); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-top: 1px solid rgba(255,255,255,.14); border-radius: 0 0 var(--ch-radius) var(--ch-radius); overflow: hidden; margin: 0; }
.ch-strip-toggle { list-style: none; display: flex; align-items: center; cursor: default; margin: 0; padding: 0; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; }
.ch-strip-toggle::-webkit-details-marker { display: none; }
.ch-strip-label { display: flex; align-items: center; padding: 18px clamp(20px, 3.5vw, 40px); font: 800 11px/1 var(--ch-head); letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.6); border-right: 1px solid rgba(255,255,255,.14); white-space: nowrap; }
.ch-strip-cue { display: none; }
.ch-strip-menu { display: flex; align-items: stretch; flex: 1 1 auto; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.ch-strip-menu::-webkit-scrollbar { display: none; }
.ch-strip-menu a { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; padding: 18px 22px; font: 700 14px/1.2 var(--ch-head); color: #fff !important; text-decoration: none; border-right: 1px solid rgba(255,255,255,.12); white-space: nowrap; transition: background .25s; }
.ch-strip-menu a:last-child { border-right: 0; }
.ch-strip-menu a:hover { background: rgba(255,255,255,.08); }
.ch-strip-menu a b { font: 900 11px/1 var(--ch-head); color: #ff6b6b; letter-spacing: .04em; }

/* ---------------------------------------------------------------- responsive */
@media (min-width: 640px) {
}
@media (min-width: 900px) {
	.ch-hero .ch-wrap { grid-template-columns: minmax(0, 1.35fr) minmax(320px, .85fr); align-items: end; }
	.ch-find { justify-self: end; }
}
@media (max-width: 899px) {
	/* A touch taller than one screen so the bottom-aligned copy clears the boat in the
	   portrait crop (the pontoon sits ~175–280px down at 375w); the card starts near
	   the fold and invites the scroll. */
	.ch-outer { padding: 0; }
	/* Phones: the strip collapses to one bar at the tile's foot. The chevron bobs
	   until it's opened — the cue that there's more in here. */
	.ch-strip { flex-direction: column; background: rgba(10,30,47,.92); overflow: visible; }
	.ch-strip-label { display: none; }
	.ch-strip-toggle { cursor: pointer; }
	.ch-strip-cue { display: flex; align-items: center; gap: 12px; width: 100%; padding: 14px 18px 14px 20px; color: #fff; }
	.ch-strip-cue b { font: 800 13px/1 var(--ch-head); letter-spacing: .14em; text-transform: uppercase; }
	.ch-strip-cue small { font: 600 12px/1 var(--ch-body); color: var(--ch-ice); }
	.ch-strip-cue i { margin-left: auto; width: 34px; height: 34px; border-radius: 50%; background: #fff; display: grid; place-items: center; position: relative; box-shadow: 0 6px 16px rgba(0,0,0,.35); animation: ch-bob 1.8s ease-in-out infinite; transition: transform .35s; }
	.ch-strip-cue i::before { content: ""; width: 9px; height: 9px; border-right: 3px solid var(--ch-red); border-bottom: 3px solid var(--ch-red); transform: translateY(-2px) rotate(45deg); border-radius: 1px; }
	.ch-strip-cue i::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(255,255,255,.55); animation: ch-ring 1.8s ease-out infinite; }
	.ch-strip[open] .ch-strip-cue i { transform: rotate(180deg); animation: none; }
	.ch-strip[open] .ch-strip-cue i::after { display: none; }
	.ch-strip-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 12px 14px; overflow: visible; }
	.ch-strip-menu a { padding: 13px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 6px; white-space: normal; font-size: 13px; }
	.ch-strip-menu a:last-child { border-right: 1px solid rgba(255,255,255,.16); grid-column: 1 / -1; }
	@keyframes ch-bob { 0%, 100% { translate: 0 0; } 50% { translate: 0 4px; } }
	@keyframes ch-ring { 0% { opacity: .8; scale: .85; } 100% { opacity: 0; scale: 1.45; } }
	/* 0.12.4 made the keyword field show on phones (the fields are forced), so the card is taller — more tile height
	   keeps the bottom-aligned copy under the boat on an 812px phone. */
	.ch-hero { min-height: max(100svh, 940px); }
	/* The photo fills only the top of the block and dissolves into the navy under it,
	   so the boat stays in the upper third whatever the hero's height — the copy and
	   card always sit on water / navy, never on the pontoon. */
	.ch-hero-media { bottom: auto; height: 72%; }
	.ch .ch-hero-media img { object-position: 50% 0%; }
	/* Phones: clear through the boat (top ~38% of the photo layer), then a fast ramp so the white copy sits on
	   a dark band — the boat itself keeps zero overlay (Aaron, Tue 9/8). */
	.ch-hero-media::after { background: linear-gradient(180deg, rgba(10,30,47,0) 0%, rgba(10,30,47,0) 42%, rgba(10,30,47,.5) 52%, rgba(10,30,47,.78) 66%, rgba(10,30,47,.92) 82%, rgba(10,30,47,1) 100%); }
	.ch-hero .ch-wrap { padding-top: 0; padding-bottom: 28px; gap: 20px; }
	.ch-hero-copy { min-height: 0; display: flex; flex-direction: column; justify-content: flex-end; }
	.ch .ch-hero-title { font-size: clamp(34px, 9.5vw, 42px); max-width: 11em; }
	.ch .ch-hero-sub { font-size: 16px; max-width: 26em; margin-top: 12px; }
	.ch-find { max-width: none; background: rgba(10,30,47,.88); backdrop-filter: blur(2px); }
	/* Phones: the card goes compact — two selects + the button — so the copy still
	   starts under the boat (same rule as the SBBG hero). Keyword search lives on
	   the inventory page one tap away. */
	.ch-find strong { font-size: 22px; margin-bottom: 10px; }
	.ch-find .ch-field.is-wide, .ch-find-links { display: none; }
}
@media (max-width: 639px) {
	.ch-outer .ch-find .ch-find-grid { grid-template-columns: 1fr !important; }
}
