      :root {
        --white: #fcfcfc;
        --black: #131313;
        --gray: #c8c2aa;
        --orche: #ee933e;
        --line: rgba(19, 19, 19, 0.14);
        --soft-line: rgba(252, 252, 252, 0.28);
        --max: 1200px;
        --radius: 8px;
        --header: 76px;
        --display-font: Afacad, "Noto Sans JP", system-ui, sans-serif;
        --h2-title-size: 52px;
      }

      * {
        box-sizing: border-box;
      }

      html {
        scroll-behavior: smooth;
      }

      body {
        margin: 0;
        background: var(--white);
        color: var(--black);
        font-family: Inter, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        letter-spacing: 0;
      }

      a {
        color: inherit;
        text-decoration: none;
      }

      button,
      input,
      select,
      textarea {
        font: inherit;
      }

      img {
        display: block;
        max-width: 100%;
      }

      .site-header {
        align-items: stretch;
        backdrop-filter: blur(18px);
        background: rgba(252, 252, 252, 0.96);
        border-bottom: 1px solid rgba(19, 19, 19, 0.1);
        color: var(--black);
        display: flex;
        height: var(--header);
        justify-content: space-between;
        left: 0;
        position: sticky;
        right: 0;
        top: 0;
        transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, top 180ms ease;
        z-index: 40;
      }

      .site-header.is-scrolled {
        background: rgba(252, 252, 252, 0.96);
        border-bottom-color: rgba(19, 19, 19, 0.1);
        color: var(--black);
        top: 0;
      }

      .brand-tile {
        align-items: center;
        background: transparent;
        color: var(--black);
        display: flex;
        justify-content: center;
        padding: 10px 24px;
        width: 176px;
      }

      .brand-tile img {
        height: 52px;
        width: auto;
      }

      .header-inner {
        align-items: center;
        display: flex;
        flex: 1;
        gap: 28px;
        justify-content: space-between;
        padding: 0 24px 0 30px;
      }

      .site-nav {
        align-items: center;
        display: flex;
        gap: 28px;
      }

      .site-nav a {
        color: rgba(19, 19, 19, 0.76);
        font-size: 16px;
        font-weight: 800;
        line-height: 1.2;
      }

      .site-nav a:hover {
        color: var(--black);
      }

      .header-actions {
        align-items: center;
        display: flex;
        gap: 16px;
      }

      .language-select {
        background: transparent;
        border: 1px solid rgba(19, 19, 19, 0.16);
        border-radius: var(--radius);
        color: var(--black);
        font-size: 13px;
        font-weight: 800;
        height: 44px;
        padding: 0 12px;
      }

      .language-switcher {
        align-items: center;
        display: flex;
        min-width: 88px;
        padding: 0 10px;
      }

      .language-switcher select,
      .language-switcher .gt_selector {
        background: transparent;
        border: 0;
        color: inherit;
        font: inherit;
        font-weight: 800;
        height: 100%;
        outline: 0;
        width: 100%;
      }

      .language-switcher .gt_switcher {
        font-family: inherit;
      }

      .language-switcher .gtranslate_wrapper {
        align-items: center;
        display: flex;
        height: 100%;
        width: 100%;
      }

      .language-switcher a {
        color: inherit;
        font-weight: 800;
      }

      .button {
        align-items: center;
        border: 0;
        border-radius: 999px;
        cursor: pointer;
        display: inline-flex;
        font-size: 15px;
        font-weight: 900;
        gap: 10px;
        justify-content: center;
        min-height: 48px;
        padding: 0 22px;
        text-transform: none;
        white-space: nowrap;
      }

      .button-primary {
        background: var(--orche);
        color: var(--white);
      }

      .header-activities-label-short {
        display: none;
      }

      .button-yellow {
        background: var(--orche);
        color: var(--white);
      }

      .button-dark {
        background: var(--black);
        color: var(--orche);
      }

      .button-outline {
        background: transparent;
        border: 2px solid currentColor;
        color: var(--black);
      }

      .button-quiet {
        background: var(--white);
        color: var(--black);
      }

      .icon-arrow {
        display: inline-block;
        height: 16px;
        position: relative;
        width: 22px;
      }

      .icon-arrow::before {
        background: currentColor;
        content: "";
        height: 2px;
        position: absolute;
        right: 1px;
        top: 7px;
        width: 21px;
      }

      .icon-arrow::after {
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: "";
        height: 9px;
        position: absolute;
        right: 1px;
        top: 3px;
        transform: rotate(45deg);
        width: 9px;
      }

      .hero {
        background: var(--black);
        color: var(--white);
        isolation: isolate;
        min-height: calc(100svh - var(--header) - 58px);
        overflow: hidden;
        padding: 92px 24px 70px;
        position: relative;
      }

      .hero::before {
        background: linear-gradient(90deg, rgba(19, 19, 19, 0.95) 0%, rgba(19, 19, 19, 0.86) 34%, rgba(19, 19, 19, 0.24) 68%, rgba(19, 19, 19, 0.08) 100%);
        content: "";
        inset: 0;
        pointer-events: none;
        position: absolute;
        z-index: 1;
      }

      .hero::after {
        background: var(--orche);
        bottom: 0;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 3;
      }

      .hero-slider {
        inset: 0;
        position: absolute;
        z-index: 0;
      }

      .hero-slider,
      .hero-slider .swiper-wrapper,
      .hero-slider .swiper-slide {
        height: 100%;
        width: 100%;
      }

      .hero-slider .swiper-slide {
        overflow: hidden;
      }

      .hero-slider picture {
        display: block;
        height: 100%;
        width: 100%;
      }

      .hero-slide-image {
        height: 100%;
        object-fit: cover;
        transform: scale(1.02);
        transform-origin: center;
        width: 100%;
        will-change: transform;
      }

      .hero-slide-image.is-zooming {
        animation: heroImageZoom 4.8s linear forwards;
      }

      @keyframes heroImageZoom {
        from {
          transform: scale(1.02);
        }

        to {
          transform: scale(1.12);
        }
      }

      .hero-content {
        margin: 0 auto;
        max-width: var(--max);
        position: relative;
        z-index: 2;
      }

      .hero-kicker {
        color: var(--orche);
        font-family: var(--display-font);
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 0;
        line-height: 1.2;
        margin: 0 0 14px;
      }

      .hero h1 {
        font-family: var(--display-font);
        font-size: 64px;
        font-weight: 700;
        line-height: 1.02;
        margin: 0;
        max-width: 780px;
        text-transform: uppercase;
      }

      .hero-lead {
        color: rgba(252, 252, 252, 0.88);
        font-size: 21px;
        font-weight: 700;
        line-height: 1.55;
        margin: 24px 0 0;
        max-width: 620px;
      }

      section {
        scroll-margin-top: calc(var(--header) + 24px);
      }

      .section {
        padding: 88px 24px;
      }

      .section-inner {
        margin: 0 auto;
        max-width: var(--max);
      }

      .section-header {
        align-items: end;
        display: flex;
        gap: 24px;
        justify-content: space-between;
        margin-bottom: 28px;
      }

      .section-title {
        font-family: var(--display-font);
        font-size: var(--h2-title-size);
        font-weight: 700;
        line-height: 1.12;
        margin: 0;
        text-transform: uppercase;
      }

      .section-copy {
        color: rgba(19, 19, 19, 0.72);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.7;
        margin: 10px 0 0;
        max-width: 560px;
      }

      .selector-toolbar {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: space-between;
        margin-bottom: 24px;
      }

      .segmented {
        background: var(--gray);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        display: inline-grid;
        grid-template-columns: repeat(3, minmax(120px, 1fr));
        overflow: hidden;
      }

      .segment {
        background: transparent;
        border: 0;
        border-left: 1px solid var(--line);
        color: var(--black);
        cursor: pointer;
        font-size: 14px;
        font-weight: 900;
        min-height: 48px;
        padding: 0 18px;
        text-transform: uppercase;
      }

      .segment:first-child {
        border-left: 0;
      }

      .segment.is-active {
        background: var(--black);
        color: var(--orche);
      }

      .utility-link {
        align-items: center;
        color: var(--black);
        display: inline-flex;
        font-size: 14px;
        font-weight: 900;
        gap: 8px;
        text-transform: uppercase;
      }

      .activity-grid {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .activity-card {
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: var(--radius);
        cursor: pointer;
        display: flex;
        flex-direction: column;
        min-height: 100%;
        overflow: hidden;
        text-align: left;
        transition: border-color 160ms ease, transform 160ms ease;
      }

      .activity-card:hover,
      .activity-card.is-selected {
        border-color: var(--orche);
        transform: translateY(-2px);
      }

      .activity-card.is-hidden {
        display: none;
      }

      .activity-media {
        aspect-ratio: 16 / 10;
        background: var(--gray);
        overflow: hidden;
        position: relative;
      }

      .activity-media img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      .activity-hover-grid {
        background: var(--white);
        display: grid;
        gap: 3px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(2, minmax(0, 1fr));
        inset: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        transition: opacity 420ms ease;
      }

      @media (hover: hover) and (pointer: fine) {
        .activity-card.has-gallery .activity-media-main {
          transition: opacity 420ms ease;
        }

        .activity-card.has-gallery:hover .activity-media-main,
        .activity-card.has-gallery.is-selected .activity-media-main {
          opacity: 0;
        }

        .activity-card.has-gallery:hover .activity-hover-grid,
        .activity-card.has-gallery.is-selected .activity-hover-grid {
          opacity: 1;
        }

        .activity-hover-cell {
          background: var(--white);
          min-height: 0;
          min-width: 0;
          overflow: hidden;
        }

        .activity-hover-cell img {
          height: 100%;
          min-height: 0;
          min-width: 0;
          object-fit: cover;
          transform: scale(1);
          transition: transform 560ms ease;
          width: 100%;
        }

        .activity-card.has-gallery:hover .activity-hover-cell img,
        .activity-card.has-gallery.is-selected .activity-hover-cell img {
          transform: scale(1.05);
        }
      }

      .activity-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding: 18px;
      }

      .activity-location {
        align-items: center;
        color: rgba(19, 19, 19, 0.66);
        display: flex;
        font-size: 12px;
        font-weight: 900;
        gap: 6px;
        line-height: 1.3;
        margin: 0 0 9px;
        text-transform: uppercase;
      }

      .pin {
        border: 2px solid currentColor;
        border-radius: 50% 50% 50% 0;
        display: inline-block;
        height: 11px;
        transform: rotate(-45deg);
        width: 11px;
      }

      .activity-body h3 {
        color: var(--black);
        font-family: var(--display-font);
        font-size: 26px;
        font-weight: 700;
        line-height: 1.16;
        margin: 0;
      }

      .activity-meta {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        margin: 18px 0 0;
      }

      .activity-meta div {
        border-top: 1px solid var(--line);
        padding-top: 8px;
      }

      .activity-meta dt {
        color: rgba(19, 19, 19, 0.58);
        font-size: 11px;
        font-weight: 900;
        line-height: 1.25;
        margin: 0 0 3px;
        text-transform: uppercase;
      }

      .activity-meta dd {
        color: var(--black);
        font-size: 14px;
        font-weight: 800;
        line-height: 1.35;
        margin: 0;
      }

      .activity-footer {
        align-items: center;
        display: flex;
        gap: 12px;
        justify-content: space-between;
        margin-top: auto;
        padding-top: 20px;
      }

      .activity-footer strong {
        color: var(--black);
        font-size: 17px;
        font-weight: 900;
        line-height: 1.2;
      }

      .card-action {
        align-items: center;
        color: var(--black);
        display: inline-flex;
        font-size: 13px;
        font-weight: 900;
        gap: 8px;
        text-transform: uppercase;
      }

      .card-action .icon-arrow {
        transition: transform 240ms ease;
      }

      .activity-card:hover .card-action .icon-arrow,
      .activity-card.is-selected .card-action .icon-arrow {
        transform: translateX(5px);
      }

      .detail-band {
        background: var(--gray);
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
      }

      .featured-detail {
        display: grid;
        gap: 36px;
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
        margin: 0 auto;
        max-width: var(--max);
        padding: 84px 24px;
      }

      .detail-gallery {
        display: grid;
        gap: 10px;
      }

      .detail-main-image {
        aspect-ratio: 16 / 10;
        border-radius: var(--radius);
        overflow: hidden;
      }

      .detail-main-image img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      .detail-thumbs {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(4, 1fr);
      }

      .detail-thumbs img {
        aspect-ratio: 16 / 10;
        border-radius: var(--radius);
        object-fit: cover;
        width: 100%;
      }

      .detail-panel {
        align-self: center;
      }

      .detail-panel h2 {
        font-family: var(--display-font);
        font-size: var(--h2-title-size);
        font-weight: 700;
        line-height: 1.08;
        margin: 0;
        text-transform: uppercase;
      }

      .detail-panel p {
        color: rgba(19, 19, 19, 0.74);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.75;
        margin: 18px 0 0;
      }

      .summary-list {
        border-top: 1px solid var(--line);
        display: grid;
        gap: 0;
        margin: 24px 0 0;
      }

      .summary-list div {
        border-bottom: 1px solid var(--line);
        display: grid;
        gap: 18px;
        grid-template-columns: 128px 1fr;
        padding: 13px 0;
      }

      .summary-list dt {
        color: rgba(19, 19, 19, 0.58);
        font-size: 13px;
        font-weight: 900;
        line-height: 1.3;
        margin: 0;
        text-transform: uppercase;
      }

      .summary-list dd {
        color: var(--black);
        font-size: 15px;
        font-weight: 800;
        line-height: 1.5;
        margin: 0;
      }

      .detail-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
      }

      .flow {
        background: var(--black);
        color: var(--white);
      }

      .flow-grid {
        display: grid;
        gap: 1px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .flow-step {
        background: rgba(252, 252, 252, 0.08);
        min-height: 190px;
        padding: 28px;
      }

      .flow-step span {
        color: var(--orche);
        display: block;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 42px;
      }

      .flow-step h3 {
        font-family: var(--display-font);
        font-size: 26px;
        font-weight: 700;
        line-height: 1.14;
        margin: 0;
        text-transform: uppercase;
      }

      .flow-step p {
        color: rgba(252, 252, 252, 0.74);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.65;
        margin: 12px 0 0;
      }

      .locations {
        background: var(--white);
      }

      .location-grid {
        display: grid;
        gap: 18px;
        grid-template-columns: 1fr 1fr;
      }

      .location-card {
        border: 0;
        border-radius: var(--radius);
        box-shadow: var(--air-shadow);
        display: grid;
        grid-template-columns: minmax(220px, 44%) 1fr;
        overflow: hidden;
      }

      .location-card img {
        height: 100%;
        min-height: 260px;
        object-fit: cover;
        width: 100%;
      }

      .location-copy {
        display: flex;
        flex-direction: column;
        padding: 28px;
      }

      .location-copy h3 {
        font-family: var(--display-font);
        font-size: 32px;
        font-weight: 700;
        line-height: 1.1;
        margin: 0;
        text-transform: uppercase;
      }

      .location-copy p {
        color: rgba(19, 19, 19, 0.72);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.65;
        margin: 16px 0 0;
      }

      .location-details {
        border-top: 1px solid var(--line);
        display: grid;
        gap: 12px;
        margin-top: auto;
        padding-top: 22px;
      }

      .location-details strong {
        font-size: 14px;
        font-weight: 900;
        line-height: 1.35;
      }

      .location-next {
        background: var(--gray);
        grid-column: 1 / -1;
        grid-template-columns: 1fr;
      }

      .location-next .location-copy {
        min-height: 260px;
      }

      .trust {
        background: var(--gray);
      }

      .trust-metrics {
        display: grid;
        gap: 14px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-bottom: 18px;
      }

      .trust-metric {
        background: var(--white);
        border: 0;
        border-radius: var(--radius);
        box-shadow: var(--air-shadow);
        padding: 22px;
      }

      .trust-metric strong {
        display: block;
        font-size: 18px;
        font-weight: 900;
        line-height: 1.25;
      }

      .trust-metric span {
        color: rgba(19, 19, 19, 0.68);
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.55;
        margin-top: 8px;
      }

      .review-story {
        align-items: stretch;
        display: grid;
        gap: 48px;
        grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
      }

      .review-photo {
        align-self: stretch;
        border-radius: 24px;
        margin: 0;
        overflow: hidden;
        position: relative;
      }

      .review-photo img {
        height: 100%;
        inset: 0;
        object-fit: cover;
        object-position: center 66%;
        position: absolute;
        width: 100%;
      }

      .review-grid {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
      }

      .review {
        align-items: center;
        background: #fcfcfc;
        border: 0;
        border-radius: 18px;
        column-gap: 24px;
        display: grid;
        grid-template-columns: 72px minmax(0, 1fr);
        padding: 16px 20px;
        text-align: left;
      }

      .review:first-child {
        border-top: 0;
      }

      .review-platform-icon {
        color: var(--orche);
        display: block;
        height: 50px;
        justify-self: center;
        margin: 0;
        width: 50px;
      }

      .review-platform-icon svg {
        fill: none;
        height: 100%;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 3;
        width: 100%;
      }

      .review-platform-icon img {
        display: block;
        height: 100%;
        object-fit: contain;
        object-position: center top;
        width: 100%;
      }

      .review-platform-icon--google {
        height: 60px;
        width: 60px;
      }

      .review-platform-icon--instagram {
        height: 42px;
        width: 42px;
      }

      .review-platform-icon--tripadvisor {
        height: 37px;
        width: 58px;
      }

      .review h3 {
        font-family: var(--display-font);
        font-size: 26px;
        font-weight: 900;
        line-height: 1.2;
        margin: 0;
      }

      .review-links {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 18px;
        justify-content: flex-start;
        margin-top: 8px;
      }

      .review-links a {
        align-items: center;
        background: #fcfcfc;
        border: 1px solid var(--orche);
        border-radius: 999px;
        color: var(--orche);
        display: inline-flex;
        font-size: 14px;
        font-weight: 900;
        gap: 5px;
        justify-content: center;
        min-height: 36px;
        padding: 8px 14px;
        text-decoration: none;
        transition: background-color 180ms ease, color 180ms ease;
      }

      .review-links a::after {
        content: "↗";
        font-size: 14px;
        line-height: 1;
      }

      .review-links a:hover {
        background: var(--orche);
        color: #fcfcfc;
      }

      .review-location-links {
        display: grid;
        gap: 4px;
      }

      .review-location-links a {
        justify-content: space-between;
        padding: 8px 14px;
        text-decoration: none;
        width: 100%;
      }

      .review-location-links a::after {
        display: none;
      }

      .review-location-links strong {
        color: var(--orche);
        font-size: 14px;
        white-space: nowrap;
      }

      .review-location-links a:hover strong {
        color: #fcfcfc;
      }

      .review-note {
        font-family: var(--display-font);
        font-size: 26px;
        font-weight: 700;
        line-height: 1.2;
        margin: 24px 0 0;
        text-transform: uppercase;
      }

      .stars {
        align-items: center;
        color: var(--orche);
        display: flex;
        font-size: 22px;
        gap: 10px;
        justify-content: flex-start;
        letter-spacing: 0;
        line-height: 1;
        margin-top: 12px;
      }

      .stars-placeholder {
        min-height: 22px;
      }

      .stars strong {
        color: var(--black);
        font-size: 18px;
        font-weight: 900;
        line-height: 1;
      }

      .review blockquote {
        color: var(--black);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.65;
        margin: 18px 0 0;
      }

      .review cite {
        color: rgba(19, 19, 19, 0.62);
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 900;
        line-height: 1.45;
        margin-top: 18px;
      }

      .private {
        background: var(--orche);
      }

      .private-layout {
        align-items: stretch;
        display: grid;
        gap: 48px;
        grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr);
        max-width: 1280px;
      }

      .private-media {
        border-radius: var(--radius);
        min-height: 520px;
        overflow: hidden;
      }

      .private-media img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      .private-copy h2 {
        font-family: var(--display-font);
        font-size: var(--h2-title-size);
        font-weight: 700;
        line-height: 1.08;
        margin: 0;
        text-transform: uppercase;
      }

      .private-copy > p {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.75;
        margin: 18px 0 0;
        max-width: 760px;
      }

      .private-audiences,
      .private-facts {
        display: grid;
        gap: 12px;
      }

      .private-audiences {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 22px;
      }

      .private-audience,
      .private-fact {
        background: rgba(252, 252, 252, 0.76);
        border: 0;
        border-radius: var(--radius);
        box-shadow: 0 6px 18px rgba(19, 19, 19, 0.05);
        padding: 16px;
      }

      .private-audience strong,
      .private-fact strong {
        display: block;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.25;
      }

      .private-audience span,
      .private-fact span {
        color: rgba(19, 19, 19, 0.7);
        display: block;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.45;
        margin-top: 6px;
      }

      .private-facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 12px;
      }

      .inquiry-form {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr 1fr;
        margin-top: 26px;
      }

      .form-field {
        display: grid;
        gap: 7px;
      }

      .form-field-wide {
        grid-column: 1 / -1;
      }

      .form-field label {
        font-size: 12px;
        font-weight: 900;
        line-height: 1.2;
        text-transform: uppercase;
      }

      .form-field input,
      .form-field select,
      .form-field textarea {
        background: var(--white);
        border: 2px solid rgba(19, 19, 19, 0.28);
        border-radius: var(--radius);
        color: var(--black);
        font-size: 15px;
        font-weight: 700;
        min-height: 54px;
        padding: 0 14px;
      }

      .form-field textarea {
        min-height: 104px;
        padding: 14px;
        resize: vertical;
      }

      .form-submit-row {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        grid-column: 1 / -1;
        margin-top: 8px;
      }

      .form-status {
        font-size: 14px;
        font-weight: 800;
        line-height: 1.45;
        min-height: 20px;
      }

      .faq-list {
        border-top: 1px solid var(--line);
      }

      .faq-item {
        border-bottom: 1px solid var(--line);
      }

      .faq-question {
        align-items: center;
        background: transparent;
        border: 0;
        color: var(--black);
        cursor: pointer;
        display: flex;
        font-size: 18px;
        font-weight: 900;
        justify-content: space-between;
        line-height: 1.35;
        padding: 22px 0;
        text-align: left;
        width: 100%;
      }

      .faq-question span:last-child {
        align-items: center;
        border: 2px solid currentColor;
        border-radius: 999px;
        display: inline-flex;
        flex: 0 0 auto;
        height: 30px;
        justify-content: center;
        margin-left: 16px;
        width: 30px;
      }

      .faq-answer {
        color: rgba(19, 19, 19, 0.7);
        display: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.75;
        margin: -4px 0 22px;
        max-width: 760px;
      }

      .faq-item.is-open .faq-answer {
        display: block;
      }

      .site-footer {
        background: #fcfcfc;
        border-top: 1px solid rgba(19, 19, 19, 0.1);
        color: var(--black);
        padding: 34px 24px;
      }

      .footer-inner {
        align-items: center;
        display: flex;
        gap: 24px;
        justify-content: space-between;
        margin: 0 auto;
        max-width: var(--max);
      }

      .footer-logo {
        background: transparent;
        flex-shrink: 0;
        padding: 0;
      }

      .footer-logo img {
        height: 56px;
        width: auto;
      }

      .footer-contact {
        display: grid;
        gap: 4px;
        margin-left: auto;
      }

      .footer-contact span {
        color: rgba(19, 19, 19, 0.5);
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
      }

      .footer-contact a {
        color: var(--black);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
      }

      .footer-contact a:hover {
        color: var(--orche);
      }

      .footer-book-button {
        font-size: 17px;
        min-height: 60px;
        padding-left: 32px;
        padding-right: 32px;
      }

      .footer-copyright {
        color: rgba(19, 19, 19, 0.34);
        font-size: 10px;
        font-weight: 600;
        line-height: 1.5;
        margin: 14px auto 0;
        max-width: var(--max);
        text-align: right;
      }

      .mobile-sticky {
        display: none;
      }

      .mobile-nav-item {
        align-items: center;
        color: rgba(19, 19, 19, 0.54);
        display: grid;
        font-size: 11px;
        font-weight: 900;
        gap: 4px;
        justify-items: center;
        line-height: 1.2;
        min-width: 0;
        position: relative;
        text-align: center;
      }

      .mobile-nav-item span {
        color: inherit;
      }

      .mobile-nav-item.is-active {
        color: var(--black);
      }

      .mobile-nav-item.is-active::after {
        background: var(--orche);
        border-radius: 999px;
        content: "";
        height: 3px;
        left: 50%;
        position: absolute;
        top: -7px;
        transform: translateX(-50%);
        width: 24px;
      }

      .mobile-nav-icon {
        color: inherit;
        height: 22px;
        position: relative;
        width: 22px;
      }

      .mobile-nav-search::before {
        border: 2px solid currentColor;
        border-radius: 999px;
        content: "";
        height: 11px;
        left: 2px;
        position: absolute;
        top: 2px;
        width: 11px;
      }

      .mobile-nav-search::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        height: 2px;
        left: 13px;
        position: absolute;
        top: 14px;
        transform: rotate(45deg);
        width: 8px;
      }

      .mobile-nav-pin::before {
        border: 2px solid currentColor;
        border-radius: 50% 50% 50% 0;
        content: "";
        height: 14px;
        left: 4px;
        position: absolute;
        top: 1px;
        transform: rotate(-45deg);
        width: 14px;
      }

      .mobile-nav-pin::after {
        background: currentColor;
        border-radius: 999px;
        content: "";
        height: 4px;
        left: 9px;
        position: absolute;
        top: 6px;
        width: 4px;
      }

      .mobile-nav-group::before,
      .mobile-nav-group::after {
        border: 2px solid currentColor;
        border-radius: 999px;
        content: "";
        position: absolute;
      }

      .mobile-nav-group::before {
        height: 8px;
        left: 6px;
        top: 2px;
        width: 8px;
      }

      .mobile-nav-group::after {
        border-radius: 8px 8px 3px 3px;
        height: 8px;
        left: 3px;
        top: 13px;
        width: 14px;
      }

      .mobile-nav-group {
        border-radius: 0 0 8px 8px;
      }

      .mobile-nav-help {
        align-items: center;
        border: 2px solid currentColor;
        border-radius: 999px;
        display: inline-flex;
        font-size: 13px;
        font-weight: 900;
        justify-content: center;
      }

      @media (max-width: 980px) {
        :root {
          --header: 68px;
        }

        .brand-tile {
          width: 130px;
        }

        .brand-tile img {
          height: 42px;
        }

        .site-nav {
          display: none;
        }

        .header-inner {
          justify-content: flex-end;
          padding-right: 16px;
        }

        .language-switcher {
          display: flex;
          height: 40px;
          max-width: 96px;
          min-width: 96px;
          padding: 0 8px;
          width: 96px;
        }

        .language-switcher select,
        .language-switcher .gt_selector {
          font-size: 12px;
          max-width: 100%;
          min-width: 0;
        }

        .language-switcher .gtranslate_wrapper,
        .language-switcher .gt_switcher {
          max-width: 100%;
          min-width: 0;
          width: 100%;
        }

        .hero {
          min-height: auto;
          padding: 74px 20px 56px;
        }

        .hero h1 {
          font-size: 44px;
          max-width: 620px;
        }

        .hero-lead {
          font-size: 18px;
        }

        .section {
          padding: 66px 20px;
        }

        .section-header {
          align-items: start;
          display: grid;
        }

        .activity-grid,
        .trust-metrics,
        .private-audiences {
          grid-template-columns: 1fr 1fr;
        }

        .review-story {
          gap: 32px;
          grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
        }

        .private-facts {
          grid-template-columns: 1fr;
        }

        .featured-detail,
        .private-layout {
          grid-template-columns: 1fr;
        }

        .flow-grid {
          grid-template-columns: 1fr 1fr;
        }

        .location-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 680px) {
        :root {
          --h2-title-size: 40px;
        }

        body {
          padding-bottom: 88px;
        }

        .header-inner {
          justify-content: flex-end;
          padding: 0 16px;
        }

        .header-actions .button {
          display: none;
        }

        .hero {
          padding: 54px 18px 40px;
        }

        .hero::before {
          background: linear-gradient(180deg, rgba(19, 19, 19, 0.9) 0%, rgba(19, 19, 19, 0.72) 56%, rgba(19, 19, 19, 0.42) 100%);
        }

        .hero h1 {
          font-size: 37px;
          line-height: 1.08;
        }

        .activity-grid,
        .review-grid,
        .trust-metrics,
        .private-audiences,
        .private-facts,
        .flow-grid {
          grid-template-columns: 1fr;
        }

        .stars-placeholder {
          min-height: 0;
        }

        .selector-toolbar {
          display: grid;
        }

        .segmented {
          grid-template-columns: 1fr;
          width: 100%;
        }

        .segment {
          border-left: 0;
          border-top: 1px solid var(--line);
        }

        .segment:first-child {
          border-top: 0;
        }

        .activity-card {
          display: grid;
          grid-template-columns: minmax(118px, 40%) 1fr;
          min-height: 190px;
        }

        .activity-media {
          aspect-ratio: auto;
          height: 100%;
        }

        .activity-body {
          padding: 14px;
        }

        .activity-body h3 {
          font-size: 22px;
        }

        .activity-meta {
          grid-template-columns: 1fr;
          margin-top: 12px;
        }

        .featured-detail {
          gap: 26px;
          padding: 58px 18px;
        }

        .detail-thumbs {
          grid-template-columns: repeat(2, 1fr);
        }

        .summary-list div {
          grid-template-columns: 1fr;
          gap: 5px;
        }

        .location-card {
          grid-template-columns: 1fr;
        }

        .location-card img {
          min-height: 210px;
        }

        .inquiry-form {
          grid-template-columns: 1fr;
        }

        .private-media {
          min-height: 260px;
        }

        .site-footer {
          padding: 16px 24px 12px;
        }

        .footer-inner {
          display: none;
        }

        .footer-copyright {
          color: rgba(19, 19, 19, 0.36);
          font-size: 10px;
          font-weight: 600;
          margin-top: 0;
          text-align: left;
        }

        .mobile-sticky {
          align-items: center;
          background: #fcfcfc;
          border-top: 1px solid rgba(19, 19, 19, 0.1);
          bottom: 0;
          display: grid;
          gap: 0;
          grid-template-columns: repeat(4, minmax(0, 1fr));
          left: 0;
          min-height: 70px;
          padding: 8px 8px max(8px, env(safe-area-inset-bottom));
          position: fixed;
          right: 0;
          z-index: 40;
        }

        .mobile-nav-item {
          min-height: 52px;
        }
      }

      /* Airbnb-inspired surface pass: keep the BAC structure, simplify the UI chrome. */
      :root {
        --air-radius: 18px;
        --air-pill: 999px;
        --air-shadow: 0 8px 28px rgba(19, 19, 19, 0.1);
      }

      body {
        background: #fcfcfc;
      }

      .site-header {
        background: rgba(252, 252, 252, 0.96);
        border-bottom: 1px solid rgba(19, 19, 19, 0.1);
        color: var(--black);
        backdrop-filter: blur(18px);
      }

      .brand-tile {
        background: transparent;
        padding: 10px 24px;
        width: 176px;
      }

      .site-nav a {
        color: rgba(19, 19, 19, 0.76);
      }

      .site-nav a:hover {
        color: var(--black);
      }

      .language-select {
        border-color: rgba(19, 19, 19, 0.16);
        color: var(--black);
      }

      .button,
      .header-actions .button {
        border-radius: var(--air-pill);
        min-height: 48px;
        text-transform: none;
      }

      .button-primary {
        background: var(--orche);
        color: var(--white);
      }

      .button-yellow {
        background: var(--orche);
        color: var(--white);
      }

      .button-quiet {
        background: #fcfcfc;
        color: var(--black);
      }

      .hero {
        min-height: 560px;
        padding-bottom: 52px;
        padding-top: 58px;
      }

      .hero::before {
        background: linear-gradient(90deg, rgba(19, 19, 19, 0.72) 0%, rgba(19, 19, 19, 0.46) 43%, rgba(19, 19, 19, 0.05) 100%);
      }

      .hero h1 {
        font-size: clamp(54px, 7.3vw, 88px);
        letter-spacing: 0;
        max-width: 840px;
      }

      .hero-lead {
        font-size: 18px;
        font-weight: 500;
        max-width: 620px;
      }

      .section {
        padding: 72px 24px;
      }

      .section-title,
      .detail-panel h2,
      .private-copy h2 {
        letter-spacing: 0;
        text-transform: none;
      }

      #activities .section-header > div {
        min-width: 0;
        width: 100%;
      }

      #activities-title {
        font-size: var(--h2-title-size);
        text-align: left;
        width: 100%;
        white-space: nowrap;
      }

      .segmented {
        background: #fcfcfc;
        border: 1px solid rgba(19, 19, 19, 0.12);
        border-radius: var(--air-pill);
        box-shadow: 0 4px 16px rgba(19, 19, 19, 0.06);
        padding: 4px;
      }

      .segment {
        border: 0;
        border-radius: var(--air-pill);
        min-height: 42px;
        text-transform: none;
      }

      .segment.is-active {
        background: var(--black);
        color: #fcfcfc;
      }

      .activity-grid {
        gap: 28px 22px;
      }

      .activity-card {
        background: transparent;
        border: 0;
        border-radius: 0;
        overflow: visible;
      }

      .activity-card:hover,
      .activity-card.is-selected {
        transform: none;
      }

      .activity-media {
        aspect-ratio: 1 / 0.9;
        border-radius: var(--air-radius);
        box-shadow: none;
      }

      .activity-body {
        padding: 12px 2px 0;
      }

      .activity-location,
      .activity-meta dt {
        color: rgba(19, 19, 19, 0.58);
        text-transform: none;
      }

      .activity-body h3 {
        font-size: 26px;
        letter-spacing: 0;
      }

      .activity-meta {
        display: block;
        margin-top: 8px;
      }

      .activity-meta div {
        border: 0;
        display: inline;
        padding: 0;
      }

      .activity-meta div + div::before {
        color: rgba(19, 19, 19, 0.42);
        content: " · ";
        font-weight: 800;
      }

      .activity-meta dt {
        display: none;
      }

      .activity-meta dd {
        color: rgba(19, 19, 19, 0.7);
        display: inline;
        font-size: 14px;
        font-weight: 700;
      }

      .activity-footer {
        margin-top: 8px;
        padding-top: 0;
      }

      .activity-footer strong {
        font-size: 15px;
      }

      .card-action {
        color: rgba(19, 19, 19, 0.66);
        font-size: 12px;
        text-transform: none;
      }

      .detail-band {
        background: #fcfcfc;
        border: 0;
      }

      .featured-detail {
        background: var(--gray);
        border-radius: 28px;
        gap: 44px;
        margin-bottom: 72px;
        margin-top: 0;
        padding: 38px;
      }

      .detail-main-image,
      .detail-thumbs img {
        border-radius: var(--air-radius);
      }

      .detail-panel {
        background: #fcfcfc;
        border: 0;
        border-radius: 24px;
        box-shadow: var(--air-shadow);
        padding: 28px;
      }

      .summary-list div {
        grid-template-columns: 110px 1fr;
      }

      .flow {
        background: #fcfcfc;
        color: var(--black);
      }

      .flow-step {
        background: #c8c2aa;
        border-radius: var(--air-radius);
        min-height: 178px;
      }

      .flow-grid {
        gap: 14px;
      }

      .flow-step span {
        color: var(--orche);
        margin-bottom: 34px;
      }

      .flow-step p {
        color: rgba(19, 19, 19, 0.68);
      }

      .location-card,
      .review,
      .trust-metric,
      .location-next,
      .private-audience,
      .private-fact,
      .private-media,
      .form-field input,
      .form-field select,
      .form-field textarea {
        border-radius: var(--air-radius);
      }

      .location-card {
        background: #fcfcfc;
        box-shadow: 0 8px 22px rgba(19, 19, 19, 0.06);
      }

      .location-next {
        background: #c8c2aa;
        box-shadow: none;
      }

      .trust {
        background: #c8c2aa;
      }

      .trust-metric {
        box-shadow: 0 6px 18px rgba(19, 19, 19, 0.05);
      }

      .review {
        box-shadow: none;
      }

      .private {
        background: #c8c2aa;
      }

      .private-layout {
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: 0;
      }

      .inquiry-form {
        background: #fcfcfc;
        border: 0;
        border-radius: 24px;
        box-shadow: var(--air-shadow);
        padding: 24px;
      }

      .private-audience,
      .private-fact {
        background: #fcfcfc;
      }

      .form-field input,
      .form-field select,
      .form-field textarea {
        border-color: rgba(19, 19, 19, 0.16);
      }

      .faq-question {
        font-size: 20px;
      }

      body.sheet-open {
        overflow: hidden;
      }

      body.sheet-open .mobile-sticky {
        pointer-events: none;
        visibility: hidden;
      }

      .experience-sheet[hidden] {
        display: none;
      }

      .experience-sheet {
        inset: 0;
        position: fixed;
        z-index: 80;
      }

      .sheet-backdrop {
        background: rgba(19, 19, 19, 0.48);
        border: 0;
        inset: 0;
        position: absolute;
      }

      .sheet-panel {
        background: #fcfcfc;
        border-radius: 28px;
        box-shadow: 0 24px 80px rgba(19, 19, 19, 0.24);
        left: 50%;
        max-height: min(880px, calc(100svh - 48px));
        max-width: 1280px;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 48px);
      }

      .sheet-header {
        align-items: center;
        background: rgba(252, 252, 252, 0.94);
        border-bottom: 1px solid rgba(19, 19, 19, 0.1);
        display: flex;
        height: 64px;
        justify-content: space-between;
        padding: 0 20px;
        position: sticky;
        top: 0;
        z-index: 2;
      }

      .sheet-close,
      .sheet-live-link {
        align-items: center;
        border-radius: 999px;
        display: inline-flex;
        font-size: 14px;
        font-weight: 900;
        min-height: 42px;
        padding: 0 16px;
      }

      .sheet-close {
        background: #fcfcfc;
        border: 1px solid #c8c2aa;
        color: var(--black);
        cursor: pointer;
      }

      .sheet-live-link {
        background: var(--orche);
        border: 0;
        color: var(--white);
        cursor: pointer;
      }

      .sheet-body {
        display: grid;
        gap: 28px;
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr);
        max-height: calc(min(880px, 100svh - 48px) - 64px);
        overflow: auto;
        padding: 28px;
      }

      .sheet-media {
        align-self: start;
        position: sticky;
        top: 28px;
      }

      .sheet-main-image {
        aspect-ratio: 16 / 12;
        border-radius: 22px;
        overflow: hidden;
        position: relative;
      }

      .sheet-media img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      .sheet-slide-track {
        display: none;
      }

      .sheet-thumbs {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(auto-fill, 48px);
        margin-top: 12px;
        justify-content: start;
      }

      .sheet-gallery-button {
        align-items: center;
        background: rgba(252, 252, 252, 0.92);
        border: 1px solid rgba(19, 19, 19, 0.12);
        border-radius: 999px;
        color: var(--black);
        cursor: pointer;
        display: inline-flex;
        font-size: 22px;
        font-weight: 900;
        height: 42px;
        justify-content: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 42px;
        z-index: 2;
      }

      .sheet-gallery-button[hidden] {
        display: none;
      }

      .sheet-gallery-button:focus-visible {
        outline: 3px solid var(--orche);
        outline-offset: 3px;
      }

      .sheet-gallery-prev {
        left: 12px;
      }

      .sheet-gallery-next {
        right: 12px;
      }

      .sheet-thumb {
        aspect-ratio: 1 / 1;
        background: transparent;
        border: 2px solid transparent;
        border-radius: 12px;
        cursor: pointer;
        overflow: hidden;
        padding: 0;
      }

      .sheet-thumb.is-active {
        border-color: var(--orche);
      }

      .sheet-thumb:focus-visible {
        outline: 3px solid var(--orche);
        outline-offset: 3px;
      }

      .sheet-thumb img {
        height: 100%;
        object-fit: cover;
        width: 100%;
      }

      .sheet-place {
        color: rgba(19, 19, 19, 0.62);
        font-size: 13px;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 10px;
      }

      .sheet-content h2 {
        font-family: var(--display-font);
        font-size: var(--h2-title-size);
        font-weight: 700;
        line-height: 1.04;
        margin: 0;
      }

      .sheet-facts {
        display: grid;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
        margin-top: 24px;
      }

      .sheet-facts div {
        background: #fcfcfc;
        border: 1px solid #c8c2aa;
        border-radius: 16px;
        padding: 14px;
      }

      .sheet-facts span {
        color: rgba(19, 19, 19, 0.58);
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 5px;
      }

      .sheet-facts strong {
        color: var(--black);
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
      }

      .sheet-fact-price strong {
        font-weight: 900;
      }

      .sheet-facts [hidden] {
        display: none;
      }

      .sheet-cta {
        align-items: center;
        background: var(--black);
        border-radius: 18px;
        color: #fcfcfc;
        display: flex;
        gap: 16px;
        justify-content: space-between;
        margin-top: 18px;
        padding: 16px;
      }

      .sheet-cta span {
        color: rgba(252, 252, 252, 0.72);
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 4px;
      }

      .sheet-cta strong {
        display: block;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.35;
      }

      .sheet-cta-button {
        background: var(--orche);
        border: 0;
        border-radius: 999px;
        color: var(--white);
        cursor: pointer;
        flex: 0 0 auto;
        font-size: 14px;
        font-weight: 900;
        line-height: 1.2;
        min-height: 48px;
        padding: 15px 22px;
        text-align: center;
      }

      .sheet-cta-booking {
        display: flex;
        flex: 0 0 auto;
      }

      .sheet-cta-booking .bokunButton {
        background: var(--orche) !important;
        border: 0 !important;
        border-radius: 999px !important;
        box-shadow: none !important;
        color: var(--white) !important;
        cursor: pointer !important;
        display: inline-flex !important;
        font: inherit !important;
        font-size: 14px !important;
        font-weight: 900 !important;
        justify-content: center !important;
        line-height: 1.2 !important;
        min-height: 48px !important;
        padding: 15px 22px !important;
        text-align: center !important;
        text-decoration: none !important;
        transition: none !important;
      }

      .sheet-columns {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
        margin-top: 28px;
      }

      .sheet-keywords {
        border-top: 1px solid var(--line);
        margin-top: 18px;
        padding-top: 14px;
      }

      .sheet-keywords span {
        color: rgba(19, 19, 19, 0.58);
        display: block;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: 5px;
      }

      .sheet-keywords strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.45;
      }

      .sheet-columns h3 {
        font-family: var(--display-font);
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 12px;
      }

      .sheet-columns ul {
        color: rgba(19, 19, 19, 0.72);
        font-size: 14px;
        font-weight: 500;
        line-height: 1.65;
        margin: 0;
        padding-left: 18px;
        word-break: break-all;
      }

      .sheet-columns a {
        color: var(--black);
        font-weight: 900;
        text-decoration: underline;
        text-underline-offset: 3px;
      }

      @media (max-width: 680px) {
        :root {
          --h2-title-size: 40px;
        }

        .site-header {
          background: #fcfcfc;
          height: 62px;
        }

        .brand-tile {
          padding-left: 14px;
          width: 118px;
        }

        .brand-tile img {
          height: 34px;
        }

        .header-inner {
          padding-right: 12px;
        }

        .header-actions .button {
          display: inline-flex;
          font-size: 13px;
          min-height: 40px;
          padding: 0 14px;
        }

        .hero {
          min-height: auto;
          padding-bottom: 24px;
          padding-top: 32px;
        }

        .hero::before {
          background: linear-gradient(180deg, rgba(19, 19, 19, 0.76) 0%, rgba(19, 19, 19, 0.54) 52%, rgba(19, 19, 19, 0.24) 100%);
        }

        .hero h1 {
          font-size: 40px;
          max-width: 350px;
        }

        .hero-lead {
          font-size: 14px;
          line-height: 1.55;
          margin-top: 14px;
          max-width: 310px;
        }

        .section {
          padding: 44px 18px;
        }

        .section-title,
        .detail-panel h2,
        .private-copy h2,
        .sheet-content h2 {
          line-height: 1.1;
        }

        #activities-title {
          font-size: var(--h2-title-size);
          text-align: left;
          white-space: normal;
        }

        .section-copy {
          font-size: 13px;
          line-height: 1.6;
          margin-top: 8px;
        }

        .review-grid {
          grid-template-columns: 1fr;
        }

        .review {
          border: 0;
          padding: 18px 16px;
        }

        .review:first-child {
          border-top: 0;
        }

        .selector-toolbar {
          margin-bottom: 16px;
        }

        .segmented {
          display: flex;
          gap: 4px;
          grid-template-columns: none;
          overflow-x: auto;
          width: 100%;
        }

        .segment {
          border-top: 0;
          flex: 0 0 auto;
          min-height: 38px;
          min-width: 82px;
          padding: 0 16px;
        }

        .activity-card {
          grid-template-columns: minmax(132px, 42%) 1fr;
          min-height: 150px;
        }

        .activity-media {
          aspect-ratio: auto;
          border-radius: 16px;
          min-height: 148px;
        }

        .activity-body {
          padding: 2px 0 2px 12px;
        }

        .activity-body,
        .activity-body h3,
        .activity-body a,
        .activity-body span,
        .activity-body strong,
        .activity-body dd {
          color: var(--black);
        }

        .activity-location {
          color: rgba(19, 19, 19, 0.58);
        }

        .activity-location {
          font-size: 10px;
          margin-bottom: 5px;
        }

        .activity-body h3 {
          font-size: 22px;
          line-height: 1.18;
        }

        .activity-meta {
          margin-top: 6px;
        }

        .activity-meta dd {
          font-size: 12px;
        }

        .activity-footer {
          align-items: center;
          margin-top: 8px;
        }

        .activity-footer strong {
          font-size: 13px;
        }

        .card-action {
          display: none;
        }

        .featured-detail {
          border-radius: 24px;
          margin-left: 18px;
          margin-right: 18px;
          padding: 18px;
        }

        .featured-detail {
          margin-bottom: 40px;
        }

        .detail-panel {
          padding: 20px;
        }

        .detail-actions {
          display: grid;
        }

        .detail-actions .button {
          width: 100%;
        }

        .flow-step,
        .location-card,
        .review {
          border-radius: 18px;
        }

        .private-layout {
          gap: 22px;
          margin-left: 0;
          margin-right: 0;
          padding: 0;
        }

        .private-media {
          min-height: 260px;
        }

        .inquiry-form {
          background: #fcfcfc;
          grid-template-columns: 1fr;
          padding: 16px;
        }

        .sheet-panel {
          border-radius: 22px;
          bottom: auto;
          left: 50%;
          max-height: calc(100svh - 28px);
          top: 50%;
          transform: translate(-50%, -50%);
          width: calc(100% - 24px);
        }

        .sheet-header {
          height: 58px;
          padding: 0 14px;
        }

        .sheet-live-link {
          display: inline-flex;
          font-size: 13px;
          min-height: 38px;
          padding: 0 14px;
        }

        .sheet-body {
          display: block;
          max-height: calc(100svh - 86px);
          padding: 14px;
        }

        .sheet-media {
          margin-bottom: 14px;
          position: static;
        }

        .sheet-main-image,
        .sheet-thumbs {
          display: none;
        }

        .sheet-slide-track {
          display: grid;
          gap: 8px;
          grid-auto-columns: 92%;
          grid-auto-flow: column;
          margin-left: -14px;
          margin-right: -14px;
          overflow-x: auto;
          padding: 0 4% 8px;
          scroll-padding-inline: 4%;
          scroll-snap-type: x mandatory;
          -webkit-overflow-scrolling: touch;
        }

        .sheet-slide-track img {
          aspect-ratio: 4 / 3;
          border-radius: 18px;
          height: auto;
          object-fit: cover;
          scroll-snap-align: center;
          width: 100%;
        }

        .sheet-facts {
          grid-template-columns: 1fr 1fr;
          margin-top: 18px;
        }

        .sheet-facts div {
          border-radius: 14px;
          padding: 12px;
        }

        .sheet-cta {
          align-items: stretch;
          display: grid;
          gap: 12px;
          margin-top: 14px;
          padding: 14px;
        }

        .sheet-cta-button {
          width: 100%;
        }

        .sheet-cta-booking {
          display: grid;
          width: 100%;
        }

        .sheet-cta-booking .bokunButton {
          width: 100% !important;
        }

        .sheet-columns {
          gap: 14px;
          grid-template-columns: 1fr;
          margin-top: 20px;
        }

        .sheet-columns h3 {
          font-size: 20px;
          margin-bottom: 9px;
        }

        .sheet-columns ul {
          font-size: 13px;
          line-height: 1.5;
        }

        .review-story {
          gap: 24px;
          grid-template-columns: 1fr;
        }

        .review-photo {
          aspect-ratio: 4 / 3;
          min-height: 0;
          width: 100%;
        }

        .review-photo img {
          aspect-ratio: 4 / 3;
          height: auto;
          inset: auto;
          object-position: center 66%;
          position: static;
        }
      }

      @media (max-width: 340px) {
        body.brand-concept-preview .brand-tile {
          flex: 0 0 72px;
          padding-left: 8px;
          padding-right: 8px;
          width: 72px;
        }

        body.brand-concept-preview .brand-tile img {
          height: 28px;
        }

        body.brand-concept-preview .header-inner {
          gap: 6px;
          padding-right: 6px;
        }

        .header-actions {
          gap: 6px;
        }

        .language-switcher {
          min-width: 72px;
          padding-left: 6px;
          padding-right: 6px;
        }

        .header-actions .header-activities-link {
          padding-left: 12px;
          padding-right: 12px;
        }

        .header-activities-label {
          display: none;
        }

        .header-activities-label-short {
          display: inline;
        }

        .sheet-facts {
          grid-template-columns: 1fr;
        }
      }

      /* Shared TOP design below the FV. The preview page differs only in its FV. */
      #activities {
        background: var(--white);
        padding-bottom: 104px;
        padding-top: 104px;
      }

      .section-title {
        text-transform: none;
      }

      .section-copy {
        font-weight: 500;
      }

      .segmented {
        background: transparent;
        border-radius: 8px;
        box-shadow: none;
        padding: 0;
      }

      .segment {
        border-left: 1px solid var(--line);
        border-radius: 0;
        font-weight: 700;
      }

      .segment:first-child {
        border-left: 0;
      }

      .activity-grid {
        gap: 44px 24px;
      }

      .activity-media {
        border-radius: 8px;
      }

      .activity-location,
      .activity-meta dd,
      .card-action {
        font-weight: 600;
      }

      .trust {
        background: var(--black);
        color: var(--white);
        overflow: hidden;
        padding-bottom: 108px;
        padding-top: 108px;
        position: relative;
      }

      .trust::before {
        -webkit-mask: url("img/logo-mark.svg") center / contain no-repeat;
        mask: url("img/logo-mark.svg") center / contain no-repeat;
        background: var(--gray);
        border-radius: 0;
        content: "";
        height: clamp(760px, 75vw, 1100px);
        position: absolute;
        right: clamp(-360px, -20vw, -180px);
        top: 50%;
        transform: translateY(-46%);
        width: clamp(760px, 75vw, 1100px);
      }

      .trust .section-inner {
        position: relative;
        z-index: 1;
      }

      .trust .section-copy {
        color: rgba(252, 252, 252, 0.72);
      }

      .review-photo,
      .review {
        border-radius: 8px;
      }

      .review {
        align-items: start;
        border: 1px solid rgba(19, 19, 19, 0.1);
      }

      .review-platform-content h3 {
        color: var(--black);
      }

      .review-note {
        color: rgba(252, 252, 252, 0.64);
        font-weight: 500;
      }

      .sheet-panel,
      .sheet-main-image,
      .sheet-facts div,
      .sheet-cta {
        border-radius: 8px;
        box-shadow: none;
      }

      @media (min-width: 681px) {
        .review-location-links {
          gap: 8px;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          width: 100%;
        }
      }

      @media (max-width: 680px) {
        #activities,
        .trust {
          padding-bottom: 64px;
          padding-top: 64px;
        }

        .activity-grid {
          gap: 24px;
        }

        .segment {
          border: 0;
          border-radius: 0;
        }

        .trust::before {
          bottom: -55vw;
          height: 185vw;
          right: -82vw;
          top: auto;
          transform: none;
          width: 185vw;
        }
      }
