/*
 * Zarastays production enhancement layer
 * Additive, mobile-first, static-site safe, and progressively enhanced.
 */

:root {
  --motion-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 220ms;
  --motion-base: 560ms;
  --mobile-action-height: 58px;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body,
  .zx-main,
  .zxd-main,
  .zxv-main,
  .zl-page {
    overflow-x: clip;
  }
}

body {
  max-width: 100%;
  min-width: 0;
}

main,
section,
article,
header,
footer,
nav,
div {
  min-width: 0;
}

img,
picture,
video,
svg,
iframe {
  max-width: 100%;
}

img {
  height: auto;
}

table {
  max-width: 100%;
}

a,
button,
summary,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.btn,
button,
summary,
.theme-toggle,
.menu-toggle,
.zxd-chip,
.zxd-finder select,
.zxv-link {
  min-height: 44px;
}

.footer-col a,
.footer-legal a,
.footer-contact a,
.zl-breadcrumbs a,
.breadcrumb a,
.zl-link-grid a,
.zl-footer-seo-col a,
.text-link {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
}

.fs-ico {
  min-height: 44px;
  min-width: 44px;
}

.listing-title a,
.contact-list a {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
}

.btn:focus-visible,
.card:focus-within,
.listing-card:focus-within,
.zx-typo:focus-within,
.zx-step:focus-within,
.zx-panel:focus-within,
.zx-pillar:focus-within,
.zxd-card:focus-within,
.zxv-card:focus-within,
.zl-link-grid a:focus-visible {
  outline: 2px solid var(--gold-bright, #c6a461);
  outline-offset: 4px;
}

/* No-script navigation: the interactive drawer remains inert while this
   standards-based fallback keeps every primary route keyboard accessible. */
.no-js-nav {
  background: var(--surface, #fffdf8);
  border-top: 1px solid var(--line, rgb(22 32 46 / 12%));
  display: grid;
  gap: 0;
  padding: 10px var(--gutter, 20px) 18px;
}

.no-js-nav a {
  align-items: center;
  border-bottom: 1px solid var(--line, rgb(22 32 46 / 12%));
  color: var(--ink-soft, #45505f);
  display: flex;
  font-weight: 750;
  min-height: 48px;
}

.no-js-nav .btn {
  color: var(--emerald-ink, #fbfcfa);
  margin-top: 10px;
}

@media (min-width: 1000px) {
  .no-js-nav {
    display: none;
  }
}

/* Fixed action bar and iOS safe area */
@media (max-width: 860px) {
  body {
    padding-bottom: calc(var(--mobile-action-height) + env(safe-area-inset-bottom));
  }

  .zx-mobilebar {
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
  }

  .zx-mobilebar a {
    min-height: var(--mobile-action-height);
  }
}

@media (max-width: 999px) {
  .header-cta {
    display: none;
  }
}

@media (min-width: 1000px) {
  .header-cta {
    display: inline-flex;
  }
}

/* Stable viewport sizing: vh baseline, modern dynamic viewport override. */
.zx-hero {
  min-height: 100vh;
}

@supports (min-height: 100dvh) {
  .zx-hero {
    min-height: 100dvh;
  }
}

/* Global scroll progress. */
.motion-scroll-progress,
.zx-progress {
  background: linear-gradient(90deg, #876a39, #c6a461);
  box-shadow: 0 0 12px rgb(198 164 97 / 34%);
  height: 3px;
  inset: 0 auto auto 0;
  pointer-events: none;
  position: fixed;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
  z-index: 1200;
}

/* The legacy home progress element used width. The enhancement script writes
   scaleX, so neutralise the legacy width without affecting no-JS rendering. */
.motion-ready .zx-progress {
  width: 100% !important;
}

/* Video-ready cinematic home hero. Placeholder sources live in data-src and
   are promoted by motion.js only after real same-origin files are supplied. */
.motion-hero-video {
  height: 116%;
  inset: 0;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 700ms var(--motion-ease);
  width: 100%;
  z-index: 1;
}

.motion-hero-video.is-ready {
  opacity: 1;
}

.motion-hero-video.is-ready + img {
  visibility: hidden;
}

/* Decorative gold-line signature. */
.signature-line {
  height: clamp(34px, 6vw, 68px);
  margin: 0 auto;
  max-width: min(1180px, 100%);
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.signature-line svg {
  height: 100%;
  overflow: visible;
  width: 100%;
}

.signature-line path {
  fill: none;
  stroke: var(--gold, #a9874b);
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  stroke-linecap: round;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

/* Full-bleed visual breathers, inserted only on the selected six pages. */
.motion-breather {
  background: var(--midnight, #0b1119);
  height: clamp(260px, 38vw, 520px);
  isolation: isolate;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.motion-breather::after {
  background:
    linear-gradient(180deg, rgb(11 17 25 / 20%), rgb(11 17 25 / 4%) 50%, rgb(11 17 25 / 26%)),
    linear-gradient(90deg, rgb(11 17 25 / 16%), transparent 40%, rgb(11 17 25 / 10%));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.motion-breather img {
  height: calc(100% + 24px);
  inset: -12px 0;
  object-fit: cover;
  position: absolute;
  transform: translate3d(0, var(--breather-y, 0), 0) scale(1.015);
  width: 100%;
}

/* Udaipur scrollytelling v1. */
body.experience-udaipur .zl-hero .bg {
  inset: -10px 0;
}

body.experience-udaipur .zl-hero .bg img {
  height: calc(100% + 20px);
  transform: translate3d(0, var(--udaipur-hero-y, 0), 0) scale(1.035);
}

body.experience-udaipur .zl-copy {
  counter-reset: udaipur-section;
}

body.experience-udaipur .zl-copy > h2 {
  background: linear-gradient(90deg, var(--canvas, #faf6ee) 88%, transparent);
  border-left: 2px solid var(--gold, #a9874b);
  padding: 8px 0 8px 16px;
}

[data-theme="dark"] body.experience-udaipur .zl-copy > h2 {
  background: linear-gradient(90deg, var(--canvas, #0b1119) 88%, transparent);
}

@media (min-width: 1024px) {
  body.experience-udaipur .zl-copy > h2 {
    position: sticky;
    top: 98px;
    z-index: 3;
  }
}

/* Explorer polish. */
.zxd-chips .zxd-chip,
.zxd-finder select {
  min-height: 46px;
}

.zxd-chips {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

#zxd-cats,
#zxv-grid {
  min-height: 1px;
}

#zxd-cats.is-filtering,
#zxv-grid.is-filtering {
  pointer-events: none;
}

.noscript-explorer {
  background: var(--surface, #fffdf8);
  border: 1px solid var(--gold-hair, rgb(169 135 75 / 42%));
  border-radius: var(--radius, 16px);
  color: var(--ink-soft, #45505f);
  margin-block: 24px;
  padding: clamp(20px, 5vw, 34px);
}

.noscript-explorer strong {
  color: var(--ink, #16202e);
  display: block;
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: 1.35rem;
  margin-bottom: 8px;
}

.noscript-explorer .btn {
  margin-top: 16px;
}

.zxd-bespoke h2 {
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: 1.5rem;
  font-weight: 520;
}

/* Long text, tables, and narrow-screen protection. */
.zl-table-wrap {
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
}

.footer-mail,
.footer-web,
.contact-list a,
.zl-copy a,
.article a {
  overflow-wrap: anywhere;
  word-break: normal;
}

.zx-hero h1,
.zxd-hero h1,
.zxv-hero h1,
.zl-hero h1,
.page-title,
.hero-title {
  text-wrap: balance;
}

@media (max-width: 430px) {
  .zx-hero h1,
  .zxd-hero h1,
  .zxv-hero h1,
  .zl-hero h1,
  .page-title,
  .hero-title {
    font-size: clamp(2.05rem, 10.8vw, 3rem);
    letter-spacing: -0.018em;
    line-height: 1.02;
    max-width: 100%;
  }

  .zx-intent,
  .zxd-finder,
  .zl-cta-row,
  .action-row,
  .hero-actions {
    width: 100%;
  }

  .zx-intent .btn,
  .zxd-finder .btn,
  .zl-cta-row .btn,
  .action-row .btn,
  .hero-actions .btn {
    max-width: 100%;
    white-space: normal;
    width: 100%;
  }

  .zl-table-wrap table {
    min-width: 560px;
  }
}

/* Motion is opt-in. Static content remains fully visible by default and when
   JavaScript, IntersectionObserver, or motion preference is unavailable. */
@media (prefers-reduced-motion: no-preference) {
  .btn,
  button,
  .card,
  .listing-card,
  .zx-typo,
  .zx-step,
  .zx-panel,
  .zx-pillar,
  .zxd-card,
  .zxv-card,
  .zl-link-grid a,
  .scene-photo,
  article img {
    transition:
      transform var(--motion-fast) var(--motion-ease),
      box-shadow var(--motion-fast) var(--motion-ease),
      border-color var(--motion-fast) var(--motion-ease),
      opacity var(--motion-fast) var(--motion-ease);
  }

  .btn:active,
  button:active {
    transform: scale(0.98);
  }

  .card:hover,
  .card:focus-within,
  .listing-card:hover,
  .listing-card:focus-within,
  .zx-typo:hover,
  .zx-typo:focus-within,
  .zx-step:hover,
  .zx-step:focus-within,
  .zx-panel:hover,
  .zx-panel:focus-within,
  .zx-pillar:hover,
  .zx-pillar:focus-within,
  .zxd-card:hover,
  .zxd-card:focus-within,
  .zxv-card:hover,
  .zxv-card:focus-within,
  .zl-link-grid a:hover,
  .zl-link-grid a:focus-visible {
    border-color: var(--gold-hair, rgb(169 135 75 / 42%));
    box-shadow: 0 18px 42px rgb(22 32 46 / 14%);
    transform: translateY(-4px);
  }

  .card:hover img,
  .card:focus-within img,
  .listing-card:hover img,
  .listing-card:focus-within img,
  .zx-typo:hover img,
  .zx-typo:focus-within img,
  .zx-panel:hover img,
  .zx-panel:focus-within img,
  .zxd-card:hover img,
  .zxd-card:focus-within img,
  .zxv-card:hover img,
  .zxv-card:focus-within img {
    transform: scale(1.03);
  }

  :where(
      .primary-nav,
      .mobile-nav,
      .no-js-nav,
      .footer-col,
      .footer-legal,
      .zl-copy,
      .zl-link-grid,
      .zxv-card,
      .zxd-card
    )
    a:not(.btn):not(.brand):not(.fs-ico) {
    background-image: linear-gradient(var(--gold, #a9874b), var(--gold, #a9874b));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition:
      background-size var(--motion-fast) var(--motion-ease),
      color var(--motion-fast) var(--motion-ease);
  }

  :where(
      .primary-nav,
      .mobile-nav,
      .no-js-nav,
      .footer-col,
      .footer-legal,
      .zl-copy,
      .zl-link-grid,
      .zxv-card,
      .zxd-card
    )
    a:not(.btn):not(.brand):not(.fs-ico):hover,
  :where(
      .primary-nav,
      .mobile-nav,
      .no-js-nav,
      .footer-col,
      .footer-legal,
      .zl-copy,
      .zl-link-grid,
      .zxv-card,
      .zxd-card
    )
    a:not(.btn):not(.brand):not(.fs-ico):focus-visible {
    background-size: 100% 1px;
  }

  .js.motion-ready .motion-reveal {
    opacity: 0;
    transform: translate3d(0, min(40px, var(--motion-distance, 28px)), 0);
    transition:
      opacity var(--motion-duration, 620ms) var(--motion-ease),
      transform var(--motion-duration, 620ms) var(--motion-ease);
    transition-delay: var(--motion-delay, 0ms);
    will-change: opacity, transform;
  }

  .js.motion-ready .motion-reveal.is-visible {
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .signature-line.is-drawn path {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 900ms var(--motion-ease);
  }

  .motion-filter-enter {
    animation: motion-filter-in 360ms var(--motion-ease) both;
  }

  @keyframes motion-filter-in {
    from {
      opacity: 0;
      transform: translate3d(0, 14px, 0) scale(0.985);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }

  .zx-hero-bg > img {
    animation: motion-ken-burns 20s ease-in-out infinite alternate;
    transform-origin: 50% 50%;
  }

  @keyframes motion-ken-burns {
    from {
      transform: scale(1.035);
    }
    to {
      transform: scale(1.115);
    }
  }
}

@media (hover: none), (pointer: coarse) {
  .motion-breather img,
  body.experience-udaipur .zl-hero .bg img {
    transform: scale(1.015);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-scroll-progress,
  .zx-progress {
    display: none;
  }

  .motion-hero-video {
    display: none;
  }

  .motion-breather img,
  body.experience-udaipur .zl-hero .bg img,
  .motion-reveal,
  .zx-anim,
  .zxd-anim,
  .zxv-anim,
  [data-reveal] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .signature-line path {
    stroke-dashoffset: 0;
  }
}

@media (prefers-reduced-data: reduce) {
  .motion-hero-video {
    display: none;
  }
}

/* Browser fallbacks */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .site-header,
  .zxd-chipbar,
  .zx-intent,
  .zxd-finder {
    background: var(--surface, #fffdf8);
  }

  [data-theme="dark"] .site-header,
  [data-theme="dark"] .zxd-chipbar,
  [data-theme="dark"] .zx-intent,
  [data-theme="dark"] .zxd-finder {
    background: var(--midnight, #0b1119);
  }
}

@supports not (aspect-ratio: 16 / 9) {
  .listing-media,
  .hero-visual {
    height: 0;
    min-height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

/* YouTube Shorts facade and social-follow layer. */
.zs-video-section,
.zs-video-strip,
.zs-video-spot,
.zs-follow {
  overflow: clip;
}

.zs-video-section {
  background: var(--canvas-2, #f5efe4);
  border-block: 1px solid var(--line, rgba(22, 32, 46, 0.13));
  padding-block: clamp(58px, 8vw, 104px);
}

.zs-video-head {
  margin-bottom: clamp(24px, 4vw, 38px);
  max-width: 720px;
}

.zs-video-kicker {
  align-items: center;
  color: var(--gold-deep, #876a39);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 9px;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.zs-video-kicker::before {
  background: var(--emerald, #0e7355);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(14, 115, 85, 0.13);
  content: "";
  height: 7px;
  width: 7px;
}

.zs-video-title,
.zs-follow h2 {
  color: var(--ink, #16202e);
  font-family: var(--serif, "Fraunces", serif);
  font-size: clamp(2rem, 5vw, 3.45rem);
  font-weight: 420;
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 12px 0 0;
}

.zs-video-intro,
.zs-follow p {
  color: var(--ink-soft, #4e5967);
  font-size: clamp(0.98rem, 2vw, 1.08rem);
  line-height: 1.65;
  margin: 14px 0 0;
  max-width: 66ch;
}

.zs-rail-shell {
  position: relative;
}

.zs-rail {
  display: grid;
  gap: clamp(12px, 3vw, 20px);
  grid-auto-columns: 62vw;
  grid-auto-flow: column;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 4px max(20px, calc((100vw - min(1180px, calc(100vw - 40px))) / 2)) 20px;
  scroll-padding-inline: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--gold, #a9874b) transparent;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.zs-short {
  background: var(--surface, #fffdf8);
  border: 1px solid var(--line, rgba(22, 32, 46, 0.13));
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(11, 17, 25, 0.08);
  color: var(--ink, #16202e);
  display: block;
  min-width: 0;
  overflow: hidden;
  scroll-snap-align: start;
  text-decoration: none;
}

.zs-short-media {
  aspect-ratio: 9 / 16;
  background: var(--midnight, #0b1119);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.zs-short-media::after {
  background: rgba(11, 17, 25, 0.16);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.zs-short img,
.zs-short iframe {
  border: 0;
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.zs-short-play {
  align-items: center;
  background: rgba(11, 17, 25, 0.72);
  border: 1px solid rgba(198, 164, 97, 0.7);
  border-radius: 50%;
  color: var(--gold-bright, #c6a461);
  display: inline-flex;
  height: 62px;
  justify-content: center;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  z-index: 2;
}

.zs-short-play svg {
  fill: none;
  height: 27px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 27px;
}

.zs-short-caption {
  display: block;
  font-family: var(--sans, "Manrope", sans-serif);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.45;
  min-height: 64px;
  padding: 13px 14px 14px;
}

.zs-short:focus-visible,
.zs-short-close:focus-visible,
.zs-rail-button:focus-visible,
.zs-social-icon:focus-visible {
  outline: 3px solid var(--gold-bright, #c6a461);
  outline-offset: 3px;
}

.zs-short-player {
  position: relative;
}

.zs-short-player .zs-short-media {
  height: 100%;
}

.zs-short-player .zs-short-media::after {
  display: none;
}

.zs-short-close {
  align-items: center;
  background: rgba(11, 17, 25, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 44px;
  z-index: 3;
}

.zs-short-close svg {
  fill: none;
  height: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
  width: 19px;
}

.zs-rail-button {
  align-items: center;
  background: var(--midnight, #0b1119);
  border: 1px solid var(--gold, #a9874b);
  border-radius: 50%;
  color: var(--gold-bright, #c6a461);
  display: none;
  height: 48px;
  justify-content: center;
  position: absolute;
  top: calc(50% - 32px);
  width: 48px;
  z-index: 4;
}

.zs-rail-button svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 20px;
}

.zs-rail-button--prev {
  left: max(10px, calc((100vw - 1240px) / 2));
}

.zs-rail-button--next {
  right: max(10px, calc((100vw - 1240px) / 2));
}

.zs-video-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 18px;
}

.zs-video-links a {
  align-items: center;
  color: var(--ink, #16202e);
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 750;
  min-height: 44px;
  text-decoration: none;
}

.zs-short-grid {
  display: grid;
  gap: clamp(12px, 2.4vw, 20px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(26px, 4vw, 38px);
}

.zs-video-strip,
.zs-video-spot {
  padding-block: clamp(46px, 7vw, 76px);
}

.zs-video-strip {
  background: var(--canvas-2, #f5efe4);
  border-block: 1px solid var(--line, rgba(22, 32, 46, 0.13));
}

.zs-short-grid--stay {
  display: flex;
  gap: 16px;
  margin-top: 0;
  overflow-x: auto;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.zs-short-grid--stay .zs-short {
  flex: 0 0 62vw;
}

.zs-single {
  margin-inline: auto;
  max-width: 270px;
}

.zs-follow {
  background: var(--midnight, #0b1119);
  border-top: 1px solid rgba(198, 164, 97, 0.34);
  padding-block: clamp(48px, 7vw, 78px);
}

.zs-follow-inner {
  align-items: center;
  display: grid;
  gap: 26px;
}

.zs-follow h2,
.zs-follow p {
  color: #fff;
}

.zs-follow p {
  color: rgba(255, 255, 255, 0.76);
}

.zs-social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zs-social-icon {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(198, 164, 97, 0.52);
  border-radius: 50%;
  color: var(--gold-bright, #c6a461);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  text-decoration: none;
  width: 44px;
}

.zs-social-icon svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
  width: 20px;
}

.site-footer-compact {
  padding-block: 26px;
}

.site-footer-compact .footer-social-row {
  border: 0;
  padding-block: 0;
}

@media (min-width: 700px) {
  .zs-rail {
    grid-auto-columns: 240px;
    padding-inline: max(24px, calc((100vw - 1180px) / 2));
  }

  .zs-short-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zs-short-grid--stay {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
    padding-bottom: 0;
  }

  .zs-short-grid--stay .zs-short {
    flex-basis: auto;
  }

  .zs-follow-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .zs-rail-button {
    display: inline-flex;
  }
}

@media (min-width: 1024px) {
  .zs-short-grid {
    margin-inline: auto;
    max-width: 850px;
  }

  .zs-short-grid--stay {
    max-width: 920px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .zs-short,
  .zs-short img,
  .zs-short-play,
  .zs-social-icon,
  .zs-rail-button {
    transition:
      transform 260ms var(--motion-ease, cubic-bezier(0.22, 1, 0.36, 1)),
      border-color 260ms var(--motion-ease, cubic-bezier(0.22, 1, 0.36, 1)),
      box-shadow 260ms var(--motion-ease, cubic-bezier(0.22, 1, 0.36, 1));
  }

  .zs-short:hover {
    border-color: rgba(169, 135, 75, 0.72);
    box-shadow: 0 18px 42px rgba(11, 17, 25, 0.14);
    transform: translateY(-4px);
  }

  .zs-short:hover img {
    transform: scale(1.025);
  }

  .zs-short:hover .zs-short-play,
  .zs-social-icon:hover,
  .zs-rail-button:hover {
    transform: scale(1.045);
  }

  .zs-short:active,
  .zs-social-icon:active,
  .zs-rail-button:active {
    transform: scale(0.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  .zs-short,
  .zs-short img,
  .zs-short-play,
  .zs-social-icon,
  .zs-rail-button {
    animation: none !important;
    transition: none !important;
  }
}

@supports not (aspect-ratio: 9 / 16) {
  .zs-short-media {
    height: 0;
    padding-bottom: 177.7778%;
  }
}

/* ---- v3 footer repair: fixes wide-screen legal-row collapse and inline link concatenation (pre-existing base bug) ---- */
.site-footer .footer-bottom{display:flex;flex-wrap:wrap;gap:12px 44px;align-items:baseline;}
.site-footer .footer-bottom p{margin:0;min-width:0;flex:1 1 100%;}
.site-footer .footer-bottom .footer-note{flex:1 1 380px;max-width:75ch;}
@media (min-width:720px){
  .site-footer .footer-bottom p:first-child{flex:0 0 auto;white-space:nowrap;}
}
.site-footer .footer-col a,
.site-footer .zl-footer-seo-col a{display:block;width:-moz-fit-content;width:fit-content;padding:.22em 0;}

/* ---- v3.1 critical fix: .zs-short-media is a <span>; without display:block, aspect-ratio is ignored and the poster frame collapses to zero height in ALL browsers ---- */
.zs-short-media{display:block;}
@supports not (aspect-ratio: 9 / 16){
  .zs-short-media{height:0;padding-top:177.78%;}
}
