/* MPV Holiday — attraction landings (shared starting with Al Jabbar) */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

body.mpv-attr-landing {
  --mpv-teal: #0F4C45;
  --mpv-teal-mid: #16645C;
  --mpv-teal-deep: #0A342F;
  --mpv-gold: #C9A227;
  --mpv-gold-soft: #E7CD6E;
  --mpv-cream: #FAF6EC;
  --mpv-ink: #22291F;
  --mpv-muted: #5C5746;
  --mpv-line: #D9D2C0;
  --mpv-white: #fff;
  --mpv-display: 'Fraunces', Georgia, serif;
  --mpv-sans: 'Plus Jakarta Sans', system-ui, sans-serif;
  background: var(--mpv-cream);
  color: var(--mpv-ink);
}

body.mpv-attr-landing .site-content,
body.mpv-attr-landing #primary,
body.mpv-attr-landing .ast-container,
body.mpv-attr-landing .entry-content {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.mpv-attr-landing .entry-header,
body.mpv-attr-landing .ast-single-entry-banner,
body.mpv-attr-landing .post-navigation,
body.mpv-attr-landing .ast-breadcrumbs-wrapper {
  display: none !important;
}

.mpv-attr {
  font-family: var(--mpv-sans);
  overflow-x: hidden;
}

.mpv-attr * { box-sizing: border-box; }

.mpv-attr-wrap {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

/* -------- Hero -------- */
.mpv-attr-hero {
  position: relative;
  min-height: min(78vh, 700px);
  display: flex;
  align-items: flex-end;
  color: #FFFBF0;
}

.mpv-attr-hero__media {
  position: absolute;
  inset: 0;
}

.mpv-attr-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  animation: mpvAttrKen 18s ease-out forwards;
}

@keyframes mpvAttrKen {
  from { transform: scale(1.08); }
  to { transform: scale(1); }
}

.mpv-attr-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 32, 29, 0.28) 0%, rgba(6, 32, 29, 0.22) 38%, rgba(6, 32, 29, 0.9) 100%),
    linear-gradient(90deg, rgba(6, 32, 29, 0.55) 0%, transparent 58%);
}

.mpv-attr-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px 0 60px;
  animation: mpvAttrRise 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes mpvAttrRise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

.mpv-attr-brand {
  font-family: var(--mpv-display);
  font-size: clamp(1.35rem, 2.6vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--mpv-gold-soft);
  margin: 0 0 10px;
}

.mpv-attr-hero__title {
  font-family: var(--mpv-display);
  font-weight: 600;
  font-size: clamp(2.4rem, 6vw, 4rem);
  line-height: 1.05;
  margin: 0 0 14px;
  color: #FFFBF0;
  max-width: 14ch;
}

.mpv-attr-hero__deck {
  margin: 0 0 26px;
  max-width: 38rem;
  font-size: clamp(1rem, 1.5vw, 1.12rem);
  line-height: 1.55;
  color: rgba(255, 251, 240, 0.88);
}

/* -------- Buttons -------- */
.mpv-attr-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mpv-attr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: var(--mpv-sans);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.mpv-attr-btn:hover { transform: translateY(-1px); }

.mpv-attr-btn--primary {
  background: var(--mpv-gold);
  color: var(--mpv-teal-deep);
}

.mpv-attr-btn--primary:hover { background: var(--mpv-gold-soft); color: var(--mpv-teal-deep); }

.mpv-attr-btn--ghost {
  background: transparent;
  color: #FFFBF0;
  border: 1.5px solid rgba(255, 251, 240, 0.55);
}

.mpv-attr-btn--ghost:hover {
  border-color: #FFFBF0;
  background: rgba(255, 251, 240, 0.08);
}

.mpv-attr-btn--solid {
  background: var(--mpv-teal);
  color: #FFFBF0;
}

