/* BAC static prototype handoff port — scoped to this theme only. */
.bac-prototype-port {
  --bac-accent: #ee933e;
  --bac-accent-soft: rgb(238 147 62 / 12%);
  --bac-background: #fff;
  --bac-foreground: #131313;
  --bac-muted: #f6f6f6;
  --bac-muted-foreground: #666;
  --bac-border: #dedede;
  --bac-radius: 10px;
  --bac-mobile-header: 64px;
  --bac-sidebar: 224px;
  --bac-content: 1040px;
  background: var(--bac-background);
  color: var(--bac-foreground);
  font-family: Afacad, "Noto Sans JP", sans-serif;
}

.bac-prototype-port *,
.bac-prototype-port *::before,
.bac-prototype-port *::after {
  box-sizing: border-box;
}

.bac-prototype-port .bac-icon {
  display: block;
  flex: 0 0 auto;
  height: 18px;
  width: 18px;
}

.bac-prototype-port .screen-reader-heading {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.bac-prototype-port .hero-slide-image,
.bac-prototype-port .hero-slide-image.is-zooming {
  animation: none;
  transform: none;
  will-change: auto;
}

/* Shared app shell */
.bac-prototype-port .site-header {
  background: var(--bac-background);
  border-bottom: 0;
  color: var(--bac-foreground);
  height: var(--bac-mobile-header);
  position: sticky;
  top: 0;
  z-index: 80;
}

.bac-prototype-port.admin-bar .site-header {
  top: 32px;
}

.bac-prototype-port .brand-tile {
  background: transparent;
  flex: 0 0 auto;
  padding: 0;
  width: auto;
  margin-left: 16px;
}

.bac-prototype-port .brand-tile img {
  height: auto;
  width: 80px;
}

.bac-prototype-port .header-inner {
  align-items: center;
  display: flex;
  gap: 14px;
  height: 100%;
  justify-content: flex-start;
  padding: 0 16px;
}

.bac-prototype-port .site-nav {
  display: none;
}

.bac-prototype-port .header-actions {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 8px;
  justify-content: flex-end;
  margin-left: 0;
}

.bac-prototype-port .language-control {
  align-items: center;
  background: var(--bac-background);
  border: 1px solid var(--bac-border);
  border-radius: var(--bac-radius);
  color: var(--bac-foreground);
  display: flex;
  height: 40px;
  min-width: 100px;
  padding: 0 8px;
  position: relative;
}

.bac-prototype-port .language-control > .bac-icon {
  height: 16px;
  pointer-events: none;
  width: 16px;
}

.bac-prototype-port .language-control > .language-chevron {
  position: absolute;
  right: 8px;
}

.bac-prototype-port .language-control select,
.bac-prototype-port .language-control .gt_selector {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--bac-foreground);
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  min-width: 0;
  outline: 0;
  padding: 0 20px 0 7px;
  width: 100%;
}

.bac-prototype-port .header-cta {
  background: var(--bac-accent);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  min-height: 40px;
  padding: 0 13px;
  white-space: nowrap;
}

.bac-prototype-port .mobile-sticky {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(19, 19, 19, 0.08);
  border-radius: 20px;
  bottom: calc(8px + env(safe-area-inset-bottom));
  box-shadow: 0 8px 24px rgba(19, 19, 19, 0.1);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 64px;
  left: 12px;
  overflow: hidden;
  position: fixed;
  right: 12px;
  z-index: 70;
}

.bac-prototype-port .mobile-nav-item {
  align-items: center;
  color: var(--bac-muted-foreground);
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 500;
  gap: 3px;
  justify-content: center;
  line-height: 1.1;
  min-width: 0;
  padding: 5px 2px;
}

.bac-prototype-port .mobile-nav-item::after,
.bac-prototype-port .mobile-nav-item::before {
  display: none;
}

.bac-prototype-port .mobile-nav-item .mobile-nav-icon {
  color: currentColor;
  height: 21px;
  width: 21px;
}

.bac-prototype-port .mobile-nav-item.is-active {
  background: var(--bac-accent);
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  margin: 4px;
}

/* Home hero */
.bac-prototype-port.brand-concept-preview .hero {
  background: var(--bac-background);
  color: var(--bac-foreground);
  height: auto;
  min-height: 0;
  padding: 8px 16px 0;
}

.bac-prototype-port.brand-concept-preview .hero-inner {
  display: grid;
  gap: 0;
  margin: 0 auto;
  max-width: var(--bac-content);
  width: 100%;
}

.bac-prototype-port.brand-concept-preview .hero-slider {
  -webkit-mask: none;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  height: auto;
  inset: auto;
  mask: none;
  min-height: 0;
  overflow: hidden;
  position: relative;
  transform: none;
  width: 100%;
}

.bac-prototype-port.brand-concept-preview .hero-slider::after {
  display: none;
}

.bac-prototype-port.brand-concept-preview .hero-slider .swiper-wrapper,
.bac-prototype-port.brand-concept-preview .hero-slider .swiper-slide,
.bac-prototype-port.brand-concept-preview .hero-slider picture {
  height: 100%;
  width: 100%;
}

.bac-prototype-port.brand-concept-preview .hero-slider img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bac-prototype-port.brand-concept-preview .hero-content {
  color: var(--bac-foreground);
  display: grid;
  gap: 14px;
  margin: 0;
  max-width: none;
  padding: 24px 0 38px;
  position: static;
  text-shadow: none;
}

.bac-prototype-port.brand-concept-preview .hero-eyebrow {
  color: var(--bac-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.bac-prototype-port.brand-concept-preview .hero h1 {
  color: var(--bac-foreground);
  font-family: Afacad, "Noto Sans JP", sans-serif;
  font-size: clamp(31px, 8.5vw, 38px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin: 0;
  max-width: none;
  text-shadow: none;
  text-transform: none;
}

.bac-prototype-port.brand-concept-preview .hero h1 span {
  color: inherit;
}

.bac-prototype-port.brand-concept-preview .hero-subtitle {
  color: var(--bac-foreground);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 4px 0 0;
  max-width: 28ch;
  text-shadow: none;
}

.bac-prototype-port.brand-concept-preview .hero-lead.hero-body {
  color: var(--bac-muted-foreground);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 4px 0 0;
  max-width: 46ch;
  text-shadow: none;
}

.bac-prototype-port.brand-concept-preview .hero-activities-link {
  display: none;
}

/* Activity feed */
.bac-prototype-port #activities {
  background: var(--bac-background);
  padding: 0 16px 56px;
}

.bac-prototype-port #activities .section-inner {
  margin: 0 auto;
  max-width: var(--bac-content);
  width: 100%;
}

.bac-prototype-port #activities .section-header {
  display: none;
}

.bac-prototype-port .selector-toolbar {
  background: var(--bac-background);
  margin: 0;
  padding: 8px 0;
  position: sticky;
  top: var(--bac-mobile-header);
  z-index: 30;
  width: 100%;
  grid-template-columns: minmax(0, 1fr);
}

.bac-prototype-port.admin-bar .selector-toolbar {
  top: calc(var(--bac-mobile-header) + 46px);
}

.bac-prototype-port .location-filter-mobile {
  align-items: center;
  background: var(--bac-background);
  border: 1px solid var(--bac-border);
  border-radius: var(--bac-radius);
  color: var(--bac-foreground);
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  height: 52px;
  justify-content: space-between;
  padding: 0 16px;
  width: 100%;
  justify-self: stretch;
}

.bac-prototype-port .location-filter-mobile > span {
  align-items: center;
  display: flex;
  gap: 10px;
}

.bac-prototype-port .location-filter-mobile .bac-icon:first-child {
  color: var(--bac-accent);
}

.bac-prototype-port .segmented {
  display: none;
}

.bac-prototype-port .activity-grid {
  display: grid;
  gap: 38px;
  grid-template-columns: minmax(0, 1fr);
  margin-top: 28px;
}

.bac-prototype-port .activity-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--bac-foreground);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  padding: 0;
  text-align: left;
}

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

.bac-prototype-port .activity-card::after {
  display: none;
}

