.fsh-home {
  --fsh-asphalt: #1d272e;
  --fsh-ink: #20272c;
  --fsh-orange: #e94d2b;
  --fsh-orange-dark: #bf351b;
  --fsh-orange-deep: #8c2512;
  --fsh-yellow: #f4c744;
  --fsh-mist: #f3f6f7;
  --fsh-line: #d9e0e3;
  --fsh-muted: #5c6870;
  --fsh-white: #ffffff;
  color: var(--fsh-ink);
  font-family: "BIZ UDPGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  overflow: clip;
}

.fsh-home,
.fsh-home *,
.fsh-home *::before,
.fsh-home *::after {
  box-sizing: border-box;
}

.fsh-home img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  box-shadow: none;
}

.fsh-home h2,
.fsh-home h3 {
  max-width: none !important;
  margin-block: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.fsh-home h2::before,
.fsh-home h2::after,
.fsh-home h3::before,
.fsh-home h3::after {
  display: none !important;
  content: none !important;
}

.fsh-home a {
  text-underline-offset: 0.18em;
}

.fsh-home a:focus-visible,
.fsh-home summary:focus-visible {
  outline: 3px solid var(--fsh-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--fsh-asphalt);
}

.fsh-home [id] {
  scroll-margin-top: 88px;
}

.fsh-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fsh-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.fsh-section {
  padding-block: clamp(64px, 8vw, 104px);
}

.fsh-section--soft {
  background: var(--fsh-mist);
}

.fsh-section--dark {
  color: var(--fsh-white);
  background: var(--fsh-asphalt);
}

.fsh-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--fsh-orange-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fsh-kicker::before {
  width: 34px;
  height: 4px;
  content: "";
  background: var(--fsh-orange);
}

.fsh-section--dark .fsh-kicker {
  color: var(--fsh-yellow);
}

.fsh-section--dark .fsh-kicker::before {
  background: var(--fsh-yellow);
}

.fsh-title {
  margin: 0;
  color: var(--fsh-ink) !important;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem) !important;
  font-weight: 800;
  line-height: 1.4 !important;
  letter-spacing: 0.015em;
  line-break: strict;
  text-wrap: pretty;
}

.fsh-section--dark .fsh-title {
  color: var(--fsh-white) !important;
}

.fsh-lead {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--fsh-muted);
  font-size: 1.03rem;
}

.fsh-section--dark .fsh-lead {
  color: #d7dfe3;
}

.fsh-hero {
  position: relative;
  color: var(--fsh-white);
  background: var(--fsh-asphalt);
}

.fsh-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--fsh-yellow) 0 56px, transparent 56px 78px);
}

.fsh-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: clamp(34px, 5vw, 60px);
  align-items: center;
  padding-block: clamp(52px, 6vw, 76px);
}

