/* ============================================================
   fl718-santo-domingo.css — v1.0.0
   Santo Domingo, Dominican Republic location page.
   All rules scoped to body.fl718-santo-domingo-page.
   ============================================================ */

body.fl718-santo-domingo-page {
  margin: 0;
  padding: 0;
  overflow-x: clip;
  background-color: #f5f3ef;
  color: #1a1a1a;
  -webkit-font-smoothing: antialiased;
}

:where(body.fl718-santo-domingo-page) *,
:where(body.fl718-santo-domingo-page) *::before,
:where(body.fl718-santo-domingo-page) *::after {
  box-sizing: border-box;
}

body.fl718-santo-domingo-page img {
  max-width: 100%;
  display: block;
}

body.fl718-santo-domingo-page .fl718-sd-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ── HERO ──────────────────────────────────────────────────── */

body.fl718-santo-domingo-page .fl718-sd-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: clip;
  background-color: #e8e4de;
}

body.fl718-santo-domingo-page .fl718-sd-hero__img-left,
body.fl718-santo-domingo-page .fl718-sd-hero__img-right {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  opacity: 0;
}

body.fl718-santo-domingo-page .fl718-sd-hero__img-left {
  clip-path: inset(0 50% 0 0);
}

body.fl718-santo-domingo-page .fl718-sd-hero__img-right {
  clip-path: inset(0 0 0 50%);
}

body.fl718-santo-domingo-page .fl718-sd-hero__seam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.55);
  transform: translateX(-50%);
  opacity: 0;
  z-index: 5;
  pointer-events: none;
}

body.fl718-santo-domingo-page .fl718-sd-hero__title-block {
  position: absolute;
  inset: auto 0 0 0;
  padding: 80px 48px 44px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.22) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

body.fl718-santo-domingo-page .fl718-sd-hero__eyebrow {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(11px, 0.9vw, 12px);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: clamp(6px, 0.7vw, 10px);
  opacity: 0;
}

body.fl718-santo-domingo-page .fl718-sd-hero__city {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(32px, 4.5vw, 68px);
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 0.92;
  color: #ffffff;
  margin-top: clamp(6px, 0.8vw, 10px);
  opacity: 0;
}

body.fl718-santo-domingo-page .fl718-sd-hero__sub {
  display: block;
  font-family: 'Lora', Georgia, serif;
  font-size: clamp(11px, 1.1vw, 15px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.52);
  margin-top: clamp(12px, 1.4vw, 18px);
  opacity: 0;
}

body.fl718-santo-domingo-page .fl718-sd-hero__caption {
  display: inline;
}

@media (prefers-reduced-motion: reduce) {
  body.fl718-santo-domingo-page .fl718-sd-hero__title-block,
  body.fl718-santo-domingo-page .fl718-sd-hero__eyebrow,
  body.fl718-santo-domingo-page .fl718-sd-hero__city,
  body.fl718-santo-domingo-page .fl718-sd-hero__sub {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── GRID ───────────────────────────────────────────────────── */

body.fl718-santo-domingo-page .fl718-sd-grid {
  columns: 3;
  column-gap: 8px;
  padding: 8px;
  padding-top: 14vh;
  padding-bottom: 12vh;
}

@media (max-width: 768px) {
  body.fl718-santo-domingo-page .fl718-sd-grid {
    columns: 2;
    padding-top: 10vh;
  }
}

@media (max-width: 480px) {
  body.fl718-santo-domingo-page .fl718-sd-grid {
    columns: 1;
    padding: 8px;
    padding-top: 8vh;
    padding-bottom: 8vh;
  }
}

body.fl718-santo-domingo-page .fl718-sd-item {
  break-inside: avoid;
  margin: 0 0 8px 0;
  overflow: clip;
  cursor: pointer;
  position: relative;
  display: block;
}

body.fl718-santo-domingo-page .fl718-sd-item img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 0 100% 0);
  filter: blur(2px);
}

/* ── HOVER — "The Window Frame" ─────────────────────────────── */

body.fl718-santo-domingo-page .fl718-sd-item__veil {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  will-change: opacity;
  background: radial-gradient(
    ellipse 62% 58% at 50% 50%,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 35%,
    rgba(6, 4, 2, 0.28) 62%,
    rgba(8, 6, 3, 0.68) 100%
  );
}

@media (prefers-reduced-motion: reduce) {
  body.fl718-santo-domingo-page .fl718-sd-item__veil {
    display: none !important;
  }
  body.fl718-santo-domingo-page .fl718-sd-item img {
    clip-path: none !important;
    filter: none !important;
  }
}

/* ── LIGHTBOX — "The Glass Pane" ────────────────────────────── */

body.fl718-santo-domingo-page .fl718-sd-lb-dark {
  position: fixed;
  inset: 0;
  z-index: 9000;
  background: transparent;
  pointer-events: none;
  opacity: 0;
  overflow: clip;
}

