/* DateForward: slide-in date picker for tour pages (dark, hero-integrated).
   Relies on the page's design tokens (--action, --white, --serif, --sans, --ease, --accent-dim). */
.tdp { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.4s var(--ease), opacity 0.35s var(--ease), margin-top 0.35s var(--ease); opacity: 0; margin-top: 0; max-width: 540px; }
.tdp.open { grid-template-rows: 1fr; opacity: 1; margin-top: 18px; }
.tdp__inner { overflow: hidden; }
.tdp.open .tdp__inner { background: rgba(18, 14, 12, 0.5); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.14); border-radius: 14px; padding: 18px 16px; }
.tdp__nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 4px; }
.tdp__arrow { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: none; border: none; border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; color: var(--white); transition: background 0.2s var(--ease); }
.tdp__arrow:hover:not(:disabled) { background: rgba(255,255,255,0.14); }
.tdp__arrow:disabled { color: rgba(255,255,255,0.3); cursor: default; }
.tdp__label { font-family: var(--serif); font-size: 18px; font-weight: 600; color: var(--white); }
.tdp__strip { display: flex; justify-content: space-between; margin-top: 2px; }
.tdp-d { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 4px; background: none; border: none; padding: 4px 0 6px; cursor: pointer; font-family: var(--sans); }
.tdp-d.off { cursor: default; }
.tdp-d__disc { width: 46px; height: 46px; border-radius: 50%; border: 3px solid transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.1; transition: transform 0.2s var(--ease); }
.tdp-d.open:hover .tdp-d__disc { transform: translateY(-2px); }
.tdp-d.open .tdp-d__disc { position: relative; overflow: hidden; border-color: #c89a4e; background: radial-gradient(circle at 50% 42%, #fbf1d9 0%, #f1ddae 70%, #ecd49b 100%); color: #6a4f2b; }
.tdp-d.open .tdp-d__disc::before { content: "\f818"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #b8841f; opacity: 0.16; z-index: 0; }
.tdp-d.open .tdp-d__dow, .tdp-d.open .tdp-d__date { position: relative; z-index: 1; }
.tdp-d.off .tdp-d__disc { color: rgba(255,255,255,0.32); }
.tdp-d.sel .tdp-d__disc { box-shadow: 0 0 0 3px rgba(196, 168, 130, 0.6); }
.tdp-d__dow { font-size: 11px; font-weight: 700; }
.tdp-d__date { font-size: 10px; font-weight: 500; }
.tdp__times { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 14px; }
.tdp__times-hint { width: 100%; font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.tdp__time { display: inline-block; font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--action); background: var(--white); border: 1px solid var(--accent-dim); border-radius: 8px; padding: 9px 14px; cursor: pointer; text-decoration: none; }
.tdp__time:hover { background: var(--action); border-color: var(--action); color: var(--white); }
#heroActions { flex-direction: row; align-items: center; flex-wrap: nowrap; gap: 14px; }
.tdp-buy { flex: none; display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; background: var(--action); color: var(--white); border: none; border-radius: 2px; padding: 11px 28px; cursor: pointer; text-decoration: none; font-family: var(--sans); text-align: left; transition: background 0.25s var(--ease); }
.tdp-buy:hover { background: #9e0110; }
.tdp-buy__label { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; }
.tdp-buy__main { font-family: var(--sans); font-size: 16px; font-weight: 700; }
.tdp__change { display: block; margin-top: 0; background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 12.5px; font-weight: 500; color: rgba(255,255,255,0.65); text-decoration: none; padding: 0; text-align: left; }
.tdp__change:hover { color: var(--white); }
.tdp-empty { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.tdp-empty__title { font-family: var(--sans); font-size: 15px; font-weight: 600; color: var(--white); }
.tdp-empty__link { font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: rgba(255,255,255,0.8); text-decoration: none; transition: color 0.2s var(--ease); }
.tdp-empty__link:hover { color: var(--white); }

/* Bottom-of-page CTA buy button: small label stacked over the big date, like the hero. */
.cta-buy { display: inline-flex; flex-direction: column; align-items: center; gap: 3px; line-height: 1.15; }
.cta-buy__label { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; opacity: 0.85; }
.cta-buy__main { font-size: 1.05rem; font-weight: 700; text-transform: none; letter-spacing: 0; }

/* ===== Date-aware "More Adventures" other-tours strip (tour pages) ===== */
.related-strip { padding: 92px 24px; background: #1e1712; color: #fff; }
.related-strip .container { max-width: 1100px; margin: 0 auto; }
.related-strip .section-label { display: block; text-align: center; color: var(--accent); font-family: var(--sans); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px; }
.related-strip h2 { color: #fff; text-align: center; font-family: var(--serif); font-size: clamp(1.6rem, 3.5vw, 2.1rem); font-weight: 600; margin: 0 0 6px; }
.related-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 340px)); justify-content: center; gap: 20px; margin-top: 22px; }
.related-card { display: block; background: var(--white); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--text); box-shadow: 0 10px 28px rgba(0,0,0,0.28); transition: transform 0.25s var(--ease); }
.related-card:hover { transform: translateY(-4px); }
.related-card-image { height: 150px; background-size: cover; background-position: center; }
.related-card-body { padding: 18px 20px 22px; }
.related-card-type { font-family: var(--sans); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--action); margin-bottom: 6px; }
.related-card-body h3 { font-family: var(--serif); font-size: 1.1rem; font-weight: 600; margin: 0 0 6px; line-height: 1.25; }
.related-card-body p { font-family: var(--sans); font-size: 0.9rem; color: var(--text-light); margin: 0; }
.ot-strip { max-width: 620px; margin: 8px auto 30px; }
.ot-strip__label { font-family: var(--serif); font-size: 16px; font-weight: 600; color: #fff; }
.related-strip .dpx-cal__nav { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 6px; }
.related-strip .dpx-strip__arrow { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; background: none; border: none; border-radius: 50%; cursor: pointer; font-size: 26px; line-height: 1; color: #fff; }
.related-strip .dpx-strip__arrow:disabled { color: rgba(255,255,255,0.32); cursor: default; }
.ot-strip .dpx-strip__rail { position: relative; width: 100%; }
.ot-strip .dpx-strip__days { display: flex; justify-content: space-between; }
.ot-strip .dpx-strip__line { position: absolute; left: 5%; right: 5%; top: 32px; height: 1px; background: rgba(255,255,255,0.18); }
.ot-strip .dpx-d { position: relative; z-index: 1; flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; align-items: center; gap: 5px; background: none; border: none; padding: 6px 0 10px; cursor: pointer; font-family: var(--sans); color: #fff; }
.ot-strip .dpx-d--off { cursor: default; }
.ot-strip .dpx-d__disc, .ot-strip .dpx-d__plain { width: 52px; height: 52px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1.12; border: 2px solid transparent; transition: transform 0.2s var(--ease); }
.ot-strip .dpx-d__dow { font-size: 11px; font-weight: 700; }
.ot-strip .dpx-d__date { font-size: 10px; font-weight: 500; }
.ot-strip .dpx-d--off .dpx-d__plain { color: rgba(255,255,255,0.35); }
.ot-strip .dpx-d--open .dpx-d__disc { position: relative; overflow: hidden; border-color: #c89a4e; background: radial-gradient(circle at 50% 42%, #fbf1d9 0%, #f1ddae 70%, #ecd49b 100%); color: #6a4f2b; }
.ot-strip .dpx-d--open .dpx-d__disc::before { content: "\f818"; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 24px; color: #b8841f; opacity: 0.18; z-index: 0; }
.ot-strip .dpx-d--open .dpx-d__dow, .ot-strip .dpx-d--open .dpx-d__date { position: relative; z-index: 1; }
.ot-strip .dpx-d[data-date]:hover .dpx-d__disc { transform: translateY(-2px); }
.ot-strip .dpx-d.sel .dpx-d__disc { box-shadow: 0 0 0 3px rgba(255,255,255,0.7); }
.ot-msg { color: rgba(255,255,255,0.82); font-family: var(--sans); text-align: center; padding: 8px 0 4px; }
