.store .dark-heading > .text-link[href="/visit"] {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 20px;
}

.visit-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
  margin-top: 12px;
  margin-bottom: 100px;
}
.visit-page h2 { font-size: clamp(25px, 2.4vw, 36px); line-height: 1.5; }
.visit-page .page-intro h1 { font-size: clamp(38px, 4.5vw, 68px); line-height: 1.4; }
.visit-page .intro-copy p:first-child { font-size: clamp(21px, 2vw, 28px); line-height: 1.7; }
.visit-hours { background: var(--midnight-hull, #0f0f1c); color: white; padding: clamp(24px, 4vw, 48px); }
.visit-hours .eyebrow { color: #bfc4c3; }
.visit-hours h2, .visit-address h2 { margin: 18px 0 28px; }
.visit-hours-list { margin: 0; }
.visit-hours-list > div { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid #ffffff30; }
.visit-hours-list dt { font-size: 16px; }
.visit-hours-list dd { margin: 0; font-size: 19px; font-weight: 700; white-space: nowrap; }
.visit-hours .hours-note { color: #c8cccb; }
.visit-hours .text-link { font-size: 14px; margin-top: 12px; }
.visit-address { padding: 16px 0; }
.visit-address address { font-style: normal; font-size: 21px; line-height: 1.9; margin-bottom: 24px; }
.visit-address h3 { margin: 40px 0 16px; font-size: 21px; line-height: 1.6; }
.visit-address p:not(.eyebrow) { color: #595d5c; line-height: 1.9; }
.visit-parking { margin-bottom: 100px; }
.visit-parking figure { max-width: 900px; margin: 28px 0 0; }
.visit-parking img { display: block; width: 100%; height: auto; border: 1px solid var(--pebble); }
.visit-parking figcaption { margin-top: 14px; color: #595d5c; font-size: 15px; line-height: 1.7; }
.visit-faq { margin-bottom: 90px; }
.owner-expertise { color: var(--cool-ash); font-size: 17px; line-height: 1.9; margin: 20px 0 0; }
.brand-visual-note { margin-top: 18px; color: #595d5c; font-size: 14px; line-height: 1.8; }
@media (max-width: 700px) {
  .visit-overview { grid-template-columns: 1fr; margin-bottom: 64px; }
  .visit-address address { font-size: 19px; }
  .visit-hours-list dd { font-size: 18px; }
  .visit-parking { margin-bottom: 64px; }
  .visit-faq { margin-bottom: 60px; }
  .visit-page .page-intro-grid h1 { font-size: clamp(34px, 9vw, 54px); }
}