body.fl718-santo-domingo-page .fl718-sd-lb-dark--active {
  pointer-events: auto;
}

body.fl718-santo-domingo-page .fl718-sd-lb-strip {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(14, 10, 6, 0.97);
  transform: scaleY(0);
  transform-origin: top center;
}

body.fl718-santo-domingo-page .fl718-sd-lb-stage {
  position: fixed;
  inset: 0;
  z-index: 9100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

body.fl718-santo-domingo-page .fl718-sd-lb-stage--active {
  pointer-events: auto;
}

body.fl718-santo-domingo-page .fl718-sd-lb-image-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 120px);
  max-height: calc(100dvh - 120px);
  opacity: 0;
}

body.fl718-santo-domingo-page .fl718-sd-lb-image {
  max-width: 100%;
  max-height: calc(100dvh - 120px);
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

body.fl718-santo-domingo-page .fl718-sd-lb-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  cursor: default;
}

body.fl718-santo-domingo-page .fl718-sd-lb-ui {
  position: fixed;
  inset: 0;
  z-index: 9200;
  pointer-events: none;
  opacity: 0;
}

body.fl718-santo-domingo-page .fl718-sd-lb-ui--active {
  pointer-events: auto;
}

body.fl718-santo-domingo-page .fl718-sd-lb-close-btn {
  position: absolute;
  top: clamp(1rem, 2vh, 1.6rem);
  right: clamp(1rem, 2vw, 1.6rem);
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: rgba(248, 244, 236, 0.75);
}

body.fl718-santo-domingo-page .fl718-sd-lb-close-btn:hover {
  color: rgba(248, 244, 236, 1);
}

body.fl718-santo-domingo-page .fl718-sd-lb-close-btn svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  fill: none;
}

body.fl718-santo-domingo-page .fl718-sd-lb-counter {
  position: absolute;
  bottom: clamp(1.2rem, 2.5vh, 2rem);
  left: 50%;
  transform: translateX(-50%);
  font-family: 'DM Sans', -apple-system, sans-serif;
  font-weight: 300;
  font-size: 0.80rem;
  color: rgba(248, 244, 236, 0.50);
  letter-spacing: 0.16em;
  white-space: nowrap;
  pointer-events: none;
}

body.fl718-santo-domingo-page .fl718-sd-lb-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: rgba(248, 244, 236, 0.55);
  transition: color 0.2s;
}

body.fl718-santo-domingo-page .fl718-sd-lb-nav:hover {
  color: rgba(248, 244, 236, 0.9);
}

body.fl718-santo-domingo-page .fl718-sd-lb-nav.fl718-sd-lb-nav--hidden {
  opacity: 0;
  pointer-events: none;
}

body.fl718-santo-domingo-page .fl718-sd-lb-prev { left: clamp(0.8rem, 2vw, 1.6rem); }
body.fl718-santo-domingo-page .fl718-sd-lb-next { right: clamp(0.8rem, 2vw, 1.6rem); }

body.fl718-santo-domingo-page .fl718-sd-lb-nav svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

body.fl718-santo-domingo-page .fl718-sd-lb-close-btn:focus-visible,
body.fl718-santo-domingo-page .fl718-sd-lb-nav:focus-visible {
  outline: 2px solid rgba(248, 244, 236, 0.5);
  outline-offset: 3px;
}

@media (max-width: 768px) {
  body.fl718-santo-domingo-page .fl718-sd-lb-image-wrap {
    max-width: 100vw;
    max-height: 100svh;
  }
  body.fl718-santo-domingo-page .fl718-sd-lb-image {
    max-height: calc(100svh - 120px);
  }
  body.fl718-santo-domingo-page .fl718-sd-lb-prev { left: 0.25rem; }
  body.fl718-santo-domingo-page .fl718-sd-lb-next { right: 0.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  body.fl718-santo-domingo-page .fl718-sd-lb-dark {
    opacity: 1 !important;
  }
  body.fl718-santo-domingo-page .fl718-sd-lb-strip {
    transform: scaleY(1) !important;
  }
  body.fl718-santo-domingo-page .fl718-sd-lb-image-wrap {
    opacity: 1 !important;
    transform: none !important;
  }
  body.fl718-santo-domingo-page .fl718-sd-lb-ui {
    opacity: 1 !important;
  }
}

/* ── AFTER-CONTENT ──────────────────────────────────────────── */

body.fl718-santo-domingo-page .fl718-intl-after {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 40px 140px;
}

body.fl718-santo-domingo-page .fl718-intl-after__dateline {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 40px;
}

body.fl718-santo-domingo-page .fl718-intl-after__city {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #3d3530;
}

body.fl718-santo-domingo-page .fl718-intl-after__sep {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  font-weight: 400;
  color: #ccc6bc;
  margin: 0 20px;
  user-select: none;
}

body.fl718-santo-domingo-page .fl718-intl-after__coords {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #9a9088;
}

body.fl718-santo-domingo-page .fl718-intl-after__year {
  font-family: 'Courier Prime', monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #9a9088;
}

body.fl718-santo-domingo-page .fl718-intl-after__rule {
  width: 100%;
  height: 1px;
  background: #ccc6bc;
  margin-bottom: 36px;
  transform-origin: left center;
}

body.fl718-santo-domingo-page .fl718-intl-after__eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #9a9088;
  margin-bottom: 24px;
}

