:root {
  --ws-orange: #f36b21;
  --ws-orange-dark: #d94a0d;
  --ws-navy: #12304a;
  --ws-blue: #0879bd;
  --ws-sky: #eaf8ff;
  --ws-cream: #fff9ef;
  --ws-text: #243746;
  --ws-muted: #637382;
  --ws-green: #198b67;
  --ws-white: #fff;
  --ws-shadow: 0 18px 50px rgba(18, 48, 74, .12);
  --ws-radius: 24px;
}

html { scroll-behavior: smooth; }
body.wsbbq-page {
  margin: 0;
  background: #fff;
  color: var(--ws-text);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.wsbbq-page *, .wsbbq-page *::before, .wsbbq-page *::after { box-sizing: border-box; }
.wsbbq-page img { display: block; max-width: 100%; height: auto; }
.wsbbq-page a { color: inherit; text-decoration: none; }
.wsbbq-page button, .wsbbq-page input, .wsbbq-page textarea { font: inherit; }
.wsbbq-page h1, .wsbbq-page h2, .wsbbq-page h3, .wsbbq-page p { margin-top: 0; }
.wsbbq-page em { color: var(--ws-orange); font-style: normal; }
.wsbbq-container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.wsbbq-narrow { max-width: 850px; }
.wsbbq-skip { position: fixed; top: -80px; left: 12px; z-index: 99999; padding: 10px 16px; background: #fff; color: #111; border-radius: 0 0 8px 8px; }
.wsbbq-skip:focus { top: 0; }

.wsbbq-header { position: fixed; inset: 0 0 auto; z-index: 1000; background: rgba(255,255,255,.96); box-shadow: 0 3px 22px rgba(18,48,74,.09); backdrop-filter: blur(12px); }
.wsbbq-header__inner { width: min(1280px, calc(100% - 32px)); height: 84px; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.wsbbq-brand { display: flex; align-items: center; flex: 0 0 auto; line-height: 1.2; color: var(--ws-navy); }
.wsbbq-brand img { width: 142px; max-height: 48px; object-fit: contain; }
.wsbbq-brand span { padding-left: 13px; margin-left: 13px; border-left: 1px solid #d8e0e5; font-size: 14px; font-weight: 900; white-space: nowrap; }
.wsbbq-brand small { display: block; margin-bottom: 4px; color: var(--ws-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.wsbbq-nav { display: flex; align-items: center; gap: clamp(12px, 1.6vw, 24px); margin-left: auto; }
.wsbbq-nav a { position: relative; padding-block: 30px; color: var(--ws-navy); font-size: 13px; font-weight: 800; white-space: nowrap; }
.wsbbq-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 3px; background: var(--ws-orange); border-radius: 9px; content: ""; transform: scaleX(0); transition: transform .25s; }
.wsbbq-nav a:hover::after { transform: scaleX(1); }
.wsbbq-header__actions { display: flex; align-items: center; gap: 10px; }
.wsbbq-phone-mini { color: var(--ws-navy); font-size: 15px; font-weight: 900; line-height: 1.25; white-space: nowrap; }
.wsbbq-phone-mini span { display: block; color: var(--ws-muted); font-size: 9px; letter-spacing: .06em; }
.wsbbq-btn { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 8px; padding: 12px 26px; border: 0; border-radius: 999px; font-weight: 900; line-height: 1.35; text-align: center; transition: transform .2s, box-shadow .2s, background .2s; }
.wsbbq-btn:hover { transform: translateY(-2px); }
.wsbbq-btn--small { min-height: 44px; padding: 10px 18px; background: var(--ws-orange); color: #fff; font-size: 13px; box-shadow: 0 8px 22px rgba(243,107,33,.25); }
.wsbbq-btn--primary { background: linear-gradient(135deg, #ff812f, var(--ws-orange-dark)); color: #fff; box-shadow: 0 12px 28px rgba(217,74,13,.28); }
.wsbbq-btn--light { background: rgba(255,255,255,.95); color: var(--ws-navy); box-shadow: 0 12px 35px rgba(18,48,74,.18); }
.wsbbq-btn--light strong { color: var(--ws-orange-dark); font-size: 17px; }
.wsbbq-menu { display: none; width: 48px; height: 54px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; padding: 0; border: 0; background: transparent; color: var(--ws-navy); }
.wsbbq-menu span { width: 26px; height: 2px; background: currentColor; border-radius: 4px; transition: transform .2s, opacity .2s; }
.wsbbq-menu b { margin-top: 1px; font-size: 8px; letter-spacing: .12em; }

.wsbbq-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.wsbbq-hero { position: relative; margin-top: 84px; overflow: hidden; background: #0a263d; }
.wsbbq-hero picture { display: block; }
.wsbbq-hero__official-image { width: 100%; height: auto; max-height: none; object-fit: cover; }
.wsbbq-hero-contact { position: relative; z-index: 5; padding-block: 34px; background: linear-gradient(135deg, #f36b21, #d94a0d); color: #fff; box-shadow: 0 12px 35px rgba(147,53,9,.2); }
.wsbbq-hero-contact__inner { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 44px; }
.wsbbq-hero-contact__inner > div:first-child > p { margin-bottom: 2px; font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.wsbbq-hero-contact h2 { margin-bottom: 5px; font-size: clamp(27px, 3.3vw, 42px); line-height: 1.25; }
.wsbbq-hero-contact__inner > div:first-child > span { font-size: 12px; opacity: .92; }
.wsbbq-hero-contact__buttons { display: grid; grid-template-columns: 1fr 1.18fr; gap: 12px; }
.wsbbq-hero-contact__buttons a { min-height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 15px; border-radius: 16px; text-align: center; box-shadow: 0 10px 26px rgba(101,28,0,.16); transition: transform .2s; }
.wsbbq-hero-contact__buttons a:hover { transform: translateY(-3px); }
.wsbbq-hero-contact__buttons a:first-child { background: #fff; color: var(--ws-navy); }
.wsbbq-hero-contact__buttons a:last-child { background: var(--ws-navy); color: #fff; }
.wsbbq-hero-contact__buttons small, .wsbbq-hero-contact__buttons em, .wsbbq-hero-contact__buttons span { font-size: 10px; font-style: normal; }
.wsbbq-hero-contact__buttons strong { font-size: clamp(18px, 2vw, 27px); line-height: 1.35; }
.wsbbq-hero-contact__buttons a:first-child strong { color: var(--ws-orange-dark); font-family: Arial, sans-serif; }

.wsbbq-benefits { position: relative; z-index: 5; margin-top: 28px; }
.wsbbq-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; background: #fff; border-radius: 20px; box-shadow: var(--ws-shadow); }
.wsbbq-benefits__grid > div { position: relative; min-height: 112px; display: flex; flex-direction: column; justify-content: center; padding: 18px 26px 18px 82px; }
.wsbbq-benefits__grid > div + div { border-left: 1px solid #e8edf1; }
.wsbbq-benefits__grid span { position: absolute; left: 28px; color: var(--ws-orange); font: 900 36px/1 Arial, sans-serif; opacity: .24; }
.wsbbq-benefits__grid b { color: var(--ws-navy); font-size: 17px; }
.wsbbq-benefits__grid small { margin-top: 3px; color: var(--ws-muted); font-size: 12px; }

.wsbbq-section { position: relative; padding-block: 110px; scroll-margin-top: 80px; }
.wsbbq-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 7vw, 100px); }
.wsbbq-split--reverse > :first-child { order: 2; }
.wsbbq-split--reverse > :last-child { order: 1; }
.wsbbq-eyebrow, .wsbbq-heading > p { margin-bottom: 8px; color: var(--ws-orange); font-family: Arial, sans-serif; font-size: 12px; font-weight: 900; letter-spacing: .18em; }
.wsbbq-section h2 { margin-bottom: 26px; color: var(--ws-navy); font-size: clamp(32px, 4vw, 50px); line-height: 1.35; letter-spacing: -.025em; }
.wsbbq-intro__copy { max-width: 800px; margin: 0 auto 48px; text-align: center; }
.wsbbq-intro p { color: var(--ws-muted); }
.wsbbq-checks { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.wsbbq-checks li { position: relative; width: max-content; max-width: 100%; margin-inline: auto; padding-left: 33px; color: var(--ws-navy); font-weight: 800; text-align: left; }
.wsbbq-checks li::before { position: absolute; top: 4px; left: 0; width: 23px; height: 23px; display: grid; place-items: center; background: var(--ws-orange); color: #fff; border-radius: 50%; content: "✓"; font-size: 13px; }
.wsbbq-official-features { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.wsbbq-official-features figure { margin: 0; padding: 12px; overflow: hidden; background: #fff; border-radius: 24px; box-shadow: var(--ws-shadow); }
.wsbbq-official-features img { width: 100%; border-radius: 16px; }

.wsbbq-scenes { padding-top: 30px; }
.wsbbq-scenes__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wsbbq-scenes figure { position: relative; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: 0 14px 36px rgba(18,48,74,.13); }
.wsbbq-scenes img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .4s; }
.wsbbq-scenes figure:hover img { transform: scale(1.04); }
.wsbbq-scenes figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 35px 14px 14px; background: linear-gradient(transparent, rgba(7,32,50,.84)); color: #fff; font-size: 15px; font-weight: 900; text-align: center; }

.wsbbq-heading { margin: 0 auto 54px; text-align: center; }
.wsbbq-heading h2 { margin-bottom: 10px; }
.wsbbq-heading > span { color: var(--ws-muted); }
.wsbbq-flow { background: linear-gradient(180deg, #eefaff 0, #f9fdff 100%); overflow: hidden; }
.wsbbq-flow::before, .wsbbq-flow::after { position: absolute; width: 270px; height: 270px; background: #d7f2ff; border-radius: 50%; content: ""; opacity: .6; }
.wsbbq-flow::before { top: -130px; left: -90px; }
.wsbbq-flow::after { right: -110px; bottom: -150px; }
.wsbbq-flow__grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.wsbbq-flow-card { position: relative; padding: 33px 24px 28px; background: #fff; border: 1px solid rgba(8,121,189,.1); border-radius: 22px; text-align: center; box-shadow: 0 12px 35px rgba(8,121,189,.08); }
.wsbbq-flow-card:not(:last-child)::after { position: absolute; top: 72px; right: -16px; z-index: 2; width: 31px; height: 31px; display: grid; place-items: center; background: var(--ws-orange); color: #fff; border: 5px solid #eefaff; border-radius: 50%; content: "›"; font: 900 20px/1 Arial; }
.wsbbq-flow-card > span { display: inline-block; color: var(--ws-blue); font: 900 11px/1 Arial; letter-spacing: .1em; }
.wsbbq-flow-card > img { width: 125px; height: 100px; margin: 15px auto 10px; object-fit: contain; }
.wsbbq-flow-card h3 { margin-bottom: 9px; color: var(--ws-navy); font-size: 19px; }
.wsbbq-flow-card p { margin: 0; color: var(--ws-muted); font-size: 13px; line-height: 1.8; }

.wsbbq-course { background: var(--ws-navy); color: #fff; overflow: hidden; }
.wsbbq-course::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.06) 1px, transparent 1px); background-size: 22px 22px; content: ""; }
.wsbbq-course .wsbbq-container { position: relative; }
.wsbbq-heading--light h2, .wsbbq-heading--light > span { color: #fff; }
.wsbbq-course__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wsbbq-course-card { position: relative; padding: 0 30px 32px; overflow: hidden; background: #fff; color: var(--ws-text); border-radius: var(--ws-radius); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.wsbbq-course-card::after { position: absolute; top: -35px; right: -35px; width: 110px; height: 110px; background: #fff2e8; border-radius: 50%; content: ""; }
.wsbbq-course-card--sea::after { background: #e0f5ff; }
.wsbbq-course-card--premium::after { background: #fff4c9; }
.wsbbq-course-card__image { width: calc(100% + 60px); max-width: none !important; height: 225px !important; margin: 0 -30px 24px; object-fit: cover; }
.wsbbq-tag { position: relative; z-index: 1; display: inline-block; margin-bottom: 18px; padding: 6px 13px; background: var(--ws-orange); color: #fff; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.wsbbq-course-card--sea .wsbbq-tag { background: var(--ws-blue); }
.wsbbq-course-card--premium .wsbbq-tag { background: #8d6411; }
.wsbbq-course-card h3 { margin-bottom: 16px; color: var(--ws-navy); font-size: 22px; }
.wsbbq-price { margin-bottom: 19px; padding-bottom: 17px; color: var(--ws-orange-dark); border-bottom: 1px solid #e7ecef; line-height: 1; }
.wsbbq-price small { color: var(--ws-muted); font-size: 10px; font-weight: 700; }
.wsbbq-price small:first-child { display: block; margin-bottom: 6px; }
.wsbbq-price strong { margin-right: 3px; font: 900 40px/1 Arial, sans-serif; letter-spacing: -.04em; }
.wsbbq-course-card > p:not(.wsbbq-price) { min-height: 83px; color: var(--ws-muted); font-size: 13px; }
.wsbbq-course-card ul { display: grid; gap: 7px; margin: 18px 0 0; padding: 0; list-style: none; }
.wsbbq-course-card li { position: relative; padding-left: 20px; color: var(--ws-navy); font-size: 12px; font-weight: 800; }
.wsbbq-course-card li::before { position: absolute; left: 0; color: var(--ws-orange); content: "●"; font-size: 8px; }
.wsbbq-course__banner { min-height: 270px; display: grid; grid-template-columns: 48% 52%; align-items: center; margin-top: 28px; overflow: hidden; background: #fff; color: var(--ws-navy); border-radius: var(--ws-radius); }
.wsbbq-course__banner img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; }
.wsbbq-course__banner > div { padding: 35px 45px; }
.wsbbq-course__banner p { margin-bottom: 5px; color: var(--ws-orange); font-size: 12px; font-weight: 900; }
.wsbbq-course__banner h3 { margin-bottom: 22px; font-size: clamp(22px, 3vw, 34px); line-height: 1.35; }

.wsbbq-area { background: var(--ws-cream); }
.wsbbq-map { padding: 26px; background: #fff; border-radius: 50%; box-shadow: var(--ws-shadow); }
.wsbbq-map img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.wsbbq-area p { color: var(--ws-muted); }
.wsbbq-area-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 24px; }
.wsbbq-area-tags span { padding: 6px 13px; background: #fff; color: var(--ws-navy); border: 1px solid #eadfcd; border-radius: 999px; font-size: 12px; font-weight: 800; }
.wsbbq-note { font-size: 11px; }

.wsbbq-spots__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wsbbq-spot { position: relative; min-height: 260px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px 24px; overflow: hidden; background: linear-gradient(155deg, #0b91d0, #07567e); color: #fff; border-radius: 22px; box-shadow: 0 14px 38px rgba(8,121,189,.18); transition: transform .25s, box-shadow .25s; }
.wsbbq-spot::before, .wsbbq-spot::after { position: absolute; border-radius: 50%; content: ""; }
.wsbbq-spot::before { top: -45px; right: -45px; width: 160px; height: 160px; background: rgba(255,255,255,.1); }
.wsbbq-spot::after { top: 27px; right: 26px; width: 40px; height: 40px; background: #ffe077; box-shadow: 0 0 0 13px rgba(255,224,119,.12); }
.wsbbq-spot:nth-child(2) { background: linear-gradient(155deg, #079ab8, #0a6075); }
.wsbbq-spot:nth-child(3) { background: linear-gradient(155deg, #238c7a, #0d5b4e); }
.wsbbq-spot:nth-child(4) { background: linear-gradient(155deg, #1880bc, #164e72); }
.wsbbq-spot:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(8,121,189,.25); }
.wsbbq-spot b { position: relative; font-size: 11px; opacity: .8; }
.wsbbq-spot h3 { position: relative; margin: 4px 0 7px; font-size: 21px; }
.wsbbq-spot p { position: relative; margin-bottom: 19px; font-size: 12px; line-height: 1.7; opacity: .88; }
.wsbbq-spot span { position: relative; font-size: 11px; font-weight: 900; }
.wsbbq-more { display: flex; flex-direction: column; align-items: center; gap: 9px; margin-top: 38px; }
.wsbbq-more .wsbbq-btn { min-width: min(100%, 410px); }
.wsbbq-more small { color: var(--ws-muted); font-size: 11px; }

.wsbbq-reasons { padding-top: 30px; }
.wsbbq-reasons__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.wsbbq-reasons article { padding: 0 25px 30px; overflow: hidden; background: #fff; border: 1px solid #e9eef1; border-radius: 20px; text-align: center; box-shadow: 0 10px 35px rgba(18,48,74,.05); }
.wsbbq-reasons article > img { width: calc(100% + 50px); max-width: none; height: 175px; margin: 0 -25px 24px; object-fit: cover; }
.wsbbq-reasons h3 { margin-bottom: 10px; color: var(--ws-navy); font-size: 17px; }
.wsbbq-reasons p { margin: 0; color: var(--ws-muted); font-size: 12px; }

.wsbbq-related { background: linear-gradient(135deg, #0e557b, var(--ws-navy)); }
.wsbbq-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wsbbq-related-card { min-height: 290px; display: flex; flex-direction: column; justify-content: flex-end; padding: 42px; background: linear-gradient(135deg, #f57931, #c9470d); color: #fff; border-radius: 26px; box-shadow: 0 18px 45px rgba(0,0,0,.15); transition: transform .25s; }
.wsbbq-related-card--mochi { background: linear-gradient(135deg, #e4405f, #9e1c3c); }
.wsbbq-related-card--hanami { background: linear-gradient(rgba(112,25,52,.34), rgba(112,25,52,.88)), url('https://bb-qtarou.com/kanagawa-shonan/wp-content/themes/bbqtaro_new/images/shop/shop_service_img01.jpg') center/cover; }
.wsbbq-related-card:hover { transform: translateY(-5px); }
.wsbbq-related-card > span { font: 900 11px Arial; letter-spacing: .16em; opacity: .8; }
.wsbbq-related-card h3 { margin: 8px 0 11px; font-size: 31px; }
.wsbbq-related-card p { max-width: 480px; margin-bottom: 22px; opacity: .92; }
.wsbbq-related-card b { font-size: 13px; }

.wsbbq-faq { background: #f6f8f9; }
.wsbbq-faq details { margin-bottom: 12px; overflow: hidden; background: #fff; border: 1px solid #e4e9ec; border-radius: 15px; }
.wsbbq-faq summary { position: relative; padding: 22px 58px 22px 62px; color: var(--ws-navy); cursor: pointer; font-weight: 900; list-style: none; }
.wsbbq-faq summary::-webkit-details-marker { display: none; }
.wsbbq-faq summary::before { position: absolute; left: 22px; color: var(--ws-orange); content: "Q"; font: 900 22px Arial; }
.wsbbq-faq summary::after { position: absolute; top: 50%; right: 24px; content: "+"; font: 300 28px Arial; transform: translateY(-50%); }
.wsbbq-faq details[open] summary::after { content: "−"; }
.wsbbq-faq details p { margin: 0; padding: 0 30px 24px 62px; color: var(--ws-muted); font-size: 14px; }

.wsbbq-news { background: #fff; }
.wsbbq-news__list { border-top: 2px solid var(--ws-navy); }
.wsbbq-news__list a { display: grid; grid-template-columns: 100px 86px 1fr 24px; align-items: center; gap: 14px; padding: 20px 14px; border-bottom: 1px solid #dde4e8; }
.wsbbq-news__list time { color: var(--ws-muted); font: 700 12px Arial, sans-serif; }
.wsbbq-news__list span { padding: 3px 8px; background: var(--ws-orange); color: #fff; border-radius: 4px; font-size: 10px; font-weight: 800; text-align: center; }
.wsbbq-news__list strong { overflow: hidden; color: var(--ws-navy); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.wsbbq-news__list b { color: var(--ws-orange); font-size: 18px; }

.wsbbq-contact { padding-block: 105px; background: linear-gradient(135deg, var(--ws-orange), #d3450f); color: #fff; text-align: center; }
.wsbbq-contact__inner > p { margin-bottom: 4px; font: 900 12px Arial; letter-spacing: .2em; opacity: .8; }
.wsbbq-contact h2 { margin-bottom: 8px; font-size: clamp(34px, 5vw, 53px); line-height: 1.35; }
.wsbbq-contact__inner > span { display: block; }
.wsbbq-contact__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 860px; margin: 38px auto 0; }
.wsbbq-contact__buttons > a { min-height: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px; border-radius: 20px; box-shadow: 0 16px 35px rgba(87,20,0,.16); transition: transform .2s; }
.wsbbq-contact__buttons > a:hover { transform: translateY(-3px); }
.wsbbq-contact-phone { background: #fff; color: var(--ws-navy); }
.wsbbq-contact-web { background: var(--ws-navy); color: #fff; }
.wsbbq-contact__buttons small { font-size: 12px; font-weight: 800; }
.wsbbq-contact__buttons strong { margin-block: 2px; font-size: clamp(22px, 3vw, 32px); line-height: 1.4; }
.wsbbq-contact-phone strong { color: var(--ws-orange-dark); font-family: Arial, sans-serif; }
.wsbbq-contact__buttons em, .wsbbq-contact__buttons span { font-size: 11px; font-style: normal; }

.wsbbq-shop__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.wsbbq-shop__grid h2 { font-size: 39px; }
.wsbbq-shop__grid > div > p:last-child { color: var(--ws-muted); }
.wsbbq-shop dl { margin: 0; border-top: 2px solid var(--ws-navy); }
.wsbbq-shop dl div { display: grid; grid-template-columns: 130px 1fr; padding: 19px 10px; border-bottom: 1px solid #dfe5e8; }
.wsbbq-shop dt { color: var(--ws-muted); font-size: 13px; font-weight: 800; }
.wsbbq-shop dd { margin: 0; color: var(--ws-navy); font-weight: 800; }
.wsbbq-shop dd a { color: var(--ws-orange-dark); font-family: Arial, sans-serif; font-size: 20px; }
.wsbbq-cancel { margin-top: 48px; padding: 30px 34px; background: #f6f8f9; border-left: 5px solid var(--ws-orange); border-radius: 8px; }
.wsbbq-cancel h3 { margin-bottom: 10px; color: var(--ws-navy); font-size: 18px; }
.wsbbq-cancel p { margin-bottom: 7px; color: var(--ws-muted); font-size: 13px; }
.wsbbq-cancel small { color: var(--ws-muted); font-size: 10px; }

.wsbbq-footer { padding: 64px 0 104px; background: #092238; color: rgba(255,255,255,.78); text-align: center; }
.wsbbq-footer__brand { display: inline-flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.wsbbq-footer__brand img { width: 130px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.3)); }
.wsbbq-footer__brand b { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.25); color: #fff; }
.wsbbq-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 30px; margin-bottom: 32px; font-size: 12px; font-weight: 800; }
.wsbbq-footer small { font-size: 10px; opacity: .65; }
.wsbbq-mobile-cta { display: none; }
.wsbbq-pagetop { position: fixed; right: 20px; bottom: 22px; z-index: 900; width: 48px; height: 48px; display: grid; place-items: center; background: var(--ws-navy); color: #fff !important; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 8px 20px rgba(18,48,74,.22); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.wsbbq-pagetop.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.wsbbq-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.wsbbq-reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .wsbbq-nav { display: none; position: fixed; top: 72px; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 24px; background: #fff; box-shadow: 0 18px 28px rgba(18,48,74,.14); }
  .wsbbq-nav.is-open { display: flex; }
  .wsbbq-nav a { padding: 15px 10px; border-bottom: 1px solid #edf0f2; font-size: 14px; }
  .wsbbq-nav a::after { display: none; }
  .wsbbq-menu { display: flex; margin-left: 0; }
  .wsbbq-header__inner { height: 72px; }
  .wsbbq-hero { margin-top: 72px; }
}

@media (max-width: 920px) {
  .wsbbq-header__actions { margin-left: auto; }
  .wsbbq-phone-mini { display: none; }
  .wsbbq-hero-contact__inner { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .wsbbq-scenes__grid { grid-template-columns: 1fr 1fr; }
  .wsbbq-flow__grid { grid-template-columns: 1fr 1fr; }
  .wsbbq-flow-card:nth-child(2)::after { display: none; }
  .wsbbq-course__grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .wsbbq-course-card > p:not(.wsbbq-price) { min-height: 0; }
  .wsbbq-spots__grid, .wsbbq-reasons__grid { grid-template-columns: 1fr 1fr; }
  .wsbbq-related__grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body.wsbbq-page { padding-bottom: calc(68px + env(safe-area-inset-bottom)); font-size: 15px; }
  .wsbbq-container { width: min(100% - 28px, 600px); }
  .wsbbq-header__inner { width: calc(100% - 20px); height: 64px; gap: 5px; }
  .wsbbq-brand img { width: 105px; }
  .wsbbq-brand span { margin-left: 8px; padding-left: 8px; font-size: 10px; }
  .wsbbq-brand small { display: none; }
  .wsbbq-header__actions { display: none; }
  .wsbbq-menu { margin-left: auto; }
  .wsbbq-nav { top: 64px; }
  .wsbbq-hero { margin-top: 64px; }
  .wsbbq-hero__official-image { width: 100%; }
  .wsbbq-hero-contact { padding-block: 26px; }
  .wsbbq-hero-contact__inner { gap: 18px; }
  .wsbbq-hero-contact h2 { font-size: 28px; }
  .wsbbq-hero-contact__buttons { grid-template-columns: 1fr; gap: 8px; }
  .wsbbq-hero-contact__buttons a { min-height: 82px; }
  .wsbbq-hero-contact__buttons a:first-child { display: none; }
  .wsbbq-btn { min-height: 52px; padding: 11px 18px; font-size: 13px; }
  .wsbbq-btn--light { display: none; }
  .wsbbq-benefits { margin-top: 16px; }
  .wsbbq-benefits__grid { grid-template-columns: 1fr; border-radius: 16px; }
  .wsbbq-benefits__grid > div { min-height: 74px; padding: 11px 16px 11px 66px; }
  .wsbbq-benefits__grid > div + div { border-top: 1px solid #e8edf1; border-left: 0; }
  .wsbbq-benefits__grid span { left: 18px; font-size: 28px; }
  .wsbbq-benefits__grid b { font-size: 14px; }
  .wsbbq-benefits__grid small { font-size: 10px; }
  .wsbbq-section { padding-block: 72px; scroll-margin-top: 62px; }
  .wsbbq-section h2 { margin-bottom: 18px; font-size: 29px; line-height: 1.4; }
  .wsbbq-split, .wsbbq-shop__grid { grid-template-columns: 1fr; gap: 36px; }
  .wsbbq-split--reverse > :first-child, .wsbbq-split--reverse > :last-child { order: initial; }
  .wsbbq-intro { padding-top: 72px; }
  .wsbbq-intro__copy { margin-bottom: 30px; }
  .wsbbq-official-features { grid-template-columns: 1fr; gap: 14px; }
  .wsbbq-official-features figure { padding: 7px; border-radius: 15px; }
  .wsbbq-official-features img { border-radius: 10px; }
  .wsbbq-scenes { padding-top: 10px; }
  .wsbbq-scenes__grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .wsbbq-scenes figure { border-radius: 13px; }
  .wsbbq-scenes figcaption { padding: 27px 6px 9px; font-size: 11px; }
  .wsbbq-heading { margin-bottom: 34px; }
  .wsbbq-heading > span { font-size: 12px; }
  .wsbbq-flow__grid { grid-template-columns: 1fr; gap: 12px; }
  .wsbbq-flow-card { min-height: 118px; display: grid; grid-template-columns: 76px 1fr; grid-template-rows: auto auto 1fr; column-gap: 15px; padding: 18px; text-align: left; }
  .wsbbq-flow-card:not(:last-child)::after { top: auto; right: 50%; bottom: -18px; transform: translateX(50%) rotate(90deg); }
  .wsbbq-flow-card:nth-child(2)::after { display: grid; }
  .wsbbq-flow-card > span { grid-column: 2; }
  .wsbbq-flow-card > img { grid-row: 1 / 4; grid-column: 1; width: 72px; height: 80px; margin: auto; }
  .wsbbq-flow-card h3 { grid-column: 2; margin: 5px 0 2px; font-size: 17px; }
  .wsbbq-flow-card p { grid-column: 2; }
  .wsbbq-course-card { padding: 0 23px 26px; border-radius: 19px; }
  .wsbbq-course-card__image { width: calc(100% + 46px); height: 205px !important; margin: 0 -23px 22px; }
  .wsbbq-price strong { font-size: 36px; }
  .wsbbq-course__banner { grid-template-columns: 1fr; }
  .wsbbq-course__banner img { min-height: 170px; aspect-ratio: 16/8; }
  .wsbbq-course__banner > div { padding: 26px 22px 28px; text-align: center; }
  .wsbbq-map { order: 2; padding: 15px; }
  .wsbbq-area .wsbbq-split > div:last-child { order: 1; }
  .wsbbq-spots__grid { display: flex; width: calc(100% + 14px); gap: 12px; margin-right: -14px; overflow-x: auto; padding: 2px 14px 18px 0; scroll-snap-type: x mandatory; }
  .wsbbq-spot { min-width: 76vw; min-height: 220px; scroll-snap-align: start; }
  .wsbbq-reasons { padding-top: 15px; }
  .wsbbq-reasons__grid { gap: 10px; }
  .wsbbq-reasons article { padding: 0 13px 22px; }
  .wsbbq-reasons article > img { width: calc(100% + 26px); height: 110px; margin: 0 -13px 17px; }
  .wsbbq-reasons h3 { font-size: 14px; }
  .wsbbq-reasons p { font-size: 11px; }
  .wsbbq-related__grid { grid-template-columns: 1fr; gap: 13px; }
  .wsbbq-related-card { min-height: 240px; padding: 29px 24px; border-radius: 20px; }
  .wsbbq-related-card h3 { font-size: 25px; }
  .wsbbq-related-card p { font-size: 13px; }
  .wsbbq-faq summary { padding: 18px 45px 18px 47px; font-size: 13px; }
  .wsbbq-faq summary::before { left: 17px; font-size: 19px; }
  .wsbbq-faq summary::after { right: 16px; }
  .wsbbq-faq details p { padding: 0 18px 20px 47px; font-size: 12px; }
  .wsbbq-news__list a { grid-template-columns: 80px 70px 1fr; gap: 8px; padding: 15px 6px; }
  .wsbbq-news__list strong { grid-column: 1 / 4; white-space: normal; }
  .wsbbq-news__list b { display: none; }
  .wsbbq-contact { padding-block: 72px; }
  .wsbbq-contact h2 { font-size: 31px; }
  .wsbbq-contact__inner > span { font-size: 12px; }
  .wsbbq-contact__buttons { grid-template-columns: 1fr; margin-top: 27px; }
  .wsbbq-contact__buttons > a { min-height: 120px; }
  .wsbbq-shop__grid { gap: 26px; }
  .wsbbq-shop dl div { grid-template-columns: 92px 1fr; padding: 15px 5px; }
  .wsbbq-shop dt, .wsbbq-shop dd { font-size: 12px; }
  .wsbbq-shop dd a { font-size: 16px; }
  .wsbbq-cancel { margin-top: 30px; padding: 23px 20px; }
  .wsbbq-footer { padding: 48px 0 45px; }
  .wsbbq-footer__brand { flex-direction: column; gap: 8px; }
  .wsbbq-footer__brand b { padding: 0; border: 0; }
  .wsbbq-footer__links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .wsbbq-mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1200; display: grid; grid-template-columns: 1fr 1fr; min-height: calc(66px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); background: #fff; box-shadow: 0 -8px 24px rgba(18,48,74,.17); }
  .wsbbq-mobile-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-size: 14px; font-weight: 900; }
  .wsbbq-mobile-cta a:first-child { background: var(--ws-green); }
  .wsbbq-mobile-cta a:last-child { background: var(--ws-orange); }
  .wsbbq-mobile-cta span { font-size: 19px; }
  .wsbbq-pagetop { right: 12px; bottom: calc(80px + env(safe-area-inset-bottom)); width: 42px; height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .wsbbq-reveal { opacity: 1; transform: none; transition: none; }
  .wsbbq-page *, .wsbbq-page *::before, .wsbbq-page *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