.mpv-attr-btn--solid:hover { background: var(--mpv-teal-mid); color: #FFFBF0; }

.mpv-attr-btn--line {
  background: transparent;
  color: var(--mpv-teal);
  border: 1.5px solid var(--mpv-teal);
}

.mpv-attr-btn--line:hover {
  background: var(--mpv-teal);
  color: #FFFBF0;
}

/* -------- Shared type -------- */
.mpv-attr-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mpv-gold);
  margin: 0 0 10px;
}

.mpv-attr-h2 {
  font-family: var(--mpv-display);
  font-weight: 600;
  font-size: clamp(1.75rem, 3.4vw, 2.45rem);
  line-height: 1.15;
  color: var(--mpv-teal);
  margin: 0 0 16px;
}

.mpv-attr-lead {
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--mpv-muted);
  margin: 0 0 28px;
  max-width: 42rem;
}

/* -------- Experience steps -------- */
.mpv-attr-experience {
  padding: 0 0 clamp(48px, 8vw, 80px);
}

.mpv-attr-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--mpv-line);
}

.mpv-attr-steps li {
  counter-increment: step;
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  gap: 6px 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--mpv-line);
}

.mpv-attr-steps li::before {
  content: counter(step);
  font-family: var(--mpv-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--mpv-gold);
  line-height: 1.15;
  grid-row: 1 / span 2;
}

.mpv-attr-steps strong {
  font-family: var(--mpv-display);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--mpv-teal);
}

.mpv-attr-steps span {
  grid-column: 2;
  color: var(--mpv-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

/* -------- Bullets / etiquette / pair -------- */
.mpv-attr-etiquette,
.mpv-attr-pair,
.mpv-attr-faq {
  padding: 0 0 clamp(48px, 8vw, 80px);
}

.mpv-attr-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.mpv-attr-bullets li {
  position: relative;
  padding-left: 18px;
  color: var(--mpv-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

.mpv-attr-bullets li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mpv-gold);
}

.mpv-attr-bullets--compact {
  margin: 8px 0 18px;
  gap: 10px;
}

.mpv-attr-bullets--compact strong {
  color: var(--mpv-ink);
}

.mpv-attr-pair-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.mpv-attr-pair-list li {
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--mpv-line);
}

.mpv-attr-pair-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mpv-attr-pair-list a {
  color: var(--mpv-teal);
  font-family: var(--mpv-display);
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
}

.mpv-attr-pair-list a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mpv-attr-pair-list span {
  color: var(--mpv-muted);
  line-height: 1.6;
  font-size: 1.02rem;
}

.mpv-attr-location__copy a {
  color: var(--mpv-teal);
  font-weight: 600;
}

/* -------- FAQ -------- */
.mpv-attr-faq-list {
  display: grid;
  gap: 10px;
}

.mpv-attr-faq-list details {
  border: 1px solid var(--mpv-line);
  background: rgba(255, 255, 255, 0.55);
  padding: 4px 18px;
}

.mpv-attr-faq-list summary {
  cursor: pointer;
  font-family: var(--mpv-display);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--mpv-teal);
  padding: 14px 0;
  list-style: none;
}

.mpv-attr-faq-list summary::-webkit-details-marker { display: none; }

.mpv-attr-faq-list summary::after {
  content: '+';
  float: right;
  color: var(--mpv-gold);
  font-weight: 700;
}

.mpv-attr-faq-list details[open] summary::after { content: '–'; }

.mpv-attr-faq-list p {
  margin: 0 0 16px;
  color: var(--mpv-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

/* -------- Story -------- */
.mpv-attr-story {
  padding: clamp(56px, 9vw, 100px) 0;
}

.mpv-attr-story__grid {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.mpv-attr-story__copy p {
  margin: 0 0 14px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--mpv-muted);
}

.mpv-attr-story__copy a {
  color: var(--mpv-teal);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mpv-attr-story__visual {
  margin: 0;
  position: relative;
}

.mpv-attr-story__visual::before {
  content: '';
  position: absolute;
  inset: 18px -14px -18px 18px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.35), rgba(15, 76, 69, 0.18));
  border-radius: 4px;
  z-index: 0;
}

.mpv-attr-story__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 24px 50px -28px rgba(15, 76, 69, 0.45);
}

