/* The show's story on /circus/, between the hero and the showtimes. */
.hr-circus-about { max-width: 720px; margin: 0 auto; }
.hr-circus-about p { font-family: var(--rm-font-body); font-size: 17px; line-height: 1.65; color: #0E0D0E; margin: 0 0 18px; }
.hr-circus-about__tag { text-align: center; font-weight: 600; }

/* Showtimes on /circus/: one row a day, its performances as chips. */
.hr-circus-days { list-style: none; max-width: 560px; margin: 0 auto; padding: 0; }
.hr-circus-day { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; padding: 16px 4px; border-bottom: 1px solid rgba(14, 13, 14, .12); }
.hr-circus-day__date { font-family: var(--rm-font-body); font-size: 18px; color: #0E0D0E; }
.hr-circus-day__times { display: flex; gap: 8px; }
.hr-circus-day__time { padding: 5px 14px; border: 1px solid var(--rm-terracotta); border-radius: 999px; background: #FBF3E4; font-family: var(--rm-font-body); font-size: 15px; color: #0E0D0E; }
a.hr-circus-day__time { text-decoration: none; background: var(--rm-terracotta); color: #fff; }
a.hr-circus-day__time:hover { background: var(--rm-terracotta-hover); }

/* The hero chip here carries four words, so it wraps on a narrow phone
   rather than running past the shell. */
.hr-subhero .hr-h1__tag { white-space: normal; text-align: center; }

/* Plan Your Visit and Common Questions on /circus/: the homepage's
   blocks restated with this page's terracotta accent, since home.css and
   its tokens load only on the homepage. */
.hr-info { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 900px) { .hr-info { grid-template-columns: 1fr; gap: 44px; } }
.hr-info__getting h2, .hr-facts h2 { font-family: var(--rm-font-heading); font-weight: 500; font-size: 34px; color: var(--rm-text); margin: 0 0 6px; }
.hr-facts h2 { margin-bottom: 22px; }
.hr-drivetimes { display: flex; gap: 14px; margin: 26px 0 0; flex-wrap: wrap; }
.hr-drivetime { flex: 1 1 calc(50% - 7px); background: var(--rm-white); border: 1px solid var(--rm-border); border-radius: 10px; padding: 16px 18px; }
.hr-drivetime__time { font-family: var(--rm-font-heading); font-size: 30px; color: var(--rm-terracotta); line-height: 1; }
.hr-drivetime__time small { font-family: var(--rm-font-ui); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--rm-text-light); display: inline-block; margin-left: 4px; }
.hr-drivetime__from { margin-top: 6px; font-size: 14px; color: #5a534c; }
.hr-map { position: relative; margin-top: 26px; border-radius: 12px; overflow: hidden; border: 1px solid var(--rm-border); }
.hr-map iframe { display: block; width: 100%; height: 240px; border: 0; filter: grayscale(.18) contrast(1.02); }
.hr-map__open { position: absolute; bottom: 14px; left: 14px; display: inline-flex; align-items: center; gap: 7px; padding: 10px 16px; background: var(--rm-white); color: var(--rm-terracotta); font-family: var(--rm-font-ui); font-size: 13px; font-weight: 600; letter-spacing: .04em; border-radius: 8px; box-shadow: 0 4px 14px rgba(46, 34, 24, .18); transition: background .2s ease, color .2s ease; }
.hr-map__open:hover { background: var(--rm-terracotta); color: #fff; }
.hr-map__open svg { width: 15px; height: 15px; fill: currentColor; }
.hr-hours { margin-top: 30px; border-top: 1px solid var(--rm-border); padding-top: 24px; }
.hr-hours h3 { font-family: var(--rm-font-ui); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--rm-text-light); margin: 0 0 12px; }
.hr-hours__check { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; padding: 11px 18px; background: rgba(181, 70, 46, .12); color: var(--rm-terracotta); font-family: var(--rm-font-ui); font-size: 14px; font-weight: 600; letter-spacing: .02em; border-radius: 8px; transition: background .2s ease, color .2s ease; }
.hr-hours__check:hover { background: var(--rm-terracotta); color: #fff; }
.hr-hours__check svg { width: 17px; height: 17px; fill: currentColor; }
.hr-facts__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hr-fact { display: flex; align-items: center; gap: 13px; padding: 16px 18px; background: var(--rm-white); border: 1px solid var(--rm-border); border-radius: 10px; font-size: 16px; }
.hr-fact svg { width: 20px; height: 20px; fill: var(--rm-terracotta); flex-shrink: 0; }
.hr-link-btn { font-family: var(--rm-font-ui); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--rm-text); border-bottom: 1px solid var(--rm-terracotta); padding-bottom: 4px; white-space: nowrap; transition: color .2s ease; }
.hr-link-btn:hover { color: var(--rm-terracotta); }
.hr-faq { max-width: 880px; margin: 52px auto 0; }
.hr-faq__item { border-top: 1px solid var(--rm-border); }
.hr-faq__item:last-child { border-bottom: 1px solid var(--rm-border); }
.hr-faq__item > summary { list-style: none; cursor: pointer; padding: 26px 52px 26px 0; position: relative; font-family: var(--rm-font-heading); font-weight: 400; font-size: clamp(20px, 2.1vw, 25px); line-height: 1.3; color: var(--rm-text); transition: color .2s ease; }
.hr-faq__item > summary::-webkit-details-marker { display: none; }
.hr-faq__item > summary:hover { color: var(--rm-terracotta); }
.hr-faq__item > summary::after { content: ""; position: absolute; right: 8px; top: 50%; width: 12px; height: 12px; margin-top: -9px; border-right: 2px solid var(--rm-terracotta); border-bottom: 2px solid var(--rm-terracotta); transform: rotate(45deg); transition: transform .25s ease; }
.hr-faq__item[open] > summary::after { transform: rotate(-135deg); margin-top: -3px; }
.hr-faq__answer { padding: 0 52px 28px 0; }
.hr-faq__answer p { margin: 0 0 12px; font-size: 17px; line-height: 1.62; color: #4C544C; }
.hr-faq__answer p:last-child { margin-bottom: 0; }
.hr-faq__answer a { color: var(--rm-terracotta); text-decoration: underline; text-underline-offset: 2px; }
.hr-faq__answer a:hover { color: var(--rm-terracotta-hover); }
@media (max-width: 560px) { .hr-faq__item > summary { padding-right: 40px; font-size: 19px; } .hr-faq__answer { padding-right: 0; } }
