/* SkyDome collection: shared brand type, restrained spacing and contained features. */
.tl-page {
  --tl-ink: #172c36;
  --tl-sun: #ff7000;
  --tl-muted: #52616a;
  --tl-line: #e2e5e5;
  --tl-body: "DM Sans", "Helvetica Neue", sans-serif;
  /* Tour container: 1450px border-box minus 24px padding on each side. */
  --tl-content-width: 1402px;
  --tl-gutters: 48px;
  color: var(--tl-ink);
  background: #fff;
  font: 400 16px/1.7 var(--tl-body);
}
.tl-page, .tl-page * { box-sizing: border-box; }
/* User-written words and URLs must wrap, not widen or overflow the content. */
.tl-page :is(p, h1, h2, h3, h4, h5, h6, li, blockquote, figcaption) {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
}
.tl-page img { display: block; width: 100%; max-width: 100%; }
.tl-page a { color: inherit; text-decoration: none; }
.tl-page h1, .tl-page h2, .tl-page h3 { font-family: var(--tl-body); text-wrap: balance; }
.tl-page h2 { font-size: clamp(26px, 2.3vw, 34px); line-height: 1.22; font-weight: 700; letter-spacing: -.025em; }
.tl-page h3 { font-size: clamp(22px, 1.9vw, 28px); line-height: 1.3; font-weight: 700; letter-spacing: -.02em; }
.tl-shell { width: min(100% - var(--tl-gutters), var(--tl-content-width)); margin-inline: auto; }
/* Standard editorial blocks inserted between the coded landing sections. */
.tl-page > :is(p, h1, h2, h3, h4, h5, h6, ul, ol, figure, blockquote) {
  width: min(100% - var(--tl-gutters), var(--tl-content-width));
  margin: 16px auto;
  font-family: var(--tl-body);
}
.tl-page > :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 32px;
  margin-bottom: 18px;
  color: var(--tl-ink);
  font-family: var(--tl-body);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-transform: none;
}
.tl-page > h1 { font-size: clamp(30px, 2.9vw, 42px); }
.tl-page > h2 { font-size: clamp(26px, 2.3vw, 34px); }
.tl-page > h3 { font-size: clamp(22px, 1.9vw, 28px); }
.tl-page > h4 { font-size: 21px; }
.tl-page > h5 { font-size: 19px; }
.tl-page > h6 { font-size: 17px; }
.tl-page > :is(p, ul, ol, blockquote) { font-size: 16px; font-weight: 400; line-height: 1.7; letter-spacing: normal; color: var(--tl-muted); }
/* A native section after the intro needs one gap, not padding plus heading margin. */
.tl-page > .sam-intro:has(+ :is(p, h1, h2, h3, h4, h5, h6, ul, ol, figure, blockquote)) { padding-bottom: 32px; }
.tl-page > .sam-intro + :is(p, h1, h2, h3, h4, h5, h6, ul, ol, figure, blockquote) { margin-top: 0; }
.tl-page > :is(h1, h2, h3, h4, h5, h6) + :is(p, ul, ol) { margin-top: 0; }
.tl-page > :is(p, ul, ol, figure, blockquote):has(+ section) { margin-bottom: 32px; }
.tl-page > :is(ul, ol) { padding-left: 24px; }
.tl-page > blockquote { padding: 12px 24px; border-left: 2px solid var(--tl-sun); }
.tl-page > figure img { width: auto; max-width: 100%; height: auto; }
.tl-page > figure figcaption { font-size: 13px; color: var(--tl-muted); }
.tl-page > p a, .tl-page > :is(ul, ol, blockquote) a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) {
  .tl-page > :is(p, h1, h2, h3, h4, h5, h6, ul, ol, figure, blockquote) { width: calc(100% - var(--tl-gutters)); }
}
.tl-kicker, .sam-intro__heading > p, .sam-tour-card__category {
  margin: 0 0 12px; color: #b94e00; font-size: 11px; line-height: 1.5;
  font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.tl-button, .sam-outline-button, .sam-solid-button {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center;
  gap: 12px; padding: 11px 20px; border: 1px solid transparent; border-radius: 2px;
  font: 700 12px/1.4 var(--tl-body); letter-spacing: .07em; text-transform: uppercase;
  transition: background .2s, border-color .2s;
}
.tl-page .tl-button--sun, .tl-page .sam-solid-button { background: var(--tl-sun); color: #fff; }
.tl-page .tl-button--sun:hover, .tl-page .sam-solid-button:hover { background: #cf5800; }
.tl-button > span { font-size: 18px; line-height: 1; }
.tl-page .sam-outline-button { border-color: #adb7bc; color: var(--tl-ink); }
.tl-page .sam-outline-button:hover { background: #f4f5f4; border-color: var(--tl-ink); }
.tl-page a:focus-visible, .tl-page summary:focus-visible { outline: 3px solid var(--tl-sun); outline-offset: 5px; }
.tl-page section[id] { scroll-margin-top: 90px; }

/* The landscape frames a short, readable introduction. */
.tl-hero { position: relative; isolation: isolate; background: #14252d; color: #fff; }
.tl-hero__media, .tl-hero__shade { position: absolute; inset: 0; z-index: -1; overflow: hidden; }
.tl-hero__media img { height: 100%; object-fit: cover; object-position: center 55%; }
.tl-hero__shade { background: linear-gradient(90deg, rgba(9,24,31,.86), rgba(9,24,31,.48) 50%, rgba(9,24,31,.12)); }
.tl-hero__inner { min-height: 560px; display: flex; flex-direction: column; justify-content: center; padding-block: 30px 54px; }
.tl-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 45px; color: #d9dfe0; font-size: 11px; }
.tl-hero__copy { max-width: 670px; }
.tl-hero .tl-kicker { color: #e0e4e5; font-size: 11px; }
.tl-hero h1 { margin: 0; color: #fff; font-size: clamp(44px, 4.8vw, 68px); font-weight: 700; line-height: 1.1; letter-spacing: -.035em; }
.tl-hero h1 span, .tl-hero h1 em { display: inline; }
.tl-hero h1 em { color: #ff8c35; font: inherit; }
.tl-hero__lead { max-width: 590px; margin: 22px 0 0; color: #ecf0f1; font-size: 17px; line-height: 1.7; font-weight: 400; }
.tl-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.tl-text-link { padding-block: 8px; border-bottom: 1px solid #acb7bd; font-size: 12px; font-weight: 600; }
.tl-text-link span { margin-left: 10px; }

/* All content aligns to the same editorial column. */
.sam-intro { padding: 72px 0 64px; }
.sam-intro__heading { margin-bottom: 22px; }
.sam-intro__heading > p { display: flex; align-items: center; gap: 12px; }
.sam-intro__heading > p::before { content: ''; width: 28px; height: 1px; background: var(--tl-sun); }
.tl-page .sam-intro__heading h2 { margin: 0; font-size: clamp(30px, 2.9vw, 42px); line-height: 1.18; letter-spacing: -.035em; }
.sam-intro__heading h2 span { color: #65736e; }
.sam-intro__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 3vw, 48px); align-items: center; }
.sam-intro__copy { min-width: 0; padding-block: 12px; }
.sam-intro__copy > p { margin: 0 0 16px; color: var(--tl-muted); }
.sam-intro__copy > p:last-child { margin-bottom: 0; }
.sam-intro__media { position: relative; isolation: isolate; margin: 0; min-width: 0; border-radius: 3px; background: #132630; }
.sam-intro__media::before { content: ''; position: absolute; z-index: -1; inset: -14px 22px 24px -14px; border: 1px solid #d8dedb; border-radius: 45% 45% 2px 2px; pointer-events: none; }
.sam-intro__media::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(8,22,28,.88)); pointer-events: none; }
.sam-intro__media img { aspect-ratio: 5 / 4; height: auto; object-fit: cover; border-radius: 3px; }
.sam-intro__media figcaption { position: absolute; z-index: 1; inset: auto 28px 26px; color: #fff; text-align: left; border-left: 2px solid var(--tl-sun); padding-left: 15px; }
.sam-intro__media figcaption span { display: block; font-size: 10px; font-weight: 600; letter-spacing: .14em; color: #d6dfe2; }
.sam-intro__media figcaption strong { display: block; margin-top: 5px; font-size: 19px; font-weight: 500; letter-spacing: -.015em; }
.tl-page .sd-intro-link { display: inline-flex; align-items: center; gap: 24px; margin-top: 5px; padding: 5px 0; border-bottom: 1px solid #bdc7c4; font-size: 14px; font-weight: 700; }
.sd-intro-link span { color: #bd5100; font-size: 20px; }
.sd-intro-notes { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 28px; padding-top: 19px; border-top: 1px solid var(--tl-line); }
.sd-intro-notes > span { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; color: var(--tl-muted); }
.sd-intro-notes strong { font-size: 20px; font-weight: 500; color: var(--tl-ink); }
.sd-intro-notes i { font-size: 20px; color: #b94e00; }

.sam-featured { padding: 0 0 62px; background: #fff; }
/* Keep tour cards compact without narrowing the editorial content or FAQs. */
.tl-page .sam-featured > .tl-shell,
.tl-page .sam-tours > .tl-shell { max-width: 1280px; }
.sam-featured > .tl-shell { padding: 30px 40px 40px; background: #132832; color: #fff; border-radius: 3px; }
.sd-featured-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-bottom: 20px; margin-bottom: 28px; border-bottom: 1px solid #3b4e55; }
.tl-page .sam-section-title { margin: 0; color: #ffad70; text-align: left; font-size: 11px; font-weight: 600; letter-spacing: .16em; line-height: 1.5; }
.sd-featured-heading > span { color: #b8c6cb; font-size: 12px; }
.sam-featured__card { display: grid; grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr); gap: 36px; align-items: center; }
.sam-featured__media { grid-column: 2; grid-row: 1; position: relative; height: 350px; min-width: 0; overflow: hidden; border-radius: 2px; }
.sam-featured__media img { height: 100%; object-fit: cover; }
.sam-featured__media > span, .sam-tour-card__media > span {
  position: absolute; top: 16px; left: 16px; padding: 6px 11px;
  background: #fff; color: #172c36; font-size: 12px; font-weight: 600; line-height: 1.5;
}
.sam-featured__copy { grid-column: 1; grid-row: 1; min-width: 0; }
.sam-featured__copy h3 { margin: 0 0 16px; color: #fff; font-size: clamp(24px, 2.2vw, 30px); }
.sam-featured__copy > p { margin: 0 0 24px; color: #d3dce0; font-size: 16px; line-height: 1.65; }
.sam-badge { display: inline-block; margin-bottom: 14px; color: #ff9a4d; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.sam-featured__footer { display: flex; flex-wrap: wrap; gap: 18px 24px; align-items: center; justify-content: space-between; }
.sam-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; line-height: 1.3; font-variant-numeric: tabular-nums; }
.sam-price small, .sam-price span { font-size: 12px; font-weight: 500; color: var(--tl-muted); }
.sam-price strong { font-size: 30px; font-weight: 700; color: #b94e00; letter-spacing: -.035em; }
.sam-featured .sam-price strong { color: #ff8c35; }
.sam-featured .sam-price small, .sam-featured .sam-price span { color: #d3dce0; }

.sam-tours { padding: 0 0 68px; background: #fff; }
.sam-tours__heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 40px; align-items: end; margin-bottom: 30px; }
.sam-tours__heading h2 { margin: 0; }
.sam-tours__heading > p { max-width: 360px; margin: 0; color: var(--tl-muted); font-size: 15px; }
.sam-tour-list { display: grid; gap: 24px; }
.sam-tour-card { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); border: 1px solid var(--tl-line); border-radius: 3px; overflow: hidden; background: #fff; transition: border-color .2s; }
.sam-tour-card:focus-within, .sam-tour-card:hover { border-color: #abb9b5; }
.sam-tour-card__media { position: relative; min-height: 330px; overflow: hidden; }
.sam-tour-card__media img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .35s; }
.sam-tour-card__media:hover img { transform: scale(1.025); }
.sam-tour-card__body { padding: 28px 32px; min-width: 0; }
.sam-tour-card h3 { margin: 0; color: var(--tl-ink); font-size: 24px; }
.sam-tour-card h3 a:hover { color: #b94e00; }
.sam-tour-card__summary { margin: 12px 0 20px; color: var(--tl-muted); font-size: 16px; line-height: 1.65; }
.sam-tour-card__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 15px 0; margin-bottom: 20px; border-block: 1px solid var(--tl-line); }
.sam-tour-card__facts small, .sam-tour-card__facts strong { display: block; }
.sam-tour-card__facts small { color: var(--tl-muted); font-size: 10px; font-weight: 600; letter-spacing: .08em; }
.sam-tour-card__facts strong { margin-top: 4px; font-size: 14px; font-weight: 600; }
.sam-tour-card__footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.sam-tour-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }

.sam-faq { padding: 0 0 72px; }
.sam-faq__inner { display: block; padding: 44px 48px 32px; background: #f5f6f3; border: 1px solid #e6e9e4; border-radius: 4px; }
.sam-faq__heading { padding: 0 0 30px; color: var(--tl-ink); }
.sam-faq__copy { display: grid; grid-template-columns: 1fr .7fr; column-gap: 64px; align-items: center; }
.sam-faq__heading .tl-kicker { grid-column: 1; margin: 0 0 10px; color: #a44805; display: flex; align-items: center; gap: 12px; }
.sam-faq__heading .tl-kicker::before { content: ''; width: 24px; height: 2px; background: var(--tl-sun); }
.tl-page .sam-faq__heading h2 { grid-column: 1; margin: 0; color: var(--tl-ink); font-size: clamp(26px, 2.3vw, 32px); }
.sam-faq__heading > p:last-child, .sam-faq__copy > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0; color: var(--tl-muted); font-size: 15px; line-height: 1.7; max-width: 370px; justify-self: end; }
.sam-faq__list { counter-reset: faq; min-width: 0; background: #fff; border-block: 1px solid #dce2de; }
.sam-faq__item { counter-increment: faq; border-bottom: 1px solid #e2e7e3; transition: background .2s; }
.sam-faq__item:last-child { border-bottom: 0; }
.sam-faq__item:hover { background: #fbfcfa; }
.sam-faq__item[open] { background: #fff; box-shadow: inset 2px 0 0 var(--tl-sun); }
.sam-faq__item summary { display: flex; gap: 20px; align-items: center; justify-content: space-between; padding: 23px 26px; list-style: none; cursor: pointer; font-size: 16px; font-weight: 600; line-height: 1.5; }
.sam-faq__item summary::before { content: counter(faq, decimal-leading-zero); flex: 0 0 24px; color: #73838a; font-size: 11px; font-weight: 500; font-variant-numeric: tabular-nums; }
.sam-faq__item summary > span { flex: 1; }
.sam-faq__item summary::-webkit-details-marker { display: none; }
.sam-faq__item summary i { flex: 0 0 24px; height: 24px; display: grid; place-items: center; font-style: normal; font-size: 20px; font-weight: 400; color: #344c56; }
.sam-faq__item[open] summary i { color: #b94e00; }
.sam-faq__item[open] summary::before { color: #b94e00; }
.sam-faq__item summary i::before { content: "+"; }
.sam-faq__item[open] summary i::before { content: "−"; }
.sam-faq__item > div { padding: 0 70px 26px; color: var(--tl-muted); font-size: 15px; line-height: 1.8; width: 100%; max-width: none; }
.sam-faq__item > div p { margin: 0; }

@media (min-width: 681px) and (max-width: 1180px) {
  .tl-hero__inner { padding-top: 145px; min-height: 620px; }
}
@media (max-width: 1000px) {
  .sam-intro__inner { gap: 32px; }
  .sam-featured > .tl-shell { padding: 30px; }
  .sam-featured__card { grid-template-columns: 1fr 1fr; gap: 26px; }
  .sam-featured__media { height: 360px; }
  .sam-tour-card__body { padding: 24px; }
  .sam-faq__inner { padding: 32px; }
}
@media (max-width: 760px) {
  .tl-shell { width: calc(100% - var(--tl-gutters)); }
  .sam-intro__inner, .sam-featured__card, .sam-tour-card, .sam-faq__inner { grid-template-columns: 1fr; }
  .sam-intro__inner { gap: 38px; }
  .sam-featured__media { grid-column: 1; grid-row: 1; height: auto; aspect-ratio: 16 / 10; }
  .sam-featured__copy { grid-column: 1; grid-row: 2; }
  .sam-tour-card__media { min-height: 0; aspect-ratio: 16 / 10; }
  .sam-section-title { text-align: left; }
  .sam-intro__media img { aspect-ratio: 16 / 11; }
}
@media (max-width: 680px) {
  .tl-page { font-size: 16px; }
  .tl-hero__inner { min-height: 590px; padding-block: 136px 44px; }
  .tl-breadcrumb { margin-bottom: 30px; }
  .tl-hero h1 { font-size: clamp(42px, 10vw, 58px); }
  .tl-hero__lead { font-size: 16px; }
  .tl-hero__actions { gap: 16px; }
  .tl-hero .tl-kicker { font-size: 10px; }
  .sam-intro { padding: 42px 0 34px; }
  .sam-intro__media::before { inset: -10px 16px 20px -8px; }
  .sam-intro__media figcaption { inset: auto 20px 20px; }
  .sam-intro__media figcaption strong { font-size: 17px; }
  .sam-featured { padding-bottom: 42px; }
  .sam-featured > .tl-shell { padding: 26px 20px; }
  .sam-featured__copy h3, .sam-tour-card h3 { font-size: 23px; }
  .sam-tour-card__body { padding: 24px 20px; }
  .sam-tour-card__actions { width: 100%; }
  .sam-tour-card__actions a { flex: 1; }
  .sam-tours { padding-bottom: 46px; }
  .sam-faq { padding-bottom: 48px; }
  .sam-faq__inner { padding: 26px 16px 16px; }
  .sam-faq__heading { padding: 0 4px 24px; }
  .sam-faq__copy { display: block; }
  .sam-faq__copy > p:last-child { margin-top: 14px; max-width: none; }
  .sam-faq__item summary { padding: 18px 14px; gap: 10px; }
  .sam-faq__item > div { padding: 0 18px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .tl-page *, .tl-page *::before, .tl-page *::after { animation: none !important; transition: none !important; }
}