.fsh-hero__eyebrow {
  margin: 0 0 14px;
  color: var(--fsh-yellow);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.fsh-hero__title {
  margin: 0;
  color: var(--fsh-white) !important;
  font-size: clamp(2.25rem, 4vw, 3.25rem) !important;
  font-weight: 900;
  line-height: 1.24 !important;
  letter-spacing: 0.01em;
  line-break: strict;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.fsh-nowrap {
  white-space: nowrap;
}

.fsh-hero__copy {
  max-width: 650px;
  margin: 24px 0 0;
  color: #dce3e6;
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.fsh-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.fsh-trust-list li {
  margin: 0;
  padding: 7px 12px;
  list-style: none !important;
  border: 1px solid #536169;
  border-radius: 999px;
  color: var(--fsh-white);
  font-size: 0.88rem;
  font-weight: 700;
}

.fsh-booking-board {
  overflow: hidden;
  border: 1px solid #56636b;
  border-radius: 18px;
  background: var(--fsh-white);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.25);
}

.fsh-booking-board__head {
  padding: 18px 22px;
  color: var(--fsh-asphalt);
  background: var(--fsh-yellow);
}

.fsh-booking-board__head strong {
  display: block;
  font-size: 1.08rem;
  line-height: 1.5;
}

.fsh-booking-board__head span {
  display: block;
  margin-top: 2px;
  font-size: 0.82rem;
  font-weight: 700;
}

.fsh-station {
  padding: 22px;
  color: var(--fsh-ink);
}

.fsh-station + .fsh-station {
  border-top: 1px solid var(--fsh-line);
}

.fsh-station__top {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.fsh-station__name {
  margin: 0;
  color: var(--fsh-ink) !important;
  font-size: 1.18rem !important;
  font-weight: 900;
  line-height: 1.4 !important;
}

.fsh-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #38434a;
  background: #edf1f2;
  font-size: 0.74rem;
  font-weight: 800;
}

.fsh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 11px 18px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.fsh-btn:hover {
  transform: translateY(-2px);
}

.fsh-btn--phone {
  width: 100%;
  color: var(--fsh-white) !important;
  background: var(--fsh-orange-dark);
  box-shadow: 0 6px 0 var(--fsh-orange-deep);
}

.fsh-btn--phone:hover {
  color: var(--fsh-white) !important;
  background: var(--fsh-orange-deep);
}

.fsh-btn--web {
  width: 100%;
  margin-top: 12px;
  border-color: #6b777e;
  color: var(--fsh-asphalt) !important;
  background: var(--fsh-white);
}

.fsh-btn--web:hover {
  border-color: var(--fsh-asphalt);
  color: var(--fsh-asphalt) !important;
}

.fsh-btn--light {
  border-color: #6b777e;
  color: var(--fsh-white) !important;
  background: transparent;
}

.fsh-btn--light:hover {
  border-color: var(--fsh-white);
  color: var(--fsh-white) !important;
}

.fsh-btn__stack {
  display: grid;
  gap: 1px;
}

.fsh-btn__label {
  font-size: 0.78rem;
  font-weight: 700;
}

.fsh-btn__number {
  font-size: 1.2rem;
  letter-spacing: 0.025em;
}

.fsh-station__note {
  margin: 10px 0 0;
  color: var(--fsh-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.fsh-quicknav {
  border-bottom: 1px solid var(--fsh-line);
  background: var(--fsh-white);
}

.fsh-quicknav__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.fsh-quicknav__list li {
  margin: 0;
  list-style: none !important;
}

.fsh-quicknav__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 10px;
  color: var(--fsh-ink) !important;
  font-size: 0.86rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
}

.fsh-quicknav__list a:hover {
  color: var(--fsh-orange-dark) !important;
  background: #fff6f2;
}

.fsh-promo {
  padding-block: clamp(38px, 5vw, 58px);
}

.fsh-promo__link {
  display: block;
  overflow: hidden;
  border: 1px solid var(--fsh-line);
  border-radius: 16px;
  background: var(--fsh-white);
  box-shadow: 0 12px 28px rgba(29, 39, 46, 0.09);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.fsh-promo__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 17px 34px rgba(29, 39, 46, 0.14);
}

.fsh-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fsh-menu-card,
.fsh-option-card {
  overflow: hidden;
  border: 1px solid var(--fsh-line);
  border-radius: 14px;
  background: var(--fsh-white);
  box-shadow: 0 7px 20px rgba(29, 39, 46, 0.07);
}

.fsh-menu-card,
.fsh-option-card {
  display: flex;
  flex-direction: column;
}

.fsh-menu-card__image,
.fsh-option-card__image {
  overflow: hidden;
  background: #eef2f3;
}

.fsh-menu-card__image img,
.fsh-option-card__image img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.fsh-menu-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.fsh-menu-card__body h3,
.fsh-option-card h3 {
  margin: 0;
  color: var(--fsh-ink) !important;
  font-size: 1.12rem !important;
  line-height: 1.45 !important;
}

.fsh-menu-card__body p,
.fsh-option-card p {
  margin: 9px 0 0;
  color: var(--fsh-muted);
  font-size: 0.9rem;
}

.fsh-text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 15px;
  color: var(--fsh-orange-dark) !important;
  font-weight: 800;
}

.fsh-text-link::after {
  content: "→";
}

.fsh-callout {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 6px solid var(--fsh-yellow);
  border-radius: 8px;
  background: var(--fsh-asphalt);
  color: var(--fsh-white);
}

.fsh-callout p {
  margin: 0;
}

.fsh-callout strong {
  display: block;
  font-size: 1.05rem;
}

.fsh-callout span {
  display: block;
  margin-top: 2px;
  color: #d8e0e3;
  font-size: 0.86rem;
}

.fsh-callout .fsh-btn {
  flex: 0 0 auto;
  min-width: 210px;
}

.fsh-table-wrap {
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid var(--fsh-line);
  border-radius: 14px;
  background: var(--fsh-white);
  scrollbar-color: #86939a #edf1f2;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.fsh-table-wrap:focus-visible {
  outline: 3px solid var(--fsh-white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--fsh-asphalt);
}

.fsh-compare-table {
  width: 100%;
  min-width: 0;
  table-layout: fixed;
  border-collapse: collapse;
  color: var(--fsh-ink);
  font-size: 0.94rem;
}

.fsh-compare-table th,
.fsh-compare-table td {
  padding: 17px 14px;
  border-bottom: 1px solid var(--fsh-line);
  text-align: left;
  vertical-align: top;
}

.fsh-home .fsh-compare-table thead th {
  color: var(--fsh-white) !important;
  background: var(--fsh-asphalt) !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
}

.fsh-compare-table thead th:nth-child(1) { width: 21%; }
.fsh-compare-table thead th:nth-child(2) { width: 12%; }
.fsh-compare-table thead th:nth-child(3) { width: 28%; }
.fsh-compare-table thead th:nth-child(4) { width: 22%; }
.fsh-compare-table thead th:nth-child(5) { width: 17%; }

.fsh-compare-table tbody th {
  font-weight: 900;
}

.fsh-compare-table tbody tr:last-child th,
.fsh-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.fsh-compare-table tbody tr {
  background: var(--fsh-white);
}

.fsh-compare-table tbody tr:nth-child(even) {
  background: #fafcfd;
}

.fsh-compare-table a {
  color: var(--fsh-orange-dark) !important;
  font-weight: 800;
}

.fsh-compare-size {
  display: block;
  margin-top: 12px;
  font-size: 0.85rem;
  font-weight: 600;
}

.fsh-compare-price {
  display: block;
  font-size: 1.35rem;
  line-height: 1.5;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.fsh-compare-actions {
  display: grid;
  gap: 10px;
}

.fsh-home .fsh-compare-action {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 8px;
  border: 1px solid var(--fsh-asphalt);
  border-radius: 6px;
  color: var(--fsh-asphalt) !important;
  background: var(--fsh-white);
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
}

.fsh-home .fsh-compare-action--book {
  border-color: var(--fsh-yellow);
  background: var(--fsh-yellow);
}

.fsh-home .fsh-compare-action:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fsh-chart-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  align-items: start;
  margin-top: 30px;
}

.fsh-chart-card {
  overflow: hidden;
  border: 1px solid var(--fsh-line);
  border-radius: 14px;
  background: var(--fsh-white);
}

.fsh-chart-card--stack {
  display: grid;
  gap: 16px;
  border: 0;
  background: transparent;
}

.fsh-chart-card--stack img {
  border: 1px solid var(--fsh-line);
  border-radius: 14px;
  background: var(--fsh-white);
}

.fsh-caption {
  margin: 12px 0 0;
  color: var(--fsh-muted);
  font-size: 0.8rem;
}

.fsh-effect {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
}

.fsh-effect__visual {
  overflow: hidden;
  border: 1px solid #f0c6ae;
  border-radius: 18px;
  background: #ffe5d5;
}

.fsh-effect__text p:not(.fsh-kicker) {
  margin: 18px 0 0;
  color: var(--fsh-muted);
}

.fsh-note {
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff8e2;
  color: #4c4633 !important;
  font-size: 0.82rem;
}

.fsh-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fsh-option-card__body {
  padding: 16px;
}

.fsh-option-card__body p {
  line-height: 1.6;
}

.fsh-resource-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.fsh-resource-card {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 24px;
  border: 1px solid #59666d;
  border-radius: 14px;
  color: var(--fsh-white) !important;
  text-decoration: none !important;
}

.fsh-resource-card:hover {
  border-color: var(--fsh-yellow);
  background: #26333b;
}

.fsh-resource-card__mark {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  color: var(--fsh-asphalt);
  background: var(--fsh-yellow);
  font-size: 0.84rem;
  font-weight: 900;
  text-align: center;
}

.fsh-resource-card strong {
  display: block;
  font-size: 1.12rem;
}

.fsh-resource-card small {
  display: block;
  margin-top: 4px;
  color: #d4dde1;
  font-size: 0.82rem;
}

.fsh-resource-card__arrow {
  color: var(--fsh-yellow);
  font-size: 1.5rem;
}

.fsh-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.fsh-faq {
  overflow: hidden;
  border: 1px solid var(--fsh-line);
  border-radius: 12px;
  background: var(--fsh-white);
}

.fsh-faq summary {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 54px 18px 20px;
  color: var(--fsh-ink);
  font-weight: 800;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.fsh-faq summary::-webkit-details-marker {
  display: none;
}

.fsh-faq summary::before {
  flex: 0 0 auto;
  content: "Q";
  color: var(--fsh-orange-dark);
  font-size: 1.05rem;
  font-weight: 900;
}

.fsh-faq summary::after {
  position: absolute;
  top: 21px;
  right: 20px;
  content: "+";
  color: var(--fsh-orange-dark);
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
}

.fsh-faq[open] summary::after {
  content: "−";
}

.fsh-faq__answer {
  padding: 0 20px 20px 54px;
  color: var(--fsh-muted);
}

.fsh-faq__answer p {
  margin: 0;
}

.fsh-reserve-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

.fsh-reserve-grid {
  display: grid;
  gap: 16px;
}

.fsh-reserve-card {
  padding: 24px;
  border: 1px solid #56636b;
  border-radius: 14px;
  background: #26333b;
}

.fsh-reserve-card h3 {
  margin: 0;
  color: var(--fsh-white) !important;
  font-size: 1.22rem !important;
  line-height: 1.5 !important;
}

.fsh-reserve-card address {
  margin: 8px 0 16px;
  color: #d6dfe3;
  font-size: 0.86rem;
  font-style: normal;
}

.fsh-reserve-card__actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
}

.fsh-reserve-card--phone-only .fsh-reserve-card__actions {
  grid-template-columns: 1fr;
}

.fsh-reserve-card__actions .fsh-btn {
  min-width: 0;
}

.fsh-store-link {
  display: inline-block;
  margin-top: 14px;
  color: #f5d77a !important;
  font-size: 0.82rem;
  font-weight: 800;
}

.fsh-reserve-caution {
  margin: 18px 0 0;
  color: #cbd5d9;
  font-size: 0.8rem;
}

.fsh-about {
  padding-block: clamp(50px, 7vw, 78px);
}

.fsh-about__inner {
  display: grid;
  grid-template-columns: 0.38fr 1fr;
  gap: clamp(26px, 6vw, 70px);
  align-items: start;
}

.fsh-about__inner p {
  margin: 0;
  color: var(--fsh-muted);
}

.fsh-mobile-call {
  display: none;
}

@media (max-width: 980px) {
  .fsh-hero__inner,
  .fsh-effect,
  .fsh-reserve-intro {
    grid-template-columns: 1fr;
  }

  .fsh-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsh-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsh-chart-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 900px) {
  .fsh-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .fsh-compare-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1rem;
  }

  .fsh-compare-table thead {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  .fsh-compare-table,
  .fsh-compare-table tbody,
  .fsh-compare-table tr,
  .fsh-compare-table th,
  .fsh-compare-table td {
    display: block;
    width: 100%;
  }

  .fsh-compare-table tbody {
    display: grid;
    gap: 14px;
  }

  .fsh-compare-table tbody tr {
    border: 1px solid var(--fsh-line);
    border-radius: 12px;
    background: var(--fsh-white);
    box-shadow: 0 5px 16px rgba(29, 39, 46, 0.06);
  }

  .fsh-compare-table tbody th {
    width: 100%;
    padding: 15px 16px;
    border: 0;
    color: var(--fsh-white);
    background: var(--fsh-asphalt);
    border-radius: 11px 11px 0 0;
    font-size: 1.15rem;
  }

  .fsh-compare-table tbody th a {
    color: var(--fsh-white) !important;
  }

  .fsh-compare-table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--fsh-line);
  }

  .fsh-compare-table tbody td::before {
    display: block;
    margin-bottom: 4px;
    content: attr(data-label);
    color: var(--fsh-muted);
    font-size: 0.875rem;
    font-weight: 800;
  }

  .fsh-compare-table tbody tr:last-child td {
    border-bottom: 1px solid var(--fsh-line);
  }

  .fsh-compare-table tbody td:last-child {
    border-bottom: 0;
  }

  .fsh-compare-price {
    font-size: 1.65rem;
  }

  .fsh-compare-actions {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-bottom: calc(90px + env(safe-area-inset-bottom));
  }

  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom)) !important;
  }

  .fsh-home {
    padding-bottom: 0;
  }

  .fsh-shell {
    width: min(100% - 28px, 1120px);
  }

  .fsh-section {
    padding-block: 58px;
  }

  .fsh-hero__inner {
    padding-block: 48px 58px;
  }

  .fsh-hero__title {
    font-size: clamp(2rem, 9.6vw, 2.6rem) !important;
    line-height: 1.3 !important;
  }

  .fsh-trust-list {
    gap: 7px;
  }

  .fsh-trust-list li {
    font-size: 0.78rem;
  }

  .fsh-booking-board__head,
  .fsh-station {
    padding: 18px;
  }

  .fsh-quicknav__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fsh-quicknav__list a {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .fsh-menu-grid,
  .fsh-option-grid,
  .fsh-resource-grid,
  .fsh-about__inner {
    grid-template-columns: 1fr;
  }

  .fsh-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .fsh-callout .fsh-btn {
    min-width: 0;
  }

  .fsh-chart-grid {
    display: none;
  }

  .fsh-resource-card {
    grid-template-columns: 58px 1fr auto;
    gap: 13px;
    min-height: 112px;
    padding: 18px;
  }

  .fsh-resource-card__mark {
    width: 58px;
    height: 58px;
    font-size: 0.72rem;
  }

  .fsh-faq summary {
    padding: 17px 46px 17px 16px;
  }

  .fsh-faq summary::after {
    right: 16px;
  }

  .fsh-faq__answer {
    padding: 0 16px 18px 45px;
  }

  .fsh-reserve-card__actions {
    grid-template-columns: 1fr;
  }

  .fsh-mobile-call {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom));
    border-top: 1px solid #536169;
    background: rgba(29, 39, 46, 0.97);
  }

  .fsh-mobile-call a {
    display: grid;
    min-height: 52px;
    place-items: center;
    border-radius: 8px;
    color: var(--fsh-white) !important;
    background: var(--fsh-orange-dark);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    text-decoration: none !important;
  }

  .fsh-mobile-call small {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fsh-home *,
  .fsh-home *::before,
  .fsh-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .fsh-home .fsh-btn:hover,
  .fsh-home .fsh-promo__link:hover {
    transform: none;
  }
}

@media print {
  .fsh-mobile-call,
  .fsh-quicknav {
    display: none !important;
  }
}
