/*
Theme Name: Bay Marucho Renewal
Theme URI: https://www.baymarucho.com/
Author: Bay Marucho
Description: ベイマルチョウ専用のスマホファーストWordPressテーマ。
Version: 0.5.27
Requires at least: 6.9
Requires PHP: 8.3
Text Domain: baymarucho
*/

:root {
	--bm-blue: #1F8FE0;
	--bm-navy: #063A63;
	--bm-sky: #EAF6FE;
	--bm-ink: #17242d;
	--bm-muted: #5e6b75;
	--bm-line: #cfe5f2;
	--bm-white: #fff;
	--bm-accent: #b4233c;
	--bm-accent-dark: #8d192f;
	--bm-accent-soft: #fff3f4;
	--bm-sun: #FFC93C;
	--bm-sun-dark: #E8A800;
	--bm-font-num: "Barlow Condensed", "Zen Maru Gothic", -apple-system, sans-serif;
	--bm-radius: 14px;
	--bm-shadow: 0 8px 24px rgb(46 147 212 / 12%);
}

* { box-sizing: border-box; }
/* 何かが横にはみ出しても、ページ全体が左右にずれないようにする。
   hidden はスクロール領域を作って追従ヘッダーを壊すため使わない。clip なら影響しない。
   body だけでは効かない環境があるので、本文の入れ物にも同じ囲いを掛ける。 */
