/* EJ Unilinks: shared presentation. Tour composition belongs to its HTML. */
.ej-ul-mount {
  --ej-ink: #102743;
  --ej-muted: #526276;
  --ej-paper: #fbf9f4;
  --ej-accent: #b68d43;
  --ej-rule: #ded8ca;
  --ej-heading-font: Georgia, 'Times New Roman', serif;
  --ej-body-font: Arial, Helvetica, sans-serif;
  --ej-content-width: 1160px;
  --ej-text-width: 720px;
  --ej-radius: 6px;
  color: var(--ej-ink);
  background: var(--ej-paper);
  font: 18px/1.7 var(--ej-body-font);
  text-align: left;
  text-transform: none;
  width: 100%;
}
.ej-ul-mount *, .ej-ul-mount *::before, .ej-ul-mount *::after { box-sizing: border-box; }
.ej-ul-mount [hidden] { display: none !important; }
.ej-ul-mount img, .ej-ul-mount video { display: block; max-width: 100%; height: auto; }
.ej-ul-mount p { margin: 0 0 1.25em; font: inherit; color: inherit; text-transform: none; }
.ej-ul-mount h1, .ej-ul-mount h2, .ej-ul-mount h3 {
  margin: 0 0 .55em; color: inherit; font-family: var(--ej-heading-font);
  font-weight: 400; line-height: 1.14; text-transform: none; letter-spacing: -.015em;
}
.ej-ul-mount h1 { font-size: clamp(36px, 5vw, 66px); }
.ej-ul-mount h2 { font-size: clamp(28px, 3.4vw, 44px); }
.ej-ul-mount h3 { font-size: 27px; }
.ej-ul-mount a { color: inherit; text-underline-offset: .22em; }
.ej-ul-mount :focus-visible { outline: 3px solid var(--ej-accent); outline-offset: 5px; }
.ej-ul-mount button { font: inherit; cursor: pointer; text-transform: none; }
.ej-ul-mount .ej-ul-section { max-width: var(--ej-content-width); margin: 0 auto; padding: clamp(32px, 6vw, 76px) 24px; }
.ej-ul-mount .ej-ul-prose { max-width: var(--ej-text-width); margin-inline: auto; }
.ej-ul-mount .ej-ul-lead { font-size: clamp(20px, 2.3vw, 25px); line-height: 1.55; }
.ej-ul-mount .ej-ul-eyebrow { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.ej-ul-mount .ej-ul-hero { position: relative; isolation: isolate; min-height: 540px; display: flex; align-items: flex-end; color: white; background: var(--ej-ink); }
.ej-ul-mount .ej-ul-hero > picture, .ej-ul-mount .ej-ul-hero > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; }
.ej-ul-mount .ej-ul-hero > picture img, .ej-ul-mount .ej-ul-hero > img { width: 100%; height: 100%; object-fit: cover; object-position: var(--ej-image-position, center); }
.ej-ul-mount .ej-ul-hero::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 5%, rgba(5,21,35,.25) 35%, rgba(5,21,35,.9)); }
.ej-ul-mount .ej-ul-hero-content { width: 100%; max-width: var(--ej-content-width); margin-inline: auto; padding: 52px 28px; }
.ej-ul-mount .ej-ul-hero h1 { max-width: 940px; }
.ej-ul-mount .ej-ul-hero p { max-width: 760px; }
.ej-ul-mount .ej-ul-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.ej-ul-mount figure { margin: 0; }
.ej-ul-mount figcaption { font-size: 14px; line-height: 1.5; color: var(--ej-muted); padding-top: 12px; }
.ej-ul-mount .ej-ul-photo img { width: 100%; border-radius: var(--ej-radius); }
.ej-ul-mount .ej-ul-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; border-top: 1px solid var(--ej-rule); }
.ej-ul-mount .ej-ul-facts > div { padding: 20px 24px 20px 0; border-bottom: 1px solid var(--ej-rule); }
.ej-ul-mount .ej-ul-facts dt { font-weight: 700; font-size: 14px; margin-bottom: 5px; }
.ej-ul-mount .ej-ul-facts dd { margin: 0; }
.ej-ul-mount .ej-ul-note { padding: 24px; border-left: 3px solid var(--ej-accent); background: white; }
.ej-ul-mount .ej-ul-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.ej-ul-mount .ej-ul-gallery a { display: block; }
.ej-ul-mount .ej-ul-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ej-radius); }
.ej-ul-mount .ej-ul-video { width: 100%; background: #071626; border-radius: var(--ej-radius); }
.ej-ul-mount .ej-ul-credit { font-size: 12px; color: var(--ej-muted); }
.ej-ul-dialog {
  position: fixed; inset: 0; width: min(1200px, 96vw); max-width: none; height: min(900px,94dvh);
  max-height: 94vh; margin: auto; padding: 0; border: 0; border-radius: 6px;
  background: #081727; color: white; font: 16px/1.5 Arial,Helvetica,sans-serif;
}
.ej-ul-dialog::backdrop { background: rgba(0,0,0,.86); }
.ej-ul-dialog .ej-ul-viewer { display: grid; grid-template-rows: auto minmax(0,1fr) auto; height: 100%; }
.ej-ul-dialog .ej-ul-toolbar { display: flex; align-items: center; gap: 12px; padding: 12px 16px; }
.ej-ul-dialog button { min-width: 44px; min-height: 44px; padding: 8px 14px; background: transparent; border: 1px solid #758493; border-radius: 4px; color: white; font: inherit; cursor: pointer; }
.ej-ul-dialog button:focus-visible { outline: 3px solid #dec08b; outline-offset: 3px; }
.ej-ul-dialog .ej-ul-close { margin-left: auto; }
.ej-ul-dialog .ej-ul-viewer-image { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.ej-ul-dialog .ej-ul-caption { padding: 12px 20px 20px; margin: 0; }
.ej-ul-dialog .ej-ul-count { margin-left: auto; }
@media (max-width: 720px) {
  .ej-ul-mount { font-size: 17px; }
  .ej-ul-mount .ej-ul-hero { min-height: 480px; }
  .ej-ul-mount .ej-ul-hero-content { padding: 36px 20px; }
  .ej-ul-mount .ej-ul-split { grid-template-columns: minmax(0,1fr); }
  .ej-ul-mount .ej-ul-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .ej-ul-mount .ej-ul-facts { grid-template-columns: minmax(0,1fr); }
  .ej-ul-dialog { width: 100vw; height: 100dvh; max-height: 100%; border-radius: 0; }
}
@media print {
  .ej-ul-mount { background: white; color: black; font-size: 11pt; }
  .ej-ul-mount .ej-ul-hero { min-height: 0; display: block; color: black; background: white; }
  .ej-ul-mount .ej-ul-hero::after { display: none; }
  .ej-ul-mount .ej-ul-hero > picture, .ej-ul-mount .ej-ul-hero > img { position: static; height: auto; max-height: 90mm; }
  .ej-ul-mount .ej-ul-hero > picture img { max-height: 90mm; }
  .ej-ul-mount .ej-ul-hero-content, .ej-ul-mount .ej-ul-section { padding: 6mm 0; }
  .ej-ul-mount h1 { font-size: 25pt; }
  .ej-ul-mount h2 { font-size: 19pt; }
  .ej-ul-mount figure, .ej-ul-mount .ej-ul-facts > div { break-inside: avoid; }
  .ej-ul-mount video, .ej-ul-dialog { display: none !important; }
}
/* Font files from the EJ brand reference; self-hosted for the production preview. */
@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400 700;font-display:swap;src:url(fonts/cormorant-garamond-italic-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/cormorant-garamond-normal-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
@font-face{font-family:Marcellus;font-style:normal;font-weight:400;font-display:swap;src:url(fonts/marcellus-normal-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
@font-face{font-family:Mulish;font-style:normal;font-weight:400 700;font-display:swap;src:url(fonts/mulish-normal-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}


/* EJ authored pilot compositions. These extend the shared component vocabulary. */
.ej-ul-mount .ej-ul-editorial { --ej-text-width: 690px; --ej-paper: #f8f6f0; --ej-ink: #102a3e; background: var(--ej-paper); color: var(--ej-ink); }
.ej-ul-mount .ej-ul-theme-rainforest { --ej-accent: #997e42; --ej-scene: #183b35; --ej-tint: #e9eee7; }
.ej-ul-mount .ej-ul-theme-panorama { --ej-accent: #997e42; --ej-scene: #123e48; --ej-tint: #e5edec; }
.ej-ul-mount .ej-ul-theme-ice { --ej-accent: #98783d; --ej-scene: #103747; --ej-tint: #e4eff0; }
.ej-ul-mount .ej-ul-theme-lake { --ej-accent: #977c42; --ej-scene: #17384d; --ej-tint: #e6edf0; }
.ej-ul-mount .ej-ul-theme-birds { --ej-accent: #997741; --ej-scene: #243f31; --ej-tint: #e9ecdf; }
.ej-ul-mount .ej-ul-editorial .ej-ul-hero { min-height: 730px; }
.ej-ul-mount .ej-ul-editorial .ej-ul-hero::after { background: linear-gradient(90deg,rgba(3,18,26,.76),rgba(3,18,26,.18) 85%),linear-gradient(0deg,rgba(3,18,26,.75),transparent 80%); }
.ej-ul-mount .ej-ul-brandbar { position:absolute; inset:0 0 auto; z-index:2; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:27px max(28px,calc((100% - 1104px)/2)); border-bottom:1px solid #ffffff30; }
.ej-ul-mount .ej-ul-wordmark { font:18px/1.25 Georgia,serif; letter-spacing:.2em; text-transform:uppercase; }
.ej-ul-mount .ej-ul-wordmark span { display:block; font:11px/1.6 Arial,sans-serif; letter-spacing:.48em; margin-top:4px; color:#ead6ae; }
.ej-ul-mount .ej-ul-brand-location { font-size:12px; letter-spacing:.08em; }
.ej-ul-mount .ej-ul-editorial .ej-ul-hero-content { padding:156px 28px 88px; }
.ej-ul-mount .ej-ul-editorial .ej-ul-hero h1 { font-size:clamp(44px,6.7vw,92px); line-height:1.015; letter-spacing:-.035em; margin:19px 0 24px; max-width:1000px; }
.ej-ul-mount .ej-ul-editorial .ej-ul-hero .ej-ul-eyebrow { color:#ead6ae; font-size:11px; letter-spacing:.2em; }
.ej-ul-mount .ej-ul-hero-deck { font-size:clamp(18px,2vw,22px) !important; line-height:1.55 !important; max-width:610px !important; }
.ej-ul-mount .ej-ul-quick { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); position:relative; z-index:2; width:calc(100% - 48px); max-width:1104px; margin:-34px auto 0; background:#fff; box-shadow:0 10px 35px #102a3e12; }
.ej-ul-mount .ej-ul-quick > div { padding:25px 24px; border-right:1px solid #e5e5df; }
.ej-ul-mount .ej-ul-quick > div:last-child { border:0; }
.ej-ul-mount .ej-ul-quick dt { font:10px/1.4 Arial,sans-serif; text-transform:uppercase; letter-spacing:.15em; color:#59676b; margin-bottom:9px; }
.ej-ul-mount .ej-ul-quick dd { font:20px/1.3 Georgia,serif; margin:0; }
.ej-ul-mount .ej-ul-jump { max-width:1104px; margin:0 auto; display:flex; flex-wrap:wrap; align-items:center; gap:8px 26px; padding:16px 0 0; font-size:12px; }
.ej-ul-mount .ej-ul-jump a { display:inline-flex; align-items:center; min-height:44px; text-decoration:none; border-bottom:1px solid #cbbd9a; }
.ej-ul-mount .ej-ul-editorial .ej-ul-section { padding-top:70px; padding-bottom:70px; }
.ej-ul-mount .ej-ul-story { max-width:690px; margin-inline:auto; }
.ej-ul-mount .ej-ul-story p { font-size:18px; line-height:1.85; }
.ej-ul-mount .ej-ul-story p:last-child { margin-bottom:0; }
.ej-ul-mount .ej-ul-story .ej-ul-lead { font:clamp(26px,3vw,36px)/1.46 Georgia,serif; letter-spacing:-.012em; margin-bottom:32px; }
.ej-ul-mount .ej-ul-kicker { display:block; font:11px/1.4 Arial,sans-serif; letter-spacing:.18em; text-transform:uppercase; color:var(--ej-accent); margin-bottom:24px; }
.ej-ul-mount .ej-ul-visual-row { display:grid; grid-template-columns:1fr 1fr; gap:50px; align-items:center; }
.ej-ul-mount .ej-ul-visual-row .ej-ul-story { max-width:none; }
.ej-ul-mount .ej-ul-editorial .ej-ul-photo img { border-radius:2px; }
.ej-ul-mount .ej-ul-portrait img { aspect-ratio:4/5; object-fit:cover; }
.ej-ul-mount .ej-ul-visual-row.ej-ul-reverse figure { order:2; }
.ej-ul-mount .ej-ul-wide-photo { max-width:1400px; margin:0 auto; padding:0 24px; }
.ej-ul-mount .ej-ul-wide-photo img { width:100%; aspect-ratio:16/8; object-fit:cover; }
.ej-ul-mount .ej-ul-wide-photo figcaption { max-width:1104px; margin:auto; }
.ej-ul-mount .ej-ul-pair { display:grid; grid-template-columns:1.3fr 1fr; gap:30px; align-items:center; }
.ej-ul-mount .ej-ul-pair figure:last-child { padding-top:75px; }
.ej-ul-mount .ej-ul-pair img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.ej-ul-mount .ej-ul-theme-birds .ej-ul-pair { grid-template-columns:1fr 1fr; gap:50px; }
.ej-ul-mount .ej-ul-theme-birds .ej-ul-pair img { aspect-ratio:4/5; }
.ej-ul-mount .ej-ul-perspectives { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.ej-ul-mount .ej-ul-perspectives img { width:100%; aspect-ratio:4/3; object-fit:cover; }
.ej-ul-mount .ej-ul-perspectives figcaption { color:var(--ej-ink); font:22px/1.3 Georgia,serif; padding-top:18px; }
.ej-ul-mount .ej-ul-perspectives small { display:block; color:#637478; font:13px/1.5 Arial,sans-serif; margin-top:7px; }
.ej-ul-mount .ej-ul-care { background:var(--ej-scene); color:#fff; }
.ej-ul-mount .ej-ul-care-inner { max-width:1104px; margin:auto; padding:54px 28px; display:grid; grid-template-columns:1fr 1.35fr; gap:65px; align-items:center; }
.ej-ul-mount .ej-ul-care h2 { font-size:35px; margin:0; }
.ej-ul-mount .ej-ul-care .ej-ul-kicker { color:#e4cda0; margin-bottom:18px; }
.ej-ul-mount .ej-ul-care p { font-size:17px; line-height:1.85; margin:0; }
.ej-ul-mount .ej-ul-details { background:var(--ej-tint); }
.ej-ul-mount .ej-ul-details .ej-ul-facts { border-color:#aebcb84a; gap:0 40px; }
.ej-ul-mount .ej-ul-details .ej-ul-facts > div { border-color:#aebcb84a; padding:24px 0; }
.ej-ul-mount .ej-ul-details .ej-ul-facts dt { color:var(--ej-scene); }
.ej-ul-mount .ej-ul-details .ej-ul-facts dd { font-size:16px; line-height:1.75; }
.ej-ul-mount .ej-ul-practical-note { background:#fff; padding:27px 30px; margin-top:34px; border-left:3px solid var(--ej-accent); }
.ej-ul-mount .ej-ul-practical-note h3 { font-size:24px; }
.ej-ul-mount .ej-ul-practical-note p { font-size:15px; line-height:1.75; margin-bottom:14px; }
.ej-ul-mount .ej-ul-practical-note p:last-child { margin:0; }
.ej-ul-mount .ej-ul-section-head { display:flex; flex-wrap:wrap; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:28px; }
.ej-ul-mount .ej-ul-section-head h2 { margin:0; }
.ej-ul-mount .ej-ul-section-head p { font-size:13px; color:var(--ej-muted); margin:0; }
.ej-ul-mount .ej-ul-gallery figcaption { font-size:12px; line-height:1.6; }
.ej-ul-mount .ej-ul-gallery a { position:relative; }
.ej-ul-mount .ej-ul-gallery a::after { content:'↗'; position:absolute; bottom:10px; right:10px; display:grid; place-items:center; width:34px; height:34px; border:1px solid #ffffff70; border-radius:50%; background:#102a3ea6; color:white; font-size:18px; }
.ej-ul-mount .ej-ul-film { position:relative; max-width:960px; margin:0 auto; }
.ej-ul-mount .ej-ul-film-open { display:block; position:relative; background:var(--ej-scene); text-decoration:none; }
.ej-ul-mount .ej-ul-film-open img { width:100%; aspect-ratio:16/9; object-fit:cover; filter:brightness(.8); }
.ej-ul-mount .ej-ul-film-play { position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:16px; color:#fff; font-size:16px; }
.ej-ul-mount .ej-ul-film-play::before { content:'▶'; display:grid; place-items:center; padding-left:3px; width:66px; height:66px; border:1px solid #ffffffa0; border-radius:50%; background:#102a3e70; font-size:20px; }
.ej-ul-mount .ej-ul-film video { width:100%; aspect-ratio:16/9; background:#071626; }
.ej-ul-mount .ej-ul-film-caption { font-size:13px; line-height:1.65; color:var(--ej-muted); margin:13px 0 0; }
.ej-ul-mount .ej-ul-footer { padding:46px 24px; background:#0e263b; color:#fff; text-align:center; }
.ej-ul-mount .ej-ul-footer p { font-size:12px; color:#c9d2d7; margin:12px 0 0; }
.ej-ul-mount .ej-ul-stat { display:block; font:clamp(36px,5vw,58px)/1.1 Georgia,serif; color:var(--ej-scene); margin:0 0 12px; }
.ej-ul-mount .ej-ul-editorial [id] { scroll-margin-top:24px; }
@media(max-width:1150px) { .ej-ul-mount .ej-ul-jump { margin-inline:24px; } }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-brandbar { padding:21px 20px; }
 .ej-ul-mount .ej-ul-wordmark { font-size:15px; letter-spacing:.16em; }
 .ej-ul-mount .ej-ul-wordmark span { font-size:9px; }
 .ej-ul-mount .ej-ul-brand-location { display:none; }
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero { min-height:660px; min-height:min(790px,94svh); }
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero::after { background:linear-gradient(0deg,rgba(3,18,26,.88),rgba(3,18,26,.22) 75%,rgba(3,18,26,.47)); }
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero-content { padding:155px 22px 72px; }
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero h1 { font-size:clamp(43px,11.7vw,74px); margin-top:16px; margin-bottom:21px; }
 .ej-ul-mount .ej-ul-hero-deck { font-size:18px !important; }
 .ej-ul-mount .ej-ul-quick { grid-template-columns:repeat(2,minmax(0,1fr)); width:calc(100% - 32px); margin-top:-26px; }
 .ej-ul-mount .ej-ul-quick > div { padding:20px 17px; border-bottom:1px solid #e5e5df; }
 .ej-ul-mount .ej-ul-quick > div:nth-child(2) { border-right:0; }
 .ej-ul-mount .ej-ul-quick > div:nth-child(3) { border-bottom:0; }
 .ej-ul-mount .ej-ul-quick dd { font-size:18px; }
 .ej-ul-mount .ej-ul-quick dt { font-size:9px; }
 .ej-ul-mount .ej-ul-jump { margin-inline:22px; gap:6px 24px; }
 .ej-ul-mount .ej-ul-editorial .ej-ul-section { padding:46px 22px; }
 .ej-ul-mount .ej-ul-story p { font-size:17px; line-height:1.82; }
 .ej-ul-mount .ej-ul-story .ej-ul-lead { font-size:27px; line-height:1.5; margin-bottom:26px; }
 .ej-ul-mount .ej-ul-visual-row { grid-template-columns:minmax(0,1fr); gap:30px; }
 .ej-ul-mount .ej-ul-visual-row.ej-ul-reverse figure { order:0; }
 .ej-ul-mount .ej-ul-portrait img { aspect-ratio:4/3; }
 .ej-ul-mount .ej-ul-wide-photo { padding:0; }
 .ej-ul-mount .ej-ul-wide-photo img { aspect-ratio:4/3; }
 .ej-ul-mount .ej-ul-wide-photo figcaption { padding:13px 22px 0; }
 .ej-ul-mount .ej-ul-pair,.ej-ul-mount .ej-ul-theme-birds .ej-ul-pair { gap:12px; grid-template-columns:1fr 1fr; }
 .ej-ul-mount .ej-ul-pair figure:last-child { padding-top:40px; }
 .ej-ul-mount .ej-ul-pair img { aspect-ratio:4/5; }
 .ej-ul-mount .ej-ul-pair figcaption { font-size:12px; }
 .ej-ul-mount .ej-ul-perspectives { grid-template-columns:minmax(0,1fr); gap:26px; }
 .ej-ul-mount .ej-ul-perspectives figure { display:grid; grid-template-columns:42% 1fr; align-items:center; gap:17px; }
 .ej-ul-mount .ej-ul-perspectives figcaption { padding:0; font-size:22px; }
 .ej-ul-mount .ej-ul-care-inner { grid-template-columns:1fr; gap:25px; padding:42px 24px; }
 .ej-ul-mount .ej-ul-care h2 { font-size:31px; }
 .ej-ul-mount .ej-ul-care p { font-size:16px; }
 .ej-ul-mount .ej-ul-practical-note { padding:23px 21px; }
 .ej-ul-mount .ej-ul-gallery { gap:25px 12px; }
 .ej-ul-mount .ej-ul-film-play { gap:12px; }
 .ej-ul-mount .ej-ul-film-play::before { width:52px; height:52px; font-size:17px; }
}
@media(prefers-reduced-motion:no-preference) { .ej-ul-mount .ej-ul-gallery img { transition:filter .15s ease; } .ej-ul-mount .ej-ul-gallery a:hover img { filter:brightness(.9); } }
@media print {
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero { min-height:0; }
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero-content { padding:20px 0; }
 .ej-ul-mount .ej-ul-editorial .ej-ul-hero h1 { font-size:34pt; }
 .ej-ul-mount .ej-ul-brandbar,.ej-ul-mount .ej-ul-jump,.ej-ul-mount .ej-ul-film,.ej-ul-mount .ej-ul-footer { display:none; }
 .ej-ul-mount .ej-ul-quick { width:100%; margin:0; box-shadow:none; }
 .ej-ul-mount .ej-ul-editorial .ej-ul-section { padding:8mm 0; }
 .ej-ul-mount .ej-ul-story p,.ej-ul-mount .ej-ul-care p,.ej-ul-mount .ej-ul-details .ej-ul-facts dd { font-size:11pt; }
 .ej-ul-mount .ej-ul-care,.ej-ul-mount .ej-ul-details { background:white; color:black; }
 .ej-ul-mount .ej-ul-care-inner { padding:8mm 0; }
}

/* Existing mobile crops are distinct compositions, selected through picture sources. */
.ej-ul-mount picture { display:block; }
.ej-ul-mount .ej-ul-progress-marker { height:0; padding:0; margin:0; }
.ej-ul-mount .ej-ul-gallery > [hidden] { display:none !important; }
.ej-ul-mount .ej-ul-gallery.ej-ul-slider { display:block; }
.ej-ul-mount .ej-ul-gallery.ej-ul-slider img { width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;background:#102a3e; }
.ej-ul-mount .ej-ul-slider-controls { display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px; }
.ej-ul-mount .ej-ul-slider-controls button { min-height:44px;min-width:44px;padding:10px 14px;border:1px solid #cbbd9a;border-radius:2px;color:#102a3e;background:#fff;font:14px/1.3 Arial,sans-serif;cursor:pointer; }
.ej-ul-mount .ej-ul-slider-controls button:focus-visible { outline:3px solid #99763c;outline-offset:3px; }
.ej-ul-mount .ej-ul-slider-controls button:disabled { opacity:.5;cursor:default; }
.ej-ul-dialog picture { display:block;min-height:0; }
@media(max-width:767px) {
 .ej-ul-mount .ej-ul-theme-rainforest .ej-ul-hero { --ej-image-position:61% center; }
 .ej-ul-mount .ej-ul-theme-panorama .ej-ul-hero { --ej-image-position:52% center; }
 .ej-ul-mount .ej-ul-theme-ice .ej-ul-hero { --ej-image-position:46% center; }
 .ej-ul-mount .ej-ul-theme-lake .ej-ul-hero { --ej-image-position:51% center; }
 .ej-ul-mount .ej-ul-theme-birds .ej-ul-hero { --ej-image-position:53% center; }
 .ej-ul-mount .ej-ul-gallery.ej-ul-slider img { aspect-ratio:850/400; }
}
@media print { .ej-ul-mount .ej-ul-slider-controls { display:none; } .ej-ul-mount .ej-ul-gallery.ej-ul-slider { display:grid; } .ej-ul-mount .ej-ul-gallery > [hidden] { display:block !important; } }

/* Source-preserving composition, scoped to the Argentine Iguazu review pilot. */
.ej-ul-mount .ej-ul-source-first { --ej-text-width: 720px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-hero { min-height: 530px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-hero-content { padding: 115px 28px 85px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 { max-width: 870px; font-size: clamp(38px,5.2vw,65px); line-height: 1.08; letter-spacing: -.025em; margin: 0; text-wrap: balance; }
.ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 small { display: block; font: 16px/1.5 var(--ej-body-font); letter-spacing: .02em; margin-top: 17px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-quick > div { padding: 22px 25px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-quick dd { font-size: 20px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-jump { gap: 26px; padding-top: 8px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-jump a { font-size: 16px; border: 0; color: var(--ej-muted); }
.ej-ul-mount .ej-ul-source-first .ej-ul-section { padding-top: 48px; padding-bottom: 48px; }
.ej-ul-mount .ej-ul-source-first p { font-size: 18px; line-height: 1.72; }
.ej-ul-mount .ej-ul-source-first strong { font-weight: 700; }
.ej-ul-mount .ej-ul-source-first .ej-sf-opening { display: grid; grid-template-columns: 1.3fr 1fr; gap: 46px; align-items: center; padding-top: 26px; padding-bottom: 38px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-gallery { min-width: 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls { gap: 6px; margin-bottom: 13px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls button { font-size: 16px; padding: 8px 11px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-slider img { aspect-ratio: 3/2; border-radius: 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery figcaption { font-size: 16px; line-height: 1.55; padding-top: 12px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote { margin: 0; border: 0; padding: 0; }
.ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote p { font: 27px/1.43 var(--ej-heading-font); margin-bottom: 18px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-cnn strong { font-weight: 400; color: var(--ej-gold-text); }
.ej-ul-mount .ej-ul-source-first .ej-sf-attribution { font: 16px/1.6 var(--ej-body-font); color: var(--ej-muted); max-width: 440px; margin: 0; }
.ej-ul-mount .ej-ul-source-first .ej-sf-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 36px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-comparison { border-top: 1px solid var(--ej-gold-rule); padding-top: 28px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-eleanor { margin-bottom: 0; }
.ej-ul-mount .ej-ul-source-first .ej-sf-eleanor strong { display: block; font: 44px/1.2 var(--ej-heading-font); color: var(--ej-gold-text); margin-top: 15px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-pull { font: clamp(27px,3.2vw,37px)/1.35 var(--ej-heading-font); letter-spacing: -.012em; margin-bottom: 24px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-scale p:last-child { margin-bottom: 0; }
.ej-ul-mount .ej-ul-source-first .ej-sf-award-section { padding-top: 0; padding-bottom: 42px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-awards { margin: 0; padding: 26px 32px; background: var(--ej-ivory); border-left: 2px solid var(--ej-gold-rule); font-size: 18px; line-height: 1.7; }
.ej-ul-mount .ej-ul-source-first .ej-sf-story-photo img { border-radius: 0; aspect-ratio: 4/3; object-fit: cover; }
.ej-ul-mount .ej-ul-source-first .ej-sf-forest { padding-top: 14px; padding-bottom: 40px; gap: 42px; align-items: center; }
.ej-ul-mount .ej-ul-source-first .ej-sf-forest .ej-sf-story-photo img { aspect-ratio: 4/5; }
.ej-ul-mount .ej-ul-source-first .ej-sf-encounter { max-width: 940px; text-align: center; padding: 24px 42px 48px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-encounter p { margin: 0; }
.ej-ul-mount .ej-ul-source-first .ej-sf-approach { border-top: 1px solid var(--ej-rule); padding-bottom: 25px; gap: 45px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-approach .ej-ul-film { width: 100%; }
.ej-ul-mount .ej-ul-source-first .ej-sf-throat { padding-top: 12px; padding-bottom: 42px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-circuits { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; padding-top: 8px; padding-bottom: 35px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-circuits .ej-sf-story-photo { margin-bottom: 22px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-circuits p { margin-bottom: 0; }
.ej-ul-mount .ej-ul-source-first .ej-sf-closing { max-width: 850px; margin: auto; font: 27px/1.5 var(--ej-heading-font); text-align: center; }
.ej-ul-mount .ej-ul-source-first .ej-sf-close { padding-top: 20px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-private { background: var(--ej-ink); color: #fff; }
.ej-ul-mount .ej-ul-source-first .ej-sf-private > div { max-width: 960px; padding: 40px 28px; margin: auto; }
.ej-ul-mount .ej-ul-source-first .ej-sf-private p { margin: 0; font-size: 17px; line-height: 1.8; }
.ej-ul-mount .ej-ul-source-first .ej-sf-private strong { color: var(--ej-gold-light); }
.ej-ul-mount .ej-ul-source-first .ej-ul-details .ej-ul-section { padding-top: 40px; padding-bottom: 40px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-details h2 { font-size: 29px; margin-bottom: 22px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts { grid-template-columns: 1.4fr 1fr; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts dd { font-size: 16px; line-height: 1.65; }
.ej-ul-mount .ej-ul-source-first .ej-ul-footer { padding: 32px 24px; }
@media (max-width: 900px) and (min-width: 721px) {
 .ej-ul-mount .ej-ul-source-first .ej-sf-opening { gap: 28px; grid-template-columns: 1.1fr 1fr; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote p { font-size: 23px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-intro { gap: 35px; }
}
@media (max-width: 720px) {
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero { min-height: 465px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero-content { padding: 115px 22px 58px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 { font-size: clamp(33px,8.6vw,52px); line-height: 1.1; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 small { font-size: 16px; margin-top: 14px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-quick > div { padding: 15px 17px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-quick dt { margin-bottom: 5px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-quick dd { font-size: 20px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-section { padding: 30px 22px; }
 .ej-ul-mount .ej-ul-source-first p { font-size: 18px; line-height: 1.65; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-opening { grid-template-columns: minmax(0,1fr); gap: 30px; padding-top: 17px; padding-bottom: 24px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-slider img { aspect-ratio: 850/400; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-cnn { border-left: 2px solid var(--ej-gold-rule); padding-left: 21px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote p { font-size: 25px; line-height: 1.42; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-attribution { font-size: 16px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-intro { grid-template-columns: minmax(0,1fr); gap: 32px; padding-top: 10px; padding-bottom: 26px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-comparison { padding-top: 26px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-eleanor strong { font-size: 38px; margin-top: 12px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-pull { font-size: 28px; line-height: 1.36; margin-bottom: 20px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-award-section { padding-top: 0; padding-bottom: 26px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-awards { padding: 22px; font-size: 16px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-forest { padding-top: 0; padding-bottom: 10px; gap: 24px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-forest .ej-sf-story-photo img { aspect-ratio: 850/400; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-encounter { text-align: left; padding-top: 20px; padding-bottom: 30px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-encounter p { margin: 0; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-approach { gap: 22px; padding-bottom: 22px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-throat { padding-top: 0; padding-bottom: 28px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-circuits { grid-template-columns: minmax(0,1fr); gap: 28px; padding-top: 0; padding-bottom: 24px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-circuits .ej-sf-story-photo { margin-bottom: 18px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-circuits .ej-sf-story-photo img { aspect-ratio: 850/400; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-close { padding-top: 8px; padding-bottom: 30px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-closing { font-size: 24px; text-align: left; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-private > div { padding: 30px 22px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-private p { font-size: 16px; line-height: 1.75; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-details .ej-ul-section { padding: 30px 22px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-facts { grid-template-columns: minmax(0,1fr); }
}

/* Opening highlights are editorial invitations. Technical metadata follows the story. */
.ej-ul-mount .ej-ul-source-first .ej-sf-highlights { grid-template-columns: minmax(0,1fr); }
.ej-ul-mount .ej-ul-source-first .ej-sf-highlights dt { font-size: 16px; text-transform: none; letter-spacing: 0; color: var(--ej-muted); }
.ej-ul-mount .ej-ul-source-first .ej-sf-highlights dd { font-size: 25px; line-height: 1.25; }
.ej-ul-mount .ej-ul-source-first .ej-sf-highlights > div { border-bottom: 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts > div:first-child { grid-column: 1/-1; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts dt { font-size: 16px; }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-source-first .ej-sf-highlights > div { padding: 19px 17px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-highlights dt { font-size: 16px; margin-bottom: 10px; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-highlights dd { font-size: 20px; line-height: 1.3; }
}

@media print {
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero { min-height: 0; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero-content { padding: 6mm 0; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 { font-size: 27pt; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-section { padding: 6mm 0; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote p { font-size: 17pt; }
 .ej-ul-mount .ej-ul-source-first p { font-size: 11pt; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-private { color: var(--ej-ink); background: white; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-private strong { color: inherit; }
}

/* EJ /brand, retrieved 2026-09-10. Scope rollout to source-preserved pages. */
.ej-ul-mount .ej-ul-source-first {
  --ej-ink: #0c2240;
  --ej-paper: #f7f3ec;
  --ej-ivory: #fbf9f4;
  --ej-muted: #516175;
  --ej-accent: #c6a15b;
  --ej-gold-text: #7f5d23;
  --ej-gold-light: #dcc38a;
  --ej-gold-rule: #b8924a;
  --ej-rule: #0c224020;
  --ej-scene: #0c2240;
  --ej-tint: #fbf9f4;
  --ej-heading-font: 'Cormorant Garamond', Georgia, serif;
  --ej-body-font: Mulish, Arial, sans-serif;
  --ej-label-font: Marcellus, Georgia, serif;
  font: 18px/1.7 var(--ej-body-font);
}
.ej-ul-mount .ej-ul-source-first .ej-ul-hero::after { background: linear-gradient(90deg,#081830c2,#0818302e 85%),linear-gradient(0deg,#081830bf,transparent 80%); }
.ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 { font-size: clamp(40px,5.2vw,64px); font-weight: 500; letter-spacing: -.015em; }
.ej-ul-mount .ej-ul-source-first .ej-sf-highlights dt { font-family: var(--ej-label-font); color: var(--ej-gold-text); }
.ej-ul-mount .ej-ul-source-first .ej-sf-highlights dd { font: 500 32px/1.15 var(--ej-heading-font); }
.ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote p { font: 500 32px/1.32 var(--ej-heading-font); }
.ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote strong { font-weight: 500; }
.ej-ul-mount .ej-ul-source-first .ej-sf-pull { font-weight: 500; }
.ej-ul-mount .ej-ul-source-first .ej-ul-jump a { color: var(--ej-ink); }
.ej-ul-mount .ej-ul-source-first .ej-ul-jump a:hover { text-decoration: underline; text-decoration-color: var(--ej-gold-rule); }
.ej-ul-mount .ej-ul-source-first .ej-sf-private p { font-size: 18px; line-height: 1.7; }
.ej-ul-mount .ej-ul-source-first .ej-ul-details h2 { font-size: 32px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts dt { font-family: var(--ej-label-font); font-weight: 400; color: var(--ej-gold-text); }
.ej-ul-mount .ej-ul-source-first .ej-ul-footer { background: #081830; }
.ej-ul-mount .ej-ul-source-first .ej-ul-wordmark { font-family: var(--ej-label-font); }
.ej-ul-mount .ej-ul-source-first .ej-ul-wordmark span { font: 16px/1.5 var(--ej-label-font); color: var(--ej-gold-light); letter-spacing: .3em; }
.ej-ul-mount .ej-ul-source-first .ej-ul-footer p { color: #9fb1c6; font-size: 16px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-film-play { flex-direction: column; padding: 20px; text-align: center; font: 500 32px/1.1 var(--ej-heading-font); text-shadow: 0 1px 12px #081830; }
.ej-ul-mount .ej-ul-source-first .ej-ul-film-play::before { background: #0c2240a6; border-color: #dcc38a; font: 18px/1 var(--ej-body-font); }
.ej-ul-mount .ej-ul-source-first .ej-ul-film-open img { filter: brightness(.7); }

/* The photographs lead. A quiet thumbnail rail and circular controls follow. */
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-shell { min-width: 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-shell .ej-ul-gallery img { border-radius: 4px; background: var(--ej-ink); }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery a::after { width: 44px; height: 44px; bottom: 12px; right: 12px; background: #0c2240bf; border: 1px solid #ffffffb3; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery figcaption { color: var(--ej-muted); padding: 16px 0 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails { display: flex; gap: 8px; margin-top: 20px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails button { flex: 1 1 0; min-width: 44px; max-width: 110px; padding: 3px; border: 1px solid transparent; border-radius: 4px; background: transparent; }
.ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails button[aria-pressed="true"] { border-color: var(--ej-gold-rule); background: #fff; }
.ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails img { width: 100%; height: 58px; object-fit: cover; border-radius: 2px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls { flex-wrap: nowrap; align-items: center; gap: 6px; margin: 14px 0 0; padding: 12px 0 0; border-top: 1px solid var(--ej-rule); }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls button { min-height: 44px; padding: 8px; border: 0; border-radius: 0; background: transparent; color: var(--ej-ink); font: 16px/1.3 var(--ej-body-font); white-space: nowrap; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls [data-slide-prev],
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls [data-slide-next] { width: 44px; border: 1px solid #b8924a73; border-radius: 50%; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls [data-slide-play] { margin-left: auto; color: var(--ej-muted); }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls [data-slide-grid] { text-decoration: underline; text-decoration-color: var(--ej-gold-rule); text-underline-offset: 6px; padding-right: 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls button:hover { background: #fff; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls button:focus-visible,
.ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails button:focus-visible { outline: 2px solid var(--ej-ink); outline-offset: 3px; }
.ej-ul-dialog.ej-ul-dialog-brand { background: #081830; font-family: Mulish,Arial,sans-serif; border-radius: 4px; }
.ej-ul-dialog.ej-ul-dialog-brand .ej-ul-toolbar { padding: 16px 20px; border-bottom: 1px solid #9fb1c633; }
.ej-ul-dialog.ej-ul-dialog-brand button { border: 1px solid #dcc38a80; border-radius: 24px; }
.ej-ul-dialog.ej-ul-dialog-brand .ej-ul-caption { color: #fff; padding: 20px; font-size: 18px; line-height: 1.5; }
.ej-ul-dialog.ej-ul-dialog-brand .ej-ul-count { color: #9fb1c6; }
@media (max-width:720px) {
  .ej-ul-mount .ej-ul-source-first .ej-ul-hero::after { background: linear-gradient(0deg,#081830e0,#08183038 75%,#08183078); }
  .ej-ul-mount .ej-ul-source-first .ej-ul-hero h1 { font-size: clamp(36px,10.2vw,52px); }
  .ej-ul-mount .ej-ul-source-first .ej-sf-highlights dd { font-size: 24px; line-height: 1.18; }
  .ej-ul-mount .ej-ul-source-first .ej-sf-cnn blockquote p { font-size: 30px; }
  .ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails { margin-top: 16px; gap: 6px; }
  .ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails img { height: 44px; }
  .ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls { gap: 3px; }
  .ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls button { padding: 8px 6px; }
  .ej-ul-mount .ej-ul-source-first .ej-ul-film-play { font-size: 28px; gap: 12px; }
  .ej-ul-dialog.ej-ul-dialog-brand { border-radius: 0; }
}
@media print {
  .ej-ul-mount .ej-ul-source-first .ej-ul-thumbnails { display: none; }
  .ej-ul-mount .ej-ul-source-first .ej-ul-hero::after { display: none; }
}

/* The legacy shell forces 17px text and cyan links with high-specificity
   !important rules. A named importance layer keeps this opt-in article stable
   without changing any ordinary Webquote style or relying on fake ID selectors. */
@layer ej-unilink-compat {
 @media screen {
  .page-info .ej-ul-source-first p { font-size: var(--ej-copy-size,18px) !important; }
  .page-info .ej-ul-source-first .ej-sf-cnn p { --ej-copy-size: 32px; }
  .page-info .ej-ul-source-first .ej-sf-cnn .ej-sf-attribution { --ej-copy-size: 16px; }
  .page-info .ej-ul-source-first .ej-sf-pull { --ej-copy-size: clamp(27px,3.2vw,37px); }
  .page-info .ej-ul-source-first .ej-sf-closing { --ej-copy-size: 27px; }
  .page-info .ej-ul-source-first .ej-ul-footer p { --ej-copy-size: 16px; }
  .page-info .ej-ul-source-first strong { font-size: inherit !important; }
  .page-info .ej-ul-source-first .ej-sf-eleanor strong { font-size: 44px !important; }
  .page-info .ej-ul-source-first .ej-ul-jump a { color: var(--ej-ink) !important; font-size: 16px !important; font-weight: 400; }
  .page-info .ej-ul-source-first .ej-ul-film-play { font-size: 32px !important; }
  .page-info .ej-ul-source-first .ej-ul-wordmark span { font-size: 16px !important; }
 }
 @media screen and (max-width:720px) {
  .page-info .ej-ul-source-first .ej-sf-cnn p { --ej-copy-size: 30px; }
  .page-info .ej-ul-source-first .ej-sf-cnn .ej-sf-attribution { --ej-copy-size: 16px; }
  .page-info .ej-ul-source-first .ej-sf-pull { --ej-copy-size: 28px; }
  .page-info .ej-ul-source-first .ej-sf-awards { --ej-copy-size: 16px; }
  .page-info .ej-ul-source-first .ej-sf-closing { --ej-copy-size: 24px; }
  .page-info .ej-ul-source-first .ej-sf-eleanor strong { font-size: 38px !important; }
  .page-info .ej-ul-source-first .ej-ul-film-play { font-size: 28px !important; }
 }
}

/* Fred’s September 10 feedback: quiet carousel controls, no thumbnail rail. */
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-controls [data-slide-grid] { margin-left: auto; }

/* Fred: one technical item per row, regardless of value length or viewport. */
.ej-ul-mount .ej-ul-source-first .ej-ul-facts { display:block; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts > div { width:100%; padding:22px 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts dt { font-size:18px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-facts dd { font-size:18px; max-width:1000px; }

/* Catalog compositions share the confirmed EJ brand and source-preserving runtime. */
.ej-ul-mount .ej-ul-catalog .ej-ul-hero { min-height: 480px; }
.ej-ul-mount .ej-ul-catalog .ej-ul-hero-content { padding: 100px 28px 60px; }
.ej-ul-mount .ej-ul-catalog .ej-ul-hero h1 { max-width: 1000px; font-size: clamp(38px,4.8vw,64px); }
.ej-ul-mount .ej-ul-catalog .ej-ul-hero h1 small { font: 16px/1.5 var(--ej-body-font); letter-spacing: 0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-tagline { max-width: 860px; font: 500 32px/1.25 var(--ej-heading-font); margin: 25px 0 0; }
.ej-ul-mount .ej-ul-catalog .ej-ul-jump { padding-top: 18px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening { display: grid; grid-template-columns: 1.1fr 1fr; gap: 45px; align-items: start; padding-top: 24px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening > * { min-width: 0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-intro { padding-top: 4px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-line { display: block; font: 500 30px/1.25 var(--ej-heading-font); margin-bottom: 22px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-paragraph:last-child { margin-bottom: 0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-cat-reverse > figure { order: 2; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 4px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-prose { max-width: 800px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-feature { max-width: 1160px; display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; background: var(--ej-ivory); border-top: 1px solid var(--ej-rule); border-bottom: 1px solid var(--ej-rule); }
.ej-ul-mount .ej-ul-catalog .ej-cat-feature img { width: 100%; aspect-ratio: 3/2; object-fit: cover; border-radius: 4px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-feature p { font: 500 28px/1.4 var(--ej-heading-font); }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-heading { font: 500 32px/1.15 var(--ej-heading-font); margin-bottom: 22px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-notes { max-width: 800px; margin: 0 0 30px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-notes p { font-size: 18px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-film-section { padding-top: 20px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-film-section .ej-ul-film { max-width: 960px; }
.ej-ul-mount .ej-ul-catalog .ej-ul-thumbnails { overflow-x: auto; padding: 4px; margin-left: -4px; margin-right: -4px; }
.ej-ul-mount .ej-ul-catalog .ej-ul-thumbnails button { min-width: 54px; flex: 1 0 54px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening .ej-ul-slider-controls { flex-wrap: wrap; }
.ej-ul-mount .ej-cat-wine .ej-cat-story-row img { aspect-ratio: 4/5; }
.ej-ul-mount .ej-cat-tango .ej-cat-feature { background: #0c2240; color: #fff; }
.ej-ul-mount .ej-cat-wildlife .ej-cat-feature img { aspect-ratio: 4/3; }
.ej-review-findings { margin: 30px 0; padding: 25px; border: 1px solid #b8924a; background: #fbf9f4; }
.ej-review-findings h3 { margin-top: 0; }
.ej-review-original { white-space: pre-line; }
.ej-review-catalog-link { display: inline-block; padding: 14px 0; }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-hero { min-height: 420px; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-hero-content { padding: 86px 22px 45px; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-hero h1 { font-size: clamp(34px,9.2vw,48px); }
 .ej-ul-mount .ej-ul-catalog .ej-cat-tagline { font-size: 28px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening { grid-template-columns: minmax(0,1fr); gap: 32px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row, .ej-ul-mount .ej-ul-catalog .ej-cat-feature { grid-template-columns: minmax(0,1fr); gap: 26px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-cat-reverse > figure { order: 0; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row img, .ej-ul-mount .ej-ul-catalog .ej-cat-feature img { aspect-ratio: 850/400; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening-line { font-size: 28px; line-height: 1.3; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-heading { font-size: 30px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-feature p { font-size: 26px; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-thumbnails button { min-width: 48px; flex-basis: 48px; }
}
@layer ej-unilink-compat {
 @media screen {
  .page-info .ej-ul-catalog .ej-cat-opening-line { font-size: 30px !important; }
  .page-info .ej-ul-catalog .ej-cat-tagline { --ej-copy-size: 32px; }
  .page-info .ej-ul-catalog .ej-cat-feature p { --ej-copy-size: 28px; }
 }
 @media screen and (max-width:720px) {
  .page-info .ej-ul-catalog .ej-cat-opening-line { font-size: 28px !important; }
  .page-info .ej-ul-catalog .ej-cat-tagline { --ej-copy-size: 28px; }
  .page-info .ej-ul-catalog .ej-cat-feature p { --ej-copy-size: 26px; }
 }
}
@media print {
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row, .ej-ul-mount .ej-ul-catalog .ej-cat-feature { display: block; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-feature { color: black; background: white; }
}

.ej-ul-mount .ej-ul-catalog .ej-cat-approved-opening { font: 500 28px/1.35 var(--ej-heading-font); margin-bottom: 26px; }
@layer ej-unilink-compat { @media screen { .page-info .ej-ul-catalog .ej-cat-approved-opening { --ej-copy-size: 28px; } } }

/* The sequence and highlighted text are authored per tour in editorial-compositions.py. */
.ej-ul-mount .ej-ul-catalog .ej-ul-section { padding-block: clamp(30px,4.2vw,58px); }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening { align-items:center; gap:48px; padding-top:30px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-wide { display:block; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-wide .ej-sf-gallery { max-width:1000px; margin:0 auto 38px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-wide .ej-cat-intro { max-width:800px; margin:auto; }
.ej-ul-mount .ej-ul-catalog .ej-cat-paragraph { font:400 18px/1.75 var(--ej-body-font); }
.ej-ul-mount .ej-ul-catalog .ej-cat-body-part { display:block; }
.ej-ul-mount .ej-ul-catalog .ej-cat-body-part + .ej-cat-body-part { margin-top:1em; }
.ej-ul-mount .ej-ul-catalog .ej-cat-display {
 display:block; margin-block:22px; font:500 clamp(30px,3.1vw,40px)/1.2 var(--ej-heading-font);
 letter-spacing:-.015em; text-wrap:pretty;
}
.ej-ul-mount .ej-ul-catalog .ej-cat-display:first-child { margin-top:0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-display:last-child { margin-bottom:0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-display strong { font-weight:600; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-line { font-size:clamp(30px,3.1vw,40px); }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row { gap:clamp(32px,5vw,64px); }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row img { border-radius:2px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-wide { display:block; max-width:1000px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-wide > figure { max-width:950px; margin:0 auto 32px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-wide > figure img { aspect-ratio:16/9; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-wide > div { max-width:800px; margin:auto; }
.ej-ul-mount .ej-ul-catalog .ej-cat-signature { border-block:1px solid var(--ej-rule); }
.ej-ul-mount .ej-ul-catalog .ej-cat-signature .ej-cat-display { color:var(--ej-ink); }
.ej-ul-mount .ej-ul-catalog .ej-cat-prose { max-width:848px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-aside { max-width:948px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-aside > div { padding-left:30px; border-left:2px solid #c6a15b; }
.ej-ul-mount .ej-ul-catalog .ej-cat-aside .ej-cat-display { font-size:32px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-statement { margin-block:26px; background:#0c2240; color:#fbf9f4; }
.ej-ul-mount .ej-ul-catalog .ej-cat-statement > .ej-ul-section { padding-block:58px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-statement-inner { max-width:840px; margin:auto; }
.ej-ul-mount .ej-ul-catalog .ej-cat-statement-inner::before { content:''; display:block; width:52px; height:1px; background:#c6a15b; margin-bottom:28px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-statement .ej-cat-display { font-size:clamp(32px,3.5vw,46px); color:#dcc38a; }
.ej-ul-mount .ej-ul-catalog .ej-cat-closing { max-width:848px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-closing > div { border-top:1px solid var(--ej-rule); padding-top:26px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-closing .ej-cat-paragraph { font:500 27px/1.4 var(--ej-heading-font); }
.ej-ul-mount .ej-ul-catalog .ej-cat-film-section { padding-top:30px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-notes { max-width:900px; }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section { padding-block:30px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening { gap:28px; padding-top:22px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-display,
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening-line { font-size:30px; line-height:1.2; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row { gap:26px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-wide > figure img { aspect-ratio:850/400; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement { margin-block:12px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement > .ej-ul-section { padding-block:36px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement .ej-cat-display { font-size:34px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-aside > div { padding-left:20px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-aside .ej-cat-display { font-size:29px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-closing .ej-cat-paragraph { font-size:26px; }
}
@layer ej-unilink-compat {
 @media screen {
  .page-info .ej-ul-catalog .ej-cat-display { font-family:var(--ej-heading-font) !important; font-size:38px !important; line-height:1.2 !important; }
  .page-info .ej-ul-catalog .ej-cat-statement .ej-cat-display { color:#dcc38a !important; font-size:44px !important; }
  .page-info .ej-ul-catalog .ej-cat-aside .ej-cat-display { font-size:32px !important; }
  .page-info .ej-ul-catalog .ej-cat-closing p { --ej-copy-size:27px; }
 }
 @media screen and (max-width:720px) {
  .page-info .ej-ul-catalog .ej-cat-display { font-size:30px !important; }
  .page-info .ej-ul-catalog .ej-cat-statement .ej-cat-display { font-size:34px !important; }
  .page-info .ej-ul-catalog .ej-cat-aside .ej-cat-display { font-size:29px !important; }
  .page-info .ej-ul-catalog .ej-cat-closing p { --ej-copy-size:26px; }
 }
}
@media print {
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement { background:white; color:black; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement .ej-cat-display { color:black; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-display { font-size:18pt; }
}

/* Fred review: standalone photo access and the Colonia service badge. */
.ej-ul-mount a[data-ej-inline-photo] { display:block; position:relative; }
.ej-ul-mount a[data-ej-inline-photo]::after { content:'↗'; position:absolute; bottom:12px; right:12px; display:grid; place-items:center; width:44px; height:44px; border:1px solid #ffffffb3; border-radius:50%; background:#0c2240bf; color:white; font:22px/1 sans-serif; }
.ej-ul-mount a[data-ej-inline-photo]:focus-visible { outline:3px solid #c6a15b; outline-offset:5px; }
.ej-ul-mount .ej-ul-service-badges { margin:20px 0 0; }
.ej-ul-mount .ej-ul-service-badge { display:inline-flex; align-items:center; padding:9px 17px; border:1px solid #dcc38a; border-radius:4px; color:#0c2240; background:#f7f3ec; font:700 17px/1.4 var(--ej-font-body,'Mulish',sans-serif); letter-spacing:.02em; }

/* Mobile gallery feedback: steady controls and captions attached to photos. */
.ej-ul-mount .ej-ul-gallery[data-ej-separated-caption] figcaption { display:none; }
.ej-ul-mount .ej-ul-source-first .ej-ul-slider-caption { margin:12px 0 0; color:var(--ej-muted); font-size:16px; line-height:1.55; }
.ej-ul-mount .ej-ul-slider-caption[hidden] { display:none; }
.ej-ul-dialog .ej-ul-viewer { grid-template-rows:auto minmax(0,1fr); }
.ej-ul-dialog .ej-ul-viewer-stage { min-height:0; display:flex; flex-direction:column; overflow-y:auto; overscroll-behavior:contain; }
.ej-ul-dialog .ej-ul-viewer-media { flex:none; width:100%; min-width:0; margin:auto 0; }
.ej-ul-dialog .ej-ul-viewer-media picture { display:block; }
.ej-ul-dialog .ej-ul-viewer-media .ej-ul-viewer-image { display:block; width:100%; height:auto; max-height:70dvh; object-fit:contain; }
.ej-ul-dialog.ej-ul-dialog-brand .ej-ul-caption { padding:12px 20px 16px; }
.ej-ul-dialog .ej-ul-caption[hidden] { display:none; }
@media print { .ej-ul-mount .ej-ul-gallery[data-ej-separated-caption] figcaption { display:block; } .ej-ul-mount .ej-ul-slider-caption { display:none; } }

/* Fred: finish Tour details with the tour's own notes, separated like the rows. */
.ej-ul-mount .ej-ul-details .ej-ul-facts + .ej-cat-notes { margin:22px 0 0; }
.ej-ul-mount .ej-ul-details .ej-ul-facts + .ej-cat-notes > p:first-child { margin-top:0; }

/* Fred, September 11: common content edges and quieter private benefits. */
.ej-ul-mount .ej-ul-catalog .ej-cat-prose,
.ej-ul-mount .ej-ul-catalog .ej-cat-aside,
.ej-ul-mount .ej-ul-catalog .ej-cat-closing { max-width:var(--ej-content-width); }
.ej-ul-mount .ej-ul-catalog .ej-cat-aside > div { padding-left:0; border-left:0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-aside > div::before { content:""; display:block; width:48px; height:1px; margin-bottom:22px; background:var(--ej-gold-light); }
.ej-ul-mount .ej-ul-source-first .ej-sf-private > div { max-width:var(--ej-content-width); padding:40px 24px; margin-inline:auto; }
.ej-ul-mount .ej-ul-source-first .ej-sf-private p,
.ej-ul-mount .ej-ul-source-first .ej-sf-private strong,
.ej-ul-mount .ej-ul-source-first .ej-sf-private b { color:var(--ej-gold-light); font-weight:400; }
.ej-ul-mount .ej-city-layout-refined .ej-ul-section { padding-block:36px; }
.ej-ul-mount .ej-city-layout-refined .ej-cat-opening { row-gap:26px; }
.ej-ul-mount .ej-city-layout-refined .ej-cat-intro-guide { grid-column:1 / -1; min-width:0; padding-top:24px; border-top:1px solid var(--ej-rule); }
.ej-ul-mount .ej-city-layout-refined .ej-cat-intro-guide .ej-cat-display { font-size:32px; }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-source-first .ej-sf-private > div { padding:30px 22px; }
 .ej-ul-mount .ej-city-layout-refined .ej-ul-section { padding-block:28px; }
 .ej-ul-mount .ej-city-layout-refined .ej-cat-intro-guide .ej-cat-display { font-size:29px; }
}
@media print {
 .ej-ul-mount .ej-ul-source-first .ej-sf-private > div { padding:6mm 0; }
 .ej-ul-mount .ej-ul-source-first .ej-sf-private p,
 .ej-ul-mount .ej-ul-source-first .ej-sf-private strong { color:black; }
}

/* September 11: one section edge owns the space; images add no extra outer gap. */
@media screen {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section:is(.ej-cat-opening,.ej-cat-story-row,.ej-cat-prose,.ej-cat-aside,.ej-cat-closing,.ej-cat-film-section,.ej-cat-feature) { padding-block:32px; }
 .ej-ul-mount .ej-ul-catalog :is(.ej-cat-prose,.ej-cat-aside):has(+ :is(.ej-cat-prose,.ej-cat-aside),+ .ej-ul-progress-marker + :is(.ej-cat-prose,.ej-cat-aside)) { padding-bottom:0; }
 .ej-ul-mount .ej-ul-catalog :is(.ej-cat-prose,.ej-cat-aside) + :is(.ej-cat-prose,.ej-cat-aside),
 .ej-ul-mount .ej-ul-catalog :is(.ej-cat-prose,.ej-cat-aside) + .ej-ul-progress-marker + :is(.ej-cat-prose,.ej-cat-aside) { padding-top:22.5px; }
 .ej-ul-mount .ej-ul-catalog :is(.ej-cat-prose,.ej-cat-aside) + .ej-cat-aside > div::before,
 .ej-ul-mount .ej-ul-catalog :is(.ej-cat-prose,.ej-cat-aside) + .ej-ul-progress-marker + .ej-cat-aside > div::before { display:none; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement { margin-block:12px; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement > .ej-ul-section { padding-block:36px; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-closing { padding-top:0; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-closing > div { padding-top:32px; }
}
@media screen and (max-width:720px) {
 .ej-ul-mount .ej-ul-catalog .ej-cat-statement > .ej-ul-section { padding-block:28px; }
}
@media screen and (min-width:768px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-portrait-story > figure { margin-bottom:0; }
}

@media screen and (min-width:768px) {
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story.ej-cat-portrait-compact > figure { max-width:310px; }
}

/* Retain the smaller editorial emphasis when an aside joins the opening copy. */
@media screen {
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening[data-ej-connected-opening] .ej-cat-display,
 .ej-ul-mount .ej-cat-sanisidro-tigre .ej-cat-story-row .ej-cat-display { font-size:32px; }
 .page-info .ej-ul-catalog .ej-cat-opening[data-ej-connected-opening] .ej-cat-display,
 .page-info .ej-cat-sanisidro-tigre .ej-cat-story-row .ej-cat-display { font-size:32px!important; }
}
@media screen and (max-width:720px) {
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening[data-ej-connected-opening] .ej-cat-display,
 .ej-ul-mount .ej-cat-sanisidro-tigre .ej-cat-story-row .ej-cat-display { font-size:29px; }
 .page-info .ej-ul-catalog .ej-cat-opening[data-ej-connected-opening] .ej-cat-display,
 .page-info .ej-cat-sanisidro-tigre .ej-cat-story-row .ej-cat-display { font-size:29px!important; }
}

/* September 12: let longer stories continue below the photograph; keep short features modest. */
@media screen and (min-width:901px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow:is(.ej-cat-opening,.ej-cat-story-row) { display:flow-root; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow > :is(figure,.ej-sf-gallery,.ej-cat-photo-stack) { float:left; width:48%; max-width:520px; margin:0 44px 0 0; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow.ej-cat-reverse > :is(figure,.ej-cat-photo-stack) { float:right; margin:0 0 0 44px; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow > div:not(.ej-cat-photo-stack) { display:contents; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-compact { display:grid; grid-template-columns:minmax(0,340px) minmax(0,1fr); gap:44px; align-items:start; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-compact.ej-cat-reverse { grid-template-columns:minmax(0,1fr) minmax(0,340px); }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-compact > figure { float:none; width:100%; max-width:none; margin:0; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-compact > div { display:block; }
 .ej-ul-mount .ej-hotel.ej-hotel-approved .ej-hotel-feature.ej-layout-compact { grid-template-columns:minmax(0,340px) minmax(0,1fr); gap:44px; align-items:center; }
}
.ej-ul-mount .ej-ul-catalog .ej-layout-connected-opening .ej-cat-display { font-size:32px; }
.page-info .ej-ul-catalog .ej-layout-connected-opening .ej-cat-display { font-size:32px!important; }
@media screen and (max-width:900px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow:is(.ej-cat-opening,.ej-cat-story-row) { display:block; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow > :is(figure,.ej-sf-gallery,.ej-cat-photo-stack) { float:none; width:100%; max-width:none; margin:0 0 26px; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow > div:not(.ej-cat-photo-stack) { display:block; }
}
@media screen and (max-width:720px) {
 .ej-ul-mount .ej-ul-catalog .ej-layout-connected-opening .ej-cat-display { font-size:29px; }
 .page-info .ej-ul-catalog .ej-layout-connected-opening .ej-cat-display { font-size:29px!important; }
}

/* Gable Expedition: full-width copy follows the same left edge as the narrative. */
.ej-ul-mount .ej-ul-catalog.ej-gable-aligned .ej-cat-opening-wide .ej-cat-intro { max-width:none; margin-inline:0; text-align:left; }

/* Match the Beaver/Emerald Lagoon opening to its following photo/text column. */
@media screen and (min-width:901px) {
 .ej-ul-mount .ej-ul-catalog.ej-aligned-photo-columns .ej-cat-opening { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(32px,5vw,64px); }
}

/* Full-width prose left behind after removing an inline photo shares the main content edge. */
.ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-story-row.ej-cat-text-only { max-width:var(--ej-content-width); }
.ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-story-row.ej-cat-text-only > div { max-width:none; margin:0; text-align:left; }

/* Iguazu: a clear reading sequence, with full-width text on the shared left edge. */
.ej-ul-mount .ej-ul-source-first.ej-falls-linear :is(.ej-sf-encounter,.ej-sf-throat,.ej-sf-close) { max-width:var(--ej-content-width); padding-inline:24px; padding-block:32px; text-align:left; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear :is(.ej-sf-encounter,.ej-sf-throat,.ej-sf-close) :is(.ej-ul-story,.ej-sf-closing,.ej-sf-pull) { max-width:none; margin:0; text-align:left; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-circuits { display:block; padding-block:32px; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-circuits > div { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(32px,5vw,64px); align-items:start; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-circuits > div + div { margin-top:64px; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-circuits .ej-sf-story-photo { margin:0; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-circuits .ej-sf-story-photo img { height:auto; aspect-ratio:auto; object-fit:contain; }
@media screen and (max-width:900px) {
 .ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-circuits > div { grid-template-columns:minmax(0,1fr); gap:26px; }
}
@media screen and (max-width:720px) {
 .ej-ul-mount .ej-ul-source-first.ej-falls-linear :is(.ej-sf-encounter,.ej-sf-throat,.ej-sf-close) { padding-inline:22px; }
}

.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-intro { display:block; padding-block:32px; }
.ej-ul-mount .ej-ul-source-first.ej-falls-linear .ej-sf-intro > div + div { margin-top:32px; }

/* September 12: generous images and a consistent narrative column. */
@media screen and (min-width:901px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-opening:not(.ej-cat-opening-wide),
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-photo-prominent { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:clamp(32px,5vw,64px); }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-photo-prominent > figure { width:100%; max-width:none; margin:0; }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow > :is(figure,.ej-sf-gallery,.ej-cat-photo-stack) { width:calc((100% - clamp(32px,5vw,64px)) / 2); max-width:none; margin-right:clamp(32px,5vw,64px); }
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-layout-flow.ej-cat-reverse > :is(figure,.ej-cat-photo-stack) { margin-right:0; margin-left:clamp(32px,5vw,64px); }
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story.ej-cat-portrait-compact > figure { max-width:400px; }
 .ej-ul-mount .ej-hotel.ej-hotel-approved .ej-hotel-feature.ej-photo-prominent { grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:48px; align-items:center; }
}
.ej-ul-mount .ej-ul-catalog .ej-cat-statement-inner { max-width:none; margin:0; text-align:left; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-wide .ej-sf-gallery { margin-left:0; margin-right:0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening-wide .ej-cat-intro { max-width:none; margin:0; text-align:left; }

@media screen and (min-width:901px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-photo-prominent { align-items:center; }
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story > figure,
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story.ej-cat-portrait-compact > figure { width:calc((100% - clamp(32px,5vw,64px)) / 2); max-width:none; margin-right:clamp(32px,5vw,64px); }
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story > figure > a { max-width:400px!important; }
}

@media screen and (min-width:901px) { .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-opening-balanced-short { align-items:center; } }

@media screen and (min-width:901px) {
 .ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-portrait-story > figure { width:calc((100% - clamp(32px,5vw,64px)) / 2); max-width:none; margin-right:clamp(32px,5vw,64px); }
}
.ej-ul-mount .ej-ul-catalog .ej-ul-section.ej-cat-opening:has(.ej-cat-intro:empty) .ej-sf-gallery { max-width:none; margin-left:0; margin-right:0; }

/* Big Ice: align the narrative beneath the photograph to the same left edge. */
.ej-ul-mount .ej-ul-catalog .ej-cat-story-wide.ej-cat-copy-aligned > figure,
.ej-ul-mount .ej-ul-catalog .ej-cat-story-wide.ej-cat-copy-aligned > div {
  max-width:none;
  margin-left:0;
  margin-right:0;
  text-align:left;
}

/* Gallery 1.6: EJ itinerary reference, adapted for static Unilinks.
   Opted-in review pages only. Source captions remain in the no-JS/print HTML. */
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview { position:relative; display:block; overflow:hidden; border-radius:5px; background:transparent; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview figure { margin:0; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview a { position:relative; display:block; cursor:zoom-in; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview a::after { display:none; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview img { display:block; width:100%; height:auto; aspect-ratio:auto; object-fit:contain; border-radius:5px; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview figcaption { display:none; }
.ej-ul-mount .ej-ul-gallery-preview .ej-ul-view-photos { position:absolute; right:16px; bottom:16px; z-index:1; display:inline-flex; align-items:center; gap:8px; padding:8px 16px; border:0; border-radius:9999px; background:rgba(247,243,236,.95); color:#0c2240; font:600 11.5px/1.5 Mulish,system-ui,sans-serif; letter-spacing:.12em; text-transform:uppercase; box-shadow:0 6px 18px rgba(12,34,64,.22); pointer-events:none; transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1); }
.ej-ul-mount .ej-ul-gallery-preview .ej-ul-view-photos svg { width:14px; height:14px; flex:none; }
.ej-ul-mount .ej-ul-gallery-preview a:focus-visible { outline:3px solid #c6a15b; outline-offset:-4px; }
.ej-ul-mount .ej-ul-gallery-preview a:hover .ej-ul-view-photos { background:#f7f3ec; color:#7f5d23; box-shadow:0 8px 24px rgba(12,34,64,.3); }

/* A stable control row and a separate photo+caption group: no bottom-pinned caption. */
dialog.ej-ul-dialog.ej-ul-dialog-gallery { inset:0; width:100%; max-width:100%; height:100%; height:100dvh; max-height:100dvh; margin:0; padding:0; border:0; border-radius:0; overflow:hidden; background:transparent; color:#fbf9f4; font:16px/1.5 Mulish,Arial,sans-serif; }
dialog.ej-ul-dialog.ej-ul-dialog-gallery::backdrop { background:rgb(8 24 48 / 94%); backdrop-filter:blur(4px); }
dialog.ej-ul-dialog-gallery .ej-ul-viewer { box-sizing:border-box; display:grid; grid-template-rows:48px minmax(0,1fr) 52px; height:100%; padding:8px 88px 12px; gap:8px; }
dialog.ej-ul-dialog-gallery .ej-ul-viewer-stage { min-height:0; overflow:auto; overscroll-behavior:contain; display:flex; align-items:center; flex-direction:column; }
dialog.ej-ul-dialog-gallery .ej-ul-viewer-media { flex:none; width:100%; margin:auto 0; display:flex; align-items:center; flex-direction:column; }
dialog.ej-ul-dialog-gallery .ej-ul-viewer-media picture { display:flex; width:100%; justify-content:center; min-height:0; }
dialog.ej-ul-dialog.ej-ul-dialog-gallery .ej-ul-viewer-image { display:block; width:auto; height:auto; max-width:100%; max-height:70dvh; object-fit:contain; border-radius:5px; box-shadow:0 32px 90px #0007; }
dialog.ej-ul-dialog.ej-ul-dialog-gallery .ej-ul-caption { box-sizing:border-box; width:100%; max-width:760px; padding:12px 4px 0; margin:0; color:#f7f3ec; text-align:center; font:italic 400 clamp(23px,1.9vw,27px)/1.35 'Cormorant Garamond',Georgia,serif; overflow-wrap:anywhere; }
dialog.ej-ul-dialog-gallery .ej-ul-caption[hidden], dialog.ej-ul-dialog-gallery [hidden] { display:none; }
dialog.ej-ul-dialog-gallery .ej-ul-viewer-nav { display:flex; align-items:center; justify-content:center; gap:16px; }
dialog.ej-ul-dialog-gallery button { display:inline-flex; align-items:center; justify-content:center; flex:none; width:48px; height:48px; min-width:44px; min-height:44px; margin:0; padding:0; color:#f7f3ec; border:0; border-radius:50%; background:#ffffff1a; cursor:pointer; }
dialog.ej-ul-dialog-gallery button:hover { background:#ffffff30; }
dialog.ej-ul-dialog-gallery button svg { width:24px; height:24px; pointer-events:none; }
dialog.ej-ul-dialog-gallery button:focus-visible { outline:2px solid #dcc38a; outline-offset:3px; }
dialog.ej-ul-dialog-gallery .ej-ul-close { position:absolute; right:16px; top:8px; width:48px; height:48px; min-height:48px; padding:0; gap:0; background:transparent; color:#f7f3ec; border:0; border-radius:0; margin:0; font:600 16px/1.5 Mulish,Arial,sans-serif; }
dialog.ej-ul-dialog-gallery .ej-ul-close svg { width:22px; height:22px; }
dialog.ej-ul-dialog-gallery .ej-ul-close:hover { color:#dcc38a; background:transparent; }
dialog.ej-ul-dialog-gallery .ej-ul-viewer-nav [data-previous] { position:absolute; top:50%; left:24px; transform:translateY(-50%); }
dialog.ej-ul-dialog-gallery .ej-ul-viewer-nav [data-next] { position:absolute; top:50%; right:24px; transform:translateY(-50%); }
dialog.ej-ul-dialog-gallery .ej-ul-count { margin:0; min-width:68px; text-align:center; font:16px/1.5 Marcellus,Georgia,serif; letter-spacing:.08em; color:#f7f3eccc; }
dialog.ej-ul-dialog-gallery .ej-ul-photo-error { padding:24px; max-width:600px; text-align:center; color:#f7f3ec; }
@media(max-width:639px) {
 .ej-ul-mount .ej-ul-view-photos .ej-ul-view-word { display:none; }
 dialog.ej-ul-dialog-gallery .ej-ul-viewer { padding:8px 12px max(12px,env(safe-area-inset-bottom)); }
 dialog.ej-ul-dialog-gallery .ej-ul-close { right:8px; }
 dialog.ej-ul-dialog-gallery .ej-ul-viewer-nav [data-previous], dialog.ej-ul-dialog-gallery .ej-ul-viewer-nav [data-next] { position:static; transform:none; width:44px; height:44px; }
}
@media(max-height:450px) {
 dialog.ej-ul-dialog-gallery .ej-ul-viewer { grid-template-rows:48px minmax(0,1fr) 44px; gap:4px; padding-top:4px; padding-bottom:4px; }
 dialog.ej-ul-dialog-gallery .ej-ul-close { top:4px; }
}
@media print {
 .ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview { display:grid; overflow:visible; background:transparent; }
 .ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview figcaption { display:block; }
 .ej-ul-mount .ej-ul-gallery-preview .ej-ul-view-photos { display:none; }
}

/* Match the destination photo reference: DestPickCard uses rounded-[5px]. */
.ej-ul-mount figure img, .ej-ul-mount a[data-ej-inline-photo] { border-radius:5px; }
/* Explicitly override the older layout variants while preserving their compositions. */
.ej-ul-mount .ej-ul-catalog.ej-ul-source-first figure img { border-radius:5px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview img { border-radius:5px; aspect-ratio:auto; object-fit:contain; }

/* Preserve the actual photograph. Portraits never become wide cropped banners. */
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row figure img { height:auto; aspect-ratio:auto; object-fit:contain; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row a[data-ej-inline-photo] { margin-inline:auto; }
.ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story { display:flow-root; }
.ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story > figure { float:left; width:40%; max-width:400px; margin:0 36px 24px 0; }
.ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story.ej-cat-reverse > figure { float:right; margin:0 0 24px 36px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story > div { max-width:none; margin:0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview a { aspect-ratio:auto; overflow:hidden; margin-inline:auto; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview picture { position:static; display:block; width:100%; }
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview img { width:100%; height:auto; max-width:100%; max-height:none; aspect-ratio:auto; object-fit:contain; }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story > figure,
 .ej-ul-mount .ej-ul-catalog .ej-cat-portrait-story.ej-cat-reverse > figure { float:none; width:100%; max-width:400px; margin:0 auto 26px; }
}
@media print {
 .ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview picture { position:static; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview a { aspect-ratio:auto; }
}

/* Private service uses the approved muted gold; group and mixed labels remain muted cream. */
.ej-ul-mount .ej-ul-source-first .ej-ul-service-badges { margin:24px 0 0; }
.ej-ul-mount .ej-ul-source-first .ej-ul-service-badge { display:block; background:none; border:0; border-radius:0; padding:0; box-shadow:none; cursor:default; font:400 25px/1.4 Marcellus,Georgia,serif; letter-spacing:.065em; text-transform:uppercase; color:rgb(247 243 236 / 80%); }
.ej-ul-mount .ej-ul-source-first .ej-ul-service-badge.ej-format-private { color:#dcc38a; }
.ej-ul-mount .ej-ul-source-first .ej-ul-service-badge.ej-format-group { font-size:22px; }
.ej-ul-mount .ej-ul-source-first .ej-ul-service-badge.ej-format-mixed { font-size:20px; }
.ej-ul-mount .ej-ul-source-first .ej-format-benefit { display:block; color:rgb(247 243 236 / 80%); font-size:inherit; margin-top:5px; }
@media(max-width:720px) {
 .ej-ul-mount .ej-ul-source-first .ej-ul-service-badge { font-size:22px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-service-badge.ej-format-group { font-size:20px; }
 .ej-ul-mount .ej-ul-source-first .ej-ul-service-badge.ej-format-mixed { font-size:18px; }
 .ej-ul-mount .ej-ul-source-first .ej-format-benefit { font-size:inherit; letter-spacing:inherit; }
}
@media print {
 .ej-ul-mount .ej-ul-source-first .ej-ul-service-badge.ej-format-private,
 .ej-ul-mount .ej-ul-source-first .ej-ul-service-badge,
 .ej-ul-mount .ej-ul-source-first .ej-format-benefit { color:black; }
}

/* The photo itself defines its frame. Only the gallery preview adds View N photos. */
.ej-ul-mount .ej-ul-source-first .ej-ul-gallery.ej-ul-gallery-preview { background:transparent; }
.ej-ul-mount .ej-ul-source-first a[data-ej-inline-photo]::after { display:none; }

/* Selected larger hero, with original opening and a separate gallery below. */
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero{min-height:clamp(640px,88svh,860px);align-items:flex-end}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero::after{background:linear-gradient(90deg,rgba(8,24,48,.72) 0%,rgba(8,24,48,.33) 65%,rgba(8,24,48,.12)),linear-gradient(0deg,rgba(8,24,48,.87),transparent 80%)}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero-content{position:relative;z-index:2;max-width:1200px;width:100%;padding:130px 40px 100px;pointer-events:none}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero-content>*{pointer-events:auto}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero h1{font-size:clamp(46px,5.2vw,72px);line-height:1.07;max-width:980px;letter-spacing:-.025em;text-wrap:balance}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-service-badges{margin-top:24px}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-hero-deck{font:400 23px/1.55 Mulish,Arial,sans-serif;color:#f7f3ec;max-width:760px;margin:28px 0 0;text-wrap:pretty}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-hero-deck strong{font-weight:600}
@media(max-width:720px){
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero{min-height:0}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero-content{padding:130px 24px 96px}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero h1{font-size:clamp(36px,9.1vw,50px);line-height:1.1}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-hero-deck{font-size:20px;line-height:1.55;margin-top:24px}
.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-service-badges{margin-top:22px}
}
@media(max-height:500px) and (min-width:721px){.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero{min-height:0}.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero-content{padding-top:64px;padding-bottom:90px}}
/* Match this long history block with two related source photographs. */
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-colonia-history{align-items:start}
.ej-ul-mount .ej-colonia-history .ej-cat-photo-stack{display:grid;gap:20px;min-width:0}
.ej-ul-mount .ej-colonia-history .ej-cat-photo-stack figure{margin:0}
@media(max-width:900px){
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-colonia-history{grid-template-columns:minmax(0,1fr)}
.ej-ul-mount .ej-colonia-history .ej-cat-photo-stack{display:contents}
.ej-ul-mount .ej-colonia-history .ej-cat-photo-stack>figure:first-child{order:1}
.ej-ul-mount .ej-colonia-history>div:not(.ej-cat-photo-stack){order:2}
.ej-ul-mount .ej-colonia-history .ej-cat-photo-stack>figure:last-child{order:3}
}
@media print{.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero{min-height:0}.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-ul-hero-content{padding:24px 0;color:#0c2240}.ej-ul-mount .ej-ul-catalog.ej-hero-concept .ej-hero-deck{color:#0c2240}}

/* Approved shared behavior; original per-tour/property compositions remain. */
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview a { margin-inline:auto; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview a:hover img { filter:none; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview picture { display:block; width:100%; position:static; }
.ej-ul-mount .ej-ul-gallery.ej-ul-gallery-preview img { max-height:none; background:transparent; }
.ej-ul-mount a[data-ej-inline-photo] { position:relative; display:block; margin-inline:auto; cursor:zoom-in; }
.ej-ul-mount a[data-ej-inline-photo]::after { display:none; }
.ej-ul-mount a[data-ej-inline-photo] img { display:block; width:100%; height:auto; aspect-ratio:auto; object-fit:contain; border-radius:5px; }
.ej-ul-mount a[data-ej-inline-photo]:focus-visible { outline:3px solid #c6a15b; outline-offset:4px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row { align-items:start; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening { align-items:start; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening:has(.ej-cat-intro:empty) { display:block; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening:has(.ej-cat-intro:empty) .ej-sf-gallery { max-width:1000px; margin:auto; }
.ej-ul-mount .ej-ul-catalog .ej-cat-opening:has(.ej-cat-intro:empty) .ej-cat-intro { display:none; }
.ej-ul-mount .ej-ul-source-first .ej-ul-details .ej-ul-facts { grid-template-columns:minmax(0,1fr); }
.ej-ul-mount .ej-ul-source-first .ej-ul-details .ej-ul-facts dd { font-size:18px; }
.ej-ul-mount .ej-ul-source-first .ej-sf-attribution { font-size:18px; line-height:1.6; }
/* Property identity and the actual room category stay distinct from tour labels. */
.ej-hotel-approved .ej-hotel-hero { height:auto; max-height:none; min-height:clamp(640px,88svh,860px); }
.ej-hotel-approved .ej-hotel-hero::after { background:linear-gradient(90deg,rgba(8,24,48,.66),rgba(8,24,48,.14)),linear-gradient(0deg,rgba(8,24,48,.88),transparent 90%); }
.ej-hotel-approved .ej-hotel-hero-copy { max-width:1200px; width:100%; padding:120px clamp(24px,6vw,96px) 96px; }
.ej-hotel-approved .ej-hotel-hero-copy h1 { font-size:clamp(46px,5.2vw,72px); line-height:1.07; }
.ej-hotel-approved .ej-hotel-hero-copy>p:not(.ej-hotel-hero-line) { font:400 24px/1.45 Marcellus,Georgia,serif; color:rgb(247 243 236 / 80%); }
.ej-hotel-approved .ej-hotel-hero-copy>.ej-hotel-hero-line { font:400 25px/1.5 Mulish,Arial,sans-serif; color:#f7f3ec; max-width:800px; margin-top:28px; text-wrap:pretty; }
.ej-hotel-approved .ej-hotel-opening { display:block; max-width:1180px; margin:auto; }
.ej-hotel-approved .ej-hotel-opening>div { max-width:100%; }
.ej-hotel-approved .ej-hotel-feature.has-photo { align-items:start; }
.ej-hotel-approved .ej-hotel-feature figure { min-width:0; }
.ej-hotel-approved .ej-hotel-feature .ej-ul-photo-portrait { max-width:400px; margin-inline:auto; }
.ej-hotel-approved .ej-hotel-gallery { max-width:1080px; margin:0 auto 42px; padding-inline:24px; }
.ej-hotel-approved .ej-hotel-gallery .ej-ul-gallery.ej-ul-gallery-preview img { max-height:none; }
.ej-hotel-approved .ej-hotel-gallery .ej-ul-gallery.ej-ul-gallery-preview figure { margin:0; }
.ej-hotel-approved .ej-hotel-feature.has-photo>div { min-width:0; }
@media(max-width:900px) {
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row:not(.ej-cat-portrait-story),
 .ej-ul-mount .ej-ul-catalog .ej-cat-opening { grid-template-columns:minmax(0,1fr); }
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-cat-reverse>figure { order:0; }
 .ej-hotel-approved .ej-hotel-feature.has-photo { display:block; }
 .ej-hotel-approved .ej-hotel-feature.has-photo figure { margin-bottom:28px; }
}
@media(max-width:720px) {
 .ej-hotel-approved .ej-hotel-hero { min-height:0; max-height:none; }
 .ej-hotel-approved .ej-hotel-hero-copy { padding:130px 24px 96px; }
 .ej-hotel-approved .ej-hotel-hero-copy h1 { font-size:clamp(36px,9.1vw,50px); }
 .ej-hotel-approved .ej-hotel-hero-copy>p:not(.ej-hotel-hero-line) { font-size:21px; }
 .ej-hotel-approved .ej-hotel-hero-copy>.ej-hotel-hero-line { font-size:20px; line-height:1.55; margin-top:24px; }
 .ej-hotel-approved .ej-hotel-gallery { padding-inline:22px; }
}
@media print {
 .ej-hotel-approved .ej-hotel-hero { min-height:0; }
 .ej-hotel-approved .ej-hotel-hero-copy { padding:24px; }
 .ej-hotel-approved .ej-hotel-hero-copy>p { color:black; }
}

.ej-ul-mount .ej-ul-source-first a[data-ej-inline-photo][data-ej-caption] img { height:auto; aspect-ratio:auto; object-fit:contain; }
.ej-hotel-approved .ej-hotel-hero:not(:has(picture)) { min-height:0; }


/* Individually selected, related photo pairs; the full gallery remains on every screen. */
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-editorial-paired { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); align-items:start; }
.ej-ul-mount .ej-editorial-paired .ej-cat-photo-stack { display:grid; gap:22px; min-width:0; }
.ej-ul-mount .ej-editorial-paired .ej-cat-photo-stack figure { margin:0; }
.ej-ul-mount .ej-editorial-paired.ej-cat-reverse .ej-cat-photo-stack { order:2; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-cat-text-only { display:block; max-width:1000px; }
.ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-cat-text-only>div { max-width:860px; margin:auto; }
@media(max-width:900px) {
 .ej-ul-mount .ej-ul-catalog .ej-cat-story-row.ej-editorial-paired { grid-template-columns:minmax(0,1fr); }
 .ej-ul-mount .ej-editorial-paired.ej-cat-reverse .ej-cat-photo-stack { order:0; }
 .ej-ul-mount .ej-editorial-paired .ej-editorial-second { display:none; }
}
@media print { .ej-ul-mount .ej-editorial-paired .ej-editorial-second { display:block; } }
