/* Travel stories */
.htt { --htt-ink: var(--text-heading); --htt-muted: var(--text-secondary); --htt-accent: var(--color-primary-800); --htt-button: var(--color-accent-dark); --htt-button-ink: #fff; padding: 2.5rem 0 3.25rem; border-block: 1px solid var(--border-color); }
[data-theme="dark"] .htt { --htt-accent: var(--color-primary-light); --htt-button: var(--color-accent-light); --htt-button-ink: var(--bg-page); }
.htt * { min-width: 0; }
.htt-heading { margin-bottom: 2rem; }
.htt-eyebrow, .htt-label, .htt-caption, .htt-slip--planner .htt-slip-heading { font-family: var(--font-mono); font-weight: 500; text-transform: uppercase; letter-spacing: .09em; }
.htt-eyebrow { color: var(--htt-accent); font-size: .75rem; margin: 0 0 .625rem; }
.htt-heading h2 { font-size: clamp(2rem, 4vw, 2.9375rem); line-height: 1.12; letter-spacing: -.025em; white-space: pre-line; color: var(--htt-ink); margin: 0; }
.htt-intro { font-size: 1rem; line-height: 1.7; color: var(--htt-muted); white-space: pre-line; margin: 1rem 0 0; }
.htt-story { display: grid; gap: 1.75rem; }
.htt-story + .htt-story { margin-top: 2.75rem; }
.htt-copy { order: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.htt-label { display: flex; align-items: center; gap: .6rem; font-size: .75rem; color: var(--htt-accent); margin: 0; }
.htt-icon { display: grid; place-items: center; width: 2.125rem; height: 2.125rem; border-radius: .6rem; background: color-mix(in srgb, var(--htt-accent) 9%, var(--bg-card)); flex-shrink: 0; }
.htt-icon svg { width: 1.25rem; height: 1.25rem; }
.htt-story--finder .htt-label { color: var(--color-accent-dark); }
[data-theme="dark"] .htt-story--finder .htt-label { color: var(--color-accent-light); }
.htt-story--finder .htt-icon { background: color-mix(in srgb, var(--color-accent) 10%, var(--bg-card)); }
.htt-copy h3 { white-space: pre-line; font-size: clamp(2.25rem, 4vw, 2.9375rem); line-height: 1.08; letter-spacing: -.025em; font-weight: 600; color: var(--htt-ink); margin: 1rem 0 0; }
.htt-description { font-size: 1rem; line-height: 1.75; color: var(--htt-muted); margin: 1rem 0 0; max-width: 29rem; white-space: pre-line; }
.htt-benefits { list-style: none; display: flex; gap: .6rem 1rem; flex-wrap: wrap; padding: 0; margin: 1.25rem 0 0; color: var(--text-primary); font-size: .875rem; }
.htt-benefits li { display: flex; align-items: center; gap: .375rem; }
.htt-benefits svg { width: 1rem; height: 1rem; color: var(--htt-accent); flex-shrink: 0; }
.htt-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.25rem; width: 100%; min-height: 3.125rem; margin-top: 1.5rem; padding: .8rem 1.3rem; border-radius: .625rem; background: var(--htt-button); color: var(--htt-button-ink); font-size: 1rem; font-weight: 600; text-decoration: none; transition: transform .15s, box-shadow .15s; }
.htt-cta:hover { color: var(--htt-button-ink); transform: translateY(-2px); box-shadow: 0 6px 18px color-mix(in srgb, var(--color-accent) 18%, transparent); }
.htt-cta:focus-visible { outline: 3px solid var(--htt-accent); outline-offset: 5px; }
.htt-cta svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.htt-note { font-size: .8125rem; line-height: 1.6; color: var(--htt-muted); margin: .625rem 0 0; }
.htt-visual { order: 0; display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; gap: 2rem; position: relative; isolation: isolate; overflow: hidden; border-radius: 1.25rem; min-height: 19rem; padding: 1.125rem; background: var(--bg-muted); }
.htt-picture { position: absolute; inset: 0; z-index: -1; }
.htt-picture--dark { display: none; }
[data-theme="dark"] .htt-picture--light { display: none; }
[data-theme="dark"] .htt-picture--dark { display: block; }
.htt-photo { width: 100%; height: 100%; max-width: 100%; object-fit: cover; object-position: var(--htt-focus-mx) var(--htt-focus-my); }
.htt-caption { align-self: flex-start; max-width: 100%; font-size: .625rem; line-height: 1.5; margin: 0; color: #fff; background: color-mix(in srgb, var(--color-primary-950) 94%, transparent); padding: .5rem .65rem; border-radius: .3rem; }
.htt-slip { margin-top: auto; padding: 1rem 1.125rem; border-radius: .75rem; background: var(--bg-card); color: var(--htt-ink); box-shadow: 0 12px 32px color-mix(in srgb, var(--color-primary-950) 14%, transparent); }
.htt-slip-heading { margin: 0; font-size: .8125rem; font-weight: 500; line-height: 1.5; color: var(--htt-accent); display: flex; align-items: center; gap: .5rem; }
.htt-slip-heading svg { width: 1.125rem; height: 1.125rem; flex-shrink: 0; }
.htt-slip--planner .htt-slip-heading { font-size: .625rem; color: var(--htt-muted); }
.htt-route { list-style: none; padding: 0; margin: .625rem 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; font-family: var(--font-head); font-size: 1.0625rem; font-weight: 500; line-height: 1.5; }
.htt-route li { position: relative; overflow-wrap: anywhere; }
.htt-route li + li { padding-left: .6rem; border-left: 1px solid var(--border-color); }
.htt-slip-note { display: flex; align-items: center; gap: .4rem; color: var(--htt-muted); border-top: 1px dashed var(--border-color); padding-top: .625rem; margin: .625rem 0 0; font-size: .75rem; line-height: 1.6; }
.htt-slip-note svg { width: .875rem; height: .875rem; color: var(--htt-accent); flex-shrink: 0; }
.htt-slip--finder { align-self: flex-end; width: 14rem; max-width: 100%; }
.htt-preferences { list-style: none; padding: 0; margin: .75rem 0 0; display: grid; gap: .75rem; }
.htt-preferences li { display: flex; align-items: center; gap: .5rem; font-size: .8125rem; line-height: 1.5; }
.htt-preferences svg { width: 1rem; height: 1rem; color: var(--htt-accent); flex-shrink: 0; }
.htt-slip--finder .htt-slip-note { font-family: var(--font-mono); font-size: .625rem; letter-spacing: .04em; text-transform: uppercase; }
.htt-story--text .htt-copy { max-width: 48rem; }
.htt h2, .htt h3, .htt p, .htt a { overflow-wrap: anywhere; }
@media (min-width: 640px) {
  .htt { padding-block: 3rem 3.75rem; }
  .htt-visual { min-height: 23rem; padding: 1.5rem; }
  .htt-cta { width: auto; }
  .htt-route { font-size: 1.25rem; }
  .htt-slip--finder { width: 15.5rem; }
}
@media (min-width: 768px) {
  .htt-photo { object-position: var(--htt-focus-x) var(--htt-focus-y); }
}
@media (min-width: 1024px) {
  .htt { padding-block: 3.5rem 4.125rem; }
  .htt-heading { display: grid; grid-template-columns: 1.2fr 1fr; gap: .625rem 4rem; align-items: end; margin-bottom: 2.625rem; }
  .htt-eyebrow { grid-column: 1 / -1; margin: 0; }
  .htt-intro { justify-self: end; max-width: 23rem; margin: 0 0 .25rem; }
  .htt-story { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4rem; }
  .htt-story + .htt-story { margin-top: 3.375rem; }
  .htt-copy { padding-block: .75rem; }
  .htt-story--finder .htt-copy { order: 0; padding-left: 2rem; }
  .htt-story--finder .htt-visual { order: 1; }
  .htt-story--text { grid-template-columns: 1fr; }
  .htt-story--text .htt-copy { padding-left: 0; }
  .htt-visual { min-height: 24.375rem; }
  .htt-caption { font-size: .6875rem; }
  .htt-preferences li { font-size: .9375rem; }
}
@media (prefers-reduced-motion: reduce) {
  .htt-cta { transition: none; }
  .htt-cta:hover { transform: none; }
}
