/* =========================================================
   SMALL TOWN MAHJ — MOBILE PHOTO-LED HERO + BRIEF ABOUT
   On phones, photography becomes a full-bleed hero background while the copy
   stays compact and readable. Desktop/tablet keep the editorial split layout.
   ========================================================= */

.home-about-brief {
  width: min(1040px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5.5rem) 0;
  border-top: 1px solid rgba(23,75,143,.16);
  border-bottom: 1px solid rgba(23,75,143,.12);
}

.home-about-brief__inner {
  max-width: 780px;
}

.home-about-brief__eyebrow {
  margin: 0 0 .8rem;
  color: #174b8f;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-about-brief h2 {
  max-width: 9em;
  margin: 0 0 1rem;
  color: #082f67;
  font-size: clamp(2.75rem, 5vw, 4.9rem);
  line-height: .96;
}

.home-about-brief p:not(.home-about-brief__eyebrow) {
  max-width: 44rem;
  margin: 0;
  color: #5d6e83;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.72;
}

.home-about-brief__link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.4rem;
  border-bottom: 1px solid rgba(23,75,143,.28);
  color: #174b8f;
  padding-bottom: .3rem;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-hero-bridge {
  width: min(640px, calc(100% - 72px));
  margin: clamp(1.5rem, 3vw, 2.25rem) auto 0;
  padding: 1.1rem 1.35rem;
  border-top: 1px solid rgba(23,75,143,.13);
  border-bottom: 1px solid rgba(23,75,143,.13);
  text-align: center;
}

.home-hero-bridge p {
  margin: 0;
  color: #344a65;
  font-size: clamp(.98rem, 1.25vw, 1.12rem);
  line-height: 1.6;
}

/* Hero booking action uses the same physical Mahjong-tile language as the
   header controls, translated into cobalt so it reads clearly over photos. */
