/* LASTVEL Experience page — Membership-inspired service narrative */

.experience-page {
  --exp-void: #12100f;
  --exp-champagne: rgba(211, 183, 147, 0.18);
  --exp-green: #1e2a24;
  --exp-charcoal: #2a2624;
  --exp-espresso: #161312;
  background: var(--lv-color-canvas-espresso);
  color: #fff;
}

.experience-page .site-header--scrolled .site-header__inner {
  background: rgba(28, 25, 23, 0.92);
}

.experience-page .nav-desktop a[aria-current="page"],
.experience-page .mobile-menu a[aria-current="page"],
.experience-page .site-footer a[aria-current="page"] {
  opacity: 1;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 var(--lv-color-champagne, #d3b793);
}

/* ——— Opening ——— */
.exp-opening {
  position: relative;
  z-index: 2;
  padding-top: calc(var(--lv-header-height-desktop, 6rem) + 1.75rem);
  padding-bottom: 4.75rem;
  padding-inline: 16px;
}

.exp-opening::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 48px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(28, 25, 23, 0.35));
  opacity: 0.55;
}

@media (max-width: 767px) {
  .exp-opening {
    padding-top: calc(var(--lv-header-height-mobile, 4.5rem) + 1.25rem);
    padding-bottom: 1.5rem;
  }

  .exp-opening::after {
    display: none;
  }
}