/* -------- Highlights -------- */
.mpv-attr-highlights {
  padding: clamp(48px, 8vw, 88px) 0;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(201, 162, 39, 0.12), transparent 55%),
    linear-gradient(180deg, #F3EDE0 0%, var(--mpv-cream) 100%);
  border-block: 1px solid var(--mpv-line);
}

.mpv-attr-hl {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: hl;
  display: grid;
  gap: 22px;
}

.mpv-attr-hl li {
  counter-increment: hl;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  align-items: start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mpv-line);
}

.mpv-attr-hl li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.mpv-attr-hl li::before {
  content: counter(hl, decimal-leading-zero);
  font-family: var(--mpv-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--mpv-gold);
  line-height: 1.2;
  grid-row: 1 / span 2;
}

.mpv-attr-hl strong {
  font-family: var(--mpv-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--mpv-teal);
}

.mpv-attr-hl span {
  grid-column: 2;
  color: var(--mpv-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

/* -------- Split activities -------- */
.mpv-attr-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: min(70vh, 620px);
}

.mpv-attr-split__media {
  margin: 0;
  min-height: 320px;
}

.mpv-attr-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mpv-attr-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 7vw, 80px) clamp(28px, 5vw, 64px);
  background: var(--mpv-teal-deep);
  color: rgba(255, 251, 240, 0.9);
}

.mpv-attr-split__copy .mpv-attr-kicker { color: var(--mpv-gold-soft); }
.mpv-attr-split__copy .mpv-attr-h2 { color: #FFFBF0; }

.mpv-attr-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.mpv-attr-list li {
  position: relative;
  padding-left: 18px;
  font-size: 1.02rem;
  line-height: 1.55;
}

.mpv-attr-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mpv-gold);
}

.mpv-attr-list strong { color: #FFFBF0; font-weight: 600; }

/* -------- Visit tips -------- */
.mpv-attr-visit {
  padding: clamp(56px, 9vw, 100px) 0;
}

.mpv-attr-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 40px;
}

.mpv-attr-facts h3 {
  font-family: var(--mpv-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--mpv-teal);
  margin: 0 0 8px;
}

.mpv-attr-facts p {
  margin: 0;
  color: var(--mpv-muted);
  line-height: 1.65;
  font-size: 1.02rem;
}

/* -------- Location -------- */
.mpv-attr-location {
  padding: 0 0 clamp(56px, 9vw, 96px);
}

.mpv-attr-location__grid {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}

.mpv-attr-location__copy p {
  margin: 0 0 14px;
  color: var(--mpv-muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.mpv-attr-address {
  font-weight: 600;
  color: var(--mpv-ink) !important;
  padding: 14px 0;
  border-block: 1px solid var(--mpv-line);
}

.mpv-attr-location__visual {
  margin: 0;
}

.mpv-attr-location__visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  box-shadow: 0 20px 48px -24px rgba(15, 76, 69, 0.4);
}

/* -------- Next -------- */
.mpv-attr-next {
  padding: 0 0 clamp(64px, 10vw, 110px);
}

.mpv-attr-next__inner {
  padding: clamp(36px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgba(15, 76, 69, 0.06), rgba(201, 162, 39, 0.1)),
    var(--mpv-white);
  border: 1px solid var(--mpv-line);
  border-radius: 4px;
}

/* -------- Reveal motion -------- */
.mpv-attr-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1), transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
}

.mpv-attr-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* -------- Responsive -------- */
@media (max-width: 900px) {
  .mpv-attr-story__grid,
  .mpv-attr-location__grid,
  .mpv-attr-split {
    grid-template-columns: 1fr;
  }

  .mpv-attr-split__media {
    min-height: 260px;
    max-height: 360px;
  }

  .mpv-attr-facts {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mpv-attr-hero {
    min-height: min(70vh, 560px);
  }

  .mpv-attr-hero__title {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .mpv-attr-hero__inner {
    padding-bottom: 40px;
  }

  .mpv-attr-btn {
    width: 100%;
  }
}