.home-photo-hero__cta {
  position: relative;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid #315f9d !important;
  border-radius: 7px 7px 9px 8px !important;
  background:
    linear-gradient(180deg, rgba(34,88,156,.98) 0%, rgba(18,67,132,.98) 52%, rgba(7,46,104,.99) 100%),
    #174b8f !important;
  box-shadow:
    0 3px 0 #082f67,
    0 5px 0 rgba(3,29,72,.2),
    0 10px 18px rgba(3,28,65,.22),
    inset 0 0 0 2px rgba(255,255,255,.15),
    inset 0 0 0 3px rgba(255,250,241,.08) !important;
  color: #fffaf1 !important;
  padding: 0 1.35rem !important;
  font-size: .68rem !important;
  font-weight: 900;
  letter-spacing: .12em !important;
  line-height: 1;
  text-decoration: none;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  paint-order: normal !important;
  text-transform: uppercase;
  white-space: nowrap;
  transform: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.home-photo-hero__cta span {
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
  filter: none !important;
}

.home-photo-hero__cta::before {
  position: absolute;
  inset: 4px;
  border: 1px solid rgba(255,250,241,.34);
  border-radius: 4px 4px 6px 5px;
  content: '';
  pointer-events: none;
}

.home-photo-hero__cta:hover {
  transform: translateY(-1px);
  background:
    linear-gradient(180deg, rgba(43,98,168,.99) 0%, rgba(24,76,145,.99) 52%, rgba(8,51,113,.99) 100%),
    #174b8f !important;
  box-shadow:
    0 4px 0 #082f67,
    0 6px 0 rgba(3,29,72,.2),
    0 12px 20px rgba(3,28,65,.24),
    inset 0 0 0 2px rgba(255,255,255,.17),
    inset 0 0 0 3px rgba(255,250,241,.09) !important;
}

.home-photo-hero__cta:active {
  transform: translateY(2px);
  box-shadow:
    0 1px 0 #082f67,
    0 3px 8px rgba(3,28,65,.18),
    inset 0 0 0 2px rgba(255,255,255,.15),
    inset 0 0 0 3px rgba(255,250,241,.08) !important;
}

.home-photo-hero__cta:focus-visible {
  outline: 3px solid rgba(233,163,45,.78);
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .home-photo-hero {
    position: relative;
    width: 100% !important;
    min-height: 610px;
    margin: 0 !important;
    padding: 0 0 2.2rem !important;
    overflow: hidden;
    isolation: isolate;
  }

  .home-photo-hero__grid {
    position: relative;
    display: block !important;
    min-height: 570px;
  }

  .photo-shuffle-hero {
    position: absolute !important;
    z-index: 1;
    inset: 0 !important;
    width: 100% !important;
    min-height: 570px !important;
    margin: 0 !important;
    pointer-events: none;
  }

  .photo-shuffle-hero__stack {
    position: absolute !important;
    inset: 0 !important;
  }

  .shuffle-photo {
    position: absolute !important;
    inset: 0 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
    transform: none !important;
    transform-origin: center !important;
    transition: opacity .55s ease, filter .55s ease !important;
  }

  .shuffle-photo__image {
    position: absolute !important;
    inset: 0 !important;
    background-position: center !important;
    background-size: cover !important;
  }

  .shuffle-photo__image::after {
    background: linear-gradient(180deg, rgba(7,44,94,.08) 0%, rgba(7,44,94,.02) 48%, rgba(7,44,94,.22) 100%) !important;
  }

  .shuffle-photo__hint {
    display: none !important;
  }

  .shuffle-photo[data-position="0"] {
    z-index: 4 !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .shuffle-photo[data-position="1"] {
    z-index: 3 !important;
    opacity: 0 !important;
  }

  .shuffle-photo[data-position="2"] {
    z-index: 2 !important;
    opacity: 0 !important;
  }

  .shuffle-photo[data-position="3"] {
    z-index: 1 !important;
    opacity: 0 !important;
  }

  .photo-shuffle-hero.is-shuffling .shuffle-photo[data-position="0"] {
    opacity: 0 !important;
    transform: none !important;
  }

  .photo-shuffle-hero::after {
    position: absolute;
    z-index: 8;
    inset: 0;
    content: '';
    pointer-events: none;
    background: linear-gradient(180deg,
      rgba(6,38,78,.02) 0%,
      rgba(6,38,78,.01) 55%,
      rgba(6,38,78,.10) 100%);
  }

  .home-photo-hero__copy {
    position: relative;
    z-index: 12;
    display: flex;
    min-height: 570px;
    max-width: none !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 34px 46px 42px;
    text-align: center;
    pointer-events: none;
  }

  .home-photo-hero__copy::before {
    display: none !important;
  }

  .home-photo-hero h1 {
    max-width: 7.8em !important;
    margin: 0 !important;
    color: #082f67 !important;
    font-size: clamp(2.45rem, 10vw, 3.2rem) !important;
    line-height: .96 !important;
    letter-spacing: -.025em !important;
    -webkit-text-stroke: .7px rgba(255,250,241,.96);
    paint-order: stroke fill;
    text-shadow: 0 1px 1.5px rgba(3,31,72,.18);
  }

  .home-photo-hero__intro {
    width: 100%;
    max-width: 22.5rem !important;
    margin: 1rem 0 0 !important;
    color: #344a65 !important;
    font-size: .94rem !important;
    line-height: 1.52 !important;
    text-align: center;
    -webkit-text-stroke: .45px rgba(255,250,241,.92);
    paint-order: stroke fill;
    text-shadow: 0 1px 1px rgba(3,31,72,.12);
  }

  .home-photo-hero__intro-break {
    display: block;
  }

  .home-photo-hero__actions {
    justify-content: center;
    gap: .8rem 1rem !important;
    margin-top: 1.15rem !important;
    pointer-events: auto;
  }

  .home-photo-hero__cta {
    min-height: 46px !important;
    padding: 0 1rem !important;
    font-size: .62rem !important;
    letter-spacing: .105em !important;
  }

  .home-photo-hero__cta::before {
    inset: 3px;
  }

  .home-photo-hero__secondary {
    font-size: .64rem !important;
  }

  .photo-shuffle-hero__control {
    z-index: 15;
    right: 14px !important;
    bottom: 10px !important;
    pointer-events: auto;
    background: rgba(255,250,241,.92) !important;
    border: 1px solid rgba(23,75,143,.18) !important;
    border-radius: 999px;
    padding: .55rem .8rem !important;
    box-shadow: 0 8px 18px rgba(15,45,83,.12);
  }

  .home-hero-bridge {
    width: calc(100% - 76px);
    margin-top: 1.65rem;
    padding: 1rem .8rem;
  }

  .home-hero-bridge p {
    font-size: .95rem;
    line-height: 1.55;
  }

  .home-about-brief {
    width: calc(100% - 36px);
    padding: 3.5rem 0 3.7rem;
  }

  .home-about-brief h2 {
    max-width: 8.5em;
    font-size: clamp(2.45rem, 10.5vw, 3.25rem);
  }

  .home-about-brief p:not(.home-about-brief__eyebrow) {
    font-size: 1rem;
    line-height: 1.65;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shuffle-photo {
    transition: none !important;
  }
}
