/* Discover single locations: editorial counterpart to /discover/. */
.bl-location-guide {
  --bl-location-ink: #1b1b1b;
  --bl-location-orange: #f47a20;
  --bl-location-rust: #a33e04;
  background: #fff;
  color: var(--bl-location-ink);
}
.bl-location-guide__header {
  padding: clamp(1.5rem, 3.3vw, 2.9rem) 0 clamp(1.9rem, 3.8vw, 3.15rem);
  border-bottom: 1px solid #e5e8ea;
  background: #fff;
}
.bl-location-guide__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .6rem;
  margin-bottom: clamp(1.5rem, 3vw, 2.6rem);
  color: #647078;
  font-size: .85rem;
}
.bl-location-guide__breadcrumb a {
  color: #343b42;
  text-decoration: none;
}
.bl-location-guide__breadcrumb a:hover,
.bl-location-guide__breadcrumb a:focus-visible {
  color: #a33e04;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.bl-location-guide__heading { max-width: 1040px; }
.bl-location-guide__kicker {
  margin: 0 0 .7rem;
  color: var(--bl-location-rust);
  font-size: .77rem;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.55;
}
.bl-location-guide__kicker span { padding-inline: .3rem; color: #a8aeb3; }
.bl-location-guide__heading h1 {
  max-width: 1000px;
  margin: 0;
  color: var(--bl-location-ink);
  font-size: clamp(2.25rem, 4.35vw, 4.15rem);
  font-weight: 745;
  line-height: 1.1;
  letter-spacing: -.046em;
  text-wrap: balance;
  overflow-wrap: break-word;
}
.bl-location-guide__address {
  margin: .95rem 0 0;
  color: #59626a;
  font-size: clamp(.96rem, 1.4vw, 1.08rem);
  line-height: 1.55;
}
.bl-location-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.55rem;
}
.bl-location-guide__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  min-height: 48px;
  padding: .82rem 1.1rem;
  border-radius: 3px;
  font-size: .93rem;
  font-weight: 770;
  line-height: 1.35;
  text-decoration: none;
}
.bl-location-guide__button--primary {
  color: #1b1b1b;
  background: var(--bl-location-orange);
}
.bl-location-guide__button--primary:hover,
.bl-location-guide__button--primary:focus-visible {
  color: #1b1b1b;
  background: #ff994b;
}
.bl-location-guide__button--secondary { color: #fff; background: #1b1b1b; }
.bl-location-guide__button--secondary:hover,
.bl-location-guide__button--secondary:focus-visible { color: #fff; background: #903809; }
.bl-location-guide__layout {
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(260px, 310px);
  align-items: start;
  justify-content: space-between;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.8rem, 3.6vw, 3rem) 0 clamp(3rem, 5vw, 5rem);
}
.bl-location-guide__layout--solo { grid-template-columns: minmax(0, 850px); }
.bl-location-guide__story,
.bl-location-guide__sidebar { min-width: 0; }
.bl-location-guide__image {
  margin: 0 0 clamp(1.55rem, 3vw, 2.4rem);
  overflow: hidden;
  border-radius: 4px;
  background: #f1f2f3;
}
.bl-location-guide__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 590px;
  object-fit: contain;
}
.bl-location-guide__prose.bl-content {
  max-width: 75ch;
  padding: 0;
  color: #333b42;
  font-size: 1.02rem;
  line-height: 1.76;
  overflow-wrap: break-word;
}
.bl-location-guide__prose.bl-content > * { max-width: 100%; }
.bl-location-guide__prose.bl-content > :first-child { margin-top: 0; }
.bl-location-guide__prose.bl-content > :last-child { margin-bottom: 0; }
.bl-location-guide__prose.bl-content p,
.bl-location-guide__prose.bl-content li { font-size: inherit; line-height: inherit; }
.bl-location-guide__prose.bl-content p { margin: 0 0 1.2em; }
.bl-location-guide__prose.bl-content h2,
.bl-location-guide__prose.bl-content h3 {
  margin: 1.4em 0 .6em;
  color: #1b1b1b;
  font-weight: 750;
  line-height: 1.19;
  letter-spacing: -.03em;
}
.bl-location-guide__prose.bl-content h2 { font-size: clamp(1.55rem, 2.4vw, 2rem); }
.bl-location-guide__prose.bl-content h3 { font-size: clamp(1.23rem, 1.8vw, 1.55rem); }
.bl-location-guide__prose.bl-content a {
  color: #873404;
  text-underline-offset: .2em;
}
.bl-location-guide__prose.bl-content img,
.bl-location-guide__prose.bl-content iframe { max-width: 100%; }
.bl-location-guide__prose.bl-content .alignwide,
.bl-location-guide__prose.bl-content .alignfull { width: 100%; max-width: 100%; margin-inline: 0; }
.bl-location-guide__prose.bl-content blockquote {
  margin: 1.5rem 0;
  padding-left: 1.25rem;
  border-left: 4px solid var(--bl-location-orange);
}
.bl-location-guide__back {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding-top: 1.3rem;
  border-top: 1px solid #e1e5e8;
}
.bl-location-guide__back a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #873404;
  font-size: .96rem;
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: .22em;
}
.bl-location-guide__back a:hover { color: #a33e04; }

/* Unlike the earlier location template, this entire stack is static. Tall
   contact/opening-time panels can never overlap content or navigation. */
.bl-location-guide__sidebar {
  display: grid;
  align-content: start;
  gap: 1.1rem;
  position: static;
}
.bl-location-guide__panel {
  min-width: 0;
  padding: clamp(1.2rem, 2.2vw, 1.65rem);
  border: 1px solid #e2e5e7;
  border-radius: 5px;
  background: #fff;
}
.bl-location-guide__panel-kicker {
  margin: 0 0 .6rem;
  color: var(--bl-location-rust);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .13em;
}
.bl-location-guide__panel h2 {
  margin: 0 0 .9rem;
  color: #202429;
  font-size: clamp(1.28rem, 1.7vw, 1.55rem);
  font-weight: 755;
  line-height: 1.18;
  letter-spacing: -.035em;
}
.bl-location-guide__panel h2 span { color: var(--bl-location-orange); }
.bl-location-guide__details,
.bl-location-guide__hours { margin: 0; }
.bl-location-guide__details > div {
  padding: .85rem 0;
  border-top: 1px solid #e8ebed;
}
.bl-location-guide__details dt {
  margin: 0 0 .27rem;
  color: #656c73;
  font-size: .74rem;
  font-weight: 820;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.bl-location-guide__details dd {
  margin: 0;
  color: #30363b;
  font-size: .94rem;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.bl-location-guide__details a { color: #873404; text-underline-offset: .18em; }
.bl-location-guide__details a:hover { color: #a33e04; }
.bl-location-guide__hours > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .5rem;
  padding: .55rem 0;
  border-top: 1px solid #e8ebed;
  font-size: .86rem;
  line-height: 1.4;
}
.bl-location-guide__hours dt {
  margin: 0;
  color: #30363b;
  font-weight: 745;
}
.bl-location-guide__hours dd {
  margin: 0;
  color: #4b535a;
  font-variant-numeric: tabular-nums;
  text-align: right;
}
.bl-location-guide__socials,
.bl-location-guide__categories {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.bl-location-guide__socials a,
.bl-location-guide__categories a {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 40px;
  padding: .48rem .8rem;
  border: 1px solid #e0e4e7;
  border-radius: 3px;
  background: #fff;
  color: #873404;
  font-size: .85rem;
  font-weight: 745;
  text-decoration: none;
}
.bl-location-guide__socials a:hover,
.bl-location-guide__categories a:hover,
.bl-location-guide__socials a:focus-visible,
.bl-location-guide__categories a:focus-visible {
  border-color: #a33e04;
  background: #fff8f2;
}
.bl-location-guide__closing {
  padding: clamp(2.2rem, 4vw, 3.7rem) 0;
  background: #f3f5f5;
}
.bl-location-guide__closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.bl-location-guide__closing-kicker {
  margin: 0 0 .55rem;
  color: #a33e04;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .13em;
}
.bl-location-guide__closing h2 {
  margin: 0;
  color: #1b1b1b;
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  font-weight: 755;
  line-height: 1.13;
  letter-spacing: -.04em;
}
.bl-location-guide__closing h2 em { color: #a33e04; font-style: normal; }
.bl-location-guide__closing p:not(.bl-location-guide__closing-kicker) {
  max-width: 58ch;
  margin: .7rem 0 0;
  color: #5b656d;
  font-size: .94rem;
  line-height: 1.6;
}
.bl-location-guide__closing-inner > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex: 0 0 auto;
  min-height: 48px;
  padding: .85rem 1.1rem;
  border-radius: 3px;
  background: #1b1b1b;
  color: #fff;
  font-size: .91rem;
  font-weight: 760;
  text-decoration: none;
}
.bl-location-guide__closing-inner > a:hover { color: #fff; background: #a33e04; }
@media (max-width: 920px) {
  .bl-location-guide__layout { grid-template-columns: minmax(0, 1fr); }
  .bl-location-guide__sidebar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .bl-location-guide__header { padding: 1.3rem 0 2rem; }
  .bl-location-guide__heading h1 { font-size: clamp(2.05rem, 8vw, 3.05rem); }
  .bl-location-guide__layout { padding-top: 1.5rem; }
  .bl-location-guide__sidebar { grid-template-columns: minmax(0, 1fr); }
  .bl-location-guide__prose.bl-content { font-size: .98rem; }
  .bl-location-guide__closing-inner { display: block; }
  .bl-location-guide__closing-inner > a { margin-top: 1.5rem; }
}
@media (max-width: 420px) {
  .bl-location-guide__actions .bl-location-guide__button { width: 100%; }
}