.bac-prototype-port .activity-media {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.bac-prototype-port .activity-media-main {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .activity-hover-grid {
  display: grid;
  gap: 2px;
  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 160ms ease-out;
  z-index: 1;
}

.bac-prototype-port .activity-hover-cell {
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.bac-prototype-port .activity-hover-cell img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .bac-prototype-port .activity-card.has-gallery:hover .activity-hover-grid,
  .bac-prototype-port .activity-card.has-gallery:focus-visible .activity-hover-grid {
    opacity: 1;
  }
}

.bac-prototype-port .activity-body {
  display: grid;
  gap: 8px;
  padding: 0 2px 2px;
}

.bac-prototype-port .activity-location {
  color: var(--bac-muted-foreground);
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
}

.bac-prototype-port .activity-location .pin {
  border-color: var(--bac-accent);
}

.bac-prototype-port .activity-body h3 {
  color: var(--bac-foreground);
  font-family: Afacad, "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0;
}

.bac-prototype-port .activity-meta {
  color: var(--bac-muted-foreground);
  font-size: 15px;
  margin: 2px 0 0;
}

.bac-prototype-port .activity-meta div {
  gap: 8px;
}

.bac-prototype-port .activity-meta dt {
  color: var(--bac-accent);
  font-size: 14px;
}

.bac-prototype-port .activity-meta dt .bac-icon {
  height: 17px;
  width: 17px;
}

.bac-prototype-port .activity-footer {
  align-items: center;
  border: 0;
  margin: 2px 0 0;
  padding: 0;
}

.bac-prototype-port .activity-footer strong {
  color: var(--bac-foreground);
  font-size: 21px;
  font-weight: 700;
}

.bac-prototype-port .card-action {
  display: none;
}

/* Mobile location filter sheet */
.bac-prototype-port .location-sheet {
  background: var(--bac-background);
  border: 0;
  border-radius: 20px 20px 0 0;
  color: var(--bac-foreground);
  inset: auto 0 0;
  margin: 0 auto;
  max-height: 70dvh;
  max-width: none;
  padding: 0;
  width: min(100%, 480px);
}

.bac-prototype-port .location-sheet::backdrop {
  background: rgba(10, 10, 10, 0.42);
}

.bac-prototype-port .location-sheet-panel {
  padding: 18px 16px calc(24px + env(safe-area-inset-bottom));
}

.bac-prototype-port .location-sheet-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.bac-prototype-port .location-sheet-header h2 {
  font-size: 28px;
  line-height: 1;
  margin: 0;
}

.bac-prototype-port .location-sheet-header button {
  background: var(--bac-muted);
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  height: 42px;
  width: 42px;
}

.bac-prototype-port .location-sheet-options {
  display: grid;
  gap: 8px;
}

.bac-prototype-port .location-sheet-options button {
  align-items: center;
  background: var(--bac-background);
  border: 1px solid var(--bac-border);
  border-radius: var(--bac-radius);
  display: flex;
  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  gap: 10px;
  min-height: 52px;
  padding: 0 16px;
}

.bac-prototype-port .location-sheet-options button[aria-selected="true"] {
  background: var(--bac-accent);
  border-color: var(--bac-accent);
  color: #fff;
}

/* Story and footer */
.bac-prototype-port .trust {
  background: var(--bac-muted);
  padding: 56px 16px;
}

.bac-prototype-port .trust .section-inner {
  max-width: var(--bac-content);
}

.bac-prototype-port .trust .section-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.bac-prototype-port .review-story {
  gap: 30px;
}

.bac-prototype-port .review-photo,
.bac-prototype-port .review-photo img {
  border-radius: 10px;
}

.bac-prototype-port .site-footer {
  background: var(--bac-background);
  border-top: 0;
  color: var(--bac-foreground);
  padding-bottom: 92px;
}

/* Static pages */
.bac-prototype-port:not(.brand-concept-preview) main {
  background: var(--bac-background);
}

.bac-prototype-port .page-hero {
  background: var(--bac-background);
  color: var(--bac-foreground);
  min-height: 0;
  overflow: visible;
  padding: 28px 16px 14px;
}

.bac-prototype-port .page-hero::after {
  display: none;
}

.bac-prototype-port .page-hero-inner {
  display: grid;
  gap: 14px;
  max-width: var(--bac-content);
}

.bac-prototype-port .page-hero h1 {
  color: var(--bac-foreground);
  font-family: Afacad, "Noto Sans JP", sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  max-width: none;
  text-transform: none;
}

.bac-prototype-port .page-hero p {
  color: var(--bac-muted-foreground);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 62ch;
}

.bac-prototype-port .page-section,
.bac-prototype-port .page-hero + .page-section {
  background: var(--bac-background);
  margin: 0;
  padding: 16px 16px 64px;
}

.bac-prototype-port .page-section-inner {
  max-width: var(--bac-content);
}

/* Locations */
.bac-prototype-port .locations-layout {
  display: grid;
  gap: 0;
}

.bac-prototype-port .locations-map-feature {
  display: none;
}

.bac-prototype-port .location-region-filter {
  display: flex;
  gap: 8px;
  margin-bottom: 36px;
  overflow-x: auto;
  padding: 8px 0;
  position: sticky;
  top: var(--bac-mobile-header);
  z-index: 25;
}

.bac-prototype-port .location-region-filter button {
  background: var(--bac-background);
  border: 1px solid var(--bac-border);
  border-radius: 999px;
  color: var(--bac-foreground);
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  min-height: 44px;
  min-width: max-content;
  padding: 0 17px;
}

.bac-prototype-port .location-region-filter button.is-active {
  background: var(--bac-accent);
  border-color: var(--bac-accent);
  color: #fff;
}

.bac-prototype-port .location-card-grid {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr);
}

.bac-prototype-port .location-card,
.bac-prototype-port .location-card:nth-child(even) {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1fr);
  overflow: visible;
}

.bac-prototype-port .location-card[hidden] {
  display: none;
}

.bac-prototype-port .location-card-image {
  min-height: 0;
}

