.hours-pills{list-style: none;margin: 0;padding: 0;display: flex;flex-wrap: wrap;gap: 8px;}.hours-pill{display: inline-flex;align-items: center;gap: 8px;min-height: 44px;padding: 8px 14px;background: #fff;border: 1px solid var(--navy-100);border-radius: var(--r-lg);font-size: 14px;}.hours-pill__day{font-weight: 700;color: var(--navy-700);min-width: 18px;text-align: center;}.hours-pill__time{color: var(--ink-700);}.hours-pill.is-closed{background: var(--navy-50);color: var(--ink-500);}.hours-pill.is-closed .hours-pill__time{color: var(--ink-500);}.hours-meta{margin-top: 16px;display: flex;flex-direction: column;gap: 6px;font-size: 14px;color: var(--ink-700);}.hours-meta__lunch strong{color: var(--ink-900);font-weight: 700;margin-right: 6px;}.hours-meta__note{font-size: 13px;color: var(--ink-500);margin: 0;}.hours-today{padding: 24px 20px;background: #fff;border: 1px solid var(--navy-100);border-radius: var(--r-lg);display: flex;flex-direction: column;gap: 8px;}.hours-today__state{display: flex;align-items: center;gap: 10px;margin-bottom: 4px;}.hours-today__badge{display: inline-flex;align-items: center;padding: 4px 12px;font-size: 13px;font-weight: 700;color: #fff;background: var(--ink-500);border-radius: 999px;}.hours-today__state.is-open .hours-today__badge{background: #16A34A;}.hours-today__state.is-closed .hours-today__badge{background: var(--ink-500);}.hours-today__when{font-size: 14px;font-weight: 600;color: var(--ink-700);}.hours-today__time{margin: 0;font-size: 22px;font-weight: 700;line-height: 1.3;color: var(--ink-900);letter-spacing: -0.01em;}.hours-today__lunch{margin: 0;font-size: 14px;color: var(--ink-500);}.hours-today__more{margin-top: 16px;}.hours-today__more > summary{cursor: pointer;font-size: 14px;font-weight: 600;color: var(--navy-700);padding: 10px 0;list-style: none;display: inline-flex;align-items: center;gap: 6px;}.hours-today__more > summary::-webkit-details-marker{display: none;}.hours-today__more-icon{display: inline-block;width: 14px;height: 14px;position: relative;color: var(--ink-500);}.hours-today__more-icon::before,.hours-today__more-icon::after{content: '';position: absolute;background: currentColor;}.hours-today__more-icon::before{top: 6px;left: 0;width: 14px;height: 2px;}.hours-today__more-icon::after{top: 0;left: 6px;width: 2px;height: 14px;}.hours-today__more[open] > summary .hours-today__more-icon::after{display: none;}.hours-today__week{list-style: none;margin: 8px 0 0;padding: 0;display: grid;grid-template-columns: repeat(2,1fr);gap: 6px;}.hours-today__row{display: flex;align-items: center;gap: 10px;padding: 8px 12px;background: var(--navy-50);border-radius: var(--r-sm);font-size: 13px;}.hours-today__row.is-today{background: var(--navy-700);color: #fff;}.hours-today__row.is-today .hours-today__row-day,.hours-today__row.is-today .hours-today__row-time{color: #fff;}.hours-today__row-day{font-weight: 700;color: var(--navy-700);}.hours-today__row-time{color: var(--ink-700);}.hours-today__note{margin: 12px 0 0;font-size: 12px;color: var(--ink-500);}