.exp-opening__inner {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.exp-opening .eyebrow {
  color: var(--lv-color-champagne, #d3b793);
  margin-bottom: var(--lv-space-3);
}

.exp-opening h1 {
  margin: 0 0 var(--lv-space-4);
  color: #fff;
  font-weight: var(--lv-weight-light);
  font-size: clamp(2.1rem, 4.8vw, 3.5rem);
  line-height: 1.12;
}

.exp-opening .reveal-copy {
  margin: 0 auto var(--lv-space-4);
  max-width: 38rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  line-height: 1.55;
}

.exp-opening__label {
  margin: 0;
  opacity: 0;
  letter-spacing: 0.14em;
  color: rgba(211, 183, 147, 0.85);
  transition: opacity 500ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-opening__label.is-in {
  opacity: 1;
}

.exp-opening .reveal-eyebrow {
  opacity: 0;
  transition: opacity 400ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-opening .reveal-eyebrow.is-in {
  opacity: 1;
}

.exp-opening .reveal-copy {
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition:
    opacity 650ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    filter 650ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 650ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-opening .reveal-copy.is-in {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.exp-opening__word {
  display: inline-block;
  white-space: nowrap;
}

.exp-opening__char,
.exp-opening__word-anim {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(16px);
  transition:
    opacity 650ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    filter 650ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 650ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-opening__char.is-in,
.exp-opening__word-anim.is-in {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.exp-opening__emphasis {
  font-style: italic;
  font-weight: 400;
}

html[lang="fa"] .exp-opening__emphasis {
  font-family: var(--lv-font-ui);
  font-style: normal;
  font-weight: 700;
  color: var(--lv-color-champagne, #d3b793);
}

html.reduce-motion .exp-opening .reveal-eyebrow,
html.reduce-motion .exp-opening .reveal-copy,
html.reduce-motion .exp-opening__label,
html.reduce-motion .exp-opening__char,
html.reduce-motion .exp-opening__word-anim {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

/* ——— Streams ——— */
.exp-streams {
  position: relative;
  padding-block: 0.85rem clamp(1.25rem, 3vw, 2rem);
  overflow: hidden;
}

/* Desktop normal motion: rails visible, list hidden */
.exp-streams__tracks {
  display: grid;
  gap: 1rem;
  padding-block: 0.5rem;
  /* Physical layout — transforms own motion; page dir must not reverse flex */
  direction: ltr;
}

.exp-streams__list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 16px;
  gap: 1.25rem;
}

@media (max-width: 767px) {
  .exp-streams__tracks {
    display: none !important;
  }

  .exp-streams__list {
    display: flex;
    flex-direction: column;
  }
}

html.reduce-motion .exp-streams__tracks {
  display: none !important;
}

html.reduce-motion .exp-streams__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-inline: 16px;
}

@media (min-width: 768px) {
  html.reduce-motion .exp-streams__list {
    grid-template-columns: 1fr 1fr;
  }
}

.exp-stream {
  overflow: hidden;
  width: 100%;
  direction: ltr;
}

.exp-stream__track {
  display: flex;
  width: max-content;
  gap: 1rem;
  direction: ltr;
}

.exp-stream-card {
  position: relative;
  flex: 0 0 auto;
  width: min(42vw, 380px);
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  overflow: hidden;
  cursor: default;
  pointer-events: none;
  user-select: none;
}

@media (min-width: 1200px) {
  .exp-stream-card {
    width: min(28vw, 360px);
  }
}

.exp-stream-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exp-stream-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem 1.35rem;
  background: linear-gradient(to top, rgba(18, 16, 15, 0.82) 0%, rgba(18, 16, 15, 0.2) 45%, transparent 70%);
}

.exp-stream-card__overlay span {
  color: #fff;
  font-size: clamp(0.95rem, 1.2vw, 1.15rem);
  line-height: 1.35;
  font-weight: 500;
  max-width: 16ch;
}

.exp-streams__list-item {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

html[lang="fa"] .exp-streams__list-item:nth-child(odd),
.exp-streams__list-item:nth-child(even) {
  direction: inherit;
}

.exp-streams__list-item:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
}

.exp-streams__list-item:nth-child(even) .exp-streams__list-media {
  order: 2;
}

.exp-streams__list-item:nth-child(even) .exp-streams__list-text {
  order: 1;
}

html[lang="fa"] .exp-streams__list-item:nth-child(odd) .exp-streams__list-media {
  order: 2;
}

html[lang="fa"] .exp-streams__list-item:nth-child(odd) .exp-streams__list-text {
  order: 1;
}

html[lang="fa"] .exp-streams__list-item:nth-child(even) .exp-streams__list-media {
  order: 1;
}

html[lang="fa"] .exp-streams__list-item:nth-child(even) .exp-streams__list-text {
  order: 2;
}

.exp-streams__list-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.exp-streams__list-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.exp-streams__list-text {
  font-size: 1.05rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

.exp-streams__list-index {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--lv-color-champagne, #d3b793);
  text-transform: uppercase;
}

html[lang="fa"] .exp-streams__list-index {
  text-transform: none;
  letter-spacing: 0;
}

/* ——— Heritage ——— */
.exp-heritage {
  padding: clamp(4rem, 10vw, 7rem) 16px;
}

.exp-heritage__intro {
  max-width: 40rem;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
}

.exp-heritage__intro h2 {
  margin: 0 0 var(--lv-space-5);
  font-weight: var(--lv-weight-light);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  line-height: 1.15;
}

.exp-heritage__narrative {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.3vw, 1.125rem);
  line-height: 1.65;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(14px);
  transition:
    opacity 700ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    filter 700ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 700ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-heritage__narrative.is-in {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

html.reduce-motion .exp-heritage__narrative {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.exp-ribbon {
  overflow: hidden;
  margin-bottom: clamp(2.5rem, 5vw, 3.5rem);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.exp-ribbon__track {
  display: flex;
  width: max-content;
  gap: 1rem;
  align-items: center;
  padding-block: 0.5rem;
}

.exp-ribbon__item {
  flex: 0 0 auto;
  height: clamp(88px, 14vw, 140px);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  place-items: center;
}

.exp-ribbon__item--mark {
  width: clamp(160px, 22vw, 240px);
  padding: 1.25rem 1.5rem;
}

.exp-ribbon__item--mark img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.exp-ribbon__item--v {
  width: clamp(88px, 14vw, 140px);
  font-family: var(--lv-font-editorial);
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 300;
  color: var(--lv-color-champagne, #d3b793);
  letter-spacing: -0.04em;
}

.exp-ribbon__item--photo {
  width: clamp(140px, 20vw, 220px);
}

.exp-ribbon__item--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

html.reduce-motion .exp-ribbon {
  mask-image: none;
  overflow: visible;
}

html.reduce-motion .exp-ribbon__track {
  width: auto;
  flex-wrap: wrap;
  justify-content: center;
  transform: none !important;
  will-change: auto !important;
}

.exp-proof {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 920px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2.5rem;
}

@media (min-width: 768px) {
  .exp-proof {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;
  }
}

.exp-proof__item {
  text-align: center;
  padding: 0.5rem;
}

.exp-proof__figure {
  display: block;
  margin-bottom: 0.65rem;
  color: #fff;
  line-height: 1.1;
  font-weight: 300;
}

.exp-proof__figure--numeric {
  font-size: clamp(2.75rem, 5.5vw, 4rem);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35em;
  flex-wrap: wrap;
}

.exp-proof__number {
  font-variant-numeric: tabular-nums;
}

.exp-proof__suffix {
  font-size: 0.42em;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  text-transform: lowercase;
}

html[lang="fa"] .exp-proof__suffix {
  font-size: 0.48em;
  text-transform: none;
  letter-spacing: 0;
}

.exp-proof__figure--phrase {
  font-size: clamp(1.85rem, 3.4vw, 2.6rem);
}

.exp-proof__figure--service {
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  max-width: 14ch;
  margin-inline: auto;
  line-height: 1.2;
}

.exp-proof__label {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 550ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 550ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-proof__item.is-labeled .exp-proof__label {
  opacity: 1;
  transform: none;
}

html.reduce-motion .exp-proof__label {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.exp-reveal-unit {
  display: inline-block;
  opacity: 0;
  filter: blur(6px);
  transform: translateY(14px);
  transition:
    opacity 750ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    filter 750ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 750ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-reveal-unit.is-in {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

.exp-reveal-word {
  display: inline-block;
  white-space: nowrap;
}

html.reduce-motion .exp-reveal-unit {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.exp-proof__char,
.exp-proof__word {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
  transform: translateY(10px);
  transition:
    opacity 600ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    filter 600ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 600ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1));
}

.exp-proof__char.is-in,
.exp-proof__word.is-in {
  opacity: 1;
  filter: blur(0);
  transform: none;
}

html.reduce-motion .exp-proof__char,
html.reduce-motion .exp-proof__word {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

/* ——— Bento ——— */
.exp-bento {
  padding: clamp(3.5rem, 8vw, 6rem) 16px;
}

.exp-bento__intro {
  max-width: 36rem;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
  text-align: center;
}

.exp-bento__intro h2 {
  margin: 0 0 var(--lv-space-4);
  font-weight: var(--lv-weight-light);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.15;
}

.exp-bento__supporting {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
}

.exp-bento__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1120px;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .exp-bento__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .exp-bento__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .exp-card--span2 {
    grid-column: span 2;
  }
}

.exp-card {
  border-radius: var(--lv-radius-bento, 12px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  opacity: 0;
  transform: translateY(20px) scale(1);
  transition:
    opacity 500ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    transform 500ms var(--lv-ease-editorial, cubic-bezier(0.625, 0.05, 0, 1)),
    border-color 500ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 500ms cubic-bezier(0.32, 0.72, 0, 1),
    background 500ms cubic-bezier(0.32, 0.72, 0, 1);
  cursor: default;
  -webkit-tap-highlight-color: transparent;
}

.exp-card.is-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

html.reduce-motion .exp-card {
  opacity: 1 !important;
  transform: translateY(0) scale(1) !important;
  transition: none !important;
}

.exp-card--champagne {
  background: var(--exp-champagne);
}

.exp-card--green {
  background: var(--exp-green);
}

.exp-card--charcoal {
  background: var(--exp-charcoal);
}

.exp-card--espresso {
  background: var(--exp-espresso);
}

.exp-card--champagne-deep {
  background: rgba(211, 183, 147, 0.1);
}

.exp-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.exp-card--span2 .exp-card__media {
  aspect-ratio: 21 / 10;
}

.exp-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.04) translate3d(0, var(--card-media-y, 0%), 0);
  transition: transform 500ms cubic-bezier(0.32, 0.72, 0, 1);
  will-change: transform;
}

.exp-card__body {
  padding: 1.25rem 1.35rem 1.5rem;
}

.exp-card__body h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 500;
  color: #fff;
}

.exp-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

/* Lift — matches homepage gateway / concierge + Collections tile */
@media (hover: hover) and (pointer: fine) {
  .exp-card.is-in:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(211, 183, 147, 0.28);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(211, 183, 147, 0.08);
  }

  .exp-card.is-in:hover .exp-card__media img {
    transform: scale(1.08) translate3d(0, var(--card-media-y, 0%), 0);
  }

  html.reduce-motion .exp-card.is-in:hover {
    transform: translateY(0) scale(1) !important;
    border-color: rgba(211, 183, 147, 0.22);
    box-shadow: none;
  }

  html.reduce-motion .exp-card.is-in:hover .exp-card__media img {
    transform: scale(1.04) translate3d(0, 0%, 0);
  }
}

/* Touch press lift */
.exp-card.is-in:active {
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(211, 183, 147, 0.28);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(211, 183, 147, 0.08);
}

.exp-card.is-in:active .exp-card__media img {
  transform: scale(1.08) translate3d(0, var(--card-media-y, 0%), 0);
}

html.reduce-motion .exp-card.is-in:active {
  transform: translateY(0) scale(1) !important;
  box-shadow: none;
}

html.reduce-motion .exp-card.is-in:active .exp-card__media img {
  transform: scale(1.04) translate3d(0, 0%, 0);
}

html.reduce-motion .exp-card__media img {
  transition: none;
  will-change: auto;
}

/* ——— Continuity ——— */
.exp-continuity {
  padding: clamp(3.5rem, 8vw, 6rem) 16px clamp(2rem, 4vw, 3rem);
}

.exp-continuity__intro {
  max-width: 920px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}

.exp-continuity__intro h2 {
  margin: 0 0 var(--lv-space-6);
  text-align: center;
  font-weight: var(--lv-weight-light);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.15;
}

.exp-continuity__panels {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

@media (min-width: 768px) {
  .exp-continuity__panels {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.exp-continuity__panel h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.exp-continuity__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.exp-continuity__preview {
  margin-bottom: 1rem;
}

/* ——— Closing removed — booking via header + footer ——— */

/* ——— Footer stage ——— */
.exp-footer-stage {
  background: var(--lv-color-canvas-espresso);
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.experience-page .site-footer {
  --footer-rise-y: 0px;
  --footer-statement-opacity: 1;
  --footer-statement-y: 0px;
  --footer-grid-opacity: 1;
  --footer-grid-y: 0px;
  transform: translate3d(0, var(--footer-rise-y), 0);
}

.experience-page .site-footer__statement {
  opacity: var(--footer-statement-opacity);
  transform: translate3d(0, var(--footer-statement-y), 0);
}

.experience-page .site-footer__grid {
  opacity: var(--footer-grid-opacity);
  transform: translate3d(0, var(--footer-grid-y), 0);
}