.bac-prototype-port .location-card-image img {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .location-card-body {
  display: block;
  padding: 0;
}

.bac-prototype-port .location-card-head {
  align-items: flex-start;
  display: block;
  gap: 16px;
  justify-content: space-between;
}

.bac-prototype-port .location-city {
  color: var(--bac-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.bac-prototype-port .location-card h3 {
  color: var(--bac-foreground);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
}

.bac-prototype-port .location-button {
  background: var(--bac-accent);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  min-height: 48px;
  padding: 0 18px;
  width: 100%;
}

.bac-prototype-port .location-card-body > p {
  border: 0;
  color: var(--bac-muted-foreground);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 0;
  padding: 0;
}

.bac-prototype-port .location-tags {
  gap: 5px;
  margin-top: 18px;
}

.bac-prototype-port .location-tags span {
  background: transparent;
  border: 0;
  color: var(--bac-foreground);
  font-size: 14px;
  font-weight: 600;
  padding: 0;
}

.bac-prototype-port .location-address,
.bac-prototype-port .location-contact {
  border-top: 1px solid var(--bac-border);
  margin-top: 24px;
  padding-top: 14px;
}

.bac-prototype-port .location-address p,
.bac-prototype-port .location-contact p {
  color: var(--bac-foreground);
  font-size: 15px;
  font-weight: 500;
}

.bac-prototype-port .location-contact span {
  color: var(--bac-muted-foreground);
  font-weight: 500;
}

.bac-prototype-port .location-map {
  border: 1px solid var(--bac-border);
  border-radius: 10px;
  height: auto;
  margin-top: 18px;
  overflow: hidden;
}

.bac-prototype-port .location-map iframe {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
}

/* Partners */
.bac-prototype-port .page-stack {
  gap: 0;
}

.bac-prototype-port .partners-hero-media {
  margin: 0 0 36px;
  overflow: hidden;
}

.bac-prototype-port .partners-hero-media img {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
  object-fit: cover;
  object-position: center 68%;
  width: 100%;
}

.bac-prototype-port .point-heading {
  margin-bottom: 24px;
}

.bac-prototype-port .point-heading h2 {
  background: transparent;
  color: var(--bac-foreground);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: auto;
}

.bac-prototype-port .point-grid {
  display: grid;
  gap: 30px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bac-prototype-port .point-step {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  min-height: 0;
  padding: 0;
}

.bac-prototype-port .point-number {
  display: none;
}

.bac-prototype-port .point-icon {
  color: var(--bac-accent);
  height: 28px;
  margin: 0 0 12px;
  width: 28px;
}

.bac-prototype-port .point-step h3 {
  color: var(--bac-foreground);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
}

.bac-prototype-port .point-step p {
  color: var(--bac-muted-foreground);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 8px;
}

.bac-prototype-port .page-card.page-tabs {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 48px;
}

.bac-prototype-port .page-card.page-tabs .page-card-body {
  padding: 0;
}

.bac-prototype-port .page-tab-list {
  background: var(--bac-muted);
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  gap: 4px;
  padding: 4px;
}

.bac-prototype-port .page-tab {
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
}

.bac-prototype-port .page-tab.is-active {
  background: var(--bac-accent);
  color: #fff;
}

.bac-prototype-port .page-tab-panel {
  max-width: none;
  padding-top: 30px;
}

.bac-prototype-port .friends-resource-section {
  background: var(--bac-background);
  color: var(--bac-foreground);
  margin: 56px 0 0;
  padding: 0;
  width: auto;
}

.bac-prototype-port .friends-resource-header,
.bac-prototype-port .friends-resource-grid {
  max-width: none;
}

.bac-prototype-port .friends-resource-header h2 {
  color: var(--bac-foreground);
  font-size: 30px;
  font-weight: 700;
}

.bac-prototype-port .friends-resource-header > p {
  color: var(--bac-muted-foreground);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 28px;
}

.bac-prototype-port .friends-resource-grid {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1fr);
}

.bac-prototype-port .friends-resource-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--bac-foreground);
  min-height: 0;
  padding: 0;
}

.bac-prototype-port .friends-resource-card h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.bac-prototype-port .friends-resource-card--guide {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  min-height: 245px;
}

.bac-prototype-port .facility-guide-icon {
  color: var(--bac-accent);
  height: 88px;
  margin: 0;
  width: 88px;
}

.bac-prototype-port .facility-guide-icon .bac-icon {
  height: 100%;
  width: 100%;
}

.bac-prototype-port .facility-guide-links {
  display: flex;
  gap: 12px;
  width: min(100%, 300px);
}

.bac-prototype-port .facility-guide-links a {
  align-items: center;
  background: var(--bac-accent);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  gap: 5px;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
}

.bac-prototype-port .facility-guide-links .bac-icon {
  height: 15px;
  width: 15px;
}

.bac-prototype-port .friends-video {
  margin-top: 16px;
}

.bac-prototype-port .friends-video-link {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  position: relative;
}

.bac-prototype-port .friends-video-link > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .friends-video-play {
  background: var(--bac-accent);
  border-radius: 50%;
  color: #fff;
  display: grid;
  height: 54px;
  left: 50%;
  place-items: center;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
}

.bac-prototype-port .friends-video-play .bac-icon {
  fill: currentColor;
  height: 22px;
  stroke: none;
  width: 22px;
}

/* FAQ */
.bac-prototype-port .faq-tabs {
  background: var(--bac-muted);
  border-radius: 10px;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 4px;
  position: sticky;
  top: var(--bac-mobile-header);
  z-index: 25;
}

.bac-prototype-port.admin-bar .faq-tabs {
  top: calc(var(--bac-mobile-header) + 32px);
}

@media (max-width: 782px) {
  .bac-prototype-port.admin-bar .faq-tabs {
    top: calc(var(--bac-mobile-header) + 46px);
  }
}

.bac-prototype-port .faq-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--bac-muted-foreground);
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  min-height: 44px;
}

.bac-prototype-port .faq-tabs button.is-active {
  background: var(--bac-accent);
  color: #fff;
}

.bac-prototype-port .faq-groups {
  display: block;
}

.bac-prototype-port .faq-group {
  padding: 28px 0 0;
}

.bac-prototype-port .faq-group[hidden] {
  display: none;
}

