body { background: #fff; }
.overview-intro { max-width: 650px; margin: .75rem 0 1.25rem; color: #596273; }
.schedule-card, .stores-card, .links-card { padding: clamp(1.25rem, 4vw, 3rem); border: 1px solid #e0e3e8; border-radius: 1rem; background: #fff; box-shadow: 0 .4rem 1.5rem rgb(27 37 53 / 6%); }
.stores-card, .links-card { margin-top: 2rem; }
.schedule-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1.5rem; }
.eyebrow { margin: 0 0 .3rem; color: #8a5b0d; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.schedule-card h2, .stores-card h2, .links-card h2 { margin: 0; font-size: clamp(1.6rem, 4vw, 2.15rem); line-height: 1.2; }
.timezone { margin: 0; color: #596273; font-size: .9rem; text-align: right; }
.table-wrap { overflow-x: auto; border: 1px solid #e0e3e8; border-radius: .75rem; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 1rem; border-bottom: 1px solid #e8eaee; text-align: left; vertical-align: top; }
th { color: #596273; background: #f8f9fa; font-size: .78rem; letter-spacing: .045em; text-transform: uppercase; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fffaf1; }
td:first-child { width: 32%; font-weight: 700; }
td:nth-child(2) { width: 34%; }
td time { white-space: nowrap; color: #424a57; }
.schedule-status { margin: 1.25rem 0 0; color: #596273; text-align: center; }
.schedule-status:empty { display: none; }
.store-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.store-link { display: flex; min-height: 5.5rem; align-items: center; gap: 1rem; padding: 1rem 1.25rem; border: 1px solid #d8dce3; border-radius: .75rem; color: #20242b; background: #fff; text-decoration: none; transition: background .15s ease, border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.store-link:hover { border-color: #b8bec8; color: #20242b; background: #f8f9fa; box-shadow: 0 .35rem 1rem rgb(27 37 53 / 10%); transform: translateY(-2px); }
.store-mark { display: block; width: 2.5rem; height: 2.8rem; flex: 0 0 auto; object-fit: contain; }
.store-caption, .store-name { display: block; }
.store-caption { color: #596273; font-size: .78rem; line-height: 1.2; }
.store-name { margin-top: .15rem; font-size: 1.2rem; font-weight: 750; line-height: 1.2; }
.links-card > h2 { max-width: 650px; }
.link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.site-link { position: relative; display: flex; min-height: 9rem; flex-direction: column; gap: .4rem; padding: 1.25rem 3.5rem 1.25rem 1.25rem; border: 1px solid #d8dce3; border-radius: .75rem; color: #4d5563; text-decoration: none; transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease; }
.site-link:hover { border-color: #e3a337; color: #4d5563; box-shadow: 0 .35rem 1rem rgb(27 37 53 / 7%); transform: translateY(-2px); }
.link-title { color: #20242b; font-size: 1.15rem; font-weight: 750; }
.link-arrow { position: absolute; top: 1.1rem; right: 1.25rem; color: #b4730b; font-size: 1.6rem; line-height: 1; }
@media (max-width: 680px) {
  .schedule-heading { align-items: flex-start; flex-direction: column; gap: .65rem; }
  .timezone { text-align: left; }
  .store-grid, .link-grid { grid-template-columns: 1fr; }
  th, td { padding: .85rem; }
}
@media (max-width: 520px) {
  .schedule-card, .stores-card, .links-card { border-radius: .7rem; }
  th, td { min-width: 9rem; }
  td:first-child { min-width: 10rem; }
}
@media (prefers-reduced-motion: reduce) { .store-link, .site-link { transition: none; } }
