:root {
  --stayoo-pink: #c42d60;
  --stayoo-pink-hover: #ad2452;
  --stayoo-pink-soft: #fff0f5;
  --apple-ink: #1d1d1f;
  --apple-ink-soft: #6e6e73;
  --apple-canvas: #ffffff;
  --apple-parchment: #f5f5f7;
  --apple-pearl: #fafafc;
  --apple-line: rgba(29, 29, 31, 0.1);
  --apple-dark: #1d1d1f;
  --apple-blue-wash: #edf6ff;
  --apple-blush-wash: #fff5ed;
  --page-gutter: clamp(18px, 3vw, 44px);
  --section-y: clamp(56px, 8vw, 112px);
  --radius: 28px;
  --text: var(--apple-ink);
  --muted: var(--apple-ink-soft);
  --soft: #86868b;
  --accent: var(--stayoo-pink);
  --line: var(--apple-line);
  --line-bright: rgba(29, 29, 31, 0.18);
  --panel: var(--apple-canvas);
  --paper: var(--apple-canvas);
}

html {
  background: var(--apple-parchment);
  color: var(--apple-ink);
  scroll-behavior: smooth;
  scrollbar-color: #c7c7cc var(--apple-parchment);
}

body,
body.inner-page {
  margin: 0;
  background: var(--apple-parchment);
  color: var(--apple-ink);
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: -0.012em;
  -webkit-font-smoothing: antialiased;
}

body::before,
.cursor-glow {
  display: none !important;
}

::selection {
  background: rgba(213, 56, 104, 0.18);
  color: var(--apple-ink);
}

a {
  color: inherit;
}

h1,
h2,
h3,
.weekly-event-copy h3,
.guide-card-body h3,
.housing-cta-copy h2,
.tenant-footer-main strong {
  color: var(--apple-ink);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.eyebrow {
  color: var(--stayoo-pink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

:focus-visible {
  outline: 3px solid rgba(213, 56, 104, 0.42);
  outline-offset: 3px;
}

button,
.button,
.nav-links a,
.housing-cta-link {
  -webkit-tap-highlight-color: transparent;
}

button:active,
.button:active,
.nav-links a:active,
.housing-cta-link:active,
.weekly-event-image:active,
.guide-image:active {
  transform: scale(0.97) !important;
  transition-duration: 90ms !important;
}

.site-shell {
  position: relative;
  z-index: 1;
  background: var(--apple-parchment);
}

.topbar,
.topbar.is-scrolled {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 58px;
  padding: 7px max(var(--page-gutter), calc((100vw - 1440px) / 2));
  border: 0;
  border-bottom: 1px solid rgba(29, 29, 31, 0.07);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
  backdrop-filter: saturate(180%) blur(22px);
  transition: background 240ms ease, min-height 240ms ease;
}

.topbar.is-scrolled {
  min-height: 52px;
  background: rgba(255, 255, 255, 0.93);
}

.brand {
  display: flex;
  min-width: 150px;
  gap: 9px;
  align-items: center;
}

.brand img {
  width: 132px;
  height: auto;
}

/* Match the legacy selector so the supplied charcoal and brand pink stay exact. */
.topbar .brand img { filter: none; }

.brand span,
.brand-city {
  color: var(--stayoo-pink);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.nav-links,
.nav {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.nav-links a,
.nav-link {
  min-height: 38px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--apple-ink);
  font-size: 13px;
  font-weight: 400;
  transition: color 180ms ease, background 180ms ease, transform 110ms ease-out;
}

.nav-links a:hover,
.nav-link:hover,
.nav-link.active {
  border: 0;
  background: rgba(29, 29, 31, 0.055);
  color: var(--apple-ink);
  transform: none;
}

.language-tools select,
.language-switch select {
  min-height: 38px;
  width: auto;
  min-width: 132px;
  padding: 8px 32px 8px 14px;
  border: 1px solid var(--apple-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--apple-ink);
  font-size: 13px;
}

.app {
  border: 0;
  background: var(--apple-parchment);
}

.weekly-home,
.secret-list-page {
  padding: clamp(46px, 7vw, 96px) var(--page-gutter) clamp(72px, 9vw, 124px);
  border: 0;
  background: var(--apple-parchment);
}

.weekly-intro,
.secret-list-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(28px, 5vw, 84px);
  align-items: end;
  max-width: 1440px;
  margin: 0 auto 34px;
  padding: clamp(46px, 6vw, 86px) clamp(24px, 5vw, 76px);
  overflow: hidden;
  border: 0;
  border-radius: 32px;
  background: linear-gradient(112deg, var(--apple-blush-wash), #fff 43%, var(--apple-blue-wash));
}

.weekly-intro::after,
.weekly-status::after {
  display: none;
}

.weekly-intro > div,
.secret-list-hero > * {
  position: relative;
  z-index: 1;
}

.weekly-intro h1,
.secret-list-hero h1 {
  max-width: 970px;
  margin: 0 0 20px;
  color: var(--apple-ink);
  font-size: clamp(46px, 6vw, 86px);
  line-height: 0.98;
  text-shadow: none;
  text-wrap: balance;
  white-space: normal;
}

.weekly-lead,
.secret-list-hero > p:last-child {
  max-width: 760px;
  margin: 0;
  color: var(--apple-ink-soft);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.45;
}

.weekly-status {
  display: grid;
  align-self: stretch;
  align-content: end;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(160%);
}

.weekly-status > span {
  color: var(--stayoo-pink);
  font-size: 12px;
  font-weight: 600;
}

.weekly-status i {
  background: var(--stayoo-pink);
  box-shadow: 0 0 0 5px rgba(213, 56, 104, 0.11);
}

.weekly-status strong {
  color: var(--apple-ink);
  font-size: 19px;
  font-weight: 600;
}

.weekly-status small {
  color: var(--apple-ink-soft);
}

.timeframe-tabs {
  position: sticky;
  top: 84px;
  z-index: 30;
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 5px;
  overflow-x: auto;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1px 0 rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(20px) saturate(180%);
  scroll-margin-top: 84px;
}

.timeframe-tabs button {
  min-height: 42px;
  padding: 9px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--apple-ink-soft);
  font-size: 14px;
  transition: color 180ms ease, background 180ms ease, transform 110ms ease-out;
}

.timeframe-tabs button:hover {
  border: 0;
  background: rgba(29, 29, 31, 0.045);
  color: var(--apple-ink);
  transform: none;
}

.timeframe-tabs button.active {
  background: var(--apple-ink);
  color: #fff;
  box-shadow: none;
}

.week-edition-bar {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 1440px;
  margin: 0 auto 16px;
  padding: 12px 4px;
  border: 0;
  color: var(--apple-ink-soft);
  font-size: 12px;
  letter-spacing: 0;
}

.week-edition-bar strong {
  color: var(--apple-ink);
  font-size: 14px;
  font-weight: 600;
}

.weekly-event-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto clamp(64px, 8vw, 112px);
}

.weekly-event-card,
.weekly-event-card:nth-child(3n) {
  position: relative;
  grid-column: span 6;
  display: flex;
  min-width: 0;
  min-height: 690px;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: var(--apple-canvas);
  box-shadow: none;
  transform: none;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), background 240ms ease;
}

.weekly-event-card:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  min-height: 620px;
  background: #eef6ff;
}

.weekly-event-card:nth-child(4n + 3) {
  background: #fff4f7;
}

.weekly-event-card:nth-child(4n + 4) {
  background: var(--apple-dark);
}

.weekly-event-card:hover {
  transform: translateY(-4px);
}

.weekly-event-card::before,
.weekly-event-card::after,
.guide-card::before,
.guide-card::after {
  display: none;
}

.weekly-event-image {
  position: relative;
  display: block;
  min-height: 365px;
  margin: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 22px;
  background-color: #e8e8ed;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 5px 30px;
  filter: none;
  transform: none;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.weekly-event-card:first-child .weekly-event-image {
  grid-column: 2;
  grid-row: 1;
  min-height: auto;
  margin: 18px;
}

.weekly-event-image::before {
  display: none;
}

.weekly-event-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), transparent 64%, rgba(0, 0, 0, 0.16));
  pointer-events: none;
}

.weekly-event-card:hover .weekly-event-image {
  background-size: cover;
  filter: saturate(1.04);
  transform: scale(1.008);
}

.event-date-block,
.editorial-trend {
  position: absolute;
  z-index: 2;
  top: 15px;
  display: grid;
  min-width: 54px;
  min-height: 54px;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--apple-ink);
  text-align: center;
  backdrop-filter: blur(18px) saturate(180%);
}

.event-date-block {
  right: auto;
  left: 15px;
  bottom: auto;
  font-size: 10px;
  letter-spacing: 0.08em;
}

.event-date-block b {
  font-family: inherit;
  font-size: 12px;
  line-height: 1.1;
}

.editorial-trend {
  right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 36px;
  gap: 7px;
  padding: 0 12px;
  color: var(--stayoo-pink);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.editorial-trend svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.editorial-trend span {
  color: var(--apple-ink);
}

.weekly-event-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 34px clamp(24px, 4vw, 58px) 38px;
  background: transparent;
  color: var(--apple-ink);
  text-align: center;
}

.weekly-event-card:first-child .weekly-event-copy {
  grid-column: 1;
  grid-row: 1;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(46px, 6vw, 90px);
  text-align: left;
}