body.fl718-santo-domingo-page .fl718-intl-after__strip {
  display: flex;
  gap: 14px;
  margin-bottom: 36px;
  overflow-x: clip;
}

body.fl718-santo-domingo-page .fl718-sd-wipe-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #111;
  transform: translateX(-100%);
  pointer-events: none;
  z-index: 9999;
}

body.fl718-santo-domingo-page .fl718-sd-burst-char {
  position: fixed;
  font-family: 'Courier Prime', monospace;
  font-size: 9px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  pointer-events: none;
  z-index: 200;
}

body.fl718-santo-domingo-page .fl718-intl-after__bottom-rule {
  width: 100%;
  height: 1px;
  background: #ccc6bc;
  margin-bottom: 28px;
}

body.fl718-santo-domingo-page .fl718-intl-after__taxonomy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

body.fl718-santo-domingo-page .fl718-intl-after__tax-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a9088;
  text-decoration: none;
  transition: color 0.2s ease;
  white-space: nowrap;
}

body.fl718-santo-domingo-page .fl718-intl-after__tax-link:hover {
  color: #3d3530;
}

body.fl718-santo-domingo-page .fl718-intl-after__tax-sep {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  color: #ccc6bc;
  padding: 0 14px;
  user-select: none;
}

@media (prefers-reduced-motion: no-preference) {
  body.fl718-santo-domingo-page .fl718-intl-after__dateline  { opacity: 0; }
  body.fl718-santo-domingo-page .fl718-intl-after__rule      { transform: scaleX(0); }
  body.fl718-santo-domingo-page .fl718-intl-after__eyebrow   { opacity: 0; }
  body.fl718-santo-domingo-page .fl718-ws-city               { opacity: 0; }
  body.fl718-santo-domingo-page .fl718-intl-after__bottom-rule { opacity: 0; }
  body.fl718-santo-domingo-page .fl718-intl-after__taxonomy  { opacity: 0; }
}

@media (max-width: 700px) {
  body.fl718-santo-domingo-page .fl718-intl-after {
    padding: 64px 0 100px;
  }
  body.fl718-santo-domingo-page .fl718-intl-after__dateline {
    padding: 0 24px;
    flex-direction: column;
    gap: 6px;
  }
  body.fl718-santo-domingo-page .fl718-intl-after__sep {
    display: none;
  }
  body.fl718-santo-domingo-page .fl718-intl-after__rule,
  body.fl718-santo-domingo-page .fl718-intl-after__bottom-rule {
    margin-left: 24px;
    margin-right: 24px;
    width: calc(100% - 48px);
  }
  body.fl718-santo-domingo-page .fl718-intl-after__eyebrow {
    padding: 0 24px;
  }
  body.fl718-santo-domingo-page .fl718-intl-after__strip {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 0 24px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  body.fl718-santo-domingo-page .fl718-intl-after__strip::-webkit-scrollbar {
    display: none;
  }
  body.fl718-santo-domingo-page .fl718-intl-after__taxonomy {
    padding: 0 24px;
  }
}

/* ── NO-JS + REDUCED MOTION FALLBACKS ──────────────────────── */

@media (prefers-reduced-motion: reduce) {
  body.fl718-santo-domingo-page .fl718-sd-hero__img-left,
  body.fl718-santo-domingo-page .fl718-sd-hero__img-right {
    opacity: 1 !important;
    transform: none !important;
    filter: brightness(1.0) saturate(1.0) !important;
  }
  body.fl718-santo-domingo-page .fl718-sd-hero__title-block {
    opacity: 1 !important;
  }
}

body.fl718-santo-domingo-page:not(.fl718-js-loaded) .fl718-sd-item {
  opacity: 1;
}
body.fl718-santo-domingo-page:not(.fl718-js-loaded) .fl718-sd-item img {
  clip-path: none;
  filter: none;
}
body.fl718-santo-domingo-page:not(.fl718-js-loaded) .fl718-sd-hero__img-left,
body.fl718-santo-domingo-page:not(.fl718-js-loaded) .fl718-sd-hero__img-right {
  opacity: 1;
  filter: brightness(1.0) saturate(1.0);
}
body.fl718-santo-domingo-page:not(.fl718-js-loaded) .fl718-sd-hero__title-block {
  opacity: 1;
}
