/*
 * HAPPY v3 preview
 * Original visual character is retained. Only the user-specified areas change.
 */

/* Desktop header: brand, menu, and reservation actions share one clear row. */
@media (min-width: 761px) {
  .site-header {
    background: #fff;
    border-bottom: 4px solid #9ee8df;
    backdrop-filter: none;
  }

  .header-main {
    width: 100%;
    max-width: none;
    min-height: 84px;
    padding: 0 28px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 84px;
    gap: 0 24px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .brand img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
  }

  .brand span {
    font-family: var(--body);
    font-size: 15px;
    font-weight: 700;
  }

  .header-actions {
    grid-column: 3;
    grid-row: 1;
  }

  .header-action {
    min-width: 154px;
    min-height: 48px;
    padding: 7px 38px 7px 18px;
    border: 0;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 77, 103, .13);
  }

  .header-action::before {
    display: none;
  }

  .header-action b {
    right: 8px;
    width: 26px;
    height: 26px;
    box-shadow: none;
  }

  .global-nav {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    width: auto;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 2px;
    overflow-x: visible;
    scrollbar-width: none;
  }

  .global-nav::-webkit-scrollbar {
    display: none;
  }

  .global-nav a {
    min-width: 78px;
    height: 68px;
    padding: 7px 8px 5px;
    display: grid;
    grid-template-columns: 22px auto;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-content: center;
    column-gap: 6px;
    border-right: 1px solid #e0ecec;
    font-family: var(--body);
    line-height: 1.1;
    text-align: left;
  }

  .global-nav a:first-child {
    border-left: 1px solid #e0ecec;
  }

  .global-nav .nav-icon {
    grid-row: 1 / 3;
    width: 22px;
    height: 22px;
    display: block;
    color: #1596b5;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .global-nav a:nth-child(3n + 2) .nav-icon { color: #d6ad2b; }
  .global-nav a:nth-child(3n) .nav-icon { color: #ee7180; }
  .global-nav .nav-contact .nav-icon { color: #ee7180; }

  .global-nav .nav-contact {
    min-width: 70px;
    padding-inline: 4px;
    column-gap: 4px;
  }

  .global-nav .nav-contact span {
    font-size: 11px;
  }

  .global-nav a small {
    align-self: start;
    margin-top: 2px;
    display: block;
    color: #78929b;
    font-size: 6px;
    font-weight: 700;
    letter-spacing: .06em;
  }

  .global-nav a span {
    align-self: end;
    font-family: var(--display);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }

  .global-nav a:hover,
  .global-nav a:focus-visible {
    color: var(--blue);
    background: #f0fbfa;
  }

  .global-nav .nav-home {
    color: #fff;
    background: #84ddd2;
    border-radius: 7px;
  }

  .global-nav .nav-home .nav-icon,
  .global-nav .nav-home small {
    color: #fff;
  }

  .global-nav .nav-home:hover,
  .global-nav .nav-home:focus-visible {
    color: #fff;
    background: #6fd1c5;
  }

  .hero-video-wrap {
    aspect-ratio: 16 / 9;
  }

  .hero-video {
    object-fit: contain;
    object-position: center;
    background: #dff3fb;
  }
}

/* The source movie is 16:9; keep that full frame at every viewport width. */
.hero-video-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #dff3fb;
}

.hero-video {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* On desktop the navigation sits over the movie instead of shortening it. */
@media (min-width: 761px) {
  .site-header {
    background: rgba(255,255,255,.94);
    backdrop-filter: blur(8px);
  }

  .hero {
    margin-top: -84px;
  }

  .hero-video-wrap {
    height: calc(100svh - 4px);
    aspect-ratio: auto;
  }

  .hero-video {
    object-fit: cover;
    object-position: center;
  }
}

/* Keep generic lead-ins, but stop presenting them like badges or generated labels. */
.playful-heading > p:first-of-type,
.ranking-heading > p,
.staff-heading > p,
.guest-heading > p,
.review-flow__heading > p {
  margin-bottom: 5px;
  color: #39798c;
  font-family: var(--body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .035em;
}

/* The two main discovery/ranking headings use the same expressive font. */
.plan-marquee__heading strong,
.playful-heading h2,
.story-copy h2,
.ranking-heading h2,
.staff-heading h2,
.review-flow__heading h3,
.instagram-flow__heading h2,
.lower-contact header h2 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .01em;
}

/* A quiet fact strip replaces the three matching “feature cards”. */
.hero {
  padding-bottom: 18px;
}

.tours {
  padding-top: 92px;
}

.quick-points {
  width: min(960px, calc(100% - 48px));
  margin: 34px auto 0;
  padding: 24px 0;
  border-top: 1px solid #cee2df;
  border-bottom: 1px solid #cee2df;
  background: transparent;
}

.quick-points > p {
  padding: 4px 30px;
  border-right: 1px solid #cee2df;
}

.quick-points strong {
  font-size: 42px;
}

.quick-points span {
  font-size: 14px;
  font-weight: 600;
}

.foam--tours {
  top: -37px;
  height: 62px;
}

/* The support section reads as one editorial story, not a stack of UI parts. */
.happy-story::before {
  height: 7px;
  background: var(--blue);
}

.story-photos__main {
  border-radius: 12px 3px 3px 3px;
}

.story-photos__sub {
  border-radius: 3px;
  box-shadow: 0 12px 25px rgba(4,87,112,.14);
}

.story-photos p {
  left: 24px;
  bottom: 28px;
  padding: 15px 20px;
  background: rgba(5,104,134,.94);
}

.story-copy__lead {
  color: #39798c;
  font-weight: 600;
}

.story-points b,
.story-points strong,
.staff-card h3 {
  font-family: var(--display);
  font-weight: 700;
}

.story-points b {
  color: var(--blue);
}

.story-layout {
  align-items: start;
}

.story-points--six li {
  padding-block: 13px;
}

.story-points--six small em {
  display: inline;
  color: var(--coral);
  font-style: normal;
  font-weight: 700;
}

.story-link {
  color: var(--blue-deep);
  border-bottom-width: 2px;
}

/* Ranking keeps the original lively three-card composition. */
.tour-card--first {
  border-color: #e9b925;
  box-shadow: 0 16px 32px rgba(159, 113, 0, .17);
}

.tour-card--first::before {
  position: absolute;
  z-index: 6;
  top: -19px;
  right: 16px;
  content: "No.1  一番人気";
  padding: 10px 18px 11px;
  color: #fff;
  background: linear-gradient(135deg, #ff735a, #ed4f3f);
  border: 2px solid #fff;
  border-radius: 8px 8px 8px 2px;
  box-shadow: 0 5px 0 #c94033, 0 10px 18px rgba(109, 49, 31, .2);
  font-family: var(--body);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
}

.tour-card--first::after {
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 28px;
  width: 14px;
  height: 11px;
  content: "";
  background: #c94033;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.tour-card--second { --rank: #80949c; }
.tour-card--third { --rank: #aa7650; }

.tour-card h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: .01em;
}

/* Staff is deliberately left in the previous/original card treatment. */
.staff-heading p {
  color: var(--coral);
  font-weight: 700;
}

.staff-heading h2 {
  margin-top: 3px;
}

/* The guest gallery is composed like an editorial photo spread. */
.guest-moments {
  background: #eaf7f8;
}

.guest-gallery {
  position: relative;
  height: 580px;
  display: grid;
  grid-template-columns: minmax(0, 1.82fr) minmax(220px, .68fr);
  grid-template-rows: 1fr 1fr auto;
  gap: 12px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(5, 104, 134, .12);
  box-shadow: 0 18px 42px rgba(0, 76, 99, .12);
}

.guest-gallery__slides {
  position: relative;
  grid-column: 1;
  grid-row: 1 / 4;
  min-width: 0;
  overflow: hidden;
  background: #d7eef2;
}

.guest-gallery__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity .7s ease;
}

.guest-gallery__slide.is-active {
  z-index: 1;
  opacity: 1;
}

.guest-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-gallery__aside {
  grid-column: 2;
  grid-row: 1 / 3;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}

.guest-gallery__aside figure {
  margin: 0;
  overflow: hidden;
}

.guest-gallery__status {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  color: var(--blue-deep);
  font-family: var(--body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.guest-gallery__status b {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 700;
}

.guest-gallery__status i {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: #c9dfe3;
}

.guest-gallery__status em {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left;
}

.guest-gallery.is-running .guest-gallery__status em {
  animation: guest-gallery-progress 3.8s linear forwards;
}

@keyframes guest-gallery-progress {
  to { transform: scaleX(1); }
}

.guest-heading {
  margin-bottom: 38px;
}

.review-flow {
  margin-top: 76px;
}

/* Customer reviews move continuously again; hover/focus pauses them. */
.review-flow__viewport {
  overflow: hidden;
  scroll-snap-type: none;
  scrollbar-width: none;
}

.review-flow__track {
  display: flex;
  width: max-content;
  transform: none;
  animation: review-flow 58s linear infinite;
}

.review-flow__viewport:hover .review-flow__track,
.review-flow__viewport:focus-within .review-flow__track {
  animation-play-state: paused;
}

.voice-card[aria-hidden="true"] {
  display: block;
}

/* The consultation row loses the boxed, generated-CTA look. */
.guest-cta {
  margin-top: 48px;
  padding: 30px 0;
  background: transparent;
  border-top: 1px solid #bcdfe3;
  border-bottom: 1px solid #bcdfe3;
  border-left: 0;
}

.guest-cta p strong {
  color: var(--blue-deep);
  font-family: var(--display);
  font-size: 22px;
}

.guest-cta p span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
}

.guest-cta a {
  min-width: 280px;
  min-height: 58px;
  padding: 8px 12px 8px 21px;
  background: #09ad55;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 5px 14px rgba(0, 118, 66, .18);
}

.guest-cta a::before {
  display: none;
}

.guest-cta a b {
  width: 34px;
  height: 34px;
  box-shadow: none;
}

/* Lower content: fewer floating frames, clearer section boundaries. */
.original-info {
  padding: 82px 0;
  background: #fff;
}

.original-info a {
  border-radius: 2px;
  box-shadow: none;
}

.lower-contact {
  background-color: #078bab;
  background-image:
    linear-gradient(180deg, rgba(0, 91, 128, .38), rgba(0, 91, 128, .56)),
    url("assets/contact/contact-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 760px) {
  .lower-contact {
    background-image:
      linear-gradient(180deg, rgba(0, 91, 128, .34), rgba(0, 91, 128, .54)),
      url("assets/contact/contact-bg-sp.jpg");
  }
}

.lower-contact__actions {
  gap: 12px;
}

.lower-contact__actions a {
  min-height: 80px;
  padding: 12px 72px 12px 28px;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 58, 78, .18);
  font-family: var(--body);
}

.lower-contact__actions a::before {
  left: auto;
  right: 28px;
  top: -11px;
  width: 42px;
  height: 42px;
  display: block;
  border: 0;
  background: rgba(255,255,255,.25);
  box-shadow: none;
}

.lower-contact__actions a::after {
  right: 16px;
  width: 44px;
  height: 44px;
  color: #087f9c;
  box-shadow: none;
  font-size: 21px;
}

.lower-contact__actions small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}

.lower-contact__actions strong {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .02em;
}

.header-action--line,
.lower-contact__line {
  background-color: #00bd5c;
  background-image: linear-gradient(135deg, #00c868, #00ad52);
}

.header-action--tel,
.lower-contact__tel {
  background-color: #079fc2;
  background-image: linear-gradient(135deg, #08b5cd, #078fc0);
}

.contact-form-panel {
  border: 1px solid rgba(5, 104, 134, .12);
  box-shadow: 0 10px 24px rgba(0, 55, 77, .12);
}

.contact-form-preview__submit button {
  position: relative;
  width: min(380px, 100%);
  min-height: 80px;
  margin-inline: auto;
  padding: 12px 16px 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background-color: #079fc2;
  background-image: linear-gradient(135deg, #08b5cd, #078fc0);
  box-shadow: 0 10px 22px rgba(0, 74, 99, .2);
  font-family: var(--body);
  font-size: 20px;
  font-weight: 900;
}

.contact-form-preview__submit button::before {
  position: absolute;
  right: 28px;
  top: -11px;
  width: 42px;
  height: 42px;
  content: "";
  background: rgba(255,255,255,.25);
  border-radius: 50%;
}

.contact-form-preview__submit button span,
.contact-form-preview__submit button b {
  position: relative;
  z-index: 1;
}

.contact-form-preview__submit button b {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #087e9b;
  background: #fff;
  border-radius: 50%;
  font-size: 21px;
}

.contact-form-preview input.is-invalid,
.contact-form-preview textarea.is-invalid {
  border-color: #e85d4a;
  box-shadow: 0 0 0 3px rgba(232,93,74,.12);
}

.contact-form-preview__feedback {
  min-height: 1.7em;
  margin: -5px 0 0;
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.contact-form-preview__feedback.is-error {
  padding: 10px 14px;
  color: #c84435;
  background: #fff2ef;
  border: 1px solid rgba(200,68,53,.18);
}

.contact-form-preview__feedback.is-success {
  padding: 10px 14px;
  color: #087e9b;
  background: #eefbfc;
  border: 1px solid rgba(8,126,155,.18);
}

.contact-form-preview__submit button {
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form-preview__submit button:hover,
.contact-form-preview__submit button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(0,74,99,.25);
}

.contact-form-preview__submit button:active {
  transform: translateY(0);
}

.contact-form-preview__submit button.is-complete {
  background-color: #00ad52;
  background-image: linear-gradient(135deg, #00c868, #00ad52);
  animation: contact-confirm .38s ease both;
}

@keyframes contact-confirm {
  50% { transform: translateY(-3px) scale(1.015); }
}

/* Ranking cards respond as one object, not only through the image zoom. */
.tour-card {
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease;
}

.tour-card:hover,
.tour-card:focus-within {
  z-index: 5;
  transform: translateY(-10px);
  box-shadow: 0 24px 46px rgba(0,83,111,.23);
}

.tour-card:hover .tour-card__media img,
.tour-card:focus-within .tour-card__media img {
  transform: scale(1.045);
}

@media (hover: none) {
  .tour-card:hover,
  .tour-card:focus-within {
    transform: none;
  }
}

.header-action::before {
  left: auto;
  right: 17px;
  top: -8px;
  width: 28px;
  height: 28px;
  display: block;
  border: 0;
  background: rgba(255,255,255,.25);
  box-shadow: none;
}

.header-action,
.header-action b {
  border-radius: 9px;
}

.header-action b {
  color: #087f9c;
  border-radius: 50%;
}

h1,
h2,
h3,
.story-points strong,
.tour-button,
.lower-contact__actions strong {
  text-wrap: balance;
}

p,
.staff-card p,
.tour-card__description,
.lower-contact header > span {
  text-wrap: pretty;
}

.lower-contact header > p {
  font-family: var(--body);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.preview-footer {
  border-top: 7px solid var(--yellow);
  background: #075c76;
}

.preview-footer__network > p {
  color: #ffe06a;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 4px;
}

.footer-social img {
  width: 42px;
  height: 42px;
}

/* Staff blog: one featured story plus a news-style list, never four cloned cards. */
.staff-blog {
  padding: 112px 0 118px;
  background: #fff;
  border-top: 1px solid #d8e8e9;
}

.staff-blog__heading {
  margin-bottom: 46px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2px 30px;
}

.staff-blog__heading p {
  grid-column: 1;
  margin: 0;
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.staff-blog__heading h2 {
  grid-column: 1;
  margin: 0;
  color: var(--blue);
  font-family: var(--display);
  font-size: clamp(38px,4.5vw,56px);
  font-weight: 700;
  line-height: 1.35;
}

.staff-blog__heading > a {
  grid-column: 2;
  grid-row: 1 / 3;
  padding-bottom: 5px;
  color: var(--blue-deep);
  border-bottom: 2px solid var(--yellow);
  font-size: 13px;
  font-weight: 700;
}

.staff-blog__layout {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  align-items: start;
  gap: clamp(42px,6vw,76px);
}

.staff-blog__featured {
  position: relative;
  display: block;
}

.staff-blog__featured img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.staff-blog__featured > span {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 13px;
}

.staff-blog time {
  color: #6f8992;
  font-size: 12px;
  letter-spacing: .05em;
}

.staff-blog small {
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
}

.staff-blog__featured h3 {
  max-width: 620px;
  margin: 10px 42px 0 0;
  color: var(--blue-deep);
  font-family: var(--body);
  font-size: clamp(19px,2vw,25px);
  font-weight: 700;
  line-height: 1.65;
}

.staff-blog__featured > b {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: var(--blue);
  font-size: 23px;
}

.staff-blog__list {
  border-top: 1px solid #cbdcdf;
}

.staff-blog__list > a {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 92px 1fr 22px;
  align-items: center;
  gap: 17px;
  border-bottom: 1px solid #cbdcdf;
}

.staff-blog__list span,
.staff-blog__list small,
.staff-blog__list strong {
  display: block;
}

.staff-blog__list strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
}

.staff-blog__list b {
  color: var(--blue);
  font-size: 19px;
}

.staff-blog__featured:hover h3,
.staff-blog__featured:focus-visible h3,
.staff-blog__list a:hover strong,
.staff-blog__list a:focus-visible strong {
  color: var(--blue);
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(255,255,255,.97);
    backdrop-filter: none;
  }

  .global-nav .nav-icon,
  .global-nav a small {
    display: none;
  }

  .global-nav a span {
    display: block;
    font-family: var(--display);
    font-size: 15px;
    font-weight: 700;
  }

  .hero {
    padding-bottom: 18px;
  }

  .tours {
    padding-top: 76px;
  }

  .quick-points {
    width: calc(100% - 28px);
    margin-top: 26px;
    padding: 20px 0;
  }

  .quick-points > p {
    padding: 4px 8px;
  }

  .quick-points strong {
    font-size: 29px;
  }

  .quick-points span {
    font-size: 11px;
  }

  .foam--tours {
    top: -24px;
    height: 43px;
  }

  .playful-heading > p:first-of-type,
  .ranking-heading > p,
  .staff-heading > p,
  .guest-heading > p,
  .review-flow__heading > p {
    font-size: 10px;
  }

  .tour-card--first::before {
    top: -13px;
    right: 11px;
    padding: 8px 12px 9px;
    font-size: 11px;
  }

  .tour-card--first::after {
    top: 20px;
    right: 20px;
    width: 11px;
    height: 8px;
  }

  .review-flow__track {
    animation-duration: 48s;
  }

  .guest-gallery {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 330px 88px auto;
    gap: 9px;
    padding: 10px;
  }

  .guest-gallery__slides {
    grid-column: 1;
    grid-row: 1;
  }

  .guest-gallery__aside {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 9px;
  }

  .guest-gallery__status {
    grid-column: 1;
    grid-row: 3;
    padding: 3px 2px 1px;
  }

  .guest-cta {
    margin-top: 34px;
    padding: 23px 0;
  }

  .guest-cta p strong {
    font-size: 19px;
  }

  .guest-cta p span {
    font-size: 13px;
  }

  .guest-cta a {
    min-height: 56px;
    padding: 7px 10px 7px 18px;
  }

  .lower-contact__actions a {
    min-height: 72px;
    padding-left: 20px;
    padding-right: 62px;
    border-radius: 9px;
  }

  .lower-contact__actions {
    grid-template-columns: 1fr;
  }

  .lower-contact__actions a::after,
  .contact-form-preview__submit button b {
    width: 42px;
    height: 42px;
  }

  .lower-contact__actions strong {
    font-size: 18px;
  }

  .contact-form-preview__submit button {
    min-height: 72px;
    font-size: 18px;
  }

  .preview-footer {
    border-top-width: 5px;
  }

  .staff-blog {
    padding: 80px 0 84px;
  }

  .staff-blog__heading {
    margin-bottom: 30px;
    display: block;
  }

  .staff-blog__heading p {
    font-size: 10px;
  }

  .staff-blog__heading h2 {
    font-size: 31px;
  }

  .staff-blog__heading > a {
    width: fit-content;
    margin-top: 13px;
    display: block;
    font-size: 11px;
  }

  .staff-blog__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .staff-blog__featured > span {
    margin-top: 13px;
  }

  .staff-blog__featured h3 {
    margin-right: 30px;
    font-size: 19px;
  }

  .staff-blog__list > a {
    padding: 18px 0;
    grid-template-columns: 75px 1fr 15px;
    gap: 10px;
  }

  .staff-blog__list strong {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .header-main {
    padding-inline: 14px;
    gap: 12px;
  }

  .brand span,
  .header-action--tel {
    display: none;
  }

  .global-nav {
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
  }

  .global-nav::-webkit-scrollbar {
    display: none;
  }

  .global-nav a {
    flex: 0 0 auto;
    min-width: 82px;
    padding-inline: 8px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .global-nav a {
    min-width: 62px;
    width: 62px;
    height: 60px;
    padding: 5px 3px 4px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 25px auto;
    gap: 1px;
    text-align: center;
  }

  .global-nav .nav-icon {
    grid-row: 1;
    justify-self: center;
    width: 18px;
    height: 18px;
  }

  .global-nav a small {
    display: none;
  }

  .global-nav a span {
    grid-row: 2;
    justify-self: center;
    font-family: var(--body);
    font-size: 10px;
  }
}

@media (min-width: 1081px) and (max-width: 1160px) {
  .brand span {
    display: none;
  }
}

@media (min-width: 761px) and (max-width: 1080px) {
  .header-main {
    padding-inline: 10px;
    gap: 8px;
  }

  .global-nav a {
    min-width: 79px;
  }

  .global-nav .nav-contact {
    min-width: 84px;
    width: 84px;
    grid-template-columns: 18px auto;
    column-gap: 2px;
    padding-inline: 2px;
  }

  .global-nav .nav-contact .nav-icon {
    width: 18px;
    height: 18px;
  }

  .global-nav .nav-contact span {
    font-size: 9px;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .global-nav a,
  .global-nav .nav-contact {
    min-width: 60px;
    width: 60px;
    grid-template-columns: 1fr;
    padding-inline: 2px;
  }
}

/* Secondary page links stay visually quieter than reservation CTAs. */
.all-plans,
.staff-more {
  width: fit-content;
  min-height: 0;
  padding: 7px 0 6px;
  gap: 10px;
  overflow: visible;
  color: var(--blue-deep);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--yellow);
  border-radius: 0;
  box-shadow: none;
}

.all-plans::before,
.staff-more::before {
  display: none;
}

.all-plans span,
.staff-more span {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.all-plans small,
.staff-more small {
  margin: 0;
  color: #63818a;
  font-size: 11px;
  letter-spacing: .04em;
}

.all-plans strong,
.staff-more strong {
  color: var(--blue-deep);
  font-size: 15px;
}

.all-plans b,
.staff-more b {
  width: auto;
  height: auto;
  flex: 0 0 auto;
  color: var(--blue);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font-size: 19px;
}

.all-plans:hover,
.all-plans:focus-visible,
.staff-more:hover,
.staff-more:focus-visible {
  color: var(--blue);
  box-shadow: none;
  filter: none;
  transform: translateX(3px);
}

@media (max-width: 760px) {
  .all-plans span,
  .staff-more span {
    display: grid;
    gap: 2px;
  }

  .all-plans small,
  .staff-more small {
    font-size: 10px;
  }

  .all-plans strong,
  .staff-more strong {
    font-size: 14px;
  }
}

/* Instagram photos move continuously; interaction pauses the strip. */
.instagram-flow__viewport {
  width: 100%;
  overflow: hidden;
}

.instagram-flow__track {
  --insta-gap: 10px;
  --insta-half-gap: 5px;
  width: max-content;
  display: flex;
  grid-template-columns: none;
  gap: var(--insta-gap);
  animation: instagram-flow 30s linear infinite;
  transform: none;
}

.instagram-flow__track a,
.instagram-flow__track a[aria-hidden="true"] {
  width: 250px;
  height: 250px;
  display: block;
  flex: 0 0 auto;
}

.instagram-flow__viewport:hover .instagram-flow__track,
.instagram-flow__viewport:focus-within .instagram-flow__track {
  animation-play-state: paused;
}

@media (max-width: 760px) {
  .instagram-flow__track {
    --insta-gap: 7px;
    --insta-half-gap: 3.5px;
    animation-duration: 24s;
  }

  .instagram-flow__track a,
  .instagram-flow__track a[aria-hidden="true"] {
    width: 185px;
    height: 185px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .review-flow__track,
  .instagram-flow__track,
  .guest-gallery__status em {
    animation: none;
  }
}

/* Client review 2026-09-19: keep CTA copy clear and close the plan section cleanly. */
.hero-ribbon .cta::before {
  left: auto;
  right: 34px;
  top: -7px;
  width: 24px;
  height: 24px;
  border: 0;
  background: rgba(255, 255, 255, .24);
  box-shadow: none;
}

.tours {
  padding-bottom: 104px;
}

@media (max-width: 760px) {
  .hero-video-wrap {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .hero-video {
    object-fit: cover;
    object-position: center;
  }

  .hero-ribbon .cta::before {
    right: 23px;
    top: -5px;
    width: 18px;
    height: 18px;
  }

  .tours {
    padding-bottom: 72px;
  }
}

/* Seven official staff members: four above, three centered below. */
.staff-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: stretch;
}

.staff-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
}

.staff-card:nth-child(5) { grid-column: 2 / span 2; }
.staff-card:nth-child(6) { grid-column: 4 / span 2; }
.staff-card:nth-child(7) { grid-column: 6 / span 2; }

.staff-card p {
  flex: 1;
}

@media (max-width: 760px) {
  .staff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staff-card,
  .staff-card:nth-child(5),
  .staff-card:nth-child(6) {
    grid-column: auto;
  }

  .staff-card:nth-child(7) {
    width: calc(50% - 5px);
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Static plan index: all ten plans stay visible without waiting for motion. */
.other-plans__heading {
  max-width: 720px;
}

.other-plans__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px 16px;
}

.other-plans__grid .plan-card {
  width: auto;
  min-width: 0;
}

.other-plans__grid .plan-card__media {
  height: 145px;
}

.other-plans__grid .plan-card__body {
  min-height: 274px;
  padding: 22px 14px 15px;
}

.other-plans__grid .plan-card__tags {
  min-height: 42px;
  padding-left: 46px;
  align-content: flex-start;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.other-plans__grid .plan-card__tags span {
  font-size: 9px;
}

.other-plans__grid .plan-card h4 {
  min-height: 4.45em;
  margin-top: 13px;
  font-size: 17px;
  line-height: 1.48;
  word-break: keep-all;
}

.other-plans__grid .plan-card__price small {
  display: block;
  margin: 0 0 5px;
  font-size: 10px;
}

.other-plans__grid .plan-card__price strong {
  font-size: 24px;
}

.other-plans__grid .plan-card__link {
  min-height: 43px;
  padding-inline: 13px;
  font-size: 12px;
}

@media (max-width: 1180px) {
  .other-plans__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .other-plans__grid .plan-card h4 {
    font-size: 16px;
  }
}

@media (max-width: 900px) {
  .other-plans__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .other-plans__heading {
    max-width: none;
  }

  .other-plans__grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .other-plans__grid .plan-card {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(118px, 41%) minmax(0, 1fr);
    overflow: visible;
  }

  .other-plans__grid .plan-card__media {
    height: 100%;
    min-height: 190px;
    border-radius: 12px 0 0 12px;
  }

  .other-plans__grid .plan-card__body {
    min-height: 190px;
    padding: 14px 12px 12px;
  }

  .other-plans__grid .plan-card__number {
    top: 9px;
    left: -25px;
    width: 48px;
    height: 48px;
    font-size: 17px;
  }

  .other-plans__grid .plan-card__tags {
    min-height: 39px;
    padding-left: 20px;
    justify-content: flex-start;
    gap: 3px;
  }

  .other-plans__grid .plan-card__tags span {
    padding: 3px 5px;
    font-size: 8px;
  }

  .other-plans__grid .plan-card h4 {
    min-height: 0;
    margin: 8px 0 12px;
    font-size: clamp(15px, 4.5vw, 18px);
    line-height: 1.45;
  }

  .other-plans__grid .plan-card__price {
    margin-bottom: 10px;
  }

  .other-plans__grid .plan-card__price small {
    display: inline;
    margin-right: 3px;
    font-size: 8px;
  }

  .other-plans__grid .plan-card__price strong {
    font-size: 20px;
  }

  .other-plans__grid .plan-card__link {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 10px;
  }
}

/* Japanese copy wraps by phrase and avoids a single-character final line. */
main :where(h1, h2, h3, p, li, a, span, strong, small),
.preview-footer :where(p, a, span, strong, small) {
  line-break: strict;
}

main :where(h1, h2, h3),
.cta strong,
.header-action strong,
.tour-button,
.lower-contact__actions strong {
  text-wrap: balance;
}

main :where(p, li),
.staff-blog__list strong,
.review-card strong,
.preview-footer :where(p, a) {
  text-wrap: pretty;
}

@supports (word-break: auto-phrase) {
  main :where(h1, h2, h3, p, li, a, span, strong, small),
  .preview-footer :where(p, a, span, strong, small) {
    word-break: auto-phrase;
  }
}

.preview-footer__links .footer-legal-link {
  grid-column: 1 / -1;
  word-break: keep-all;
  white-space: nowrap;
}

@media (min-width: 761px) and (max-width: 1120px) {
  .preview-footer {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 34px 40px;
  }

  .preview-footer__links {
    width: 100%;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Remaining ten plans: a complete, touch-friendly continuation of BEST 3. */
.other-plans {
  position: relative;
  margin-top: 88px;
  padding-top: 54px;
  border-top: 1px solid rgba(4, 103, 139, .22);
}

.other-plans__heading {
  margin-bottom: 27px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}

.other-plans__heading > div:first-child > p {
  margin: 0 0 6px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.other-plans__heading h3 {
  margin: 0;
  color: var(--blue-deep);
  font-family: var(--display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.35;
}

.other-plans__heading > div:first-child > span {
  margin-top: 8px;
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.other-plans__controls {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.other-plans__controls button {
  width: 48px;
  height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 7px 15px rgba(0, 103, 139, .18);
  cursor: pointer;
  font-family: var(--body);
  font-size: 19px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}

.other-plans__controls button:hover,
.other-plans__controls button:focus-visible {
  background: var(--blue-deep);
  transform: translateY(-2px);
}

.other-plans__controls p {
  min-width: 62px;
  margin: 0;
  color: var(--blue-deep);
  text-align: center;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 700;
}

.other-plans__controls strong {
  font-family: var(--display);
  font-size: 23px;
  font-weight: 700;
}

.other-plans__viewport {
  width: calc(100vw - max(24px, (100vw - var(--content)) / 2));
  padding: 8px 24px 28px 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scroll-behavior: auto;
  scroll-snap-type: inline proximity;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pan-y;
}

.other-plans__viewport::-webkit-scrollbar {
  display: none;
}

.other-plans__viewport:active {
  cursor: grabbing;
}

.other-plans__viewport.is-autoplaying {
  scroll-snap-type: none;
}

.other-plans__viewport:focus-visible {
  outline: 3px solid rgba(255, 189, 27, .95);
  outline-offset: 5px;
}

.other-plans__track {
  --plan-gap: 19px;
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: var(--plan-gap);
}

.plan-card {
  --plan-accent: var(--blue);
  position: relative;
  width: clamp(244px, 23vw, 270px);
  flex: 0 0 auto;
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border: 2px solid var(--plan-accent);
  border-radius: 14px;
  box-shadow: 0 12px 25px rgba(0, 91, 120, .13);
  scroll-snap-align: start;
  transition: transform .25s ease, box-shadow .25s ease;
}

.plan-card--green {
  --plan-accent: #29a991;
}

.plan-card:hover,
.plan-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px rgba(0, 91, 120, .19);
}

.plan-card__media {
  height: 176px;
  display: block;
  overflow: hidden;
  background: #d1edf1;
}

.plan-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.plan-card:hover .plan-card__media img,
.plan-card:focus-within .plan-card__media img {
  transform: scale(1.035);
}

.plan-card__body {
  position: relative;
  min-height: 294px;
  padding: 23px 18px 18px;
  display: flex;
  flex-direction: column;
}

.plan-card__number {
  position: absolute;
  top: -31px;
  left: 14px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--plan-accent);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 11px rgba(0, 79, 104, .18);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
}

.plan-card__tags {
  min-height: 25px;
  padding-left: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}

.plan-card__tags span {
  padding: 4px 7px;
  color: var(--blue-deep);
  background: #edf8f9;
  border: 1px solid rgba(0, 141, 180, .22);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.plan-card h4 {
  min-height: 3.1em;
  margin: 18px 0 8px;
  color: var(--blue-deep);
  font-family: var(--display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .005em;
  line-height: 1.48;
}

.plan-card__price {
  margin: auto 0 16px;
  color: #e74637;
  white-space: nowrap;
  line-height: 1;
}

.plan-card__price small {
  margin-right: 5px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
}

.plan-card__price strong {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 700;
}

.plan-card__link {
  min-height: 46px;
  padding: 0 13px 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: var(--plan-accent);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 800;
}

.plan-card__link b {
  font-size: 17px;
}

.plan-card[aria-hidden="true"] {
  pointer-events: none;
}

.other-plans + .all-plans {
  margin-top: 34px;
}

@media (max-width: 760px) {
  .other-plans {
    margin-top: 58px;
    padding-top: 39px;
  }

  .other-plans__heading {
    margin-bottom: 20px;
    align-items: flex-end;
    gap: 12px;
  }

  .other-plans__heading > div:first-child {
    min-width: 0;
  }

  .other-plans__heading > div:first-child > p {
    font-size: 10px;
  }

  .other-plans__heading h3 {
    font-size: clamp(25px, 7.5vw, 30px);
  }

  .other-plans__heading > div:first-child > span {
    max-width: 22em;
    font-size: 12px;
  }

  .other-plans__controls {
    gap: 5px;
  }

  .other-plans__controls button {
    width: 37px;
    height: 37px;
    font-size: 16px;
  }

  .other-plans__controls p {
    min-width: 45px;
    font-size: 10px;
  }

  .other-plans__controls strong {
    font-size: 18px;
  }

  .other-plans__viewport {
    width: calc(100vw - 16px);
    margin-left: 0;
    padding-right: 15px;
  }

  .other-plans__track {
    --plan-gap: 13px;
  }

  .plan-card {
    width: min(78vw, 300px);
  }

  .plan-card__media {
    height: 180px;
  }

  .plan-card__body {
    min-height: 274px;
    padding: 22px 16px 16px;
  }

  .plan-card h4 {
    min-height: 0;
    font-size: 20px;
  }

  .other-plans + .all-plans {
    margin-top: 24px;
  }
}

@media (hover: none) {
  .plan-card:hover,
  .plan-card:focus-within {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .other-plans__viewport {
    scroll-behavior: auto;
  }

  .plan-card,
  .plan-card__media img,
  .other-plans__controls button {
    transition: none;
  }
}
