/* Homepage narrative. Navigation, reviews and booking retain their shared components. */
body.mb-home-story .home-light-hero {
  background: linear-gradient(120deg, #f3f8fb 0%, #f3f8fb 56%, #f8f5ef 100%);
  padding: 64px 0 58px !important;
}
body.mb-home-story .home-light-hero .hero-copy { max-width: 900px; }
body.mb-home-story .hero h1 { font-size: clamp(44px, 5.7vw, 76px) !important; line-height: 1.04; margin: 0; }
body.mb-home-story .hero-eyebrow { color: #32688f; opacity: 1; }
body.mb-home-story .hero-sub { max-width: 59ch; font-size: 19px; margin: 26px 0 0; line-height: 1.65; color: #3c5367; }
body.mb-home-story .hero-actions { gap: 14px 28px; margin-top: 28px; }
body.mb-home-story .hero-secondary {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 10px 0; border: 0; background: transparent; color: #21577f;
  text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px;
}
body.mb-home-story .hero-secondary:hover { color: #0b1d33; background: transparent; }
body.mb-home-story .home-light-section { padding: 60px 0; }
.mb-home-story .home-story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr); gap: 40px 72px; align-items: start; }
.mb-home-story .home-story-grid h2 { margin: 0; font-size: clamp(29px, 3.1vw, 40px); line-height: 1.18; color: #0b1d33; }
.mb-home-story .home-story-grid h2 em { color: #2e6b9e; font-weight: inherit; }
.mb-home-story .home-story-copy p { margin: 0 0 20px; font-size: 18px; line-height: 1.7; color: #3e5366; }
.mb-home-story .home-story-copy p:last-child { margin-bottom: 0; }
.mb-home-story .home-story-copy .home-story-lead { font-size: 21px; line-height: 1.55; color: #17293b; }
.mb-home-story .home-story-depth { background: #f8f5ef; }
.mb-home-story .home-story-thinking { background: #edf5fa; }
.mb-home-story .home-story-science { margin-top: 28px; padding-top: 8px; border-top: 1px solid #c3d3df; }
.mb-home-story .home-story-science summary { padding: 12px 0; font-size: 17px; font-weight: 500; cursor: pointer; color: #21577f; }
.mb-home-story .home-story-science-body { padding: 10px 0 0; }
.mb-home-story .home-story-science-body p { font-size: 16px; }
.mb-home-story .home-story-science-body ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.mb-home-story .home-story-science-body a { display: inline-block; padding: 5px 0; font-size: 16px; }
body.mb-home-story .home-reviews { background: #f8f5ef; }
.mb-home-story .home-reviews h2 { font-family: var(--font-body); font-size: 19px; font-weight: 500; margin-bottom: 22px; }
.mb-home-story .home-review blockquote { font-size: clamp(25px, 2.7vw, 34px); line-height: 1.4; }
.mb-home-story .home-story-continuity { border-bottom: 1px solid #dae3ea; }
.mb-home-story .home-story-mario { text-decoration-color: #d56635; text-decoration-thickness: 2px; }
body.mb-home-story .booking-section { padding: 44px 0 56px; }
.mb-home-story .home-story-invitation { max-width: 800px; margin: 0 auto 28px; }
.mb-home-story .home-story-invitation h2 { font-size: clamp(30px, 3.1vw, 40px); color: #0b1d33; margin: 0 0 16px; }
.mb-home-story .home-story-invitation p { font-size: 18px; line-height: 1.6; color: #3e5366; margin: 0; }
@media (max-width: 850px) {
  .mb-home-story .home-story-grid { grid-template-columns: 1fr; gap: 24px; }
  .mb-home-story .home-story-copy { max-width: 65ch; }
  body.mb-home-story .home-light-section { padding: 44px 0; }
}
@media (max-width: 600px) {
  body.mb-home-story .home-light-hero { padding: 32px 0 36px !important; }
  body.mb-home-story .hero h1 { font-size: clamp(42px, 10.6vw, 56px) !important; }
  body.mb-home-story .hero-eyebrow { margin-bottom: 20px; font-size: 11px; line-height: 1.65; }
  body.mb-home-story .hero-sub { font-size: 17px; margin-top: 22px; }
  body.mb-home-story .hero-actions { gap: 8px 22px; margin-top: 24px; }
  body.mb-home-story .home-light-section { padding: 36px 0; }
  .mb-home-story .home-story-grid { gap: 22px; }
  .mb-home-story .home-story-grid h2 { font-size: 31px; }
  .mb-home-story .home-story-copy p { font-size: 17px; margin-bottom: 18px; }
  .mb-home-story .home-story-copy .home-story-lead { font-size: 20px; }
  .mb-home-story .home-story-science { margin-top: 24px; }
  .mb-home-story .home-story-science summary { font-size: 16px; }
  .mb-home-story .home-review-controls button { font-size: 14px; }
  .mb-home-story .home-review blockquote { font-size: 25px; }
  .mb-home-story .home-story-invitation p { font-size: 17px; }
}
