@charset "UTF-8";
/* /tours/ and tour operator pages: Detroit River navy, a transit-map route line for the ways to see the city, and
   a paper ticket for the numbers, on the site's paper base. Category colors come from .tours-c-<key>. */
.tours-page{--river:#12263a;--river-2:#1b3550;--paper:#f0eee4;--ticket:#f7f1df;--lime:#e9fc82;--orange:#ed7653;--stop:#19231f;background:var(--paper)}
.tours-c-walking{--stop:#d9582f}.tours-c-black-history{--stop:#a8720b}.tours-c-art-music{--stop:#b2336f}.tours-c-food-drink{--stop:#c26a12}
.tours-c-wheels{--stop:#2f7d40}.tours-c-bus{--stop:#2463a6}.tours-c-water{--stop:#11708f}.tours-c-party{--stop:#7446d6}
.tours-c-ghost{--stop:#4b5563}.tours-c-inside{--stop:#7a5230}.tours-c-guides{--stop:#19231f}

.tours-hero{position:relative;overflow:hidden;background:var(--river);color:#f4efe6;padding:64px 0 0;isolation:isolate}
.tours-hero-photos{position:absolute;inset:0;z-index:-1;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;opacity:.72}
.tours-hero-photos::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--river) 10%,#12263abf 44%,#12263a26),linear-gradient(0deg,var(--river),transparent 40%)}
.tours-hero-photo{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}
.tours-hero-photo-0{grid-row:span 2}
.tours-hero-inner{display:grid;grid-template-columns:1.25fr .75fr;gap:56px;align-items:end;padding-bottom:54px}
.tours-hero .eyebrow{color:var(--lime);margin:0 0 22px}
.tours-hero h1{font:400 clamp(44px,6.2vw,96px)/1 Georgia,serif;letter-spacing:-.045em;margin:0 0 26px;max-width:900px;text-wrap:balance}
.tours-lead{font-size:clamp(17px,1.6vw,21px);line-height:1.65;max-width:680px;margin:0 0 30px;color:#dfe5ea}
.tours-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px 26px}
.tours-hero-actions .text-link{color:var(--lime);font-weight:700}

.tours-ticket{position:relative;padding:22px 26px 18px;background:var(--ticket);color:#19231f;border-radius:6px;box-shadow:0 30px 60px #0008;transform:rotate(-2deg);
  -webkit-mask:radial-gradient(circle 12px at 0 62%,#0000 98%,#000) left/51% 100% no-repeat,radial-gradient(circle 12px at 100% 62%,#0000 98%,#000) right/51% 100% no-repeat;
  mask:radial-gradient(circle 12px at 0 62%,#0000 98%,#000) left/51% 100% no-repeat,radial-gradient(circle 12px at 100% 62%,#0000 98%,#000) right/51% 100% no-repeat}
.tours-ticket-top{display:flex;justify-content:space-between;margin:0 0 12px;font:700 11px/1 "Courier New",Courier,monospace;letter-spacing:2px;color:#9a3412}
.tours-ticket-title{margin:0 0 16px;font:400 30px/1.05 Georgia,serif;letter-spacing:-.02em}
.tours-ticket-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0;padding:16px 0 18px;border-top:2px dashed #19231f33;list-style:none}
.tours-ticket-stats strong{display:block;font:400 40px/1 Georgia,serif;color:var(--river)}
.tours-ticket-stats span{font-size:11px;line-height:1.35;color:#4a554d}
.tours-ticket-stub{display:flex;justify-content:space-between;margin:0;padding-top:12px;border-top:1px solid #19231f22;font:700 10px/1 "Courier New",Courier,monospace;letter-spacing:2.5px;color:#58635b}

.tours-logos{overflow:hidden;background:#f4f1e8;border-top:1px solid #0003;padding:18px 0}
.tours-logos-track{display:flex;gap:46px;width:max-content;align-items:center;animation:tours-marquee 60s linear infinite}
.tours-logos:hover .tours-logos-track{animation-play-state:paused}
.tours-logos a{display:flex;align-items:center;height:52px}
.tours-logos img{max-height:52px;max-width:150px;width:auto;height:auto;object-fit:contain;filter:grayscale(1) contrast(1.1);opacity:.78;transition:filter .2s,opacity .2s}
.tours-logos a:hover img,.tours-logos a:focus-visible img{filter:none;opacity:1}

.tours-finder-section{background:#e7ebe8;border-bottom:1px solid #c9cabe;padding:70px 0 60px}
.tours-finder-head{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:34px}
.tours-finder-head h2{font:400 clamp(34px,4vw,56px)/1.04 Georgia,serif;letter-spacing:-.035em;margin:10px 0 16px;text-wrap:balance}
.tours-finder-head p{font-size:17px;line-height:1.65;color:#3e4842;max-width:620px;margin:0}
.tours-stub{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:150px;padding:18px 22px 22px;background:var(--river);color:var(--lime);border-radius:6px;box-shadow:0 18px 40px #12263a40}
.tours-stub-label{font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase;color:#c9d3db}
.tours-stub b{font:400 64px/1 Georgia,serif;font-variant-numeric:tabular-nums}
.tours-stub-perf{position:absolute;left:10px;right:10px;bottom:8px;border-top:2px dashed #ffffff40}

.tours-line{margin:0 0 30px;overflow-x:auto;padding:6px 2px 10px}
.tours-line ol{position:relative;display:flex;gap:0;min-width:max-content;margin:0;padding:0;list-style:none}
.tours-line ol::before{content:"";position:absolute;left:20px;right:20px;top:17px;height:6px;border-radius:3px;background:linear-gradient(90deg,#d9582f,#a8720b,#b2336f,#c26a12,#2f7d40,#2463a6,#11708f,#7446d6,#4b5563,#7a5230,#19231f)}
.tours-stop a{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;width:112px;padding:0 4px;text-align:center;text-decoration:none;color:#19231f}
.tours-stop i{width:40px;height:40px;border-radius:50%;background:#fff;border:6px solid var(--stop);box-shadow:0 0 0 4px #e7ebe8;transition:transform .18s,background .18s}
.tours-stop strong{font-size:13px;line-height:1.25}
.tours-stop small{font:700 12px/1 "Courier New",Courier,monospace;color:var(--stop)}
.tours-stop a:hover i,.tours-stop a:focus-visible i{transform:scale(1.14)}
.tours-stop a[aria-current] i,.tours-stop a.is-on i{background:var(--stop);transform:scale(1.14)}
.tours-stop a[aria-current] strong,.tours-stop a.is-on strong{text-decoration:underline;text-decoration-color:var(--stop);text-decoration-thickness:3px;text-underline-offset:4px}
.tours-stop a:focus-visible{outline:3px solid #d15934;outline-offset:4px;border-radius:8px}

.tours-finder{display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end}
.tours-dial{margin:0;padding:16px 18px 18px;border:1px solid #c9cabe;border-radius:6px;background:#f7f5ee}
.tours-dial legend{padding:0 6px;font-size:10px;font-weight:700;letter-spacing:1.6px;text-transform:uppercase}
.tours-dial>div{display:flex;flex-wrap:wrap;gap:8px}
.tours-dial label{position:relative}
.tours-dial input{position:absolute;opacity:0;inset:0;margin:0;cursor:pointer}
.tours-dial span{display:inline-block;padding:10px 15px;border:1px solid #19231f40;border-radius:999px;font-size:14px;font-weight:700;background:#fff;transition:background .15s,color .15s,transform .15s}
.tours-dial input:checked+span{background:var(--river);color:var(--lime);border-color:var(--river);transform:translateY(-1px)}
.tours-dial input:focus-visible+span{outline:3px solid #d15934;outline-offset:3px}
.tours-finder-result{grid-column:1/-1;margin:4px 0 0;font:400 24px/1.3 Georgia,serif}
.tours-finder button[type=reset]{justify-self:start;border:0;background:none;padding:0 0 14px;font-weight:700;text-decoration:underline;cursor:pointer}

.tours-guide{padding-top:64px}
.tours-guide .section-heading h2{font:400 clamp(32px,3.6vw,52px)/1.05 Georgia,serif;letter-spacing:-.03em;margin:8px 0 24px}
.tours-search{display:grid;grid-template-columns:1.6fr 1fr auto;gap:14px;align-items:end;margin:0 0 18px}
.tours-search label{display:block;font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:8px}
.tours-search input,.tours-search select{width:100%;min-height:48px;padding:10px 14px;border:1px solid #19231f55;border-radius:4px;background:#fff;font:inherit}
.tours-status{margin:0 0 10px}
.tours-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 26px;margin:26px 0 20px}
.tours-card{display:flex;flex-direction:column;min-width:0}
.tours-card[hidden],.tours-card[data-collapsed]{display:none!important}
.tours-card-image{position:relative;display:block;aspect-ratio:3/2;border-radius:6px;overflow:hidden;background:var(--river);border-bottom:5px solid var(--stop)}
.tours-card-image>img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.tours-card:hover .tours-card-image>img{transform:scale(1.04)}
.tours-card-plain{background:linear-gradient(135deg,var(--river),var(--river-2))}
.tours-monogram{position:absolute;inset:0;display:grid;place-items:center;font:400 96px/1 Georgia,serif;color:var(--lime);background:radial-gradient(circle at 50% 44%,#ffffff14 0 22%,transparent 23%),repeating-linear-gradient(0deg,#ffffff08 0 2px,transparent 2px 22px)}
.tours-card-logo{position:absolute;left:12px;bottom:12px;display:flex;align-items:center;justify-content:center;width:74px;height:74px;padding:8px;border-radius:50%;background:#fff;box-shadow:0 6px 16px #0005}
.tours-card-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.tours-state{position:absolute;top:12px;left:12px;padding:6px 11px;border-radius:999px;background:#12263ae6;color:#fff;font-size:11px;font-weight:700;letter-spacing:.4px}
.tours-state-unverified,.tours-state-temporarily-closed{background:#9a3412e6}
.tours-context-tag{position:absolute;right:10px;bottom:10px;max-width:70%;padding:5px 10px;border-radius:999px;background:#f7f1dfee;color:#19231f;font-size:11px;font-weight:700;line-height:1.3}
.tours-detail-context{position:relative;margin:0}
.tours-detail-context figcaption{position:absolute;left:14px;bottom:14px;padding:7px 12px;border-radius:999px;background:#f7f1dfee;color:#19231f;font-size:13px;font-weight:700}
.tours-dot{display:inline-block;width:9px;height:9px;margin-right:7px;border-radius:50%;background:var(--stop);vertical-align:1px}
.tours-card .eyebrow{margin:16px 0 6px;color:#58635b}
.tours-card h3{font:400 25px/1.12 Georgia,serif;letter-spacing:-.02em;margin:0 0 10px}
.tours-card h3 a{text-decoration:none}
.tours-card h3 a:hover{text-decoration:underline}
.tours-card>p{margin:0 0 12px;line-height:1.55;color:#2d3832}
.tours-facts{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px;padding:0;list-style:none}
.tours-facts li{padding:4px 9px;border-radius:999px;background:#19231f12;font-size:12px;font-weight:700}
.tours-price{margin:0;font-size:13px;color:#58635b}
.tours-more-row{text-align:center;margin:10px 0 40px}
.tours-empty{margin:20px 0 40px}

.tours-legends{background:#e8dcc4;color:#3b2f22;padding:64px 0;border-top:1px solid #c9b791}
.tours-legends h2{font:400 clamp(32px,3.6vw,52px)/1.05 Georgia,serif;margin:8px 0 12px}
.tours-legends-intro{max-width:680px;line-height:1.6}
.tours-legend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.tours-legend{padding:22px;border:1px solid #b9a47c;border-radius:4px;background:#f3ead7;box-shadow:3px 3px 0 #b9a47c55;min-width:0}
.tours-legend-years{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#8a5a2b}
.tours-legend h3{font:400 23px/1.15 Georgia,serif;margin:0 0 10px}
.tours-legend h3 a{text-decoration:none}
.tours-legend p{line-height:1.55}
.tours-legend .tours-facts li{background:#8a5a2b1c;overflow-wrap:anywhere}

.tours-howto{padding:64px 0;background:var(--paper)}
.tours-howto h2{font:400 clamp(32px,3.6vw,52px)/1.05 Georgia,serif;margin:8px 0 28px;max-width:800px}
.tours-howto-list{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:0;padding:0;list-style:none}
.tours-howto-list li{padding:22px 20px;border-top:3px solid var(--river);background:#fff;border-radius:0 0 6px 6px}
.tours-howto-list span{font:700 30px/1 "Courier New",Courier,monospace;color:#c2410c}
.tours-howto-list h3{font-size:17px;margin:12px 0 8px}
.tours-howto-list p{margin:0;font-size:14px;line-height:1.6;color:#3e4842}
.tours-for-guides{background:var(--river);color:#f4efe6;padding:56px 0}
.tours-for-guides .wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}
.tours-for-guides .eyebrow{color:var(--lime)}
.tours-for-guides h2{font:400 clamp(30px,3.4vw,46px)/1.08 Georgia,serif;margin:8px 0 12px;max-width:760px}
.tours-for-guides p{max-width:680px;line-height:1.6;color:#d3dbe2;margin:0}

/* Detail page */
.tours-detail-hero{background:var(--river);color:#f4efe6;padding:40px 0 56px;border-bottom:6px solid var(--stop)}
.tours-detail-closed{background:#3b2f22}
.tours-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.tours-detail-hero .back-link{color:#c9d3db;display:inline-block;margin-bottom:26px}
.tours-detail-hero .eyebrow{color:var(--lime);margin:0 0 14px}
.tours-detail-hero h1{font:400 clamp(40px,5vw,78px)/1.02 Georgia,serif;letter-spacing:-.04em;margin:0 0 18px;overflow-wrap:anywhere}
.tours-detail-lead{font-size:19px;line-height:1.6;color:#dfe5ea;margin:0 0 26px;max-width:620px}
.tours-detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px 20px;margin-bottom:18px}
.tours-detail-actions .button-outline{color:#f4efe6;border-color:#f4efe6}
.tours-detail-actions .text-link{color:var(--lime)}
.tours-languages{margin:0;font-size:14px;color:#dfe5ea}
.tours-languages span{font-size:10px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:#a9b7c3}
.tours-state-note{display:inline-block;margin:0 0 16px;padding:8px 12px;border-radius:6px;background:#ffffff14;font-size:14px;font-weight:700}
.tours-detail-media{position:relative}
.tours-detail-photo{display:block;border-radius:8px;overflow:hidden;box-shadow:0 30px 60px #0009}
.tours-detail-photo img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover}
.tours-photo-credit{margin:10px 0 0;font-size:12px;color:#a9b7c3}
.tours-photo-credit a{color:inherit}
.tours-detail-monogram{display:grid;place-items:center;aspect-ratio:4/3;border-radius:8px;background:radial-gradient(circle at 50% 45%,var(--river-2),#0b1724 70%)}
.tours-detail-monogram span{font:400 180px/1 Georgia,serif;color:var(--lime)}
.tours-detail-logo{position:absolute;right:-14px;bottom:-22px;display:flex;align-items:center;justify-content:center;width:112px;height:112px;padding:12px;border-radius:50%;background:#fff;box-shadow:0 12px 30px #0007}
.tours-detail-logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
.tours-glance{margin-top:-1px;padding:26px 0 8px}
.tours-glance dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1px;margin:0;border:1px solid #c9cabe;border-radius:6px;overflow:hidden;background:#c9cabe}
.tours-glance dl div{padding:18px 20px;background:#fff}
.tours-glance dt{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#58635b;margin-bottom:8px}
.tours-glance dd{margin:0;font-size:15px;line-height:1.5}
.tours-list-section{padding:50px 0 30px}
.tours-list-section h2{font:400 clamp(32px,3.6vw,52px)/1.05 Georgia,serif;margin:8px 0 24px}
.tours-tour-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}
.tours-tour{position:relative;display:flex;flex-direction:column;padding:24px 24px 20px;border-radius:8px;background:var(--ticket);border:1px solid #19231f1f;border-left:6px solid var(--stop);box-shadow:0 10px 26px #12263a14}
.tours-tour-retired{opacity:.6}
.tours-tour-number{margin:0 0 10px;font:700 15px/1 "Courier New",Courier,monospace;color:#9a3412}
.tours-tour h3{font:400 25px/1.12 Georgia,serif;margin:0 0 10px}
.tours-tour>p{line-height:1.55;color:#2d3832;margin:0 0 14px}
.tours-tour-status{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#9a3412}
.tours-tour-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px;padding:0;list-style:none}
.tours-tour-tags li{padding:4px 10px;border-radius:999px;background:#12263a12;font-size:12px;font-weight:700}
.tours-tour-facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:auto 0 0;padding-top:14px;border-top:2px dashed #19231f22}
.tours-tour-facts dt{font-size:10px;letter-spacing:1.3px;text-transform:uppercase;color:#58635b}
.tours-tour-facts dd{margin:4px 0 0;font-size:14px}
.tours-body{padding-top:40px}
.tours-claim{margin:36px 0;padding:28px;border-radius:8px;background:var(--lime)}
.tours-claim h2{font:400 30px/1.1 Georgia,serif;margin:0 0 10px}
.tours-event-list{margin:0;padding:0;list-style:none}
.tours-event-list a{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid #c9cabe;text-decoration:none}
.tours-event-list time{min-width:150px;color:#58635b;font-size:14px}
.tours-related .tours-grid{margin-top:10px}

.tours-card-logo.tours-logo-light,.tours-detail-logo.tours-logo-light{background:var(--river)}
.tours-logos img.tours-logo-light{filter:invert(1) grayscale(1) contrast(1.1)}
.tours-logos a:hover img.tours-logo-light{filter:invert(1)}
@keyframes tours-marquee{to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.tours-logos-track{animation:none}.tours-logos{overflow-x:auto}.tours-card-image>img,.tours-stop i,.tours-dial span{transition:none}.tours-ticket{transform:none}}
@media (max-width:1100px){.tours-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tours-howto-list,.tours-legend-grid{grid-template-columns:repeat(2,1fr)}.tours-finder{grid-template-columns:1fr 1fr}.tours-finder button[type=reset]{grid-column:1/-1}}
@media (max-width:900px){.tours-hero-inner,.tours-detail-grid{grid-template-columns:1fr;gap:32px}.tours-hero-photos{grid-template-columns:1fr 1fr;opacity:.35}.tours-ticket{max-width:420px;transform:rotate(-1deg)}.tours-finder-head{flex-direction:column;align-items:flex-start}.tours-for-guides .wrap{flex-direction:column;align-items:flex-start}.tours-detail-logo{right:10px;bottom:-18px;width:88px;height:88px}}
@media (max-width:650px){.tours-grid,.tours-howto-list,.tours-legend-grid{grid-template-columns:1fr}.tours-search,.tours-finder{grid-template-columns:1fr}.tours-hero{padding-top:40px}.tours-ticket{padding:18px 20px 14px}.tours-ticket-stats strong{font-size:30px}.tours-finder-section,.tours-legends,.tours-howto,.tours-for-guides{padding:44px 0}.tours-stub{flex-direction:row;gap:12px;min-width:0}.tours-stub b{font-size:44px}
  .tours-line{overflow:visible}.tours-line ol{flex-direction:column;min-width:0;gap:4px}.tours-line ol::before{left:17px;right:auto;top:16px;bottom:16px;width:6px;height:auto;background:linear-gradient(180deg,#d9582f,#a8720b,#b2336f,#c26a12,#2f7d40,#2463a6,#11708f,#7446d6,#4b5563,#7a5230,#19231f)}
  .tours-stop a{flex-direction:row;width:auto;gap:12px;text-align:left;padding:2px 0}.tours-stop strong{font-size:15px}.tours-stop small{margin-left:auto}.tours-event-list a{flex-direction:column;gap:4px}}