body { overflow-x: clip; }
.bm-main, .bm-today, .bm-social, .bm-section, .bm-footer { overflow-x: clip; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--bm-ink); background: #f8fbfd; font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; font-size: 16px; line-height: 1.7; }
h1, h2, h3, .bm-brand, .bm-button, .bm-eyebrow, .bm-card-media-label { font-family: "Zen Maru Gothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--bm-blue); text-decoration-thickness: .08em; text-underline-offset: .15em; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.bm-container { width: min(100% - 32px, 1180px); margin-inline: auto; }
.bm-site-header { position: sticky; z-index: 20; top: 0; background: rgb(255 255 255 / 94%); border-bottom: 1px solid var(--bm-line); backdrop-filter: blur(12px); }
.bm-header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.bm-brand { display: inline-flex; align-items: center; text-decoration: none; }
.bm-brand img { width: auto; height: 32px; }
.bm-menu-toggle { min-width: 48px; min-height: 48px; border: 1px solid var(--bm-line); border-radius: 10px; background: var(--bm-white); color: var(--bm-navy); font: inherit; }
.bm-nav { display: none; }
.bm-nav.is-open { display: block; position: absolute; top: 68px; inset-inline: 0; padding: 12px 16px 18px; background: var(--bm-white); border-bottom: 1px solid var(--bm-line); }
.bm-nav ul { margin: 0; padding: 0; list-style: none; }
.bm-nav a { display: block; min-height: 48px; padding: 11px 8px; color: var(--bm-ink); font-weight: 700; text-decoration: none; }
.bm-main { min-height: 70vh; }
/* ------------------------------------------------------------------
   今日のベイマルチョウ
   店頭の黒板にあたる場所。「今日ここへ寄る理由」だけを、この一枚に集める。
   ------------------------------------------------------------------ */
.bm-today { position: relative; z-index: 10; background: linear-gradient(160deg, var(--bm-navy), #0a4f80 62%, #1372ad); color: var(--bm-white); box-shadow: 0 6px 20px rgb(6 58 99 / 22%); }
.bm-today-inner { padding: 16px 0 20px; }
/* 日付と営業状況は同じ行に並べ、狭い画面では自然に折り返す */
.bm-today-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 18px; margin: 0 0 13px; }
.bm-today-date { margin: 0; color: #bfe9ff; font-family: var(--bm-font-num); font-size: 1rem; font-weight: 600; letter-spacing: .08em; }
.bm-today-date span { margin-right: 2px; color: var(--bm-white); font-size: 1.4rem; font-weight: 700; }

.bm-today-list { display: grid; gap: 10px; margin: 0 0 14px; padding: 0; list-style: none; }
.bm-today-item { overflow: hidden; background: var(--bm-white); border-radius: 11px; box-shadow: 0 6px 16px rgb(0 0 0 / 20%); }
.bm-today-body { display: flex; align-items: center; gap: 11px; min-height: 54px; padding: 11px 13px; color: var(--bm-ink); text-decoration: none; }
a.bm-today-body { transition: background-color .2s ease; }
a.bm-today-body:hover, a.bm-today-body:focus-visible { background: var(--bm-sky); }
.bm-today-arrow { flex: 0 0 auto; margin-left: auto; padding-left: 4px; color: var(--bm-blue); font-size: 1.1rem; font-weight: 900; }
.bm-today-photo { flex: 0 0 auto; width: 72px; height: 54px; object-fit: cover; border-radius: 7px; }
.bm-today-kind { flex: 0 0 auto; padding: 4px 11px; border-radius: 999px; font-size: .76rem; font-weight: 900; letter-spacing: .04em; white-space: nowrap; }
.bm-today-text { flex: 1 1 auto; min-width: 0; color: var(--bm-ink); font-size: 1.06rem; font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; }
.bm-today-item--otoku .bm-today-kind { background: var(--bm-sun); color: var(--bm-navy); }
.bm-today-item--nyuka .bm-today-kind { background: var(--bm-blue); color: var(--bm-white); }
.bm-today-item--event .bm-today-kind { background: var(--bm-accent); color: var(--bm-white); }
.bm-today-item--info .bm-today-kind { background: var(--bm-line); color: var(--bm-navy); }

.bm-today-status { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; margin: 0; }
.bm-today-status strong { font-size: 1.06rem; font-weight: 900; }
.bm-today-status small { color: #bfe9ff; font-size: .9rem; }
.bm-today-tomorrow { flex-basis: 100%; }
.bm-today-tomorrow[hidden], .bm-today-hours[hidden] { display: none; }
.bm-today-countdown:not(:empty) { padding: 3px 12px; border-radius: 999px; background: var(--bm-sun); color: var(--bm-navy); font-family: var(--bm-font-num); font-size: 1.06rem; font-weight: 700; }
.bm-today--closed .bm-today-status strong { color: #ffd7d7; }

.bm-today-catch { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 12px; margin: 0; color: #bfe9ff; font-size: .95rem; font-weight: 700; }
.bm-today-catch span { color: var(--bm-white); font-size: clamp(1.45rem, 6vw, 2rem); font-weight: 900; line-height: 1.25; }


.bm-hero { position: relative; overflow: hidden; padding: 40px 0 30px; background: linear-gradient(180deg, var(--bm-sky), #f8fbfd); }
.bm-hero::after { position: absolute; z-index: 0; bottom: -5vw; left: 62%; width: clamp(360px, 46vw, 760px); aspect-ratio: 1.66; background: url("assets/bay-logo-watermark.png") center / contain no-repeat; content: ""; opacity: .055; mix-blend-mode: multiply; pointer-events: none; }
.bm-hero .bm-container { position: relative; z-index: 1; }
/* SNS への導線。ヒーロー直下に置き、それぞれのブランド色で見分けられるようにする */
.bm-social { padding: 24px 0; background: var(--bm-sky); border-top: 1px solid rgb(6 58 99 / 8%); }
.bm-social-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px 28px; }
.bm-social-title { margin: 0; color: var(--bm-navy); font-size: clamp(1.15rem, 4.4vw, 1.55rem); line-height: 1.3; }
.bm-social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.bm-social-link { flex: 1 1 auto; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 10px 22px; border-radius: 999px; color: #fff; font-weight: 800; letter-spacing: .02em; text-decoration: none; box-shadow: 0 8px 20px rgb(6 58 99 / 18%); transition: transform .2s ease, box-shadow .2s ease; }
.bm-social-link:hover, .bm-social-link:focus-visible { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 26px rgb(6 58 99 / 26%); }
.bm-social-link--instagram { background: linear-gradient(45deg, #F9CE34, #EE2A7B 52%, #6228D7); }
.bm-social-link--facebook { background: #1877F2; }
.bm-social-icon { flex: 0 0 auto; }

.bm-eyebrow { margin: 0 0 8px; color: var(--bm-blue); font-family: var(--bm-font-num); font-size: .98rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.bm-hero h1 { max-width: 15em; margin: 0; color: var(--bm-navy); font-size: clamp(2rem, 8vw, 4.6rem); line-height: 1.1; letter-spacing: -.03em; }
.bm-hero p { max-width: 42em; margin: 18px 0 0; color: var(--bm-muted); }
.bm-hero-slider { position: relative; width: 100%; margin: 0 0 26px; }
.bm-hero-visual { width: 100%; margin: 0; overflow: hidden; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); box-shadow: var(--bm-shadow); animation: bm-hero-in .85s cubic-bezier(.2,.7,.2,1) both; }
.bm-hero-slide { display: none; }
.bm-hero-slide.is-active { display: block; }
.bm-hero-slide a { display: block; }
.bm-hero-visual img { width: 100%; aspect-ratio: 1500 / 580; object-fit: cover; object-position: center center; }
.bm-slider-prev, .bm-slider-next { position: absolute; z-index: 2; top: 50%; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgb(7 91 145 / 82%); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.bm-slider-prev { left: 12px; }
.bm-slider-next { right: 12px; }
.bm-slider-dots { position: absolute; z-index: 2; right: 0; bottom: 12px; left: 0; display: flex; justify-content: center; gap: 8px; }
.bm-slider-dot { width: 10px; height: 10px; padding: 0; border: 1px solid #fff; border-radius: 50%; background: rgb(255 255 255 / 45%); cursor: pointer; }
.bm-slider-dot.is-active { background: #fff; transform: scale(1.25); }
.bm-hero h1, .bm-hero .bm-eyebrow, .bm-hero > .bm-container > p:not(.bm-eyebrow), .bm-hero-actions { animation: bm-copy-in .7s cubic-bezier(.2,.7,.2,1) both; }
.bm-hero h1 { animation-delay: .12s; }
.bm-hero > .bm-container > p:not(.bm-eyebrow) { animation-delay: .2s; }
.bm-hero-actions { animation-delay: .28s; }
.bm-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.bm-section { padding: 38px 0; }
.bm-section--tint { background: var(--bm-sky); }
.bm-section-title { margin: 0 0 18px; color: var(--bm-navy); font-size: clamp(1.45rem, 5vw, 2rem); line-height: 1.25; }
.bm-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.bm-section-heading .bm-section-title { margin-bottom: 0; }
.bm-section-more { display: inline-flex; min-height: 44px; align-items: center; gap: 6px; flex: 0 0 auto; font-weight: 700; text-decoration: none; }
.bm-grid { display: grid; gap: 18px; }
.bm-card { overflow: hidden; background: var(--bm-white); border: 1px solid var(--bm-line); border-radius: var(--bm-radius); box-shadow: var(--bm-shadow); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.bm-card:hover, .bm-card:focus-within { border-color: rgb(46 147 212 / 55%); box-shadow: 0 16px 36px rgb(46 147 212 / 20%); transform: translateY(-5px); }
.bm-card-media img { transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.bm-card:hover .bm-card-media img, .bm-card:focus-within .bm-card-media img { transform: scale(1.045); }
.bm-card-media { position: relative; display: block; aspect-ratio: 4 / 3; background: var(--bm-sky); overflow: hidden; }
.bm-grid--posts .bm-card-media { aspect-ratio: 16 / 9; }
.bm-card-media img { width: 100%; height: 100%; object-fit: cover; }
.bm-card-media-label { position: absolute; right: 10px; bottom: 10px; left: 10px; overflow: hidden; padding: 7px 10px; border-radius: 8px; background: rgb(7 91 145 / 88%); color: var(--bm-white); font-size: .92rem; font-weight: 800; line-height: 1.35; text-align: center; text-overflow: ellipsis; white-space: nowrap; backdrop-filter: blur(4px); }
.bm-card-placeholder { display: grid; place-items: center; color: var(--bm-navy); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bm-card-body { display: block; padding: 16px; background: var(--bm-white); }
.bm-card-title { margin: 0; font-size: 1.08rem; line-height: 1.45; }
.bm-card-title a { color: var(--bm-ink); text-decoration: none; }
.bm-card-excerpt { margin: 8px 0 0; color: var(--bm-muted); font-size: .92rem; line-height: 1.7; }
.bm-card-meta { margin: 9px 0 0; color: var(--bm-muted); font-size: .85rem; }
.bm-card-meta time { font-family: var(--bm-font-num); font-size: 1.02rem; font-weight: 600; letter-spacing: .03em; }
/* リード文は1行27字前後に収め、2つの文がそれぞれ1行に収まるようにする。
   word-break: auto-phrase は対応ブラウザで文節単位に折り返す（非対応でも実害なし） */
.bm-hero .bm-hero-lead { max-width: 27em; font-weight: 650; word-break: auto-phrase; text-wrap: pretty; }
.bm-hero-action-row { display: flex; align-items: end; gap: 18px; margin-top: 20px; }
.bm-home-character { flex: 0 0 auto; width: 112px; height: auto; margin: 0 0 -10px; filter: drop-shadow(0 10px 16px rgb(7 91 145 / 18%)); pointer-events: none; }
/* 釣り人フォト：ここだけ「人の色」（--bm-sun）を使い、店の情報（navy/blue）と役割を分ける */
.bm-grid--photos { padding: 22px 14px; background: repeating-linear-gradient(45deg, rgb(232 168 0 / 7%) 0 2px, transparent 2px 14px), var(--bm-sky); border-radius: var(--bm-radius); }
.bm-grid--photos .bm-card { border: none; box-shadow: 0 10px 22px rgb(23 36 45 / 14%); transform: rotate(var(--bm-tilt, -1.4deg)); transition: transform .6s cubic-bezier(.22, 1.2, .36, 1) var(--bm-reveal-delay, 0ms), opacity .5s ease var(--bm-reveal-delay, 0ms), box-shadow .25s ease; }
.bm-grid--photos .bm-card:nth-child(3n+1) { --bm-tilt: -1.6deg; }
.bm-grid--photos .bm-card:nth-child(3n+2) { --bm-tilt: 1.3deg; }
.bm-grid--photos .bm-card:nth-child(3n+3) { --bm-tilt: -0.6deg; }

/* スクロール登場：傾きを保ったまま、少し行き過ぎてから収まる。詳細度は .bm-reveal 側より必ず高くする */
.bm-grid--photos .bm-card.bm-reveal { transform: rotate(var(--bm-tilt, -1.4deg)) translateY(26px) scale(.96); }
.bm-grid--photos .bm-card.bm-reveal.is-visible { transform: rotate(var(--bm-tilt, -1.4deg)) translateY(0) scale(1); }
.bm-grid--photos .bm-card.bm-reveal.is-visible:hover, .bm-grid--photos .bm-card.bm-reveal.is-visible:focus-within, .bm-grid--photos .bm-card:hover, .bm-grid--photos .bm-card:focus-within { transform: rotate(0deg) translateY(-6px) scale(1.02); box-shadow: 0 18px 32px rgb(23 36 45 / 22%); transition-delay: 0ms; }

/* 署名要素：釣果メジャー帯。魚を測るメジャーの目盛りを写真下端に敷き、記録を主役にする */
.bm-grid--photos .bm-card-media-label {
	right: 0; bottom: 0; left: 0;
	display: flex; align-items: baseline; gap: 10px;
	padding: 24px 12px 10px;
	border-radius: 0;
	background:
		repeating-linear-gradient(90deg, var(--bm-sun) 0 2px, transparent 2px 55px) 0 0 / 100% 13px no-repeat,
		repeating-linear-gradient(90deg, rgb(255 255 255 / 62%) 0 1px, transparent 1px 11px) 0 0 / 100% 7px no-repeat,
		linear-gradient(180deg, rgb(6 58 99 / 34%), rgb(6 58 99 / 92%) 48%);
	backdrop-filter: blur(2px);
	text-align: left; white-space: normal;
}
.bm-card-size { flex: 0 0 auto; color: var(--bm-sun); font-family: var(--bm-font-num); font-size: 1.6rem; font-weight: 700; line-height: 1; letter-spacing: .01em; }
.bm-card-angler { min-width: 0; overflow: hidden; font-size: .9rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
/* ニュースは画像が上・文章が下の縦長カード。横に4つ並べる（列指定は下のメディアクエリ） */
.bm-grid--news .bm-card { display: flex; flex-direction: column; }
.bm-grid--news .bm-card-media { aspect-ratio: 4 / 3; }
.bm-grid--news .bm-card-body { flex: 1 1 auto; }

/* ------------------------------------------------------------------
   横に流れるカード列（ベイマルニュース／釣り関連リンク）
   指で払っても、前後ボタンでも、自動でも送れる。
   ------------------------------------------------------------------ */
.bm-flow { position: relative; }
.bm-grid.bm-flow-track, .bm-links-grid.bm-flow-track { display: flex; grid-template-columns: none; }
.bm-flow-track { gap: 18px; overflow-x: auto; padding-bottom: 4px; scroll-snap-type: x proximity; overscroll-behavior-x: contain; scrollbar-width: none; }
.bm-flow-track::-webkit-scrollbar { display: none; }
.bm-flow-track > * { flex: 0 0 78%; min-width: 0; scroll-snap-align: start; }
.bm-flow-nav { position: absolute; z-index: 2; top: 50%; display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--bm-line); border-radius: 50%; background: rgb(255 255 255 / 95%); color: var(--bm-navy); font-size: 1.7rem; line-height: 1; cursor: pointer; box-shadow: 0 6px 18px rgb(6 58 99 / 20%); transform: translateY(-50%); }
.bm-flow-prev { left: -8px; }
.bm-flow-next { right: -8px; }
.bm-flow-nav[disabled] { opacity: .3; cursor: default; box-shadow: none; }
.bm-notice { padding: 18px; background: var(--bm-navy); border-radius: var(--bm-radius); color: var(--bm-white); }
.bm-business-status { display: grid; gap: 4px; padding: 18px 20px; background: var(--bm-white); border: 1px solid var(--bm-line); border-left: 5px solid var(--bm-blue); border-radius: var(--bm-radius); box-shadow: var(--bm-shadow); }
.bm-business-status strong { color: var(--bm-navy); font-size: 1.15rem; }
.bm-business-status span, .bm-business-status small { display: block; }
.bm-business-status--closed { border-left-color: #b33a3a; }
.bm-footer { padding: 42px 0 28px; background: var(--bm-navy); color: var(--bm-white); }
.bm-footer a { color: var(--bm-white); }
.bm-footer-heading { margin-bottom: 20px; }
.bm-footer-eyebrow { margin: 0 0 4px; color: #bfe9ff; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bm-footer-heading h2 { margin: 0; color: var(--bm-white); font-size: clamp(1.4rem, 5vw, 2rem); line-height: 1.3; }
.bm-footer-grid { display: grid; gap: 18px; }
.bm-footer-contact { padding: 22px; border: 1px solid rgb(255 255 255 / 20%); border-radius: var(--bm-radius); background: rgb(255 255 255 / 7%); }
.bm-footer-logo { width: auto; max-width: 240px; height: 40px; margin-bottom: 14px; }
.bm-footer-facts { display: grid; gap: 0; margin: 0; }
.bm-footer-facts div { display: grid; grid-template-columns: 5.5em 1fr; gap: 12px; padding: 8px 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.bm-footer-facts div:last-child { border-bottom: 0; }
.bm-footer-facts dt { color: #bfe9ff; font-weight: 800; }
.bm-footer-facts dd { margin: 0; font-weight: 700; }
.bm-footer-facts a { font-size: 1.1rem; font-weight: 900; }
.bm-footer-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.bm-footer-actions .bm-button { color: var(--bm-white); }
.bm-footer-actions .bm-button--secondary { color: var(--bm-navy); }
.bm-footer-map { min-height: 260px; overflow: hidden; border: 1px solid rgb(255 255 255 / 22%); border-radius: var(--bm-radius); background: var(--bm-sky); }
.bm-footer-map iframe { display: block; width: 100%; height: 100%; min-height: 260px; border: 0; }
.bm-footer-nav { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 24px 0 18px; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / 18%); }
.bm-footer-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.bm-entry { width: min(100% - 32px, 780px); margin: 0 auto; padding: 40px 0 70px; }
.bm-entry h1 { color: var(--bm-navy); line-height: 1.25; }
.bm-entry-back { display: inline-flex; min-height: 44px; align-items: center; margin-bottom: 18px; font-weight: 700; text-decoration: none; }
.bm-entry-content { overflow-wrap: anywhere; }
.bm-entry-content > * { max-width: 100%; }
.bm-entry-image { margin: 24px 0; border-radius: var(--bm-radius); }
.bm-entry:has(.bay-tournament26) { width: min(100% - 32px, 1040px); }

/* 商品予約キャンペーン。投稿本文にはHTMLタグだけを保存する。 */
.bay-tournament26 { max-width: 960px; margin: 26px auto 0; color: #222; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; line-height: 1.8; }
.bay-tournament26 * { box-sizing: border-box; }
.bay-tournament26 img { display: block; max-width: 100%; height: auto; }
.bay-tournament26 .hero { margin: 0 0 28px; overflow: hidden; border-radius: 14px; background: #070707; box-shadow: 0 14px 34px rgb(0 0 0 / 18%); }
.bay-tournament26 .hero img { width: 100%; aspect-ratio: 1500 / 580; object-fit: cover; }
.bay-tournament26 .campaign-header { padding: 8px 16px 0; text-align: center; }
.bay-tournament26 .lead-label { margin: 0 0 5px; color: #a70000; font-size: .94rem; font-weight: 800; letter-spacing: .08em; }
.bay-tournament26 .main-title { margin: 0 0 10px; color: #111; font-size: clamp(1.7rem, 6vw, 2.65rem); font-weight: 900; line-height: 1.28; }
.bay-tournament26 .sub-title { margin: 0 0 26px; font-size: clamp(1rem, 3.5vw, 1.2rem); font-weight: 700; }
.bay-tournament26 .reservation-box { margin: 28px 0; padding: 24px 20px; border: 3px solid #a70000; background: #fff8f3; text-align: center; }
.bay-tournament26 .reservation-box .limit { display: inline-block; margin: 0 0 14px; padding: 5px 18px; background: #a70000; color: #fff; font-size: 1.08rem; font-weight: 800; }
.bay-tournament26 .reservation-box .benefit { margin: 0; font-size: clamp(1.35rem, 5vw, 1.75rem); font-weight: 900; line-height: 1.55; }
.bay-tournament26 .reservation-box .benefit strong { color: #a70000; font-size: clamp(1.9rem, 7vw, 2.5rem); }
.bay-tournament26 .reservation-box .note { margin: 10px 0 0; font-size: .92rem; }
.bay-tournament26 .price-box { margin: 28px 0; padding: 24px 20px; background: #181818; color: #fff; text-align: center; }
.bay-tournament26 .price-box .release { margin: 0 0 10px; color: #e9cb80; font-size: 1.05rem; font-weight: 800; }
.bay-tournament26 .price-box .list-price { margin: 0; color: #d7d7d7; font-size: .95rem; }
.bay-tournament26 .price-box .sale-price { margin: 5px 0 0; color: #fff; font-size: clamp(1.65rem, 6vw, 2.35rem); font-weight: 900; line-height: 1.35; }
.bay-tournament26 .price-box .sale-price strong { color: #ffdc55; }
.bay-tournament26 .campaign-section { margin: 44px 0; }
.bay-tournament26 .section-kicker { margin: 0 0 4px; color: #a70000; font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.bay-tournament26 .campaign-section h2 { margin: 0 0 18px; padding-bottom: 10px; border-bottom: 3px solid #111; color: #111; font-size: clamp(1.45rem, 5vw, 2rem); line-height: 1.35; }
.bay-tournament26 .feature-grid, .bay-tournament26 .model-grid { display: grid; gap: 14px; }
.bay-tournament26 .feature-card, .bay-tournament26 .model-card { padding: 18px; border: 1px solid #ddd; background: #fff; box-shadow: 0 7px 20px rgb(0 0 0 / 7%); }
.bay-tournament26 .feature-number { display: block; margin-bottom: 4px; color: #a70000; font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.bay-tournament26 .feature-card h3, .bay-tournament26 .model-card h3 { margin: 0 0 6px; color: #111; font-size: 1.12rem; line-height: 1.4; }
.bay-tournament26 .feature-card p, .bay-tournament26 .model-card p { margin: 0; color: #555; font-size: .94rem; }
.bay-tournament26 .model-card { border-top: 4px solid #b59847; }
.bay-tournament26 .campaign-note { padding: 14px 16px; background: #f2f2f2; color: #555; font-size: .88rem; }
.bay-tournament26 .campaign-cta { margin: 42px 0 0; padding: 26px 20px; background: linear-gradient(140deg, #6e0000, #aa0000); color: #fff; text-align: center; }
.bay-tournament26 .campaign-cta h2 { margin: 0 0 8px; color: #fff; font-size: clamp(1.45rem, 5vw, 2rem); }
.bay-tournament26 .campaign-cta p { margin: 0 0 18px; }
.bay-tournament26 .campaign-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.bay-tournament26 .campaign-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 10px 22px; border: 2px solid #fff; border-radius: 999px; background: #fff; color: #780000; font-weight: 900; text-decoration: none; }
.bay-tournament26 .campaign-button--secondary { background: transparent; color: #fff; }
.bay-tournament26 .campaign-button:hover, .bay-tournament26 .campaign-button:focus-visible { transform: translateY(-2px); }

@media (min-width: 720px) {
	.bay-tournament26 .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bay-tournament26 .feature-card:last-child { grid-column: 1 / -1; }
	.bay-tournament26 .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.bm-facts { display: grid; gap: 0; margin: 24px 0; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: var(--bm-white); overflow: hidden; }
.bm-facts div { display: grid; grid-template-columns: minmax(7em, 32%) 1fr; gap: 16px; padding: 12px 16px; border-bottom: 1px solid var(--bm-line); }
.bm-facts div:last-child { border-bottom: 0; }
.bm-facts dt { color: var(--bm-muted); font-weight: 700; }
.bm-facts dd { margin: 0; white-space: pre-line; }
.bm-page-lead { max-width: 44em; color: var(--bm-muted); }
.bm-archive-head { margin-bottom: 24px; }
.bm-fish-filter { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; padding: 14px; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: var(--bm-white); box-shadow: var(--bm-shadow); }
.bm-fish-filter label { color: var(--bm-navy); font-weight: 800; }
.bm-fish-filter select { min-width: min(100%, 220px); min-height: 48px; padding: 8px 38px 8px 12px; border: 1px solid var(--bm-line); border-radius: 9px; background: var(--bm-white); color: var(--bm-ink); font: inherit; }
.bm-fish-filter-clear { display: inline-flex; min-height: 44px; align-items: center; padding-inline: 8px; font-weight: 700; }
.bm-empty { padding: 22px; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: var(--bm-white); color: var(--bm-muted); }
.bm-store-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.bm-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid var(--bm-accent); border-radius: 10px; background: var(--bm-accent); color: var(--bm-white); font-weight: 800; text-decoration: none; box-shadow: 0 7px 18px rgb(180 35 60 / 20%); transition: background-color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.bm-button:hover, .bm-button:focus-visible { border-color: var(--bm-accent-dark); background: var(--bm-accent-dark); color: var(--bm-white); transform: translateY(-2px); box-shadow: 0 10px 24px rgb(141 25 47 / 26%); }
.bm-button--secondary { background: var(--bm-white); border: 1px solid var(--bm-line); color: var(--bm-navy); }
.bm-button--secondary:hover, .bm-button--secondary:focus-visible { border-color: var(--bm-navy); background: var(--bm-white); color: var(--bm-navy); }
.bm-quick-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.bm-quick-nav a { min-height: 92px; display: flex; flex-direction: column; justify-content: space-between; gap: 12px; padding: 16px; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: var(--bm-white); color: var(--bm-navy); font-weight: 800; line-height: 1.35; text-decoration: none; box-shadow: var(--bm-shadow); transition: transform .25s ease, background-color .25s ease; }
.bm-quick-nav a:hover, .bm-quick-nav a:focus-visible { background: #fff; transform: translateY(-4px); }
.bm-quick-nav span { color: var(--bm-blue); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.bm-links-group + .bm-links-group { margin-top: 42px; }
.bm-links-grid { display: grid; gap: 14px; }
.bm-link-card { min-width: 0; display: grid; grid-template-columns: 88px minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 108px; padding: 12px; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: var(--bm-white); box-shadow: var(--bm-shadow); color: var(--bm-ink); text-decoration: none; }
.bm-link-card:hover, .bm-link-card:focus-visible { border-color: var(--bm-blue); transform: translateY(-1px); }
.bm-link-card-media { width: 88px; aspect-ratio: 4 / 3; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: var(--bm-sky); }
.bm-link-card-media img { width: 100%; height: 100%; object-fit: contain; }
.bm-link-card-title { overflow-wrap: anywhere; font-weight: 800; line-height: 1.4; }
.bm-link-card-arrow { color: var(--bm-blue); font-size: 1.2rem; }
.bm-pagination { margin-top: 28px; }
.bm-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.bm-pagination a, .bm-pagination span { display: grid; min-width: 44px; min-height: 44px; place-items: center; padding: 6px; border: 1px solid var(--bm-line); border-radius: 8px; background: var(--bm-white); text-decoration: none; }
.bm-sitemap-page { max-width: 1120px; }
.bm-sitemap-header { max-width: 720px; margin-bottom: 30px; }
.bm-sitemap-header > p:last-child { color: var(--bm-muted); line-height: 1.8; }
.bm-sitemap-sections { display: grid; gap: 16px; }
.bm-sitemap-panel { padding: 22px; border: 1px solid var(--bm-line); border-radius: var(--bm-radius); background: var(--bm-white); box-shadow: var(--bm-shadow); }
.bm-sitemap-panel--home { background: linear-gradient(135deg, var(--bm-navy), #07558d); color: var(--bm-white); }
.bm-sitemap-panel h2 { margin: 3px 0 16px; font-size: clamp(1.25rem, 4vw, 1.65rem); }
.bm-sitemap-panel h2 a { color: inherit; }
.bm-sitemap-panel--home p:last-child { margin-bottom: 0; color: rgb(255 255 255 / 78%); }
.bm-sitemap-kicker { margin: 0; color: var(--bm-blue); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bm-sitemap-panel--home .bm-sitemap-kicker { color: #9edcff; }
.bm-sitemap-list { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.bm-sitemap-list a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; padding: 10px 12px; border-radius: 9px; background: var(--bm-sky); color: var(--bm-navy); text-decoration: none; }
.bm-sitemap-list a::after { flex: 0 0 auto; color: var(--bm-blue); content: "→"; }
.bm-sitemap-list a:hover, .bm-sitemap-list a:focus-visible { background: #d9effc; }
.bm-sitemap-list span { color: var(--bm-muted); font-size: .82rem; text-align: right; }
.bm-sitemap-list--compact a { min-height: 50px; }
.bm-sitemap-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.bm-sitemap-tags a { padding: 8px 12px; border: 1px solid var(--bm-line); border-radius: 999px; background: var(--bm-sky); color: var(--bm-navy); font-weight: 700; text-decoration: none; }
.bm-sitemap-tags a:hover, .bm-sitemap-tags a:focus-visible { border-color: var(--bm-blue); background: var(--bm-white); }
.bm-sitemap-xml { margin: 24px 0 0; padding: 14px 16px; border-radius: 9px; background: var(--bm-sky); color: var(--bm-muted); font-size: .88rem; }
.bm-404 { text-align: center; }
.bm-404 .bm-section-title { font-size: clamp(2rem, 12vw, 5rem); }

.bm-reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease var(--bm-reveal-delay, 0ms), transform .65s cubic-bezier(.2,.7,.2,1) var(--bm-reveal-delay, 0ms); }
.bm-reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes bm-hero-in { from { opacity: 0; transform: scale(.985) translateY(18px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes bm-copy-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bm-float { from { transform: translate3d(0, 0, 0) rotate(-8deg); } to { transform: translate3d(-2vw, -2vw, 0) rotate(5deg); } }

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.bm-reveal { opacity: 1; transform: none; }
	.bm-grid--photos .bm-card.bm-reveal { opacity: 1; transform: rotate(var(--bm-tilt, -1.4deg)); }
}

@media (max-width: 719px) {
	.bm-hero-action-row { align-items: center; gap: 8px; }
	.bm-hero-action-row { justify-content: space-between; }
	.bm-grid--news { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.bm-grid--news .bm-card-body { padding: 12px; }
	.bm-grid--news .bm-card-title { font-size: .97rem; line-height: 1.4; }
	.bm-grid--news .bm-card-excerpt { display: none; }
	.bm-grid--news .bm-card-meta { margin-top: 7px; font-size: .8rem; }
}

@media (min-width: 720px) {
	.bm-home-character { position: absolute; right: clamp(18px, 4vw, 64px); bottom: -28px; width: clamp(190px, 18vw, 260px); margin: 0; }
	.bm-hero-visual img { aspect-ratio: 15 / 5.8; }
	.bm-footer-grid { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: stretch; }
	.bm-today-inner { padding: 20px 0 24px; }
	.bm-today-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bm-today-item:only-child { grid-column: 1 / -1; }
	.bm-today-item:only-child .bm-today-body { gap: 16px; min-height: 76px; padding: 15px 20px; }
	.bm-today-item:only-child .bm-today-photo { width: 104px; height: 78px; }
	.bm-today-item:only-child .bm-today-kind { padding: 5px 14px; font-size: .84rem; }
	.bm-today-item:only-child .bm-today-text { font-size: 1.3rem; }
	.bm-grid--photos { grid-template-columns: repeat(3, 1fr); }
	.bm-grid--posts { grid-template-columns: repeat(2, 1fr); }
	.bm-grid--news { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bm-flow-track > * { flex-basis: calc((100% - 18px) / 2); }
	.bm-flow.is-scrollable .bm-flow-nav { display: block; }
	.bm-sitemap-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bm-sitemap-panel--home { grid-column: 1 / -1; }
	.bm-quick-nav { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.bm-links-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bm-social-link { flex: 0 0 auto; }
}

@media (min-width: 980px) {
	.bm-brand img { height: 38px; }
	.bm-menu-toggle { display: none; }
	.bm-nav, .bm-nav.is-open { display: block; position: static; padding: 0; border: 0; background: transparent; }
	.bm-nav ul { display: flex; gap: 18px; }
	.bm-nav a { display: grid; place-items: center; padding-inline: 0; font-size: .92rem; }
	.bm-grid--photos { grid-template-columns: repeat(4, 1fr); }
	.bm-grid--posts { grid-template-columns: repeat(3, 1fr); }
	.bm-grid--news { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.bm-flow-track > * { flex-basis: calc((100% - 54px) / 4); }
	.bm-hero { padding: 54px 0 40px; }
	.bm-links-grid--front { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.bm-links-grid--front .bm-link-card { grid-template-columns: 68px minmax(0, 1fr) auto; gap: 11px; }
	.bm-links-grid--front .bm-link-card-media { width: 68px; }
}