.event-date-line {
  color: var(--stayoo-pink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weekly-event-copy h3 {
  margin: 12px 0 14px;
  color: var(--apple-ink);
  font-size: clamp(34px, 3.4vw, 54px);
  line-height: 1.02;
  text-wrap: balance;
}

.weekly-event-card:first-child .weekly-event-copy h3 {
  font-size: clamp(46px, 5vw, 76px);
}

.weekly-event-copy p {
  max-width: 620px;
  margin-bottom: 22px;
  color: var(--apple-ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.weekly-event-copy .meta,
.guide-card-body .meta,
.detail-kicker,
.tag-row {
  justify-content: center;
  color: var(--apple-ink-soft);
}

.weekly-event-card:first-child .weekly-event-copy .meta,
.weekly-event-card:first-child .weekly-event-copy .tag-row {
  justify-content: flex-start;
}

.pill,
.future-category {
  min-height: 28px;
  padding: 5px 10px;
  border: 1px solid var(--apple-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--apple-ink-soft);
  font-size: 12px;
}

.card-actions,
.detail-actions {
  gap: 10px;
  justify-content: center;
  margin-top: auto;
}

.weekly-event-card:first-child .card-actions {
  justify-content: flex-start;
}

.button,
button,
.primary-action,
.secondary-action,
.mini-button {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid var(--apple-line);
  border-radius: 999px;
  background: transparent;
  color: var(--apple-ink);
  font-size: 14px;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 110ms ease-out;
}

.button:hover,
button:hover,
.primary-action:hover,
.secondary-action:hover,
.mini-button:hover {
  border-color: rgba(29, 29, 31, 0.18);
  background: rgba(29, 29, 31, 0.05);
  color: var(--apple-ink);
  transform: none;
}

.button.primary,
button.primary,
.primary-action {
  border-color: var(--stayoo-pink);
  background: var(--stayoo-pink);
  color: #fff;
}

.button.primary:hover,
button.primary:hover,
.primary-action:hover {
  border-color: var(--stayoo-pink-hover);
  background: var(--stayoo-pink-hover);
  color: #fff;
}

.weekly-event-card:nth-child(4n + 4) .weekly-event-copy h3,
.weekly-event-card:nth-child(4n + 4) .weekly-event-copy h3 a {
  color: #fff;
}

.weekly-event-card:nth-child(4n + 4) .weekly-event-copy p,
.weekly-event-card:nth-child(4n + 4) .meta,
.weekly-event-card:nth-child(4n + 4) .engagement-stat,
.weekly-event-card:nth-child(4n + 4) .engagement-stat b {
  color: rgba(255, 255, 255, 0.68);
}

.weekly-event-card:nth-child(4n + 4) .pill,
.weekly-event-card:nth-child(4n + 4) .button:not(.primary) {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.engagement-bar {
  display: flex;
  width: 100%;
  margin-top: 24px;
  padding-top: 14px;
  border: 0;
  border-top: 1px solid var(--apple-line);
  background: transparent;
}

.engagement-stat,
.like-button,
.metric-readonly {
  min-height: 36px;
  padding: 0 7px;
  border: 0;
  background: transparent;
  color: var(--apple-ink-soft);
}

.engagement-stat b {
  color: var(--apple-ink);
}

.like-button {
  min-width: 90px;
  border: 1px solid rgba(213, 56, 104, 0.2);
  background: rgba(213, 56, 104, 0.06);
}

.metric-views {
  margin-left: auto;
}

.view-leaderboard,
.future-edition,
.event-archive {
  max-width: 1440px;
  margin: 0 auto clamp(54px, 7vw, 92px);
  padding: clamp(26px, 4vw, 52px);
  border: 0;
  border-radius: 28px;
  background: var(--apple-canvas);
  box-shadow: none;
  color: var(--apple-ink);
  transform: none;
}

.view-leaderboard ol,
.future-event-list,
.archive-list {
  border-top: 1px solid var(--apple-line);
}

.view-leaderboard li,
.future-event-row,
.archive-list a {
  border-color: var(--apple-line);
  color: var(--apple-ink);
}

.view-leaderboard li:hover,
.future-event-row:hover,
.archive-list a:hover {
  background: var(--apple-parchment);
  color: var(--apple-ink);
}

.view-leaderboard li > span,
.view-leaderboard li > b,
.future-rank,
.future-event-row > i {
  color: var(--stayoo-pink);
}

.view-leaderboard li small,
.future-event-row time,
.future-event-name small,
.archive-list time,
.archive-list span,
.future-edition-head > div:first-child > p:last-child {
  color: var(--apple-ink-soft);
}

.future-edition {
  background: var(--apple-blue-wash);
}

.future-edition::before {
  display: none;
}

.future-edition-head h2,
.future-event-name strong,
.future-month-group > summary strong,
.future-week-group > summary strong {
  color: var(--apple-ink);
}

.future-verification {
  border-color: rgba(29, 29, 31, 0.1);
  background: rgba(255, 255, 255, 0.68);
}

.future-verification span,
.future-verification b,
.future-date-browser button small,
.future-filter-result strong {
  color: var(--stayoo-pink);
}

.future-verification small,
.future-date-browser button span {
  color: var(--apple-ink-soft);
}

.future-date-browser button,
.future-month-group,
.future-week-group {
  border-color: var(--apple-line);
  background: rgba(255, 255, 255, 0.58);
  color: var(--apple-ink);
}

.future-date-browser button.active {
  border-color: var(--stayoo-pink);
  background: var(--stayoo-pink);
  color: #fff;
}

.future-date-browser button.active small,
.future-date-browser button.active span {
  color: rgba(255, 255, 255, 0.82);
}

.future-month-group[open] > summary,
.future-week-group[open] > summary {
  border-color: var(--apple-line);
}

.future-month-group > summary:hover,
.future-week-group > summary:hover {
  background: rgba(255, 255, 255, 0.8);
}

.future-month-group > summary small,
.future-week-group > summary small,
.future-month-group > summary > i::before,
.future-month-group > summary > i::after,
.future-week-group > summary > i::before,
.future-week-group > summary > i::after {
  color: var(--stayoo-pink);
  background: var(--stayoo-pink);
}

.event-archive {
  background: var(--apple-canvas);
}

.archive-heading,
.archive-search,
.archive-result-head {
  border-color: var(--apple-line);
}

.archive-heading h3,
.archive-result-head strong {
  color: var(--apple-ink);
}

.archive-heading span,
.archive-intro,
.archive-message,
.archive-result-head span {
  color: var(--apple-ink-soft);
}

.archive-search input,
input,
textarea,
select {
  min-height: 44px;
  border: 1px solid var(--apple-line);
  border-radius: 12px;
  background: var(--apple-canvas);
  color: var(--apple-ink);
}

.secret-list-hero {
  display: block;
  max-width: 1440px;
  padding-block: clamp(66px, 8vw, 112px);
  text-align: center;
}

.secret-list-hero h1,
.secret-list-hero > p:last-child {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.guide-tabs {
  display: flex;
  max-width: 1440px;
  margin: 0 auto 16px;
  padding: 18px 10px 22px;
  gap: 4px;
  justify-content: center;
  overflow-x: auto;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: none;
  backdrop-filter: blur(20px) saturate(180%);
}

.guide-tab {
  display: grid;
  flex: 0 0 112px;
  min-height: 96px;
  padding: 12px 10px;
  place-items: center;
  gap: 8px;
  border: 0;
  border-radius: 18px;
  background: transparent;
  color: var(--apple-ink);
  font-size: 13px;
}

.guide-tab svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.guide-tab:hover {
  border: 0;
  background: var(--apple-parchment);
  color: var(--apple-ink);
}

.guide-tab.active {
  border: 0;
  background: var(--apple-ink);
  color: #fff;
}

.secret-list-page .guide-grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 1440px;
  margin: 0 auto clamp(70px, 8vw, 112px);
}

.guide-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 720px;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: var(--apple-canvas);
  box-shadow: none;
  transform: none;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.guide-card:nth-child(4n + 1) {
  background: var(--apple-dark);
}

.guide-card:nth-child(4n + 4) {
  background: var(--apple-blue-wash);
}

.guide-card:hover {
  transform: translateY(-4px);
}

.guide-image {
  display: block;
  min-height: 360px;
  margin: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  box-shadow: rgba(0, 0, 0, 0.18) 3px 5px 30px;
  filter: none;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.guide-card:hover .guide-image {
  filter: saturate(1.04);
  transform: scale(1.008);
}

.guide-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 32px clamp(24px, 4vw, 54px) 36px;
  background: transparent;
  color: var(--apple-ink);
  text-align: center;
}

.guide-card-body h3 {
  margin: 12px 0;
  color: var(--apple-ink);
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1.02;
  text-wrap: balance;
}

.guide-card-body p,
.guide-stops span {
  color: var(--apple-ink-soft);
}

.guide-card:nth-child(4n + 1) .guide-card-body h3,
.guide-card:nth-child(4n + 1) .guide-card-body h3 a {
  color: #fff;
}

.guide-card:nth-child(4n + 1) .guide-card-body p,
.guide-card:nth-child(4n + 1) .guide-stops span,
.guide-card:nth-child(4n + 1) .meta,
.guide-card:nth-child(4n + 1) .engagement-stat,
.guide-card:nth-child(4n + 1) .engagement-stat b {
  color: rgba(255, 255, 255, 0.68);
}

.guide-card:nth-child(4n + 1) .pill,
.guide-card:nth-child(4n + 1) .button:not(.primary) {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.guide-stops {
  justify-content: center;
}

.event-detail {
  max-width: none;
  padding: clamp(26px, 4vw, 64px) var(--page-gutter) clamp(72px, 8vw, 120px);
  background: var(--apple-parchment);
}

.detail-image-band {
  width: min(1440px, 100%);
  min-height: clamp(420px, 58vw, 760px);
  margin: 0 auto;
  border: 0;
  border-radius: 32px;
  background-position: center;
  box-shadow: rgba(0, 0, 0, 0.18) 3px 5px 30px;
  filter: none;
}

.detail-image-band:hover {
  filter: saturate(1.04);
  transform: none;
}

.detail-card {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: -84px auto 0;
  padding: clamp(30px, 5vw, 72px);
  border: 1px solid var(--apple-line);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--apple-ink);
  box-shadow: none;
  backdrop-filter: blur(24px) saturate(180%);
}

.detail-card h1 {
  max-width: 920px;
  color: var(--apple-ink);
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.98;
}

.detail-card .lead,
.detail-list,
.guide-item-body p,
.guide-address {
  color: var(--apple-ink-soft);
}

.fact,
.detail-list li,
.guide-item,
.guide-map,
.venue-map {
  border-color: var(--apple-line);
  background: var(--apple-parchment);
  color: var(--apple-ink);
}

.top-five-list {
  display: grid;
  gap: 12px;
}

.guide-item {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  padding: 14px;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
}

.guide-item-image {
  min-height: 320px;
  border: 0;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.14) 3px 5px 30px;
}

.guide-item-body {
  padding: clamp(24px, 4vw, 52px);
}

.guide-rank {
  color: var(--stayoo-pink);
}

.guide-item-body h3 {
  color: var(--apple-ink);
  font-size: clamp(28px, 3vw, 44px);
}

.share-dialog {
  border: 1px solid var(--apple-line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--apple-ink);
  box-shadow: 0 48px 140px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(28px) saturate(180%);
}

.share-dialog::backdrop,
.share-dialog-fallback-backdrop {
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
}

.share-dialog-head {
  border-color: var(--apple-line);
}

.share-dialog-head h2,
.share-options strong {
  color: var(--apple-ink);
}

.share-dialog .share-close {
  flex: 0 0 42px;
  border-color: var(--apple-line);
  background: rgba(29, 29, 31, 0.04);
  color: var(--apple-ink);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
}

.share-dialog .share-close:hover {
  border-color: rgba(213, 56, 104, 0.24);
  background: rgba(213, 56, 104, 0.08);
  color: var(--stayoo-pink);
  transform: rotate(5deg) scale(1.04);
}

.share-options a,
.share-options button {
  border-color: var(--apple-line);
  background: var(--apple-parchment);
  color: var(--apple-ink);
}

.tenant-footer,
.footer {
  padding: clamp(28px, 4vw, 60px) var(--page-gutter);
  border: 0;
  background: var(--apple-parchment);
  color: var(--apple-ink);
}

.housing-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  max-width: 1440px;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 84px);
  border: 0;
  border-radius: 32px;
  background: var(--apple-canvas);
  box-shadow: none;
}

.housing-cta::before {
  display: none;
}

.housing-cta-copy h2 {
  color: var(--apple-ink);
  font-size: clamp(46px, 5.5vw, 78px);
  line-height: 0.98;
}

.housing-cta-copy > p:not(.eyebrow) {
  color: var(--apple-ink-soft);
}

.housing-keywords span,
.tenant-footer-main nav a {
  border-color: var(--apple-line);
  background: var(--apple-parchment);
  color: var(--apple-ink-soft);
}

.housing-cta-link {
  min-height: 260px;
  border: 0;
  border-radius: 28px;
  background: var(--stayoo-pink);
  color: #fff;
  box-shadow: none;
  transform: none;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), background 180ms ease;
}

.housing-cta-link:hover {
  border: 0;
  background: var(--stayoo-pink-hover);
  transform: translateY(-4px);
}

.housing-cta-link span,
.housing-cta-link strong,
.housing-cta-link i {
  color: #fff;
}

.tenant-footer-main,
.footer-bottom {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  border-color: var(--apple-line);
}

.tenant-footer-main strong,
.tenant-footer-main a,
.footer-bottom {
  color: var(--apple-ink);
}

.loading-panel {
  max-width: 1440px;
  min-height: 260px;
  margin: 24px auto;
  border: 0;
  border-radius: 28px;
  background: var(--apple-canvas);
  color: var(--apple-ink-soft);
}

/* Legacy standalone pages retain their content but share the new system. */
.page-main {
  padding: clamp(44px, 7vw, 92px) var(--page-gutter);
  background: var(--apple-parchment);
}

.page-hero {
  max-width: 1440px;
  margin: 0 auto 24px;
  padding: clamp(48px, 7vw, 96px);
  border-radius: 32px;
  background: linear-gradient(112deg, var(--apple-blush-wash), #fff 50%, var(--apple-blue-wash));
  text-align: center;
}

.page-hero h1 {
  color: var(--apple-ink);
  font-size: clamp(46px, 6vw, 82px);
}

.page-hero p,
.event-card-body p,
.guide-feature-card p,
.guide-card-body p {
  color: var(--apple-ink-soft);
}

.page-grid-layout,
.guide-page-grid,
.detail-page-main {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.page-filter-panel,
.event-card,
.guide-feature-card,
.event-page-card {
  border: 0;
  border-radius: 28px;
  background: var(--apple-canvas);
  box-shadow: none;
  color: var(--apple-ink);
}

.event-card-image,
.guide-feature-card img,
.event-page-hero {
  border-radius: 22px;
}

.reveal-card,
.future-edition,
.view-leaderboard,
.guide-item,
.event-archive {
  opacity: 0;
  transform: translateY(24px) scale(0.988) !important;
  animation: none !important;
  transition: opacity 520ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1) !important;
  transition-delay: var(--delay, 0ms) !important;
}

.reveal-card.is-visible,
.future-edition.is-visible,
.view-leaderboard.is-visible,
.guide-item.is-visible,
.event-archive.is-visible {
  opacity: 1;
  transform: none !important;
}

@media (max-width: 1023px) {
  .weekly-event-card:first-child {
    grid-template-columns: 1fr;
  }

  .weekly-event-card:first-child .weekly-event-image,
  .weekly-event-card:first-child .weekly-event-copy {
    grid-column: 1;
  }

  .weekly-event-card:first-child .weekly-event-image {
    grid-row: 1;
    min-height: 480px;
    margin-bottom: 0;
  }

  .weekly-event-card:first-child .weekly-event-copy {
    grid-row: 2;
    align-items: center;
    text-align: center;
  }

  .weekly-event-card:first-child .weekly-event-copy .meta,
  .weekly-event-card:first-child .card-actions {
    justify-content: center;
  }

  .housing-cta {
    grid-template-columns: 1fr;
  }

  .housing-cta-link {
    min-height: 220px;
  }
}

@media (max-width: 833px) {
  .topbar,
  .topbar.is-scrolled {
    grid-template-columns: 1fr auto;
    min-height: 58px;
  }

  .nav-links,
  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .weekly-intro {
    grid-template-columns: 1fr;
  }

  .weekly-status {
    max-width: 420px;
  }

  .weekly-event-card,
  .weekly-event-card:nth-child(3n),
  .weekly-event-card:first-child,
  .secret-list-page .guide-grid,
  .guide-grid {
    grid-column: 1 / -1;
  }

  .weekly-event-card,
  .guide-card {
    min-height: 620px;
  }

  .secret-list-page .guide-grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-item {
    grid-template-columns: 1fr;
  }

  .guide-item-image {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  body,
  body.inner-page {
    font-size: 16px;
  }

  .topbar,
  .topbar.is-scrolled {
    padding-inline: 16px;
  }

  .brand img {
    width: 114px;
  }

  .language-tools select,
  .language-switch select {
    min-width: 112px;
  }

  .weekly-home,
  .secret-list-page {
    padding-inline: 12px;
  }

  .weekly-intro,
  .secret-list-hero,
  .housing-cta,
  .page-hero {
    padding: 42px 22px;
    border-radius: 24px;
  }

  .weekly-intro h1,
  .secret-list-hero h1,
  .detail-card h1,
  .page-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .timeframe-tabs {
    top: 116px;
    margin-bottom: 20px;
    scroll-margin-top: 116px;
  }

  .week-edition-bar {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .weekly-event-card,
  .guide-card {
    min-height: 0;
    border-radius: 24px;
  }

  .weekly-event-card:first-child .weekly-event-image,
  .weekly-event-image,
  .guide-image {
    min-height: 300px;
    margin: 12px 12px 0;
    border-radius: 18px;
  }

  .weekly-event-copy,
  .weekly-event-card:first-child .weekly-event-copy,
  .guide-card-body {
    align-items: center;
    padding: 28px 22px 30px;
    text-align: center;
  }

  .weekly-event-copy h3,
  .weekly-event-card:first-child .weekly-event-copy h3,
  .guide-card-body h3 {
    font-size: 36px;
  }

  .weekly-event-card:first-child .weekly-event-copy .meta,
  .weekly-event-card:first-child .card-actions {
    justify-content: center;
  }

  .guide-tabs {
    justify-content: flex-start;
  }

  .guide-tab {
    flex-basis: 90px;
    min-height: 84px;
  }

  .view-leaderboard,
  .future-edition,
  .event-archive {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .future-edition-head {
    grid-template-columns: 1fr;
  }

  .future-verification {
    justify-self: start;
  }

  .future-event-row {
    grid-template-columns: 34px 1fr 18px;
  }

  .future-event-row time,
  .future-category {
    display: none;
  }

  .detail-image-band {
    min-height: 400px;
    border-radius: 24px;
  }

  .detail-card {
    width: calc(100% - 16px);
    margin-top: -42px;
    padding: 28px 20px;
    border-radius: 24px;
  }

  .housing-cta-copy h2 {
    font-size: 46px;
  }

  .tenant-footer-main,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-card,
  .future-edition,
  .view-leaderboard,
  .guide-item,
  .event-archive {
    opacity: 1;
    transform: none !important;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .topbar,
  .timeframe-tabs,
  .weekly-status,
  .guide-tabs,
  .detail-card,
  .share-dialog {
    background: #fff;
    backdrop-filter: none;
  }
}

@media (prefers-contrast: more) {
  .topbar,
  .weekly-status,
  .guide-tabs,
  .detail-card,
  .button,
  button,
  input,
  select,
  textarea {
    border-color: #1d1d1f;
  }
}

/* Contrast hardening for the Apple light-surface system. */
.weekly-event-card:not(:nth-child(4n + 4)) .weekly-event-copy h3 a,
.weekly-event-card:first-child .weekly-event-copy h3 a,
.guide-card:not(:nth-child(4n + 1)) .guide-card-body h3 a,
.view-leaderboard .leaderboard-head h3,
.view-leaderboard li a,
.view-leaderboard li a strong,
.future-edition .future-event-name strong,
.event-archive .archive-list a {
  color: var(--apple-ink) !important;
}

.view-leaderboard li small,
.future-edition .future-event-row time,
.event-archive .archive-list time,
.event-archive .archive-list span {
  color: var(--apple-ink-soft) !important;
}

.week-edition-bar > span,
.leaderboard-empty,
.archive-search label > span {
  color: var(--apple-ink-soft) !important;
}

.archive-heading small {
  color: var(--stayoo-pink) !important;
}

.event-detail .detail-card .guide-item-body p,
.event-detail .detail-card .guide-address,
.event-detail .detail-card .lead,
.event-detail .detail-card .detail-list,
.event-detail .detail-card .detail-list li,
.event-detail .detail-card .fact span {
  color: var(--apple-ink-soft) !important;
}

.event-detail .detail-card .guide-item-body a.pill {
  border-color: rgba(213, 56, 104, 0.24) !important;
  background: rgba(213, 56, 104, 0.07) !important;
  color: var(--stayoo-pink) !important;
}

.event-detail .detail-card .guide-map summary {
  color: var(--stayoo-pink) !important;
}

.event-detail .detail-card .detail-actions .button,
.event-detail .detail-card .detail-actions a.button {
  border-color: var(--apple-line) !important;
  background: transparent !important;
  color: var(--apple-ink) !important;
}

.guide-card:not(:nth-child(4n + 1)) .guide-card-body .tag-row .pill,
.event-detail .detail-card .tag-row .pill {
  border-color: var(--apple-line) !important;
  background: rgba(255, 255, 255, 0.52) !important;
  color: var(--apple-ink-soft) !important;
}

.weekly-event-card .weekly-event-copy .card-actions .button.primary,
.guide-card .guide-card-body .card-actions .button.primary {
  border-color: var(--stayoo-pink) !important;
  background: var(--stayoo-pink) !important;
  color: #fff !important;
}

.weekly-event-card .weekly-event-copy .card-actions .button:not(.primary),
.guide-card:not(:nth-child(4n + 1)) .guide-card-body .card-actions .button:not(.primary) {
  border-color: var(--apple-line) !important;
  background: transparent !important;
  color: var(--apple-ink) !important;
}

.weekly-event-card:nth-child(4n + 4) .weekly-event-copy .card-actions .button:not(.primary),
.guide-card:nth-child(4n + 1) .guide-card-body .card-actions .button:not(.primary) {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #fff !important;
}

.guide-grid {
  scroll-margin-top: 76px;
}

/*
 * Unified Apple editorial system.
 * Weekly and Secret List cards deliberately share one white surface so imagery,
 * hierarchy, and content—not alternating color treatments—carry the rhythm.
 */
:root {
  --font-display: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --type-hero: clamp(46px, 6vw, 82px);
  --type-section: clamp(34px, 4vw, 54px);
  --type-card-title: clamp(32px, 3.2vw, 48px);
  --type-body: 17px;
  --type-control: 14px;
  --type-caption: 12px;
}

html,
body,
button,
input,
select,
textarea,
.button,
.nav-links,
.nav,
.pill,
.meta,
.engagement-stat,
.guide-tab,
.timeframe-tab {
  font-family: var(--font-body) !important;
}

h1,
h2,
h3,
.weekly-intro h1,
.secret-list-hero h1,
.page-hero h1,
.detail-card h1,
.weekly-event-copy h3,
.guide-card-body h3,
.leaderboard-head h3,
.archive-heading h3,
.future-edition-head h2,
.housing-cta-copy h2,
.tenant-footer-main strong {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  letter-spacing: -0.04em !important;
}

.weekly-intro h1,
.secret-list-hero h1,
.page-hero h1,
.detail-card h1 {
  font-size: var(--type-hero) !important;
  line-height: 0.98 !important;
}

.leaderboard-head h3,
.archive-heading h3,
.future-edition-head h2,
.housing-cta-copy h2 {
  font-size: var(--type-section) !important;
  line-height: 1.04 !important;
}

.weekly-event-copy h3,
.weekly-event-card:first-child .weekly-event-copy h3,
.guide-card-body h3 {
  font-size: var(--type-card-title) !important;
  line-height: 1.08 !important;
}

.weekly-event-copy p,
.guide-card-body p,
.detail-card .lead,
.detail-card .detail-list,
.detail-card .guide-item-body p,
.housing-cta-copy p {
  font-family: var(--font-body) !important;
  font-size: var(--type-body) !important;
  line-height: 1.47 !important;
  letter-spacing: -0.012em !important;
}

button,
.button,
.nav-links a,
.nav-link,
.guide-tab,
.timeframe-tab,
.language-tools select,
.language-switch select {
  font-size: var(--type-control) !important;
  line-height: 1.28 !important;
  letter-spacing: -0.01em !important;
}

.eyebrow,
.meta,
.event-date,
.engagement-stat,
.guide-stops span {
  font-size: var(--type-caption) !important;
}

.weekly-event-card,
.weekly-event-card:first-child,
.weekly-event-card:nth-child(3n),
.weekly-event-card:nth-child(4n + 3),
.weekly-event-card:nth-child(4n + 4),
.guide-card,
.guide-card:nth-child(4n + 1),
.guide-card:nth-child(4n + 4) {
  background: #fff !important;
  color: var(--apple-ink) !important;
}

.weekly-event-card .weekly-event-copy,
.weekly-event-card:first-child .weekly-event-copy,
.weekly-event-card:nth-child(4n + 4) .weekly-event-copy,
.guide-card .guide-card-body,
.guide-card:nth-child(4n + 1) .guide-card-body {
  color: var(--apple-ink) !important;
}

.weekly-event-card .weekly-event-copy h3,
.weekly-event-card .weekly-event-copy h3 a,
.weekly-event-card:nth-child(4n + 4) .weekly-event-copy h3,
.weekly-event-card:nth-child(4n + 4) .weekly-event-copy h3 a,
.guide-card .guide-card-body h3,
.guide-card .guide-card-body h3 a,
.guide-card:nth-child(4n + 1) .guide-card-body h3,
.guide-card:nth-child(4n + 1) .guide-card-body h3 a {
  color: var(--apple-ink) !important;
}

.weekly-event-card .weekly-event-copy p,
.weekly-event-card .meta,
.weekly-event-card .engagement-stat,
.weekly-event-card .engagement-stat b,
.weekly-event-card:nth-child(4n + 4) .weekly-event-copy p,
.weekly-event-card:nth-child(4n + 4) .meta,
.weekly-event-card:nth-child(4n + 4) .engagement-stat,
.weekly-event-card:nth-child(4n + 4) .engagement-stat b,
.guide-card .guide-card-body p,
.guide-card .guide-stops span,
.guide-card .meta,
.guide-card .engagement-stat,
.guide-card .engagement-stat b,
.guide-card:nth-child(4n + 1) .guide-card-body p,
.guide-card:nth-child(4n + 1) .guide-stops span,
.guide-card:nth-child(4n + 1) .meta,
.guide-card:nth-child(4n + 1) .engagement-stat,
.guide-card:nth-child(4n + 1) .engagement-stat b {
  color: var(--apple-ink-soft) !important;
}

.weekly-event-card .pill,
.weekly-event-card:nth-child(4n + 4) .pill,
.guide-card .pill,
.guide-card:nth-child(4n + 1) .pill {
  border-color: var(--apple-line) !important;
  background: rgba(29, 29, 31, 0.035) !important;
  color: var(--apple-ink-soft) !important;
}

.weekly-event-card .engagement-bar,
.guide-card .engagement-bar {
  border-color: var(--apple-line) !important;
}

.weekly-event-card .weekly-event-copy .card-actions .button:not(.primary),
.weekly-event-card:nth-child(4n + 4) .weekly-event-copy .card-actions .button:not(.primary),
.guide-card .guide-card-body .card-actions .button:not(.primary),
.guide-card:nth-child(4n + 1) .guide-card-body .card-actions .button:not(.primary) {
  border-color: var(--apple-line) !important;
  background: transparent !important;
  color: var(--apple-ink) !important;
}

@media (max-width: 640px) {
  .weekly-event-copy h3,
  .weekly-event-card:first-child .weekly-event-copy h3,
  .guide-card-body h3 {
    font-size: clamp(30px, 9vw, 38px) !important;
  }
}

/* Weekly guest story: the same cut-paper travel language used across STAYOO. */
.weekly-status.weekly-status-story {
  grid-template-rows: minmax(248px, 1fr) auto;
  align-content: stretch;
  gap: 15px;
  min-height: 430px;
  padding: 14px 14px 21px;
  overflow: hidden;
  border-color: rgba(29, 29, 31, 0.09);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(31, 44, 59, 0.08);
}

.weekly-status-copy {
  position: relative;
  z-index: 4;
  display: grid;
  gap: 7px;
  padding: 0 10px;
}

.weekly-status-copy > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--stayoo-pink);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.weekly-status-copy strong {
  color: var(--apple-ink);
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.weekly-status-copy small {
  color: var(--apple-ink-soft);
  font-size: 14px;
}

.weekly-guest-story {
  position: relative;
  min-height: 248px;
  isolation: isolate;
}

.weekly-story-paper {
  position: absolute;
  inset: 11px 10px 22px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.98);
  border-radius: 20px;
  background: #f8f4ec;
  box-shadow:
    0 18px 38px rgba(43, 39, 34, 0.15),
    0 3px 8px rgba(43, 39, 34, 0.08),
    inset 0 0 0 1px rgba(29, 29, 31, 0.06);
  transform: rotate(-1.2deg);
}

.weekly-story-paper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.64);
  pointer-events: none;
}

.weekly-story-paper-back {
  inset: 17px 5px 15px 16px;
  z-index: -1;
  background: #dfeaf1;
  box-shadow: 0 15px 32px rgba(39, 55, 70, 0.12);
  transform: rotate(2.7deg);
}

.weekly-story-city {
  position: absolute;
  inset: 0;
  background-image: url("/assets/illustrations/seattle-skyline-soft-bg.jpg");
  background-position: center 52%;
  background-size: cover;
  filter: saturate(0.5) contrast(0.78) brightness(1.08);
  transform: scale(1.025);
}

.weekly-story-characters {
  position: absolute;
  z-index: 3;
  bottom: -4px;
  left: 50%;
  width: min(92%, 246px);
  aspect-ratio: 1;
  filter: drop-shadow(0 8px 9px rgba(29, 29, 31, 0.16));
  transform: translateX(-50%);
}

.weekly-character-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-image: url("/assets/illustrations/stayoo-weekly-guest-sprite-v2.webp");
  background-position: var(--sprite-x) var(--sprite-y);
  background-repeat: no-repeat;
  background-size: 300% 200%;
  transform: translate3d(0, 3px, 0) scale(0.99);
  animation: weeklyCharacterFrame 15s ease-in-out infinite;
  animation-delay: calc(var(--frame-index) * 2.5s - 0.25s);
  will-change: opacity, transform;
}

.weekly-character-frame:nth-child(4) {
  clip-path: inset(8% 0 0);
}

@keyframes weeklyCharacterFrame {
  0% { opacity: 0; transform: translate3d(0, 3px, 0) scale(0.99); }
  1.8%, 18.2% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  20%, 100% { opacity: 0; transform: translate3d(0, -2px, 0) scale(1.005); }
}

@media (max-width: 833px) {
  .weekly-status.weekly-status-story {
    width: 100%;
    max-width: 430px;
    min-height: 410px;
  }
}

@media (max-width: 480px) {
  .weekly-status.weekly-status-story {
    min-height: 382px;
  }

  .weekly-guest-story { min-height: 220px; }
  .weekly-story-characters { width: min(92%, 222px); }
}

@media (prefers-reduced-motion: reduce) {
  .weekly-character-frame {
    animation: none !important;
    will-change: auto;
  }

  .weekly-character-frame:nth-child(3) {
    opacity: 1;
    transform: none;
  }

  .weekly-character-frame:not(:nth-child(3)) { display: none; }
}

/* Secret List previews reveal only the collection title; full details live one level deeper. */
.guide-card--preview {
  min-height: 600px;
}

.guide-card--preview .guide-image {
  min-height: clamp(400px, 36vw, 470px);
}

.guide-card--preview .guide-card-body {
  min-height: 148px;
  flex: 0 0 auto;
  justify-content: center;
  padding: 28px clamp(24px, 4vw, 54px) 32px;
}

/* Weekly event stage — the five current picks are the homepage's opening scene. */
.weekly-home {
  min-height: 100vh;
  padding-top: clamp(18px, 2.4vw, 34px);
  overflow: hidden;
}

.weekly-home > .timeframe-tabs {
  top: 72px;
  z-index: 40;
  margin-bottom: 14px;
  border: 1px solid rgba(29, 29, 31, 0.07);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 48px rgba(29, 29, 31, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.weekly-home .week-edition-bar {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding-inline: clamp(14px, 3vw, 44px);
}

.weekly-event-carousel {
  position: relative;
  width: min(1680px, calc(100vw - 24px));
  margin: 0 auto clamp(72px, 8vw, 116px);
  padding-bottom: 60px;
  isolation: isolate;
}

.weekly-event-stage {
  position: relative;
  height: clamp(590px, 68vw, 690px);
  min-height: 590px;
  outline: none;
  perspective: 1900px;
  perspective-origin: 50% 42%;
  touch-action: pan-y;
}

.weekly-event-carousel .weekly-event-card,
.weekly-event-carousel .weekly-event-card:first-child,
.weekly-event-carousel .weekly-event-card:nth-child(3n),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
  --card-x: -50%;
  --card-y: 0px;
  --card-scale: 1;
  --card-tilt-y: 0deg;
  --card-tilt-z: 0deg;
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 1;
  display: flex;
  width: clamp(390px, 33vw, 500px);
  height: clamp(570px, 48vw, 650px);
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 40px;
  background: linear-gradient(155deg, #f8f8fa 0%, #f0f0f3 100%) !important;
  box-shadow:
    0 34px 92px rgba(34, 38, 47, 0.19),
    0 5px 18px rgba(34, 38, 47, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  opacity: 0;
  filter: saturate(0.82) blur(0.2px);
  animation: none !important;
  transform: translate3d(var(--card-x), var(--card-y), 0) rotateY(var(--card-tilt-y)) rotateZ(var(--card-tilt-z)) scale(var(--card-scale)) !important;
  transform-origin: 50% 82%;
  backface-visibility: hidden;
  transition: transform 620ms cubic-bezier(0.18, 0.82, 0.22, 1), opacity 440ms ease, filter 440ms ease, box-shadow 440ms ease !important;
  will-change: transform, opacity;
  cursor: pointer;
}

.weekly-event-carousel .weekly-event-card[data-position="center"] {
  --card-x: -50%;
  z-index: 5;
  opacity: 1;
  filter: none;
  cursor: default;
  box-shadow:
    0 44px 124px rgba(34, 38, 47, 0.23),
    0 7px 22px rgba(34, 38, 47, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.weekly-event-carousel .weekly-event-card[data-position="left-1"] {
  --card-x: calc(-50% - clamp(280px, 25vw, 390px));
  --card-y: 34px;
  --card-scale: 0.84;
  --card-tilt-y: 14deg;
  --card-tilt-z: -3.5deg;
  z-index: 4;
  opacity: 0.5;
}

.weekly-event-carousel .weekly-event-card[data-position="right-1"] {
  --card-x: calc(-50% + clamp(280px, 25vw, 390px));
  --card-y: 34px;
  --card-scale: 0.84;
  --card-tilt-y: -14deg;
  --card-tilt-z: 3.5deg;
  z-index: 4;
  opacity: 0.5;
}

.weekly-event-carousel .weekly-event-card[data-position="left-2"] {
  --card-x: calc(-50% - clamp(500px, 43vw, 690px));
  --card-y: 72px;
  --card-scale: 0.67;
  --card-tilt-y: 22deg;
  --card-tilt-z: -7deg;
  z-index: 2;
  opacity: 0.2;
}

.weekly-event-carousel .weekly-event-card[data-position="right-2"] {
  --card-x: calc(-50% + clamp(500px, 43vw, 690px));
  --card-y: 72px;
  --card-scale: 0.67;
  --card-tilt-y: -22deg;
  --card-tilt-z: 7deg;
  z-index: 2;
  opacity: 0.2;
}

.weekly-event-carousel .weekly-event-card:not([data-position="center"]):hover {
  filter: saturate(0.96);
  opacity: 0.7;
}

.weekly-event-carousel .weekly-event-image,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-image {
  grid-column: auto;
  grid-row: auto;
  width: auto;
  min-height: 265px;
  flex: 0 0 44%;
  margin: 16px 16px 0;
  border: 4px solid rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  box-shadow: 0 19px 46px rgba(35, 38, 45, 0.17);
  transform: none !important;
}

.weekly-event-carousel .weekly-event-card:hover .weekly-event-image {
  filter: saturate(1.04);
  transform: scale(1.008) !important;
}

.weekly-event-carousel .weekly-event-copy,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy {
  grid-column: auto;
  grid-row: auto;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px 28px 22px;
  text-align: left;
}

.weekly-event-carousel .weekly-event-copy h3,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 0 13px;
  color: #18181b !important;
  font-size: clamp(29px, 2.65vw, 40px) !important;
  font-weight: 650;
  line-height: 0.99;
  letter-spacing: -0.052em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.weekly-event-carousel .weekly-event-copy p {
  display: -webkit-box;
  overflow: hidden;
  margin: 10px 2px 14px;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.weekly-event-carousel .weekly-event-copy .meta,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .meta,
.weekly-event-carousel .weekly-event-card:first-child .card-actions {
  justify-content: flex-start;
}

.weekly-event-carousel .weekly-event-copy .meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: 100%;
  gap: 8px;
  margin: 0;
}

.weekly-event-carousel .weekly-card-address {
  grid-template-columns: minmax(0, 1fr);
}

.weekly-event-carousel .weekly-card-address > span {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
}

.weekly-event-carousel .weekly-card-address i {
  flex: none;
  color: var(--stayoo-pink);
  font-size: 15px;
  font-style: normal;
}

.weekly-event-carousel .weekly-event-copy .meta > span {
  display: flex;
  min-width: 0;
  min-height: 38px;
  align-items: center;
  padding: 8px 13px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.055) !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95) !important;
  box-shadow: 0 9px 25px rgba(29, 29, 31, 0.07);
  color: #35353a !important;
  font-size: 12px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weekly-event-carousel .card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  justify-content: flex-start;
  margin-top: auto;
}

.weekly-event-carousel .card-actions .button {
  min-height: 46px;
  border-color: rgba(29, 29, 31, 0.065) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 10px 26px rgba(29, 29, 31, 0.065);
  color: #29292d !important;
  font-weight: 600;
}

.weekly-event-carousel .card-actions .button.primary {
  border-color: var(--stayoo-pink) !important;
  background: var(--stayoo-pink) !important;
  color: #fff !important;
}

.weekly-event-carousel .engagement-bar {
  margin-top: 11px;
  padding-top: 9px;
}

.weekly-carousel-controls {
  position: absolute;
  bottom: 4px;
  left: 50%;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 7px;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 42px rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(18px) saturate(180%);
  transform: translateX(-50%);
}

.weekly-carousel-arrow {
  display: grid;
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--apple-ink);
  font-size: 18px;
}

.weekly-carousel-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.weekly-carousel-dots button {
  display: grid;
  width: 24px;
  min-width: 24px;
  min-height: 34px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
}

.weekly-carousel-dots button span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(29, 29, 31, 0.22);
  transition: width 280ms ease, border-radius 280ms ease, background 280ms ease;
}

.weekly-carousel-dots button[aria-pressed="true"] span {
  width: 24px;
  border-radius: 999px;
  background: var(--stayoo-pink);
}

.weekly-carousel-status {
  position: absolute;
  right: clamp(18px, 4vw, 60px);
  bottom: 13px;
  margin: 0;
  color: var(--apple-ink-soft);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.weekly-carousel-status span {
  color: var(--apple-ink);
  font-weight: 600;
}

@media (max-width: 900px) {
  .weekly-event-stage { height: 650px; }

  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n) {
    width: min(480px, calc(100vw - 76px));
    height: 610px;
  }

  .weekly-event-carousel .weekly-event-card[data-position="left-1"] { --card-x: calc(-50% - 58vw); }
  .weekly-event-carousel .weekly-event-card[data-position="right-1"] { --card-x: calc(-50% + 58vw); }
  .weekly-event-carousel .weekly-event-card[data-position="left-2"] { --card-x: calc(-50% - 104vw); opacity: 0; pointer-events: none; }
  .weekly-event-carousel .weekly-event-card[data-position="right-2"] { --card-x: calc(-50% + 104vw); opacity: 0; pointer-events: none; }
}

@media (max-width: 640px) {
  .weekly-home { padding-top: 12px; }
  .weekly-home > .timeframe-tabs { top: 116px; margin-bottom: 10px; }
  .weekly-home .week-edition-bar { padding-inline: 14px; }
  .weekly-event-carousel { width: calc(100vw - 8px); padding-bottom: 54px; }
  .weekly-event-stage { height: 602px; min-height: 602px; }

  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
    top: 4px;
    width: min(420px, calc(100vw - 42px));
    height: 570px;
    border-radius: 26px;
  }

  .weekly-event-carousel .weekly-event-image,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-image {
    min-height: 224px;
    flex-basis: 41%;
    border-radius: 18px;
  }

  .weekly-event-carousel .weekly-event-copy,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy { padding: 18px 20px 17px; }
  .weekly-event-carousel .weekly-event-copy h3,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy h3 { font-size: clamp(25px, 8vw, 33px) !important; }
  .weekly-event-carousel .weekly-event-copy p { -webkit-line-clamp: 1; }
  .weekly-event-carousel .weekly-event-card[data-position="left-1"] { --card-x: calc(-50% - 76vw); opacity: 0.38; }
  .weekly-event-carousel .weekly-event-card[data-position="right-1"] { --card-x: calc(-50% + 76vw); opacity: 0.38; }
  .weekly-carousel-status { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .weekly-event-carousel .weekly-event-card { transition: opacity 0.01ms linear !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .weekly-home > .timeframe-tabs,
  .weekly-carousel-controls,
  .weekly-event-carousel .weekly-event-card { background: #fff !important; backdrop-filter: none; }
}

.guide-card--preview .guide-card-body h3 {
  margin: 0;
}

@media (max-width: 640px) {
  .guide-card--preview {
    min-height: 0;
  }

  .guide-card--preview .guide-image {
    min-height: 330px;
  }

  .guide-card--preview .guide-card-body {
    min-height: 128px;
    padding: 24px 22px 28px;
  }
}

/* 2026-08-19 refinement: visible actions, physical carousel motion, and a calmer editorial tail. */
.weekly-home > .timeframe-tabs {
  margin-bottom: 26px;
}

.weekly-home .week-edition-bar {
  margin-bottom: 12px;
}

.weekly-event-stage {
  height: clamp(660px, 70vw, 720px);
  min-height: 660px;
}

.weekly-event-carousel .weekly-event-card,
.weekly-event-carousel .weekly-event-card:first-child,
.weekly-event-carousel .weekly-event-card:nth-child(3n),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
  top: 26px;
  height: clamp(620px, 49vw, 670px);
  transform: translate3d(calc(var(--card-x) + var(--drag-offset, 0px)), var(--card-y), 0)
    rotateY(calc(var(--card-tilt-y) + var(--drag-tilt, 0deg)))
    rotateZ(var(--card-tilt-z)) scale(var(--card-scale)) !important;
  transition:
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease,
    box-shadow 520ms ease !important;
}

.weekly-event-stage.is-pressing .weekly-event-card.is-active {
  filter: saturate(1.02) brightness(0.995);
}

.weekly-event-stage.is-dragging,
.weekly-event-stage.is-dragging * {
  cursor: grabbing !important;
  user-select: none;
}

.weekly-event-stage.is-dragging .weekly-event-card {
  transition: none !important;
}

.weekly-event-carousel .weekly-event-image,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-image {
  min-height: 250px;
  flex-basis: 42%;
}

.weekly-media-actions {
  position: absolute;
  top: 34px;
  right: 34px;
  z-index: 9;
  display: grid;
  gap: 8px;
  justify-items: end;
}

.weekly-paper-action,
.weekly-event-carousel .weekly-paper-action.like-button {
  position: relative;
  display: grid;
  width: auto;
  min-width: 76px;
  min-height: 45px;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 12px 8px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 15px 15px 15px 5px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(22, 24, 31, 0.17), inset 0 1px 0 #fff;
  color: #232327;
  backdrop-filter: blur(16px) saturate(175%);
  transform: rotate(1.6deg);
  transform-origin: 85% 100%;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 180ms ease, background 180ms ease;
}

.weekly-paper-action::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  border-radius: 8px 0 5px 0;
  background: linear-gradient(135deg, rgba(217, 217, 222, 0.74) 0 48%, rgba(255, 255, 255, 0.96) 50% 100%);
  box-shadow: -2px -2px 5px rgba(29, 29, 31, 0.06);
  pointer-events: none;
}

.weekly-paper-action:nth-child(2) {
  transform: rotate(-1.8deg);
}

.weekly-paper-action:hover {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 17px 38px rgba(22, 24, 31, 0.22), inset 0 1px 0 #fff;
  transform: translateY(-3px) rotate(-0.5deg);
}

.weekly-paper-action:active {
  transform: translateY(1px) rotate(0deg) scale(0.94) !important;
}

.weekly-paper-action i {
  color: var(--stayoo-pink);
  font-size: 17px;
  font-style: normal;
  line-height: 1;
}

.weekly-paper-action b {
  color: #232327 !important;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.weekly-paper-action span {
  grid-column: 1 / -1;
  color: #5f5f66;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.weekly-share-action {
  grid-template-columns: auto !important;
  min-width: 66px;
}

.weekly-paper-action.is-liked {
  border-color: rgba(232, 29, 98, 0.22);
  background: rgba(255, 244, 248, 0.96);
}

.weekly-paper-action.is-liked i {
  color: #e81d62;
  filter: drop-shadow(0 5px 8px rgba(232, 29, 98, 0.25));
}

.weekly-event-card:not(.is-active) .weekly-media-actions {
  opacity: 0.38;
  pointer-events: none;
}

.weekly-paper-action.is-paper-popping {
  animation: weeklyPaperPop 520ms cubic-bezier(0.18, 0.86, 0.28, 1.3);
}

@keyframes weeklyPaperPop {
  0% { transform: translateY(0) rotate(1deg) scale(1); }
  35% { transform: translateY(-9px) rotate(-4deg) scale(1.055); }
  64% { transform: translateY(1px) rotate(1.5deg) scale(0.985); }
  100% { transform: translateY(0) rotate(0deg) scale(1); }
}

.weekly-event-carousel .weekly-event-copy,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy {
  min-height: 0;
  padding: 21px 28px 24px;
}

.weekly-event-carousel .weekly-event-copy h3,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy h3 {
  margin-top: 8px;
  margin-bottom: 11px;
}

.weekly-event-carousel .weekly-event-copy p {
  margin-top: 9px;
  margin-bottom: 11px;
  -webkit-line-clamp: 1;
}

.weekly-event-carousel .weekly-card-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: auto;
}

.weekly-event-carousel .weekly-card-footer .button.primary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 18px;
  box-shadow: 0 13px 30px rgba(213, 56, 104, 0.2);
}

.weekly-event-carousel .weekly-card-footer .button.primary i {
  font-size: 17px;
  font-style: normal;
  transition: transform 180ms ease;
}

.weekly-event-carousel .weekly-card-footer .button.primary:hover i {
  transform: translate(2px, -2px);
}

.weekly-view-count {
  display: grid;
  min-width: 78px;
  min-height: 46px;
  grid-template-columns: auto auto;
  place-content: center;
  column-gap: 5px;
  padding: 7px 11px;
  border: 1px solid rgba(29, 29, 31, 0.06);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.84);
  color: #4f4f55;
  box-shadow: 0 10px 25px rgba(29, 29, 31, 0.055);
}