.bac-prototype-port .faq-group-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.bac-prototype-port .faq-list {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

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

.bac-prototype-port .faq-item:first-child {
  border-top: 1px solid var(--bac-border);
}

.bac-prototype-port .faq-question {
  color: var(--bac-foreground);
  cursor: pointer;
  font-family: Afacad, "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  min-height: 62px;
  padding: 16px 0;
}

.bac-prototype-port .faq-question span:last-child {
  border: 0;
  color: var(--bac-accent);
  height: auto;
  width: 20px;
}

.bac-prototype-port .faq-answer {
  color: var(--bac-muted-foreground);
  display: none;
  font-size: 17px;
  font-weight: 400;
  gap: 10px;
  line-height: 1.5;
  margin: 0;
  padding: 0 30px 20px 0;
}

.bac-prototype-port .faq-item.is-open .faq-answer {
  display: grid;
}

.bac-prototype-port .faq-answer p,
.bac-prototype-port .faq-answer ul {
  margin: 0;
}

.bac-prototype-port .faq-answer ul {
  display: grid;
  gap: 4px;
  padding-left: 20px;
}

/* Activity detail */
.bac-prototype-port .experience-sheet {
  inset: 0;
  z-index: 100;
}

.bac-prototype-port .sheet-backdrop {
  background: var(--bac-background);
}

.bac-prototype-port .sheet-panel {
  background: var(--bac-background);
  border: 0;
  border-radius: 0;
  height: 100dvh;
  inset: 0;
  max-height: none;
  max-width: none;
  width: 100%;
  transform: none;
}

.bac-prototype-port .sheet-header {
  background: var(--bac-background);
  border-bottom: 1px solid var(--bac-border);
  min-height: 56px;
  padding: 8px 16px;
}

.bac-prototype-port .sheet-close {
  background: var(--bac-background);
  border: 1px solid var(--bac-border);
  border-radius: 8px;
  color: var(--bac-foreground);
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
  padding: 0 12px;
}

.bac-prototype-port .sheet-live-link {
  display: none;
}

.bac-prototype-port .sheet-body {
  display: block;
  overflow-y: auto;
  padding: 16px 16px 120px;
}

.bac-prototype-port .sheet-media,
.bac-prototype-port .sheet-content {
  max-width: none;
}

.bac-prototype-port .sheet-main-image {
  display: block;
}

.bac-prototype-port .sheet-main-image img {
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .sheet-slide-track {
  display: none;
}

.bac-prototype-port .sheet-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  overflow-x: auto;
}

.bac-prototype-port .sheet-thumbs-toggle {
  display: none;
}

.bac-prototype-port .sheet-thumb {
  aspect-ratio: auto;
  border-radius: 8px;
  flex: 0 0 72px;
  height: 54px;
  width: 72px;
}

.bac-prototype-port .sheet-thumb img {
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .sheet-main-image img,
.bac-prototype-port .sheet-slide-track img {
  border-radius: 12px;
}

.bac-prototype-port .sheet-content {
  padding: 22px 0 0;
}

.bac-prototype-port .sheet-content h2 {
  font-size: clamp(32px, 8.5vw, 38px);
  font-weight: 700;
  line-height: 1.04;
}

.bac-prototype-port .sheet-facts {
  border-bottom: 1px solid var(--bac-border);
  border-top: 1px solid var(--bac-border);
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.bac-prototype-port .sheet-facts > div {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--bac-border);
  box-shadow: none;
  min-width: 0;
  padding: 16px 12px 16px 0;
}

.bac-prototype-port .sheet-facts > div:nth-child(even) {
  border-left: 1px solid var(--bac-border);
  padding-left: 12px;
  padding-right: 0;
}

.bac-prototype-port .sheet-facts span {
  color: var(--bac-muted-foreground);
  font-size: 14px;
  font-weight: 500;
}

.bac-prototype-port .sheet-facts strong {
  font-size: 17px;
  font-weight: 600;
}

.bac-prototype-port .sheet-cta {
  background: var(--bac-background);
  border: 0;
  border-top: 1px solid var(--bac-border);
  bottom: 0;
  display: block;
  left: 0;
  margin: 0;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 8;
}

.bac-prototype-port .sheet-cta > div:first-child {
  display: none;
}

.bac-prototype-port .sheet-cta-booking,
.bac-prototype-port .sheet-cta-booking .bokunButton,
.bac-prototype-port .sheet-cta-button {
  width: 100%;
}

.bac-prototype-port .sheet-keywords {
  margin-top: 0;
  padding: 16px 0;
}

.bac-prototype-port .sheet-columns {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 782px) {
  .bac-prototype-port.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 359px) {
  .bac-prototype-port .brand-tile {
    margin-left: 10px;
  }
  .bac-prototype-port .brand-tile img {
    width: 70px;
  }

  .bac-prototype-port .header-inner {
    gap: 7px;
    padding: 0 10px;
  }

  .bac-prototype-port .language-control {
    min-width: 84px;
  }

  .bac-prototype-port .header-cta {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .bac-prototype-port .page-hero,
  .bac-prototype-port .page-section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .bac-prototype-port .location-card {
    align-items: start;
    gap: 32px;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  }

  .bac-prototype-port .location-button {
    width: auto;
  }

  .bac-prototype-port .location-card-head {
    display: flex;
  }

  .bac-prototype-port .friends-resource-grid {
    gap: 32px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bac-prototype-port .sheet-panel {
    border: 1px solid var(--bac-border);
    border-radius: 12px;
    height: min(820px, calc(100dvh - 48px));
    inset: 24px;
    margin: auto;
    max-width: 1120px;
    overflow: hidden;
    width: calc(100% - 48px);
  }

  .bac-prototype-port .sheet-backdrop {
    background: rgba(10, 10, 10, 0.52);
  }

  .bac-prototype-port .sheet-body {
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    padding: 28px 32px 36px;
  }

  .bac-prototype-port .sheet-content {
    padding-top: 0;
  }

  .bac-prototype-port .sheet-cta {
    border: 0;
    margin-top: 24px;
    padding: 0;
    position: static;
  }

  .bac-prototype-port .sheet-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .bac-prototype-port {
    padding-bottom: 0;
  }

  .bac-prototype-port .site-header {
    border-bottom: 0;
    border-right: 1px solid var(--bac-border);
    bottom: 0;
    height: 100dvh;
    left: 0;
    position: fixed;
    top: 0;
    width: var(--bac-sidebar);
    flex-direction: column;
  }

  .bac-prototype-port.admin-bar .site-header {
    height: calc(100dvh - 32px);
    top: 32px;
  }

  .bac-prototype-port .header-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 28px;
    height: 100%;
    padding: 100px 24px 24px;
    width: 100%;
  }

  .bac-prototype-port .brand-tile {
    height: auto;
    justify-content: flex-start;
    left: 24px;
    position: absolute;
    top: 28px;
    z-index: 2;
    margin-left: 0;
  }

  .bac-prototype-port .brand-tile img {
    width: 108px;
  }

  .bac-prototype-port .site-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .bac-prototype-port .site-nav a {
    align-items: center;
    border-radius: 8px;
    color: var(--bac-muted-foreground);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 11px;
    min-height: 44px;
    padding: 0 12px;
  }

  .bac-prototype-port .site-nav a:hover {
    background: var(--bac-muted);
    color: var(--bac-foreground);
  }

  .bac-prototype-port .site-nav a.is-active {
    background: var(--bac-accent-soft);
    color: var(--bac-foreground);
    font-weight: 700;
  }

  .bac-prototype-port .site-nav a.is-active .bac-icon {
    color: var(--bac-accent);
  }

  .bac-prototype-port .header-actions {
    align-items: stretch;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    padding: 0;
    width: 100%;
  }

  .bac-prototype-port .language-control,
  .bac-prototype-port .header-cta {
    width: 100%;
  }

  .bac-prototype-port main,
  .bac-prototype-port .site-footer {
    margin-left: var(--bac-sidebar);
  }

  .bac-prototype-port .mobile-sticky {
    display: none;
  }

  .bac-prototype-port.brand-concept-preview .hero {
    padding: 24px 32px 0;
  }

  .bac-prototype-port.brand-concept-preview .hero-inner {
    align-items: center;
    gap: 32px;
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    padding-bottom: 28px;
  }

  .bac-prototype-port.brand-concept-preview .hero-slider {
    aspect-ratio: 16 / 7;
    grid-column: 2;
    grid-row: 1;
  }

  .bac-prototype-port.brand-concept-preview .hero-content {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }

  .bac-prototype-port.brand-concept-preview .hero h1 {
    font-size: 44px;
  }

  .bac-prototype-port.brand-concept-preview .hero-subtitle {
    font-size: 22px;
  }

  .bac-prototype-port #activities {
    padding: 10px 32px 72px;
  }

  .bac-prototype-port .selector-toolbar {
    padding: 0;
    position: static;
    width: max-content;
  }

  .bac-prototype-port .location-filter-mobile {
    display: none;
  }

  .bac-prototype-port .segmented {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: flex;
    gap: 6px;
    padding: 0;
  }

  .bac-prototype-port .segment {
    background: var(--bac-background);
    border: 1px solid var(--bac-border);
    border-radius: 8px;
    color: var(--bac-foreground);
    font-size: 15px;
    font-weight: 600;
    height: 44px;
    padding: 0 16px;
  }

  .bac-prototype-port .segment.is-active {
    background: var(--bac-accent);
    border-color: var(--bac-accent);
    color: #fff;
  }

  .bac-prototype-port .activity-grid {
    gap: 36px 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
  }

  .bac-prototype-port .trust {
    padding: 64px 32px;
  }

  .bac-prototype-port .site-footer {
    padding-bottom: 28px;
  }

  .bac-prototype-port .page-hero {
    padding: 34px 32px 28px;
  }

  .bac-prototype-port .page-hero-inner {
    align-items: end;
    gap: 48px;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  }

  .bac-prototype-port .page-hero h1 {
    font-size: 64px;
  }

  .bac-prototype-port .page-hero p {
    font-size: 18px;
  }

  .bac-prototype-port .page-section,
  .bac-prototype-port .page-hero + .page-section {
    padding: 32px 32px 80px;
  }

  .bac-prototype-port .location-region-filter,
  .bac-prototype-port .faq-tabs {
    position: static;
  }

  .bac-prototype-port .location-card {
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  }

  .bac-prototype-port .partners-hero-media img {
    aspect-ratio: 16 / 9;
    object-position: center 50%;
  }

  .bac-prototype-port .point-grid {
    gap: 32px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bac-prototype-port .faq-tabs {
    width: min(100%, 520px);
  }

  .bac-prototype-port .faq-group {
    width: min(100%, 760px);
  }
}

.bac-prototype-port .location-item[hidden] {
  display: none;
}

/* Final visual resets: remove legacy concept styling that is not in the handoff prototype. */
.bac-prototype-port .trust.story-section {
  color: var(--bac-foreground);
  overflow: visible;
  position: static;
}

.bac-prototype-port .trust.story-section::before {
  content: none;
  display: none;
}

.bac-prototype-port .story-copy .review-links a {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--bac-foreground);
  padding: 0;
  text-decoration: none;
  transition: none;
}

.bac-prototype-port .story-copy .review-links a::after {
  content: none;
  display: none;
}

.bac-prototype-port .story-copy .review-location-links a {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.bac-prototype-port .story-copy .review-links strong {
  align-items: center;
  color: var(--bac-foreground);
  display: inline-flex;
  gap: 4px;
}

.bac-prototype-port .story-copy .review-links .bac-icon {
  height: 14px;
  width: 14px;
}

.bac-prototype-port .story-copy .review-links .external-icon {
  height: 13px;
  width: 13px;
}

.bac-prototype-port .story-copy .review-platform-icon .bac-icon {
  height: 100%;
  stroke-width: 2;
  width: 100%;
}

@media (min-width: 960px) {
  .bac-prototype-port .site-header {
    height: 100dvh;
  }

  .bac-prototype-port.admin-bar .site-header {
    height: calc(100dvh - 32px);
  }

  .bac-prototype-port .header-inner {
    height: 100%;
  }

  .bac-prototype-port .header-actions {
    padding-top: 20px;
  }
}

.bac-prototype-port .story-copy .review-location-links a {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.bac-prototype-port .footer-inner {
  justify-content: flex-start;
}

.bac-prototype-port .footer-contact {
  margin-left: 0;
  margin-right: auto;
}

.bac-prototype-port .footer-copyright {
  text-align: left;
}

.bac-prototype-port .trust.story-section .story-copy h2 {
  font-size: 34px;
  line-height: 1.05;
}

.bac-prototype-port .site-footer {
  padding-bottom: 36px;
}

.bac-prototype-port .footer-book-button {
  display: none;
}

@media (min-width: 960px) {
  .bac-prototype-port .trust.story-section .story-copy h2 {
    font-size: 42px;
  }

  .bac-prototype-port .site-footer {
    padding-bottom: 28px;
  }

  .bac-prototype-port .footer-book-button {
    display: inline-flex;
  }
}

/* Fidelity pass: values below mirror the accepted static prototype. */
.bac-prototype-port {
  --bac-background: #fff;
  --bac-foreground: #0a0a0a;
  --bac-muted: rgb(10 10 10 / 5%);
  --bac-muted-foreground: rgb(10 10 10 / 62%);
  --bac-border: rgb(10 10 10 / 14%);
  --bac-radius: 8px;
  --bac-mobile-header: 56px;
  --bac-content: 1180px;
}

.bac-prototype-port .site-header {
  height: var(--bac-mobile-header);
}

.bac-prototype-port.brand-concept-preview .hero {
  padding: 16px 16px 0;
}

.bac-prototype-port.brand-concept-preview .hero-inner {
  gap: 24px;
  padding-bottom: 32px;
}

.bac-prototype-port.brand-concept-preview .hero-slider {
  border-radius: 12px;
  order: -1;
}

.bac-prototype-port.brand-concept-preview .hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}

.bac-prototype-port.brand-concept-preview .hero-eyebrow {
  font-size: 14px;
  line-height: 1;
}

.bac-prototype-port.brand-concept-preview .hero h1 {
  font-size: clamp(31px, 8vw, 34px);
  line-height: 1.04;
  max-width: 19ch;
}

.bac-prototype-port.brand-concept-preview .hero-subtitle {
  font-size: 20px;
  line-height: 1.25;
  margin: 0;
}

.bac-prototype-port.brand-concept-preview .hero-lead.hero-body {
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}

.bac-prototype-port .activity-body {
  display: block;
}

.bac-prototype-port .activity-location {
  align-items: center;
  display: flex;
  font-weight: 600;
  line-height: 1.35;
}

.bac-prototype-port .activity-body h3 {
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin-top: 3px;
  max-width: 30ch;
}

.bac-prototype-port .activity-meta {
  display: block;
  line-height: 21px;
  margin-top: 9px;
}

.bac-prototype-port .activity-meta div {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 18px minmax(0, 1fr);
}

.bac-prototype-port .activity-meta dd {
  color: var(--bac-muted-foreground);
  grid-column: 2;
  font-weight: 500;
  width: auto;
}

.bac-prototype-port .activity-meta div,
.bac-prototype-port .activity-meta dd {
  line-height: 21px;
  min-height: 21px;
}

.bac-prototype-port .activity-meta dt {
  display: flex;
  grid-column: 1;
}

.bac-prototype-port .activity-footer {
  align-items: flex-end;
  margin-top: 16px;
}

.bac-prototype-port .activity-footer strong {
  align-items: center;
  display: flex;
  font-size: 22px;
  gap: 6px;
  line-height: 1.1;
}

.bac-prototype-port .activity-footer strong .bac-icon {
  color: var(--bac-accent);
  height: 21px;
  stroke-width: 2.25;
  width: 21px;
}

.bac-prototype-port .page-hero {
  padding: 32px 16px 0;
}

.bac-prototype-port .page-hero h1 {
  font-size: clamp(40px, 11vw, 50px);
  line-height: .98;
}

.bac-prototype-port .page-section,
.bac-prototype-port .page-hero + .page-section {
  padding: 0 16px 60px;
}

.bac-prototype-port .location-region-filter,
.bac-prototype-port .faq-tabs {
  margin-top: 24px;
}

.bac-prototype-port .location-region-filter {
  margin-bottom: 0;
}

@media (max-width: 959px) {
  .bac-prototype-port.page-template-page-faq .page-section,
  .bac-prototype-port.page-template-page-faq .page-hero + .page-section {
    padding-bottom: 85px;
  }

  .bac-prototype-port .activity-grid {
    gap: 36px;
  }

  .bac-prototype-port .activity-body h3 {
    margin-top: 4px;
  }

  .bac-prototype-port .activity-meta {
    margin-top: 12px;
  }

  .bac-prototype-port .activity-meta div,
  .bac-prototype-port .activity-meta dd {
    line-height: 21px;
    min-height: 21px;
  }

  .bac-prototype-port .location-region-filter {
    margin-left: -16px;
    margin-right: -16px;
    padding: 12px 16px;
  }
}

.bac-prototype-port .location-card-grid.location-list {
  gap: 56px;
  margin-top: 32px;
}

.bac-prototype-port .location-item[hidden] {
  display: none;
}

.bac-prototype-port .location-card.location-item,
.bac-prototype-port .location-card.location-item:nth-child(even) {
  display: block;
}

.bac-prototype-port .location-panel {
  display: grid;
  gap: 26px;
}

.bac-prototype-port .location-photo {
  aspect-ratio: 16 / 10;
  border-radius: var(--bac-radius);
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .location-copy h3 {
  color: var(--bac-foreground);
  font-size: 38px;
  line-height: 1.02;
  margin-top: 4px;
}

.bac-prototype-port .location-copy > p {
  border: 0;
  color: var(--bac-muted-foreground);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px 0 0;
  padding: 0;
}

.bac-prototype-port .location-copy > .location-city {
  color: var(--bac-accent);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-top: 0;
}

.bac-prototype-port .location-copy {
  padding-bottom: 5.5px;
}

.bac-prototype-port .location-copy > .location-keywords {
  color: var(--bac-foreground);
  font-size: 15px;
  font-weight: 600;
}

.bac-prototype-port .location-activities {
  font-size: 16px;
  margin-top: 20px;
  min-height: 44px;
  padding: 0 16px;
  width: 100%;
}

.bac-prototype-port .contact-list {
  border-top: 1px solid var(--bac-border);
  margin-top: 24px;
}

.bac-prototype-port .contact-list > div {
  border-bottom: 1px solid var(--bac-border);
  display: grid;
  gap: 12px;
  grid-template-columns: 92px minmax(0, 1fr);
  padding: 16px 0;
}

.bac-prototype-port .contact-list dt {
  align-items: center;
  color: var(--bac-muted-foreground);
  display: flex;
  font-size: 14px;
  gap: 6px;
}

.bac-prototype-port .contact-list dt .bac-icon {
  color: var(--bac-accent);
  height: 15px;
  width: 15px;
}

.bac-prototype-port .contact-list dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.bac-prototype-port .location-map.location-embed {
  aspect-ratio: 16 / 9;
  background: transparent;
  border: 1px solid var(--bac-border);
  border-radius: var(--bac-radius);
  display: block;
  height: auto;
  margin-top: 20px;
  width: 100%;
}

.bac-prototype-port .partners-hero-media {
  margin: 28px 0 0;
}

.bac-prototype-port .point-heading {
  margin: 0;
}

.bac-prototype-port .point-heading h2 {
  font-size: 30px;
  line-height: 1.05;
}

.bac-prototype-port .point-grid {
  gap: 28px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.bac-prototype-port .point-step {
  display: block;
}

.bac-prototype-port .point-step .point-icon {
  height: 26px;
  width: 26px;
}

.bac-prototype-port .point-step h3 {
  font-size: 20px;
  line-height: 1.12;
}

.bac-prototype-port .point-step p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 7px;
}

.bac-prototype-port .partners-benefits {
  padding: 36px 0;
}

.bac-prototype-port .page-card.page-tabs {
  margin-top: 36px;
}

.bac-prototype-port .friends-resource-section {
  margin-top: 36px;
}

.bac-prototype-port .faq-group {
  padding: 24px 0 32px;
}

.bac-prototype-port .faq-item {
  border-bottom: 0;
  border-top: 1px solid var(--bac-border);
}

.bac-prototype-port .faq-item:first-child {
  border-top: 1px solid var(--bac-border);
}

.bac-prototype-port .faq-item:last-child {
  border-bottom: 1px solid var(--bac-border);
}

.bac-prototype-port .faq-question span:last-child {
  font-size: 0;
  height: 18px;
  position: relative;
}

.bac-prototype-port .faq-question span:last-child::before {
  border-bottom: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  height: 6px;
  left: 6px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  transition: transform 160ms ease-out;
  width: 6px;
}

.bac-prototype-port .faq-item.is-open .faq-question span:last-child::before {
  transform: rotate(225deg);
}

.bac-prototype-port .site-footer {
  padding: 28px 16px 92px;
}

.bac-prototype-port .footer-inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bac-prototype-port .footer-logo img {
  width: 84px;
}

.bac-prototype-port .footer-contact {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  gap: 5px;
}

.bac-prototype-port .footer-contact > span,
.bac-prototype-port .footer-copyright {
  color: var(--bac-muted-foreground);
}

.bac-prototype-port .footer-contact a {
  align-items: center;
  display: flex;
  gap: 6px;
}

.bac-prototype-port .footer-contact .bac-icon {
  height: 14px;
  width: 14px;
}

.bac-prototype-port .footer-copyright {
  font-size: 13px;
  line-height: normal;
  margin-top: 20px;
  padding-top: 0;
}

@media (min-width: 960px) {
  .bac-prototype-port .header-inner {
    padding-top: 89px;
  }

  .bac-prototype-port.brand-concept-preview .hero {
    padding: 24px 32px 0;
  }

  .bac-prototype-port.brand-concept-preview .hero-inner {
    gap: 32px;
    padding-bottom: 28px;
  }

  .bac-prototype-port.brand-concept-preview .hero-slider,
  .bac-prototype-port.brand-concept-preview .hero-content {
    order: 0;
  }

  .bac-prototype-port.brand-concept-preview .hero-slider {
    aspect-ratio: 16 / 9;
  }

  .bac-prototype-port.brand-concept-preview .hero h1 {
    font-size: 44px;
  }

  .bac-prototype-port.brand-concept-preview .hero-subtitle {
    font-size: 22px;
  }

  .bac-prototype-port .segment {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    padding: 0 12px;
  }

  .bac-prototype-port .segment .bac-icon {
    height: 15px;
    width: 15px;
  }

  .bac-prototype-port .page-hero {
    padding: 56px 32px 0;
  }

  .bac-prototype-port .page-hero-inner {
    padding-bottom: 40px;
  }

  .bac-prototype-port .page-hero h1 {
    font-size: 64px;
  }

  .bac-prototype-port .page-section,
  .bac-prototype-port .page-hero + .page-section {
    padding: 0 32px 80px;
  }

  .bac-prototype-port.page-template-page-locations .page-hero-inner {
    padding-bottom: 0;
  }

  .bac-prototype-port.page-template-page-locations .location-region-filter {
    padding: 0;
  }

  .bac-prototype-port .location-card-grid.location-list {
    gap: 72px;
  }

  .bac-prototype-port .location-panel {
    align-items: start;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    padding: 16px 0 40px;
  }

  .bac-prototype-port .location-activities {
    font-size: 16px;
    min-height: 44px;
    padding: 0 17px;
    width: auto;
  }

  .bac-prototype-port .partners-intro {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    padding-top: 16px;
  }

  .bac-prototype-port .partners-hero-media {
    margin: 0;
  }

  .bac-prototype-port .partners-hero-media img {
    aspect-ratio: 3 / 2;
    object-position: center 50%;
  }

  .bac-prototype-port .partners-benefits {
    padding: 8px 0 0;
  }

  .bac-prototype-port .partners-intro .point-grid {
    gap: 28px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bac-prototype-port .page-card.page-tabs {
    margin-top: 0;
    padding: 48px 0;
  }

  .bac-prototype-port .page-tab-list {
    width: min(100%, 620px);
  }

  .bac-prototype-port .page-tab-panel {
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, .4fr) minmax(0, .6fr);
    min-height: 604px;
  }

  .bac-prototype-port .page-tab-panel[hidden] {
    display: none;
  }

  .bac-prototype-port .friends-resource-section {
    margin-top: 0;
    padding: 48px 0;
  }

  .bac-prototype-port .friends-resource-card {
    min-height: 312px;
  }

  .bac-prototype-port .point-heading h2,
  .bac-prototype-port .faq-group-title {
    font-size: 36px;
  }

  .bac-prototype-port .faq-group {
    padding: 32px 0 0;
  }

  .bac-prototype-port .site-footer {
    padding: 28px 32px;
  }

  .bac-prototype-port .footer-inner,
  .bac-prototype-port .footer-copyright {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--bac-content);
    width: 100%;
  }

  .bac-prototype-port .footer-inner {
    align-items: center;
    flex-direction: row;
    gap: 28px;
  }

  .bac-prototype-port .footer-contact {
    margin-right: auto;
  }
}

/* Activity detail fidelity */
.bac-prototype-port .sheet-header {
  flex: 0 0 57px;
  height: 57px;
  min-height: 56px;
  padding: 8px 16px;
}

/* Home story and footer fidelity */
.bac-prototype-port .trust.story-section {
  background: var(--bac-background);
  padding: 40px 16px;
}

.bac-prototype-port .story-inner {
  display: grid;
  gap: 24px;
  margin: 0 auto;
}

.bac-prototype-port .story-media {
  align-self: center;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
}

.bac-prototype-port .story-media img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.bac-prototype-port .story-copy {
  display: flex;
  flex-direction: column;
  font-family: Afacad, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  gap: 12px;
}

.bac-prototype-port .story-copy h2 {
  font-family: Afacad, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.bac-prototype-port .story-copy > p {
  color: var(--bac-muted-foreground);
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.bac-prototype-port .story-copy .review-grid {
  display: block;
  margin-top: 6px;
}

.bac-prototype-port .story-copy .review {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  min-height: 0;
  padding: 16px 0;
  position: relative;
}

.bac-prototype-port .story-copy .review + .review {
  border-top: 0;
  padding-top: 16px;
}

.bac-prototype-port .story-copy .review + .review::before {
  border-top: 1px solid rgba(10, 10, 10, 0.14);
  content: "";
  left: 140px;
  position: absolute;
  right: 0;
  top: 0;
}

.bac-prototype-port .story-copy .review-platform-icon {
  height: 17px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 17px;
}

.bac-prototype-port .story-copy .review-platform-content {
  display: grid;
  gap: 14px;
  grid-template-columns: 126px minmax(0, 1fr);
}

.bac-prototype-port .story-copy .review h3 {
  color: inherit;
  font-family: Afacad, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  padding-left: 23px;
}

.bac-prototype-port .story-copy .review-links {
  display: grid;
  gap: 2px;
  grid-template-columns: minmax(0, 1fr);
  margin: 0;
}

.bac-prototype-port .story-copy .review-links a {
  align-items: center;
  display: grid;
  font-size: 17px;
  font-weight: 400;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  height: 32px;
  min-height: 32px;
}

.bac-prototype-port .story-copy .review-links strong {
  font-size: 16px;
  font-weight: 700;
}

.bac-prototype-port .footer-logo img {
  height: auto !important;
}

.bac-prototype-port .footer-book-button {
  border-radius: 8px;
  min-height: 44px;
}

.bac-prototype-port .sheet-close {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.bac-prototype-port .sheet-close .sheet-back-icon {
  height: 17px;
  width: 17px;
}

.bac-prototype-port .sheet-body {
  padding: 16px 16px 128px;
}

.bac-prototype-port .sheet-main-image img {
  aspect-ratio: 16 / 10;
  height: auto !important;
}

.bac-prototype-port .sheet-main-image {
  aspect-ratio: auto;
  height: auto !important;
}

.bac-prototype-port .sheet-gallery-button {
  display: none !important;
}

.bac-prototype-port .sheet-thumbs {
  padding-bottom: 2px;
}

.bac-prototype-port .sheet-media {
  margin-bottom: 22px;
}

.bac-prototype-port .sheet-content {
  padding-top: 0;
}

.bac-prototype-port .sheet-place {
  align-items: center;
  color: var(--bac-muted-foreground);
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 6px;
  line-height: 1.35;
}

.bac-prototype-port .sheet-place .bac-icon {
  color: var(--bac-accent);
  height: 17px;
  width: 17px;
}

.bac-prototype-port .sheet-content h2 {
  margin-top: 10px;
}

.bac-prototype-port .sheet-facts > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.bac-prototype-port .sheet-facts span {
  align-items: center;
  display: flex;
  font-size: 15px;
  gap: 6px;
  line-height: 20px;
}

.bac-prototype-port .sheet-facts span .bac-icon {
  color: var(--bac-accent);
  height: 16px;
  width: 16px;
}

.bac-prototype-port .sheet-facts strong {
  display: block;
  font-size: 17px;
  line-height: 1.35;
  margin-top: 6px;
}

.bac-prototype-port .sheet-fact-price strong {
  font-size: 18px;
  font-weight: 700;
}

.bac-prototype-port .sheet-keywords {
  border-bottom: 1px solid var(--bac-border);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 0;
  padding: 16px 0;
}

.bac-prototype-port .sheet-keywords span {
  color: var(--bac-muted-foreground);
  font-size: 14px;
  margin: 0;
}

.bac-prototype-port .sheet-keywords strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.bac-prototype-port .sheet-columns {
  display: grid;
  gap: 24px;
  padding-top: 24px;
  margin-top: 0;
}

.bac-prototype-port .sheet-columns section + section {
  border-top: 1px solid var(--bac-border);
  padding-top: 24px;
}

.bac-prototype-port .sheet-columns h3 {
  font-size: 21px;
  font-weight: 700;
}

.bac-prototype-port .sheet-columns ul {
  color: var(--bac-muted-foreground);
  display: grid;
  font-family: Afacad, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  line-height: 1.5;
  margin: 12px 0 0;
  padding-left: 20px;
}

.bac-prototype-port .sheet-columns section:first-child li:last-child {
  max-width: 195px;
}

/* Contact Form 7 owns the form fields and delivery. These rules only align its presentation. */
.bac-prototype-port .page-tab-form .bac-contact-form {
  gap: 18px;
}

.bac-prototype-port .page-tab-form .bac-contact-form label {
  color: var(--bac-foreground);
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.2;
}

.bac-prototype-port .page-tab-form .bac-contact-form input:not([type="submit"]),
.bac-prototype-port .page-tab-form .bac-contact-form textarea {
  background: var(--bac-background);
  border: 1px solid var(--bac-border);
  border-radius: var(--bac-radius);
  color: var(--bac-foreground);
  font-size: 17px;
  font-weight: 400;
  width: 100%;
}

.bac-prototype-port .page-tab-form .bac-contact-form input:not([type="submit"]) {
  height: 52px;
  padding: 0 14px;
}

.bac-prototype-port .page-tab-form .bac-contact-form textarea {
  height: 178px;
  min-height: 148px;
  padding: 14px;
  resize: vertical;
}

.bac-prototype-port .page-tab-form .bac-contact-form input[type="submit"] {
  border-radius: 8px;
  max-width: none;
  min-height: 52px;
  padding: 0 22px;
  text-transform: none;
  width: 100%;
}

.bac-prototype-port .page-tab-form .recaptcha-notice {
  color: var(--bac-muted-foreground);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px 0 0;
}

.bac-prototype-port .page-tab-form .recaptcha-notice a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bac-prototype-port .thanks-card {
  align-items: center;
  background: var(--bac-muted);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 680px;
  padding: 48px 24px;
  text-align: center;
}

.bac-prototype-port .thanks-card p {
  color: var(--bac-muted-foreground);
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

.bac-prototype-port .thanks-card p + p {
  margin-top: 4px;
}

.bac-prototype-port .thanks-home-button {
  gap: 8px;
  margin-top: 28px;
  min-height: 48px;
  padding: 0 20px;
}

.bac-prototype-port .sheet-cta-booking .bokunButton,
.bac-prototype-port .sheet-cta-button {
  border-radius: 8px !important;
  min-height: 48px;
}

@media (min-width: 768px) {
  .bac-prototype-port .sheet-header {
    flex-basis: 64px;
    height: 64px;
    min-height: 64px;
    padding: 10px 20px;
  }

  .bac-prototype-port .sheet-body {
    height: calc(100% - 64px);
    padding: 28px 32px 36px;
  }

  .bac-prototype-port .sheet-media {
    position: static;
    top: auto;
  }

  .bac-prototype-port .sheet-main-image img {
    aspect-ratio: 4 / 3;
  }

  .bac-prototype-port .sheet-content {
    padding-top: 0;
  }

  .bac-prototype-port .sheet-content h2 {
    font-size: clamp(32px, 3.4vw, 44px);
  }

  .bac-prototype-port .sheet-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .bac-prototype-port .sheet-columns section + section {
    border-left: 1px solid var(--bac-border);
    border-top: 0;
    padding-left: 24px;
    padding-top: 0;
  }

  .bac-prototype-port .sheet-media {
    margin-bottom: 0;
  }
}

@media (min-width: 960px) {
  .bac-prototype-port .sheet-thumbs {
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: visible;
  }

  .bac-prototype-port .sheet-thumb {
    aspect-ratio: 4 / 3;
    flex-basis: calc((100% - 40px) / 6);
    height: auto;
    width: calc((100% - 40px) / 6);
  }

  .bac-prototype-port .sheet-thumb.is-extra {
    display: none;
  }

  .bac-prototype-port .sheet-thumbs.is-expanded .sheet-thumb.is-extra {
    display: block;
  }

  .bac-prototype-port .sheet-thumbs-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--bac-foreground);
    cursor: pointer;
    display: inline-flex;
    flex: 0 0 100%;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    justify-content: flex-start;
    min-height: 32px;
    padding: 2px 0 0;
    text-decoration: underline;
    width: 100%;
  }

  .bac-prototype-port .trust.story-section {
    padding: 64px 32px;
  }

  .bac-prototype-port .story-inner {
    align-items: center;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
  }

  .bac-prototype-port .trust.story-section .story-copy h2 {
    font-size: 42px;
    line-height: 1.05;
  }
}

.bac-prototype-port .location-item[hidden] {
  display: none;
}

@media (min-width: 960px) {
  .bac-prototype-port .site-header {
    height: 100dvh;
  }

  .bac-prototype-port.admin-bar .site-header {
    height: calc(100dvh - 32px);
  }

  .bac-prototype-port .header-inner {
    height: 100%;
  }

  .bac-prototype-port .header-actions {
    padding-top: 20px;
  }
}

.bac-prototype-port .story-copy .review-location-links a {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.bac-prototype-port .footer-inner {
  justify-content: flex-start;
}

.bac-prototype-port .footer-copyright {
  text-align: left;
}

.bac-prototype-port .site-footer {
  padding-bottom: 36px;
}

@media (min-width: 960px) {
  .bac-prototype-port .site-footer {
    padding-bottom: 28px;
  }
}

.bac-prototype-port {
  padding-bottom: 72px;
}

.bac-prototype-port .mobile-sticky {
  align-items: normal;
  background: #fff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 8px 28px rgb(10 10 10 / 16%);
  height: 64px;
  min-height: 0;
  padding: 6px;
}

.bac-prototype-port #activities {
  padding-bottom: 48px;
}

.bac-prototype-port .activity-body h3 {
  margin-top: 5px;
}

.bac-prototype-port .activity-body {
  padding-bottom: 3px;
}

@media (min-width: 960px) {
  .bac-prototype-port .activity-body h3 {
    margin-top: 4px;
  }

  .bac-prototype-port .activity-body {
    padding-bottom: 2px;
  }
}

@media (min-width: 960px) {
  .bac-prototype-port {
    padding-bottom: 0;
  }

  .bac-prototype-port #activities {
    padding-bottom: 72px;
  }
}

/* Prototype interaction fidelity: sliding tab indicators and taffy navigation. */
.bac-prototype-port .page-tab-list,
.bac-prototype-port .faq-tabs {
  isolation: isolate;
}

.bac-prototype-port .page-tab-list {
  position: relative;
}

.bac-prototype-port .page-tab-list::before,
.bac-prototype-port .faq-tabs::before {
  background: var(--bac-accent);
  border-radius: 7px;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  top: 4px;
  transform: translateX(0);
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.bac-prototype-port .page-tab-list::before {
  width: calc((100% - 12px) / 2);
}

.bac-prototype-port .faq-tabs::before {
  width: calc((100% - 16px) / 3);
}

.bac-prototype-port .page-tab-list:has(.page-tab:nth-child(2)[aria-selected="true"])::before,
.bac-prototype-port .faq-tabs:has(button:nth-child(2)[aria-selected="true"])::before {
  transform: translateX(calc(100% + 4px));
}

@media (max-width: 959px) {
  .bac-prototype-port.page-template-page-friends .page-tab-list {
    border-radius: 10px;
    margin-left: 0;
    overflow: hidden;
    width: 100%;
  }

  .bac-prototype-port.page-template-page-friends .page-tab-list::before,
  .bac-prototype-port.page-template-page-friends .page-tab {
    border-radius: 7px;
  }
}

.bac-prototype-port .faq-tabs:has(button:nth-child(3)[aria-selected="true"])::before {
  transform: translateX(calc(200% + 8px));
}

.bac-prototype-port .page-tab-list.is-switching::before,
.bac-prototype-port .faq-tabs.is-switching::before {
  animation: bac-inquiry-taffy-snap 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes bac-inquiry-taffy-snap {
  0%,
  100% {
    scale: 1;
  }

  35% {
    scale: 1.08 0.9;
  }

  68% {
    scale: 0.98 1.04;
  }
}

.bac-prototype-port .page-tab,
.bac-prototype-port .faq-tabs button {
  background: transparent;
  position: relative;
  transition: color 140ms ease-out;
  z-index: 1;
}

.bac-prototype-port .faq-tabs button {
  cursor: pointer;
}

.bac-prototype-port .page-tab.is-active,
.bac-prototype-port .faq-tabs button.is-active {
  background: transparent;
  color: #fff;
}

.bac-prototype-port .mobile-nav-item {
  font-size: 12px;
  gap: 5px;
  isolation: isolate;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

.bac-prototype-port .mobile-nav-item::before {
  animation: none;
  background: var(--bac-accent);
  border-radius: 16px;
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(0.72);
  transition: opacity 160ms ease-out, transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.bac-prototype-port .mobile-nav-item > * {
  position: relative;
  z-index: 1;
}

.bac-prototype-port .mobile-nav-item.is-active {
  background: transparent;
  border-radius: 0;
  color: #fff;
  margin: 0;
}

.bac-prototype-port .mobile-nav-item.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.bac-prototype-port .mobile-nav-item.is-taffy {
  color: #fff;
}

.bac-prototype-port .mobile-nav-item.is-taffy::before {
  animation: bac-nav-taffy-snap 360ms both;
  opacity: 1;
}

.bac-prototype-port .mobile-nav-item .mobile-nav-icon {
  height: 22px;
  width: 22px;
}

@keyframes bac-nav-taffy-snap {
  0% { transform: scale(0.86); }
  30% { transform: scaleX(1.14) scaleY(0.84); }
  58% { transform: scaleX(0.95) scaleY(1.07); }
  78% { transform: scaleX(1.025) scaleY(0.985); }
  100% { transform: scale(1); }
}

.bac-prototype-port .location-sheet-options button[aria-pressed="true"] {
  background: var(--bac-accent);
  border-color: var(--bac-accent);
  color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .bac-prototype-port .page-tab-list::before,
  .bac-prototype-port .page-tab,
  .bac-prototype-port .faq-tabs::before,
  .bac-prototype-port .faq-tabs button,
  .bac-prototype-port .mobile-nav-item::before {
    animation: none;
    transition: none;
  }
}

/* Hover/press behavior from the handoff prototype. */
.bac-prototype-port .button-primary:hover,
.bac-prototype-port .header-cta:hover,
.bac-prototype-port .location-activities:hover,
.bac-prototype-port .sheet-cta-button:hover,
.bac-prototype-port .sheet-cta-booking .bokunButton:hover {
  background: var(--bac-accent);
  color: #fff;
  opacity: 0.9;
}

.bac-prototype-port .activity-card,
.bac-prototype-port .activity-card:hover,
.bac-prototype-port .activity-card.is-selected {
  border-color: transparent;
  transform: none;
}

.bac-prototype-port .activity-card {
  transition: transform 160ms ease-out;
}

.bac-prototype-port .activity-card:active {
  transform: scale(0.985);
}

.bac-prototype-port .activity-card .activity-media-main {
  transition: opacity 160ms ease-out;
}

.bac-prototype-port .story-copy .review-links a:hover {
  background: transparent;
  color: var(--bac-foreground);
}

.bac-prototype-port .story-copy .review-links a:hover span {
  text-decoration: underline;
}

.bac-prototype-port .story-copy .review-location-links a:hover strong,
.bac-prototype-port .facility-guide-links a:hover,
.bac-prototype-port .footer-contact a:hover {
  color: inherit;
}

.bac-prototype-port .friends-video-link:active img {
  transform: scale(0.99);
}

.bac-prototype-port .sheet-close:hover {
  background: var(--bac-muted);
}

@media (hover: hover) and (pointer: fine) {
  .bac-prototype-port .activity-card:hover .activity-media-main {
    opacity: 0.88;
  }
}

@media (min-width: 960px) {
  .bac-prototype-port .faq-tabs {
    position: sticky;
    top: 24px;
  }

  .bac-prototype-port.admin-bar .faq-tabs {
    top: 56px;
  }

  .bac-prototype-port .brand-tile {
    right: 24px;
    width: auto;
  }

  .bac-prototype-port .site-nav {
    align-items: stretch;
    width: 100%;
  }

  .bac-prototype-port .site-nav a {
    justify-content: flex-start;
    width: 100%;
  }
}

.bac-prototype-port .header-activities-label {
  display: inline;
}

/* Footer fidelity: keep the shared footer identical to the accepted prototype. */
.bac-prototype-port .footer-contact > span,
.bac-prototype-port .footer-contact a,
.bac-prototype-port .footer-copyright {
  font-weight: 400;
}

.bac-prototype-port .footer-contact > span,
.bac-prototype-port .footer-contact a {
  font-size: 14px;
  line-height: normal;
}

.bac-prototype-port .footer-contact a {
  color: var(--bac-foreground);
  text-decoration: underline;
}

.bac-prototype-port .footer-book-button {
  border: 1px solid transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  line-height: 1;
  padding: 0 16px;
}

.bac-prototype-port .footer-book-button .bac-icon {
  height: 16px;
  width: 16px;
}

/* Desktop FV: let the slideshow fill the complete first view. */
@media (min-width: 960px) {
  .bac-prototype-port.brand-concept-preview .hero {
    align-items: stretch;
    min-height: clamp(420px, 52svh, 520px);
    padding: 0;
    position: relative;
  }

  .bac-prototype-port.brand-concept-preview .hero::before {
    background: linear-gradient(
      90deg,
      rgb(10 10 10 / 72%) 0%,
      rgb(10 10 10 / 48%) 40%,
      rgb(10 10 10 / 12%) 72%,
      transparent 100%
    );
    content: "";
    display: block;
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }

  .bac-prototype-port.brand-concept-preview .hero-inner {
    align-items: center;
    display: flex;
    min-height: clamp(420px, 52svh, 520px);
    max-width: none;
    padding: 0;
    position: relative;
  }

  .bac-prototype-port.brand-concept-preview .hero-slider {
    aspect-ratio: auto;
    border-radius: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
  }

  .bac-prototype-port.brand-concept-preview .hero-content {
    color: #fff;
    margin: 0 auto;
    max-width: var(--bac-content);
    padding: 64px 48px;
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .bac-prototype-port.brand-concept-preview .hero-eyebrow,
  .bac-prototype-port.brand-concept-preview .hero h1,
  .bac-prototype-port.brand-concept-preview .hero h1 span,
  .bac-prototype-port.brand-concept-preview .hero-subtitle,
  .bac-prototype-port.brand-concept-preview .hero-lead.hero-body {
    color: #fff;
  }

  .bac-prototype-port.brand-concept-preview .hero h1,
  .bac-prototype-port.brand-concept-preview .hero-subtitle,
  .bac-prototype-port.brand-concept-preview .hero-lead.hero-body {
    text-shadow: 0 2px 18px rgb(10 10 10 / 45%);
  }

  .bac-prototype-port #activities {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .bac-prototype-port .sheet-header {
    height: calc(57px + env(safe-area-inset-top));
    left: 0;
    min-height: calc(57px + env(safe-area-inset-top));
    padding-top: max(8px, env(safe-area-inset-top));
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
  }

  .bac-prototype-port .sheet-close {
    opacity: 1;
    visibility: visible;
  }

  .bac-prototype-port .sheet-body {
    padding-top: calc(73px + env(safe-area-inset-top));
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