.weekly-view-count i { color: var(--stayoo-pink); font-size: 11px; font-style: normal; }
.weekly-view-count b { color: #2b2b30; font-size: 12px; font-variant-numeric: tabular-nums; }
.weekly-view-count small { grid-column: 1 / -1; font-size: 8px; letter-spacing: 0.09em; text-align: center; text-transform: uppercase; }

.view-leaderboard {
  position: relative;
  max-width: 1180px;
  grid-template-columns: minmax(230px, 0.52fr) minmax(0, 1.48fr);
  gap: clamp(28px, 5vw, 76px);
  padding: clamp(30px, 4vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 36px;
  background: linear-gradient(145deg, #19191d 0%, #252328 56%, #34262c 100%);
  box-shadow: 0 34px 90px rgba(31, 28, 33, 0.14);
  color: #fff;
}

.view-leaderboard::before {
  content: "05";
  position: absolute;
  left: -10px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(150px, 20vw, 300px);
  font-weight: 700;
  letter-spacing: -0.09em;
  line-height: 0.8;
  pointer-events: none;
}

.view-leaderboard .leaderboard-head {
  position: relative;
  z-index: 1;
  align-self: start;
}

.view-leaderboard .leaderboard-head .eyebrow { color: #ff6f9f; }
.view-leaderboard .leaderboard-head h3 { color: #fff !important; }
.view-leaderboard ol { position: relative; z-index: 1; display: grid; gap: 8px; border: 0; }

.view-leaderboard li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 118px;
  gap: 14px;
  align-items: center;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), background 220ms ease, border-color 220ms ease;
}

.view-leaderboard li:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(6px);
}

.view-leaderboard li.is-leading {
  border-color: rgba(255, 255, 255, 0.86);
  background: #fff;
}

.view-leaderboard .leaderboard-rank {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  color: #ff79a5;
  font-size: 13px;
  font-weight: 650;
}

.view-leaderboard li.is-leading .leaderboard-rank {
  border-color: rgba(213, 56, 104, 0.17);
  background: rgba(213, 56, 104, 0.08);
  color: var(--stayoo-pink);
}

.view-leaderboard li a { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.view-leaderboard li a strong { overflow: hidden; color: #fff !important; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.view-leaderboard li a small { order: -1; color: rgba(255, 255, 255, 0.5) !important; font-size: 10px; letter-spacing: 0.04em; text-transform: uppercase; }
.view-leaderboard li.is-leading a strong { color: #1d1d1f !important; }
.view-leaderboard li.is-leading a small { color: #77777e !important; }

.leaderboard-signal { display: grid; gap: 7px; justify-items: end; }
.leaderboard-signal > b { color: rgba(255, 255, 255, 0.78) !important; font-size: 10px; font-weight: 600; white-space: nowrap; }
.leaderboard-signal > span { display: block; width: 100%; height: 3px; overflow: hidden; border-radius: 999px; background: rgba(255, 255, 255, 0.12); }
.leaderboard-signal > span i { display: block; width: var(--leader-progress); height: 100%; border-radius: inherit; background: #ff79a5; }
.view-leaderboard li.is-leading .leaderboard-signal > b { color: var(--stayoo-pink) !important; }
.view-leaderboard li.is-leading .leaderboard-signal > span { background: rgba(29, 29, 31, 0.08); }

.event-archive {
  max-width: 1040px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(29, 29, 31, 0.065);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 78px rgba(29, 29, 31, 0.07);
  backdrop-filter: blur(20px) saturate(140%);
}

.archive-intro { max-width: 600px; margin-bottom: 20px; }

.archive-search {
  width: max-content;
  max-width: 100%;
  grid-template-columns: 160px 160px 200px;
  gap: 9px;
}

.archive-search label { gap: 6px; }
.archive-search input { min-height: 42px; padding-inline: 12px; border-radius: 12px; font-size: 13px; }
.archive-search button { min-height: 42px; padding-inline: 18px; border-radius: 12px; font-size: 13px !important; }

.housing-cta {
  max-width: 1180px;
  border: 1px solid rgba(29, 29, 31, 0.055);
  background: linear-gradient(135deg, #fff 0%, #fbf7f8 100%);
  box-shadow: 0 30px 90px rgba(29, 29, 31, 0.06);
}

.detail-card {
  max-width: 1180px;
}

.detail-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: start;
  margin-top: clamp(28px, 4vw, 48px);
}

.detail-story-copy .lead { margin-top: 12px; font-size: clamp(20px, 2.2vw, 28px) !important; line-height: 1.38 !important; }
.detail-story-followup { margin-top: 20px; color: var(--apple-ink-soft); font-size: 17px; line-height: 1.58; }

.detail-plan-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 28px;
  background: var(--apple-parchment);
}

.detail-plan-card .compact-facts { margin: 18px 0 0; }
.detail-experience-tags { margin-top: 28px; }
.detail-experience { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--apple-line); }
.detail-experience .detail-list { margin-top: 16px; }
.detail-source-note { margin: 28px 0 0; padding: 15px 18px; border-radius: 16px; background: rgba(213, 56, 104, 0.06); color: var(--apple-ink-soft); font-size: 13px; line-height: 1.5; }
.detail-source-note span { display: block; margin-bottom: 3px; color: var(--stayoo-pink); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

@media (max-width: 900px) {
  .weekly-event-stage { height: 680px; }
  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n) { height: 630px; }
  .view-leaderboard { grid-template-columns: 1fr; }
  .view-leaderboard::before { left: auto; right: -16px; bottom: -28px; }
  .detail-story-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .weekly-home > .timeframe-tabs { margin-bottom: 20px; }
  .weekly-home .week-edition-bar { margin-bottom: 8px; }
  .weekly-home .week-edition-bar > span { display: none; }
  .weekly-event-stage { height: 632px; min-height: 632px; }
  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
    top: 18px;
    height: 590px;
  }
  .weekly-media-actions { top: 28px; right: 28px; grid-auto-flow: column; }
  .weekly-paper-action,
  .weekly-event-carousel .weekly-paper-action.like-button { min-width: 58px; min-height: 42px; padding: 6px 9px 7px; }
  .weekly-paper-action span { font-size: 7px; }
  .weekly-event-carousel .weekly-event-copy,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy { padding: 17px 20px 18px; }
  .weekly-event-carousel .weekly-event-copy p { display: none; }
  .weekly-event-carousel .weekly-card-footer { margin-top: 10px; }
  .view-leaderboard { padding: 27px 18px; border-radius: 28px; }
  .view-leaderboard li { grid-template-columns: 42px minmax(0, 1fr); padding: 13px 12px; }
  .leaderboard-signal { grid-column: 2; width: 100%; grid-template-columns: auto 1fr; align-items: center; justify-items: stretch; }
  .leaderboard-signal > span { width: 100%; }
  .event-archive { padding: 26px 18px; border-radius: 26px; }
  .archive-search { grid-template-columns: 1fr 1fr; }
  .archive-search button { grid-column: 1 / -1; width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .weekly-paper-action,
  .weekly-paper-action.is-paper-popping,
  .view-leaderboard li { animation: none !important; transition: opacity 160ms ease, background 160ms ease !important; }
  .weekly-event-stage.is-dragging .weekly-event-card { transition: none !important; }
}

/* 2026-08-19 poster-card pass and cinematic chapters. */
.weekly-home > .timeframe-tabs { margin-bottom: 34px; }

.weekly-event-stage {
  height: clamp(715px, 72vw, 770px);
  min-height: 715px;
}

.weekly-event-carousel .weekly-event-card,
.weekly-event-carousel .weekly-event-card:first-child,
.weekly-event-carousel .weekly-event-card:nth-child(3n),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
  height: clamp(675px, 51vw, 720px);
  border-color: rgba(255, 255, 255, 0.96);
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.98), rgba(244, 244, 247, 0.97) 68%, rgba(248, 236, 241, 0.95)) !important;
  box-shadow:
    0 42px 118px rgba(43, 37, 47, 0.22),
    0 7px 24px rgba(43, 37, 47, 0.08),
    inset 0 1px 0 #fff;
}

.weekly-event-carousel .weekly-event-image,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-image {
  min-height: 260px;
  flex-basis: 40%;
  margin: 15px 15px 0;
  border-radius: 27px;
  box-shadow: 0 20px 54px rgba(33, 30, 39, 0.16);
}

.weekly-event-carousel .weekly-event-copy,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy {
  padding: 20px 27px 23px;
}

.weekly-event-carousel .weekly-event-copy .event-date-line {
  margin: 0 0 7px;
  color: var(--stayoo-pink);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.095em;
  line-height: 1.2;
  text-transform: uppercase;
}

.weekly-event-carousel .weekly-event-copy .weekly-card-title,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .weekly-card-title {
  min-height: 2.04em;
  margin: 0 0 12px;
  color: #17171a !important;
  font-size: clamp(28px, 2.28vw, 34px) !important;
  font-weight: 680;
  line-height: 1.02;
  letter-spacing: -0.048em;
  padding-bottom: 1px;
  text-wrap: balance;
}

.weekly-event-carousel .weekly-event-copy .weekly-card-title.is-compact,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .weekly-card-title.is-compact {
  font-size: clamp(25px, 2.05vw, 30px) !important;
  line-height: 1.04;
}

.weekly-event-carousel .weekly-card-address {
  display: grid;
  width: 100%;
  min-height: 48px;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 8px 12px 8px 9px;
  border: 1px solid rgba(29, 29, 31, 0.065);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(29, 29, 31, 0.055), inset 0 1px 0 #fff;
  color: #39393e;
}

.weekly-location-mark {
  position: relative;
  display: grid;
  width: 30px;
  height: 30px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(213, 56, 104, 0.16);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(213, 56, 104, 0.13), rgba(213, 56, 104, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.weekly-location-mark::before {
  content: "";
  width: 9px;
  height: 11px;
  border: 1.6px solid var(--stayoo-pink);
  border-radius: 50% 50% 50% 0;
  transform: translateY(-1px) rotate(-45deg);
}

.weekly-location-mark span {
  position: absolute;
  top: 11px;
  left: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--stayoo-pink);
}

.weekly-address-text {
  min-width: 0;
  font-size: 11.5px;
  font-weight: 620;
  line-height: 1.3;
  letter-spacing: -0.006em;
}

.weekly-event-carousel .weekly-event-copy .weekly-card-summary {
  display: block;
  min-height: 2.8em;
  margin: 10px 1px 12px;
  overflow: visible;
  color: #707077;
  font-size: 12.5px;
  line-height: 1.4;
  -webkit-line-clamp: unset;
}

.weekly-event-carousel .weekly-card-footer { margin-top: auto; }

.weekly-event-carousel .weekly-card-footer .weekly-event-guide-link {
  min-height: 54px;
  padding: 7px 17px 7px 18px;
}

.weekly-event-guide-link > span {
  display: grid;
  gap: 2px;
  text-align: left;
}

.weekly-event-guide-link strong {
  color: inherit;
  font-size: 13px;
  font-weight: 720;
  line-height: 1.15;
}

.weekly-event-guide-link small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 8px;
  font-weight: 590;
  letter-spacing: 0.07em;
  line-height: 1.15;
  text-transform: uppercase;
}

.weekly-event-carousel .weekly-view-count { min-height: 54px; }

.cinematic-chapter {
  position: relative;
  width: min(1460px, calc(100vw - 24px));
  min-height: clamp(620px, 62vw, 820px);
  margin: clamp(38px, 6vw, 88px) auto;
  padding: clamp(24px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: clamp(30px, 4vw, 54px);
  background: #1a2022;
  box-shadow: 0 42px 120px rgba(28, 30, 34, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  isolation: isolate;
}

.cinematic-chapter-poster,
.cinematic-chapter-video,
.cinematic-chapter-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cinematic-chapter-poster img,
.cinematic-chapter-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cinematic-chapter-poster img { display: block; }

.cinematic-chapter-video {
  z-index: 1;
  opacity: 0;
  filter: saturate(0.88) contrast(1.04);
  transform: scale(1.025);
  transition: opacity 700ms ease;
}

.cinematic-chapter.is-video-ready .cinematic-chapter-video { opacity: 1; }

.cinematic-chapter-shade {
  z-index: 2;
  background:
    radial-gradient(circle at 50% 45%, transparent 5%, rgba(10, 13, 15, 0.2) 72%),
    linear-gradient(180deg, rgba(8, 10, 12, 0.12), rgba(8, 10, 12, 0.42));
  pointer-events: none;
}

.cinematic-chapter--neighborhood .cinematic-chapter-shade {
  background:
    linear-gradient(90deg, rgba(19, 21, 23, 0.25), rgba(19, 21, 23, 0.06) 52%, rgba(19, 21, 23, 0.3)),
    linear-gradient(180deg, rgba(18, 20, 22, 0.12), rgba(18, 20, 22, 0.38));
}

.cinematic-chapter-content {
  position: relative;
  z-index: 3;
  display: grid;
  min-height: calc(clamp(620px, 62vw, 820px) - clamp(48px, 10vw, 140px));
  align-items: center;
}

.cinematic-chapter .view-leaderboard,
.cinematic-chapter .event-archive {
  width: 100%;
  margin: 0 auto;
}

.cinematic-chapter .view-leaderboard {
  background: linear-gradient(145deg, rgba(20, 20, 24, 0.93), rgba(47, 34, 41, 0.91));
  box-shadow: 0 36px 100px rgba(10, 12, 14, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px) saturate(120%);
}

.cinematic-chapter .event-archive {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 36px 100px rgba(10, 12, 14, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px) saturate(125%);
}

@media (max-width: 900px) {
  .weekly-event-stage { height: 745px; }
  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n) { height: 690px; }
}

@media (max-width: 640px) {
  .weekly-home > .timeframe-tabs { margin-bottom: 27px; }
  .weekly-event-stage { height: 684px; min-height: 684px; }
  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
    height: 646px;
  }
  .weekly-event-carousel .weekly-event-image,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-image {
    min-height: 220px;
    flex-basis: 36%;
    margin: 12px 12px 0;
    border-radius: 18px;
  }
  .weekly-event-carousel .weekly-event-copy,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy { padding: 15px 18px 17px; }
  .weekly-event-carousel .weekly-event-copy .weekly-card-title,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .weekly-card-title {
    margin-bottom: 9px;
    font-size: clamp(23px, 7vw, 29px) !important;
  }
  .weekly-event-carousel .weekly-event-copy .weekly-card-title.is-compact,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .weekly-card-title.is-compact {
    font-size: clamp(18px, 5.2vw, 21px) !important;
    letter-spacing: -0.035em;
  }
  .weekly-event-carousel .weekly-card-address { min-height: 44px; padding-block: 6px; }
  .weekly-address-text { font-size: 10.5px; }
  .weekly-event-carousel .weekly-event-copy .weekly-card-summary {
    display: block;
    min-height: 2.8em;
    margin: 8px 1px 10px;
    font-size: 11.5px;
    line-height: 1.4;
  }
  .weekly-event-carousel .weekly-card-footer .weekly-event-guide-link,
  .weekly-event-carousel .weekly-view-count { min-height: 50px; }
  .weekly-event-guide-link strong { font-size: 12px; }
  .weekly-event-guide-link small { font-size: 7px; }
  .cinematic-chapter {
    width: calc(100vw - 16px);
    min-height: 700px;
    margin-block: 38px;
    padding: 14px;
    border-radius: 30px;
  }
  .cinematic-chapter-content { min-height: 670px; }
  .cinematic-chapter .view-leaderboard,
  .cinematic-chapter .event-archive { align-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-chapter-video { display: none; }
  .cinematic-chapter-poster img { transform: none; }
}

/* Continuous two-page film reel: native scroll drives both time and the page turn. */
.weekly-home {
  overflow-x: clip;
  overflow-y: visible;
}

.cinematic-reel {
  --page-clip: 0%;
  --page-lift: 0%;
  --page-tilt: 0deg;
  --page-scale: 1;
  --next-y: 4.2%;
  --next-scale: 0.975;
  --next-opacity: 0.48;
  --fold-y: 100%;
  --fold-opacity: 0;
  --rail-progress: 0%;
  position: relative;
  width: min(1460px, calc(100vw - 24px));
  margin: clamp(38px, 6vw, 88px) auto;
  isolation: isolate;
}

.cinematic-reel-sticky {
  position: relative;
  display: grid;
  width: 100%;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: clamp(30px, 4vw, 54px);
  background: #111719;
  box-shadow: 0 42px 120px rgba(28, 30, 34, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  isolation: isolate;
}

.cinematic-reel-scenes { position: relative; }

.cinematic-reel .cinematic-reel-scene {
  width: 100%;
  min-height: clamp(620px, 62vw, 820px);
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.cinematic-reel .cinematic-reel-scene + .cinematic-reel-scene {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.cinematic-reel.is-scrub-ready {
  height: clamp(2320px, 350svh, 3400px);
  margin-bottom: clamp(46px, 7vw, 100px);
}

.cinematic-reel.is-scrub-ready .cinematic-reel-sticky {
  position: sticky;
  top: 76px;
  height: calc(100svh - 92px);
  min-height: 660px;
}

.cinematic-reel.is-scrub-ready .cinematic-reel-scenes,
.cinematic-reel.is-scrub-ready .cinematic-reel-scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.cinematic-reel.is-scrub-ready .cinematic-reel-scene {
  z-index: var(--scene-z, 1);
  opacity: var(--scene-opacity, 1);
  clip-path: inset(0 0 var(--scene-clip, 0%) 0 round clamp(30px, 4vw, 54px));
  pointer-events: none;
  transform: perspective(1600px) translateY(var(--scene-y, 0%)) rotateX(var(--scene-tilt, 0deg)) scale(var(--scene-scale, 1));
  transform-origin: 50% 0%;
  will-change: clip-path, opacity, transform;
}

.cinematic-reel.is-scrub-ready .cinematic-reel-scene.is-active { pointer-events: auto; }

.cinematic-reel.is-scrub-ready .cinematic-chapter-content {
  min-height: 100%;
}

.cinematic-reel-page-edge {
  position: absolute;
  top: var(--fold-y);
  right: 0;
  left: 0;
  z-index: 5;
  height: 86px;
  opacity: var(--fold-opacity);
  background:
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.2) 46%, rgba(7, 10, 12, 0.28) 52%, transparent);
  filter: blur(0.2px);
  pointer-events: none;
  transform: translateY(-50%);
  will-change: top, opacity;
}

.cinematic-reel-progress {
  position: absolute;
  right: clamp(18px, 2.6vw, 34px);
  bottom: clamp(18px, 2.6vw, 30px);
  z-index: 7;
  display: flex;
  min-height: 38px;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(12, 15, 17, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px) saturate(120%);
  pointer-events: none;
}

.cinematic-reel-progress span {
  font-size: 9px;
  font-weight: 680;
  letter-spacing: 0.08em;
  line-height: 1;
}

.cinematic-reel-progress i {
  position: relative;
  width: 58px;
  height: 2px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.cinematic-reel-progress b {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--rail-progress);
  border-radius: inherit;
  background: #fff;
}

.cinematic-reel.is-static .cinematic-chapter-video { display: none; }

@media (max-width: 640px) {
  .cinematic-reel {
    width: calc(100vw - 16px);
    margin-block: 38px;
  }

  .cinematic-reel-sticky { border-radius: 30px; }

  .cinematic-reel .cinematic-reel-scene {
    width: 100%;
    min-height: 700px;
    margin: 0;
    border-radius: 0;
  }

  .cinematic-reel.is-scrub-ready {
    height: max(2260px, 340svh);
    margin-bottom: 48px;
  }

  .cinematic-reel.is-scrub-ready .cinematic-reel-sticky {
    top: 104px;
    height: calc(100svh - 112px);
    min-height: 660px;
  }

  .cinematic-reel.is-scrub-ready .cinematic-reel-scene {
    clip-path: inset(0 0 var(--scene-clip, 0%) 0 round 30px);
  }

  .cinematic-reel.is-scrub-ready .cinematic-chapter-content {
    min-height: 100%;
  }

  .cinematic-reel.is-scrub-ready .view-leaderboard,
  .cinematic-reel.is-scrub-ready .event-archive {
    max-height: calc(100svh - 150px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }

  .cinematic-reel.is-scrub-ready .view-leaderboard::-webkit-scrollbar,
  .cinematic-reel.is-scrub-ready .event-archive::-webkit-scrollbar { display: none; }

  .cinematic-reel-progress {
    right: 16px;
    bottom: 16px;
    min-height: 34px;
    padding: 7px 9px;
  }

  .cinematic-reel-progress i { width: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .cinematic-reel,
  .cinematic-reel.is-scrub-ready {
    height: auto;
  }

  .cinematic-reel .cinematic-reel-sticky,
  .cinematic-reel.is-scrub-ready .cinematic-reel-sticky {
    position: relative;
    top: auto;
    height: auto;
  }

  .cinematic-reel .cinematic-reel-scenes,
  .cinematic-reel .cinematic-reel-scene,
  .cinematic-reel.is-scrub-ready .cinematic-reel-scenes,
  .cinematic-reel.is-scrub-ready .cinematic-reel-scene {
    position: relative;
    inset: auto;
    min-height: 700px;
    opacity: 1;
    clip-path: none;
    transform: none;
  }

  .cinematic-reel-page-edge,
  .cinematic-reel-progress { display: none; }
}

/* 2026-08-20 compact weekly cards and the three-act reel finish. */
.weekly-home > .timeframe-tabs { margin-bottom: 42px; }

.weekly-event-stage {
  height: clamp(670px, 68vw, 715px);
  min-height: 670px;
}

.weekly-event-carousel .weekly-event-card,
.weekly-event-carousel .weekly-event-card:first-child,
.weekly-event-carousel .weekly-event-card:nth-child(3n),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
.weekly-event-carousel .weekly-event-card:nth-child(4n + 4) {
  height: clamp(635px, 48vw, 675px);
}

.weekly-event-carousel .weekly-event-image,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-image {
  min-height: 238px;
  flex-basis: 38%;
}

.weekly-event-carousel .weekly-event-copy,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy {
  justify-content: flex-start;
  padding: 17px 25px 20px;
}

.weekly-event-carousel .weekly-event-copy .event-date-line {
  display: flex;
  min-height: 27px;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  color: #56565d;
  letter-spacing: 0;
  text-transform: none;
}

.weekly-event-carousel .weekly-event-copy .event-date-line > span {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  gap: 5px;
  padding: 5px 9px;
  border: 1px solid rgba(213, 56, 104, 0.13);
  border-radius: 999px;
  background: rgba(213, 56, 104, 0.075);
  color: var(--stayoo-pink);
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.weekly-event-carousel .weekly-event-copy .event-date-line > span i {
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0;
}

.weekly-event-carousel .weekly-event-copy .event-date-line time {
  color: #53535a;
  font-size: 11px;
  font-weight: 680;
  letter-spacing: 0.035em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
}

.weekly-event-carousel .weekly-event-copy .weekly-card-title,
.weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .weekly-card-title {
  display: -webkit-box;
  min-height: 2.04em;
  margin-bottom: 13px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.weekly-event-carousel .weekly-card-address {
  min-height: 44px;
  grid-template-columns: 31px minmax(0, 1fr);
  padding: 6px 11px 6px 7px;
  border-radius: 14px;
}

.weekly-location-mark {
  width: 31px;
  height: 31px;
  border-color: rgba(213, 56, 104, 0.14);
  border-radius: 11px;
  background: rgba(252, 238, 243, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 4px 12px rgba(213, 56, 104, 0.06);
}

.weekly-location-mark::before {
  width: 10px;
  height: 13px;
  border-width: 1.45px;
  transform: translateY(-2px) rotate(-45deg);
}

.weekly-location-mark::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 4px;
  left: 7px;
  height: 4px;
  border: solid rgba(213, 56, 104, 0.2);
  border-width: 0 1px 1px;
  border-radius: 0 0 50% 50%;
}

.weekly-location-mark span {
  top: 11px;
  left: 14px;
  width: 3px;
  height: 3px;
}

.weekly-event-carousel .weekly-event-copy .weekly-card-summary {
  min-height: 0;
  margin: 11px 1px 11px;
  font-size: 12px;
  line-height: 1.38;
}

.weekly-event-carousel .weekly-card-footer {
  margin-top: 7px;
}

.weekly-event-carousel .weekly-card-footer .weekly-event-guide-link,
.weekly-event-carousel .weekly-view-count {
  min-height: 50px;
}

.cinematic-reel.is-scrub-ready .event-archive {
  max-height: calc(100svh - 154px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.cinematic-reel.is-scrub-ready .view-leaderboard::-webkit-scrollbar,
.cinematic-reel.is-scrub-ready .event-archive::-webkit-scrollbar { display: none; }

.cinematic-reel.is-scrub-ready .view-leaderboard {
  max-height: none;
  overflow: hidden;
}

.cinematic-chapter .view-leaderboard {
  max-width: 1060px;
  grid-template-columns: 1fr;
  gap: 22px;
  padding: clamp(28px, 3.4vw, 44px);
  border-radius: 30px;
}

.cinematic-chapter .view-leaderboard::before {
  right: 24px;
  bottom: -36px;
  left: auto;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(110px, 12vw, 176px);
}
.cinematic-chapter .view-leaderboard .leaderboard-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}
.cinematic-chapter .view-leaderboard .leaderboard-head .eyebrow { margin-bottom: 5px; }
.view-leaderboard .leaderboard-head h3 {
  margin: 0;
  font-size: clamp(31px, 3.1vw, 44px) !important;
  line-height: 1;
  white-space: nowrap;
}
.view-leaderboard ol { gap: 8px; }
.view-leaderboard li { grid-template-columns: 42px minmax(0, 1fr) 110px; gap: 13px; padding: 13px 15px; border-radius: 16px; }
.view-leaderboard .leaderboard-rank { width: 32px; height: 32px; font-size: 11px; }
.view-leaderboard li a { gap: 5px; }
.view-leaderboard li a strong { font-size: 13px; }
.view-leaderboard li a small { font-size: 8.5px; }
.leaderboard-signal { gap: 5px; }

.cinematic-chapter .event-archive {
  max-width: 840px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
}

.cinematic-chapter .archive-heading h3 { font-size: clamp(28px, 2.7vw, 39px); }
.cinematic-chapter .archive-heading small { margin-bottom: 5px; }
.cinematic-chapter .archive-intro {
  display: -webkit-box;
  max-width: 560px;
  margin: 10px 0 14px;
  overflow: hidden;
  font-size: 12.5px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cinematic-chapter .archive-search { grid-template-columns: 142px 142px 172px; gap: 7px; }
.cinematic-chapter .archive-search label { gap: 4px; }
.cinematic-chapter .archive-search input,
.cinematic-chapter .archive-search button { min-height: 39px; border-radius: 11px; font-size: 12px !important; }
.cinematic-chapter .archive-list { padding: 16px 0 0; }
.cinematic-chapter .archive-list a { padding-block: 12px; }

.cinematic-chapter--home { background: #f5f5f7; }
.cinematic-home-backdrop {
  position: absolute;
  inset: 0;
  background: #f5f5f7;
}

.cinematic-chapter--home .cinematic-chapter-content { padding: clamp(18px, 3vw, 42px); }
.cinematic-chapter--home .housing-cta--reel {
  width: 100%;
  max-width: 1180px;
  gap: clamp(30px, 5vw, 82px);
  padding: clamp(30px, 4.8vw, 68px);
  border-radius: 34px;
}
.cinematic-chapter--home .housing-cta-copy h2 { margin: 11px 0 18px; font-size: clamp(44px, 5.1vw, 72px); }
.cinematic-chapter--home .housing-cta-copy > p:not(.eyebrow) { font-size: clamp(14px, 1.15vw, 17px); line-height: 1.56; }
.cinematic-chapter--home .housing-keywords { margin-top: 18px; }
.cinematic-chapter--home .housing-cta-link { min-height: 214px; padding: 24px; }
.cinematic-chapter--home .housing-cta-link:active { transform: translateY(1px) scale(0.975); }

.tenant-footer > .tenant-footer-main { margin-top: 0; }

.compact-footer {
  padding: 20px max(var(--page-gutter), calc((100vw - 1440px) / 2)) 24px;
  border-top: 1px solid var(--apple-line);
  background: var(--apple-parchment);
  color: var(--apple-ink-soft);
}

.compact-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: -0.01em;
}

.compact-footer a {
  color: var(--apple-ink-soft);
  transition: color 180ms ease;
}

.compact-footer a:hover { color: var(--stayoo-pink); }

@media (max-width: 900px) {
  .weekly-event-stage { height: 650px; min-height: 650px; }
  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n) { height: 610px; }
  .cinematic-chapter .view-leaderboard { grid-template-columns: 1fr; gap: 17px; }
}

@media (max-width: 640px) {
  .weekly-home > .timeframe-tabs { margin-bottom: 34px; }
  .weekly-event-stage { height: 620px; min-height: 620px; }
  .weekly-event-carousel .weekly-event-card,
  .weekly-event-carousel .weekly-event-card:first-child,
  .weekly-event-carousel .weekly-event-card:nth-child(3n),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 3),
  .weekly-event-carousel .weekly-event-card:nth-child(4n + 4) { height: 584px; }
  .weekly-event-carousel .weekly-event-image,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-image { min-height: 200px; flex-basis: 34%; }
  .weekly-event-carousel .weekly-event-copy,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy { padding: 13px 17px 15px; }
  .weekly-event-carousel .weekly-event-copy .event-date-line { gap: 7px; margin-bottom: 8px; }
  .weekly-event-carousel .weekly-event-copy .event-date-line > span { min-height: 24px; padding: 4px 7px; font-size: 8px; }
  .weekly-event-carousel .weekly-event-copy .event-date-line time { font-size: 9.5px; }
  .weekly-event-carousel .weekly-event-copy .weekly-card-title,
  .weekly-event-carousel .weekly-event-card:first-child .weekly-event-copy .weekly-card-title { margin-bottom: 10px; }
  .weekly-event-carousel .weekly-card-address { min-height: 40px; grid-template-columns: 28px minmax(0, 1fr); gap: 8px; }
  .weekly-location-mark { width: 28px; height: 28px; }
  .weekly-location-mark span { top: 10px; left: 13px; }
  .weekly-event-carousel .weekly-event-copy .weekly-card-summary { margin: 8px 1px 9px; font-size: 11px; line-height: 1.34; }
  .weekly-event-carousel .weekly-card-footer { margin-top: 4px; }
  .weekly-event-carousel .weekly-card-footer .weekly-event-guide-link,
  .weekly-event-carousel .weekly-view-count { min-height: 47px; }
  .cinematic-chapter .view-leaderboard { gap: 16px; padding: 22px 15px; border-radius: 24px; }
  .cinematic-chapter .view-leaderboard .leaderboard-head { display: grid; gap: 4px; }
  .view-leaderboard .leaderboard-head h3 { font-size: clamp(28px, 8vw, 36px) !important; white-space: normal; }
  .view-leaderboard ol { gap: 7px; }
  .view-leaderboard li { grid-template-columns: 35px minmax(0, 1fr); padding: 9px 10px; }
  .view-leaderboard .leaderboard-rank { width: 29px; height: 29px; }
  .leaderboard-signal { grid-column: 2; }
  .cinematic-chapter .event-archive { padding: 22px 16px; border-radius: 24px; }
  .cinematic-chapter .archive-search { grid-template-columns: 1fr 1fr; }
  .cinematic-chapter .archive-search button { grid-column: 1 / -1; }
  .cinematic-chapter--home .cinematic-chapter-content { padding: 12px; }
  .cinematic-chapter--home .housing-cta--reel { grid-template-columns: 1fr; gap: 18px; padding: 24px 18px; border-radius: 25px; }
  .cinematic-chapter--home .housing-cta-copy h2 { margin: 8px 0 12px; font-size: clamp(39px, 11vw, 52px); }
  .cinematic-chapter--home .housing-cta-copy > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .cinematic-chapter--home .housing-keywords { margin-top: 13px; }
  .cinematic-chapter--home .housing-keywords span:nth-child(n + 3) { display: none; }
  .cinematic-chapter--home .housing-cta-link { min-height: 112px; padding: 18px; border-radius: 21px; }
  .cinematic-chapter--home .housing-cta-link strong { font-size: clamp(25px, 7.5vw, 34px); }
}

@media (prefers-reduced-transparency: reduce) {
  .weekly-paper-action,
  .cinematic-chapter .view-leaderboard,
  .cinematic-chapter .event-archive { backdrop-filter: none; }
}

/* 2026-08-20 event detail editorial layout. */
.event-detail:not(.guide-detail) .detail-card {
  width: min(1160px, calc(100% - 32px));
  padding: clamp(42px, 6vw, 86px) clamp(26px, 7vw, 92px) clamp(48px, 7vw, 92px);
}

.detail-article-header {
  max-width: 980px;
  margin: 0 auto;
}

.detail-article-header .detail-kicker {
  justify-content: flex-start;
  gap: 10px 18px;
  margin-bottom: 22px;
  color: var(--apple-ink-soft);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.detail-category {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--stayoo-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.detail-category::after {
  width: 20px;
  height: 1px;
  background: rgba(213, 56, 104, 0.42);
  content: "";
}

.detail-article-header h1 {
  max-width: 980px;
  margin-bottom: clamp(24px, 3vw, 36px);
  text-wrap: balance;
}

.detail-deck {
  max-width: 860px;
  margin: 0;
  color: var(--apple-ink-soft);
  font-size: clamp(21px, 2.4vw, 30px);
  font-weight: 300;
  letter-spacing: -0.018em;
  line-height: 1.42;
}

.detail-fact-line {
  display: grid;
  grid-template-columns: minmax(430px, 1.45fr) minmax(280px, 1fr) minmax(150px, 0.55fr);
  max-width: 980px;
  margin: clamp(38px, 5vw, 62px) auto 0;
  padding: 0;
  border-top: 1px solid var(--apple-line);
  border-bottom: 1px solid var(--apple-line);
}

.detail-fact-line > div {
  min-width: 0;
  padding: 24px clamp(16px, 2.4vw, 28px);
}

.detail-fact-line > div:first-child { padding-left: 0; }
.detail-fact-line > div:last-child { padding-right: 0; }
.detail-fact-line > div + div { border-left: 1px solid var(--apple-line); }

.detail-fact-line dt {
  margin-bottom: 8px;
  color: var(--stayoo-pink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-fact-line dd {
  margin: 0;
  color: var(--apple-ink);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.012em;
  line-height: 1.48;
  overflow-wrap: anywhere;
}

.detail-fact-line dd strong,
.detail-fact-line dd span {
  display: block;
}

.detail-fact-line dd strong { font-weight: 600; }
.detail-fact-line dd span { margin-top: 2px; color: var(--apple-ink-soft); font-weight: 400; }
.detail-fact-line > div:first-child dd { white-space: nowrap; }

.detail-article-body {
  max-width: 820px;
  margin: clamp(54px, 7vw, 86px) auto 0;
}

.detail-article-copy .eyebrow,
.detail-takeaways .eyebrow,
.detail-map-heading .eyebrow {
  margin-bottom: 18px;
  color: var(--stayoo-pink);
}

.detail-article-copy > p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--apple-ink-soft);
  font-size: clamp(17px, 1.5vw, 19px);
  letter-spacing: -0.012em;
  line-height: 1.72;
}

.detail-article-copy > .detail-article-opening {
  margin-bottom: 30px;
  color: var(--apple-ink);
  font-size: clamp(21px, 2.2vw, 27px);
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.5;
}

.detail-takeaways {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(28px, 5vw, 58px);
  margin-top: clamp(48px, 6vw, 68px);
  padding: clamp(34px, 5vw, 52px) 0;
  border-top: 1px solid var(--apple-line);
  border-bottom: 1px solid var(--apple-line);
}

.detail-takeaways h2,
.detail-map-heading h2 {
  margin: 0;
  color: var(--apple-ink);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-wrap: balance;
}

.detail-takeaways ul {
  display: grid;
  align-content: start;
  gap: 0;
  margin: 0;
  padding: 0;
  counter-reset: detail-tip;
  list-style: none;
}

.detail-takeaways li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--apple-line);
  color: var(--apple-ink);
  font-size: 16px;
  line-height: 1.45;
  counter-increment: detail-tip;
}

.detail-takeaways li:first-child { padding-top: 2px; }
.detail-takeaways li:last-child { padding-bottom: 2px; border-bottom: 0; }
.detail-takeaways li::before {
  color: var(--stayoo-pink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  content: "0" counter(detail-tip);
}

.detail-topic-line {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 34px;
}

.detail-topic-line > span {
  flex: 0 0 auto;
  padding-top: 7px;
  color: var(--apple-ink-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.detail-topic-line .detail-experience-tags {
  justify-content: flex-start;
  margin-top: 0;
}

.event-detail:not(.guide-detail) .detail-source-note {
  margin: 34px 0 0;
  padding: 0 0 0 18px;
  border-left: 2px solid rgba(213, 56, 104, 0.55);
  border-radius: 0;
  background: transparent;
  color: var(--apple-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

.event-detail:not(.guide-detail) .detail-source-note span {
  margin-bottom: 5px;
}

.event-detail:not(.guide-detail) .engagement-bar {
  justify-content: flex-start;
  margin-top: 36px;
  padding-top: 20px;
  border-top-color: var(--apple-line);
}

.event-detail:not(.guide-detail) .engagement-stat,
.event-detail:not(.guide-detail) .engagement-stat b {
  color: var(--apple-ink-soft);
}

.event-detail:not(.guide-detail) .engagement-stat i,
.event-detail:not(.guide-detail) .like-button.is-liked i {
  color: var(--stayoo-pink);
}

.event-detail:not(.guide-detail) .detail-actions {
  justify-content: flex-start;
  margin-top: 22px;
}

.event-detail:not(.guide-detail) .detail-actions .button.primary,
.event-detail:not(.guide-detail) .detail-actions a.button.primary {
  border-color: var(--stayoo-pink) !important;
  background: var(--stayoo-pink) !important;
  color: #fff !important;
}

.detail-map-section {
  max-width: 980px;
  margin: clamp(66px, 8vw, 104px) auto 0;
  padding-top: clamp(40px, 5vw, 56px);
  border-top: 1px solid var(--apple-line);
}

.detail-map-heading {
  max-width: 660px;
  margin-bottom: 28px;
}

.detail-map-heading > p:last-child {
  margin: 12px 0 0;
  color: var(--apple-ink-soft);
  font-size: 16px;
  line-height: 1.5;
}

.detail-map-section .venue-map {
  margin-top: 0;
  border: 0;
  border-radius: 22px;
  background: var(--apple-parchment);
}

.detail-map-section .venue-map iframe {
  min-height: 390px;
}

@media (max-width: 1050px) and (min-width: 761px) {
  .detail-fact-line {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr) minmax(0, 0.55fr);
  }

  .detail-fact-line > div:first-child dd { font-size: 13px; }
}

@media (max-width: 760px) {
  .event-detail:not(.guide-detail) .detail-card {
    width: calc(100% - 16px);
    padding: 34px 22px 46px;
  }

  .detail-article-header .detail-kicker { margin-bottom: 18px; }
  .detail-deck { font-size: 20px; line-height: 1.48; }

  .detail-fact-line {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .detail-fact-line > div:first-child dd { white-space: normal; }

  .detail-fact-line > div,
  .detail-fact-line > div:first-child,
  .detail-fact-line > div:last-child {
    padding: 18px 0;
  }

  .detail-fact-line > div + div {
    border-top: 1px solid var(--apple-line);
    border-left: 0;
  }

  .detail-article-body { margin-top: 48px; }
  .detail-article-copy > p:not(.eyebrow) { font-size: 17px; line-height: 1.66; }
  .detail-article-copy > .detail-article-opening { font-size: 21px; line-height: 1.52; }
  .detail-takeaways { grid-template-columns: 1fr; gap: 30px; }
  .detail-topic-line { display: block; }
  .detail-topic-line > span { display: block; margin-bottom: 10px; }
  .detail-map-section { margin-top: 62px; }
  .detail-map-section .venue-map iframe { min-height: 320px; }
}

/* 2026-08-20 — Secret List: a tactile, editorial card deck. */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.weekly-event-carousel .weekly-status-chip {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(29, 29, 31, 0.84);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.secret-list-page {
  padding-top: clamp(26px, 4vw, 52px);
  overflow: hidden;
}

.secret-list-page .secret-list-hero {
  max-width: 1040px;
  margin-bottom: clamp(22px, 3vw, 34px);
  padding: clamp(36px, 5vw, 64px) clamp(24px, 5vw, 66px);
  border: 1px solid rgba(29, 29, 31, 0.055);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(29, 29, 31, 0.055);
}

.secret-list-page .secret-list-hero h1 {
  margin-bottom: 15px;
  font-size: clamp(44px, 6.4vw, 78px);
  letter-spacing: -0.055em;
}

.secret-list-page .secret-list-hero > p:last-child {
  max-width: 690px;
  font-size: clamp(16px, 1.35vw, 19px);
}

.secret-list-page .guide-tabs {
  position: sticky;
  top: 68px;
  z-index: 45;
  width: max-content;
  max-width: min(100%, 1180px);
  margin-bottom: 8px;
  padding: 7px;
  justify-content: flex-start;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 999px;
  box-shadow: 0 18px 54px rgba(29, 29, 31, 0.09);
  scrollbar-width: none;
}

.secret-list-page .guide-tabs::-webkit-scrollbar { display: none; }

.secret-list-page .guide-tab {
  display: flex;
  min-height: 50px;
  flex-basis: auto;
  padding: 10px 17px;
  gap: 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.secret-list-page .guide-tab svg { width: 19px; height: 19px; }

.stack-carousel {
  --drag-offset: 0px;
  --drag-tilt: 0deg;
  position: relative;
}

.stack-carousel-stage {
  position: relative;
  touch-action: pan-y;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
}

.stack-carousel-stage:focus-visible {
  outline: 2px solid rgba(213, 56, 104, 0.7);
  outline-offset: 7px;
}

.secret-guide-carousel {
  max-width: 1500px;
  margin: 0 auto clamp(76px, 9vw, 118px);
}

.secret-guide-stage {
  min-height: clamp(800px, 72vw, 890px);
  perspective: 1800px;
}

.secret-guide-carousel .secret-guide-card {
  position: absolute;
  top: clamp(48px, 5vw, 72px);
  left: 50%;
  z-index: 1;
  width: min(500px, calc(100vw - 54px));
  min-height: 638px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 40px 105px rgba(29, 29, 31, 0.14);
  opacity: 0 !important;
  pointer-events: none;
  transform-origin: 50% 100%;
  transition: transform 620ms cubic-bezier(0.18, 0.8, 0.22, 1), opacity 420ms ease, filter 420ms ease, box-shadow 420ms ease;
  will-change: transform, opacity;
}

.secret-guide-carousel .secret-guide-card:nth-child(n) { background: rgba(255, 255, 255, 0.97); }
.secret-guide-carousel .secret-guide-card:hover { transform: inherit; }
.secret-guide-carousel .secret-guide-card[data-position="hidden"] { opacity: 0 !important; transform: translate3d(-50%, 110px, -420px) scale(0.76); }
.secret-guide-carousel .secret-guide-card[data-position="center"] {
  z-index: 5;
  opacity: 1 !important;
  pointer-events: auto;
  transform: translate3d(calc(-50% + var(--drag-offset)), 0, 0) rotate(var(--drag-tilt));
  filter: none;
}

.secret-guide-carousel .secret-guide-card[data-position="left-1"] {
  z-index: 4;
  opacity: 0.48 !important;
  pointer-events: auto;
  transform: translate3d(calc(-50% - min(37vw, 500px)), 74px, -170px) rotate(-7deg) scale(0.9);
  filter: saturate(0.82);
}

.secret-guide-carousel .secret-guide-card[data-position="right-1"] {
  z-index: 4;
  opacity: 0.48 !important;
  pointer-events: auto;
  transform: translate3d(calc(-50% + min(37vw, 500px)), 74px, -170px) rotate(7deg) scale(0.9);
  filter: saturate(0.82);
}

.secret-guide-carousel .secret-guide-card[data-position="left-2"] {
  z-index: 3;
  opacity: 0.18 !important;
  pointer-events: auto;
  transform: translate3d(calc(-50% - min(64vw, 820px)), 125px, -330px) rotate(-11deg) scale(0.82);
  filter: grayscale(0.2) saturate(0.7);
}

.secret-guide-carousel .secret-guide-card[data-position="right-2"] {
  z-index: 3;
  opacity: 0.18 !important;
  pointer-events: auto;
  transform: translate3d(calc(-50% + min(64vw, 820px)), 125px, -330px) rotate(11deg) scale(0.82);
  filter: grayscale(0.2) saturate(0.7);
}

.secret-guide-carousel .guide-image {
  position: relative;
  width: calc(100% - 24px);
  min-height: 310px;
  margin: 12px auto 0;
  box-sizing: border-box;
  border-radius: 26px;
}

.secret-guide-carousel .guide-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 10, 12, 0.03) 45%, rgba(10, 10, 12, 0.48));
  content: "";
}

.secret-guide-count,
.secret-guide-category {
  position: absolute;
  z-index: 2;
  top: 16px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--apple-ink);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  backdrop-filter: blur(14px) saturate(150%);
}

.secret-guide-count { left: 16px; }
.secret-guide-category { right: 16px; }

.secret-guide-carousel .secret-guide-copy {
  min-height: 0;
  padding: 25px 30px 28px;
  align-items: stretch;
  text-align: left;
}

.secret-guide-carousel .secret-guide-copy .eyebrow {
  margin: 0 0 9px;
  color: var(--stayoo-pink);
  font-size: 10px;
  letter-spacing: 0.13em;
}

.secret-guide-carousel .secret-guide-copy h3 {
  margin: 0;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.secret-guide-carousel .secret-guide-copy h3 a { color: var(--apple-ink); }

.secret-guide-carousel .secret-guide-copy > p:not(.eyebrow) {
  display: -webkit-box;
  margin: 12px 0 16px;
  overflow: hidden;
  color: var(--apple-ink-soft);
  font-size: 14px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.secret-guide-preview {
  display: grid;
  gap: 0;
  margin-bottom: 18px;
  border-top: 1px solid var(--apple-line);
}

.secret-guide-preview span {
  display: flex;
  min-width: 0;
  gap: 12px;
  padding: 8px 0;
  overflow: hidden;
  border-bottom: 1px solid var(--apple-line);
  color: var(--apple-ink);
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secret-guide-preview b {
  color: var(--stayoo-pink);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.secret-guide-preview .secret-guide-more { color: var(--apple-ink-soft); }

.secret-guide-open,
.guide-map-action {
  display: flex;
  min-height: 50px;
  margin-top: auto;
  padding: 0 18px;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(213, 56, 104, 0.18);
}

.secret-guide-open i,
.guide-map-action i { font-size: 20px; font-style: normal; }

.stack-carousel-controls {
  position: relative;
  z-index: 10;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.stack-carousel-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(29, 29, 31, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.84);
  color: var(--apple-ink);
  font-size: 18px;
  box-shadow: 0 12px 30px rgba(29, 29, 31, 0.08);
  backdrop-filter: blur(16px);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.stack-carousel-arrow:hover { background: var(--apple-ink); color: #fff; transform: scale(1.045); }
.stack-carousel-arrow:active { transform: scale(0.94); }

.stack-carousel-dots {
  display: flex;
  max-width: min(440px, 56vw);
  padding: 8px;
  gap: 3px;
  overflow-x: auto;
  border-radius: 999px;
  scrollbar-width: none;
}

.stack-carousel-dots::-webkit-scrollbar { display: none; }
.stack-carousel-dots button { width: 24px; height: 24px; flex: 0 0 24px; padding: 0; border: 0; background: transparent; }
.stack-carousel-dots button span { display: block; width: 6px; height: 6px; margin: auto; border-radius: 50%; background: rgba(29, 29, 31, 0.22); transition: width 240ms ease, background 240ms ease; }
.stack-carousel-dots button[aria-pressed="true"] span { width: 20px; border-radius: 99px; background: var(--stayoo-pink); }
.stack-carousel-progress { width: min(300px, 42vw); height: 3px; overflow: hidden; border-radius: 99px; background: rgba(29, 29, 31, 0.12); }
.stack-carousel-progress i { display: block; height: 100%; border-radius: inherit; background: var(--stayoo-pink); transition: width 420ms ease; }
.stack-carousel-status { position: absolute; right: max(0px, calc((100% - 1180px) / 2)); bottom: 15px; margin: 0; color: var(--apple-ink-soft); font-size: 11px; letter-spacing: 0.1em; }
.stack-carousel-status span { color: var(--stayoo-pink); font-weight: 700; }
.stack-carousel-stage.is-dragging { cursor: grabbing; }
.stack-carousel-stage.is-pressing .is-active { box-shadow: 0 28px 74px rgba(29, 29, 31, 0.12); }

/* Guide detail — the five places read as one swipeable editorial story. */
.guide-story { overflow: hidden; }
.guide-story-cover { position: relative; isolation: isolate; min-height: clamp(380px, 52vw, 680px); }
.guide-story-cover::after { position: absolute; inset: 0; z-index: -1; border-radius: inherit; background: linear-gradient(180deg, rgba(8, 8, 10, 0.08), transparent 48%, rgba(8, 8, 10, 0.45)); content: ""; }
.guide-story-back,
.guide-story-cover-label { position: absolute; z-index: 2; border: 1px solid rgba(255, 255, 255, 0.36); background: rgba(255, 255, 255, 0.78); color: var(--apple-ink); backdrop-filter: blur(16px) saturate(150%); }
.guide-story-back { top: 24px; left: 24px; display: flex; min-height: 44px; padding: 0 16px; align-items: center; gap: 9px; border-radius: 999px; font-size: 13px; font-weight: 650; }
.guide-story-cover-label { top: 24px; right: 24px; display: grid; padding: 10px 14px; border-radius: 14px; }
.guide-story-cover-label span { color: var(--stayoo-pink); font-size: 9px; font-weight: 750; letter-spacing: 0.12em; text-transform: uppercase; }
.guide-story-cover-label b { margin-top: 3px; font-size: 14px; }

.guide-story .guide-story-article {
  width: min(1260px, calc(100% - 24px));
  margin-top: 0;
  padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 6vw, 76px);
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.guide-story-toolbar {
  display: flex;
  width: min(820px, calc(100% - 48px));
  margin: 0 auto clamp(28px, 4vw, 44px);
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.guide-story-toolbar .guide-story-back,
.guide-story-toolbar .guide-story-cover-label {
  position: static;
  border-color: rgba(29, 29, 31, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(29, 29, 31, 0.06);
}

.guide-story-toolbar .guide-story-back { color: var(--apple-ink) !important; }

.guide-story-header,
.guide-story-footer {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
}

.guide-story-header h1 { margin: 12px 0 20px; font-size: clamp(44px, 6.5vw, 80px); }
.guide-story-header .lead { max-width: 740px; margin: 0; font-size: clamp(20px, 2vw, 27px); line-height: 1.45; }
.guide-story-intro { max-width: 680px; margin: 24px 0 0; color: var(--apple-ink-soft); font-size: 16px; line-height: 1.65; }

.guide-item-carousel { margin-top: clamp(46px, 6vw, 72px); }
.guide-item-stage { min-height: 930px; perspective: 1900px; }
.guide-item-carousel .stack-carousel-controls { margin-top: 20px; }
.guide-item-carousel .guide-item-card {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 1;
  display: grid;
  width: min(660px, calc(100vw - 80px));
  min-height: 0;
  grid-template-columns: 1fr;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(29, 29, 31, 0.07);
  border-radius: 30px;
  background: #f8f8fa;
  box-shadow: 0 38px 105px rgba(29, 29, 31, 0.15);
  opacity: 0;
  pointer-events: none;
  transform-origin: 50% 100%;
  transition: transform 620ms cubic-bezier(0.18, 0.8, 0.22, 1), opacity 420ms ease, filter 420ms ease;
  will-change: transform, opacity;
}

.guide-item-carousel .guide-item-card[data-position="hidden"] { opacity: 0 !important; transform: translate3d(-50%, 105px, -420px) scale(0.78) !important; }
.guide-item-carousel .guide-item-card[data-position="center"] { z-index: 5; opacity: 1 !important; pointer-events: auto; transform: translate3d(calc(-50% + var(--drag-offset)), 0, 0) rotate(var(--drag-tilt)) !important; }
.guide-item-carousel .guide-item-card[data-position="left-1"] { z-index: 4; opacity: 0.28 !important; pointer-events: auto; transform: translate3d(calc(-50% - min(47vw, 560px)), 54px, -210px) rotate(-6.5deg) scale(0.9) !important; filter: saturate(0.78); }
.guide-item-carousel .guide-item-card[data-position="right-1"] { z-index: 4; opacity: 0.28 !important; pointer-events: auto; transform: translate3d(calc(-50% + min(47vw, 560px)), 54px, -210px) rotate(6.5deg) scale(0.9) !important; filter: saturate(0.78); }
.guide-item-carousel .guide-item-card[data-position="left-2"] { z-index: 3; opacity: 0.1 !important; pointer-events: auto; transform: translate3d(calc(-50% - min(80vw, 980px)), 118px, -360px) rotate(-10deg) scale(0.82) !important; }
.guide-item-carousel .guide-item-card[data-position="right-2"] { z-index: 3; opacity: 0.1 !important; pointer-events: auto; transform: translate3d(calc(-50% + min(80vw, 980px)), 118px, -360px) rotate(10deg) scale(0.82) !important; }

.guide-item-carousel .guide-item-image {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  box-shadow: none;
}

.guide-item-carousel .guide-item-image::after { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(180deg, rgba(10, 10, 12, 0.04), transparent 58%, rgba(10, 10, 12, 0.3)); content: ""; }
.guide-item-carousel .guide-rank,
.guide-item-price { position: absolute; z-index: 2; top: 16px; display: grid; min-width: 46px; min-height: 46px; padding: 0 12px; place-items: center; border: 1px solid rgba(255, 255, 255, 0.52); border-radius: 14px; background: rgba(255, 255, 255, 0.84); color: var(--apple-ink); font-size: 10px; font-weight: 750; letter-spacing: 0.1em; backdrop-filter: blur(14px); }
.guide-item-carousel .guide-rank { left: 18px; color: var(--stayoo-pink); }
.guide-item-price { right: 18px; }

.guide-item-carousel .guide-item-body { display: flex; min-width: 0; min-height: 290px; padding: clamp(24px, 3vw, 32px); flex-direction: column; align-items: flex-start; }
.guide-item-carousel .guide-item-body .eyebrow { margin: 0 0 13px; color: var(--stayoo-pink); font-size: 10px; letter-spacing: 0.13em; }
.guide-item-carousel .guide-item-body h3 { margin: 0 0 16px; font-size: clamp(30px, 3.2vw, 42px); line-height: 1.01; letter-spacing: -0.045em; text-wrap: balance; }
.guide-item-carousel .guide-address { display: flex; width: 100%; padding: 13px 0 16px; align-items: flex-start; gap: 10px; border-top: 1px solid var(--apple-line); border-bottom: 1px solid var(--apple-line); color: var(--apple-ink); font-size: 13px; font-weight: 640; line-height: 1.35; }
.guide-item-carousel .guide-address svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: var(--stayoo-pink); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.guide-item-carousel .guide-item-body > p:not(.eyebrow) { display: -webkit-box; margin: 16px 0; overflow: hidden; color: var(--apple-ink-soft); font-size: 15px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.guide-item-carousel .guide-map-action { width: 100%; margin-top: auto; }

.guide-story-footer { display: grid; margin-top: clamp(56px, 7vw, 86px); padding-top: clamp(30px, 4vw, 44px); grid-template-columns: minmax(0, 1fr) auto; gap: 26px 42px; border-top: 1px solid var(--apple-line); }
.guide-story-footer > div:first-child { max-width: 520px; }
.guide-story-footer > div:first-child > p:last-child { margin: 9px 0 0; color: var(--apple-ink-soft); line-height: 1.55; }
.guide-story-footer .engagement-bar { grid-column: 2; align-self: start; margin: 0; }
.guide-story-footer .detail-actions { grid-column: 1 / -1; justify-content: flex-start; margin: 0; }
.guide-story-footer .detail-actions .button { min-height: 50px; border-radius: 15px; }

@media (max-width: 860px) {
  .secret-list-page .guide-tabs { top: 62px; max-width: calc(100vw - 24px); margin-inline: auto; }
  .secret-guide-stage { min-height: 860px; }
  .secret-guide-carousel .secret-guide-card[data-position="left-1"] { transform: translate3d(calc(-50% - 71vw), 72px, -170px) rotate(-7deg) scale(0.9); }
  .secret-guide-carousel .secret-guide-card[data-position="right-1"] { transform: translate3d(calc(-50% + 71vw), 72px, -170px) rotate(7deg) scale(0.9); }
  .guide-item-stage { min-height: 840px; }
  .guide-item-carousel .guide-item-card { width: min(460px, calc(100vw - 48px)); min-height: 0; grid-template-columns: 1fr; }
  .guide-item-carousel .guide-item-image { min-height: 0; aspect-ratio: 4 / 3; }
  .guide-item-carousel .guide-item-body { min-height: 310px; padding: 25px; }
  .guide-item-carousel .guide-item-body h3 { font-size: clamp(30px, 6.5vw, 38px); }
  .guide-item-carousel .guide-item-body > p:not(.eyebrow) { margin: 15px 0; -webkit-line-clamp: 4; }
  .guide-item-carousel .guide-item-card[data-position="left-1"] { transform: translate3d(calc(-50% - 82vw), 52px, -210px) rotate(-6deg) scale(0.9) !important; }
  .guide-item-carousel .guide-item-card[data-position="right-1"] { transform: translate3d(calc(-50% + 82vw), 52px, -210px) rotate(6deg) scale(0.9) !important; }
  .guide-story-footer { grid-template-columns: 1fr; }
  .guide-story-footer .engagement-bar,
  .guide-story-footer .detail-actions { grid-column: 1; }
}

@media (max-width: 560px) {
  .secret-list-page { padding-inline: 8px; }
  .secret-list-page .secret-list-hero { margin-inline: 4px; border-radius: 24px; }
  .secret-list-page .guide-tab { min-height: 46px; padding: 9px 14px; }
  .secret-list-page .guide-tab svg { width: 17px; height: 17px; }
  .secret-guide-stage { min-height: 830px; }
  .secret-guide-carousel .secret-guide-card { top: 34px; min-height: 594px; border-radius: 27px; }
  .secret-guide-carousel .guide-image { min-height: 270px; border-radius: 21px; }
  .secret-guide-carousel .secret-guide-copy { padding: 22px 23px 24px; }
  .secret-guide-carousel .secret-guide-copy h3 { font-size: 30px; }
  .secret-guide-preview span { padding-block: 7px; }
  .stack-carousel-controls { gap: 6px; }
  .stack-carousel-arrow { width: 44px; height: 44px; }
  .stack-carousel-dots { max-width: 58vw; }
  .stack-carousel-status { display: none; }
  .guide-story { padding-inline: 6px; }
  .guide-story .guide-story-article { width: calc(100% - 4px); margin-top: 0; padding-top: 22px; border-radius: 0; background: transparent; }
  .guide-story-toolbar { width: calc(100% - 36px); margin-bottom: 30px; }
  .guide-story-toolbar .guide-story-back { min-height: 40px; padding-inline: 13px; }
  .guide-story-toolbar .guide-story-cover-label { padding: 8px 11px; }
  .guide-story-toolbar .guide-story-cover-label b { max-width: 150px; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
  .guide-story-header,
  .guide-story-footer { width: calc(100% - 36px); }
  .guide-story-header h1 { font-size: 43px; }
  .guide-story-header .lead { font-size: 20px; }
  .guide-story-intro { font-size: 15px; }
  .guide-item-stage { min-height: 660px; }
  .guide-item-carousel .stack-carousel-controls { margin-top: 16px; }
  .guide-item-carousel .guide-item-card { top: 8px; width: min(320px, calc(100vw - 42px)); min-height: 0; padding: 8px; border-radius: 24px; }
  .guide-item-carousel .guide-item-image { min-height: 0; aspect-ratio: 4 / 3; border-radius: 18px; }
  .guide-item-carousel .guide-item-body { min-height: 300px; padding: 21px 18px 18px; }
  .guide-item-carousel .guide-item-body h3 { margin-bottom: 13px; font-size: 30px; }
  .guide-item-carousel .guide-address { padding-block: 11px 13px; font-size: 12px; }
  .guide-item-carousel .guide-item-body > p:not(.eyebrow) { margin: 13px 0; font-size: 13px; line-height: 1.48; -webkit-line-clamp: 4; }
  .guide-item-carousel .guide-map-action { min-height: 46px; }
  .guide-story-footer .detail-actions { display: grid; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .secret-guide-carousel .secret-guide-card,
  .guide-item-carousel .guide-item-card,
  .stack-carousel-arrow,
  .stack-carousel-dots button span,
  .stack-carousel-progress i { transition-duration: 1ms !important; }
}

@media (prefers-reduced-transparency: reduce) {
  .secret-list-page .guide-tabs,
  .secret-guide-count,
  .secret-guide-category,
  .guide-story-back,
  .guide-story-cover-label,
  .stack-carousel-arrow { background: #fff; backdrop-filter: none; }
}
