/* =================================
   OPENING HOURS PAGE
================================= */

.opening-hours-page {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 64px;
    box-sizing: border-box;
}

.opening-hours-page *,
.opening-hours-page *::before,
.opening-hours-page *::after {
    box-sizing: border-box;
}

/* =================================
   INTRODUCTION
================================= */

.opening-hours-intro {
    max-width: 820px;
    margin: 34px 0 36px;
}

.opening-hours-intro h1 {
    margin: 0 0 18px;
    font-size: 42px;
    line-height: 1.15;
}

.opening-hours-lead {
    margin: 0;
    color: #333333;
    font-size: 18px;
    line-height: 1.75;
}

/* =================================
   HOURS SUMMARY
================================= */

.hours-summary {
    margin: 0 0 50px;
    padding: 36px;
    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 16px;
}

.hours-summary__header {
    max-width: 760px;
    margin-bottom: 26px;
}

.hours-summary__label {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 7px 11px;
    background: #ffffff;
    border: 1px solid #dfd5bd;
    border-radius: 7px;
    color: #8a6a1e;
    font-size: 13px;
    font-weight: 700;
}

.hours-summary__header h2 {
    margin: 0 0 13px;
    font-size: 32px;
    line-height: 1.2;
}

.hours-summary__header p {
    margin: 0;
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
}

.hours-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.hours-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 235px;
    padding: 23px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.hours-card--featured {
    border-top: 4px solid #bfa25a;
}

.hours-card__icon {
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1;
}

.hours-card__title {
    min-height: 38px;
    margin-bottom: 11px;
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.hours-card__value {
    display: block;
    margin-bottom: 14px;
    color: #111111;
    font-size: 27px;
    line-height: 1.2;
}

.hours-card--featured .hours-card__value {
    color: #8a6a1e;
}

.hours-card p {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

.hours-summary__notice {
    margin-top: 22px;
    padding: 15px 17px;
    background: #ffffff;
    border-left: 4px solid #bfa25a;
    color: #333333;
    font-size: 15px;
    line-height: 1.65;
}

.hours-summary__checked {
    margin: 17px 0 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

/* =================================
   IMAGE
================================= */

.opening-hours-image {
    margin: 0 0 50px;
}

.opening-hours-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
}

.opening-hours-image figcaption {
    margin-top: 10px;
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

/* =================================
   COMMON SECTION HEADINGS
================================= */

.daily-schedule,
.best-time,
.busy-periods,
.visit-duration,
.before-visiting {
    margin: 0 0 54px;
    padding: 10px 0;
}

.faq-accordion{
    padding: 10px 0;
}

.daily-schedule h2,
.best-time h2,
.busy-periods h2,
.visit-duration h2,
.before-visiting h2 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1.2;
}

.daily-schedule > p,
.best-time > p,
.busy-periods > p,
.before-visiting > p {
    max-width: 800px;
    margin: 0 0 25px;
    color: #333333;
    font-size: 17px;
    line-height: 1.75;
}

/* =================================
   DAILY SCHEDULE TABLE
================================= */

.daily-schedule__table-wrapper {
    overflow-x: auto;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.daily-schedule__table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.daily-schedule__table th,
.daily-schedule__table td {
    padding: 16px 18px;
    border-bottom: 1px solid #e6e6e6;
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
}

.daily-schedule__table thead th {
    background: #f7f5f0;
    color: #222222;
    font-weight: 700;
}

.daily-schedule__table tbody th {
    color: #222222;
    font-weight: 700;
}

.daily-schedule__table tr:last-child th,
.daily-schedule__table tr:last-child td {
    border-bottom: 0;
}

.daily-schedule__note {
    margin: 15px 0 0 !important;
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
}

/* =================================
   BEST TIME
================================= */

.best-time__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.best-time-card {
    position: relative;
    min-width: 0;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.best-time-card--recommended {
    border-top: 4px solid #bfa25a;
    box-shadow: 0 9px 26px rgba(0, 0, 0, 0.06);
}

.best-time-card__badge {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 9px;
    background: #f3ead5;
    border-radius: 6px;
    color: #7b5c16;
    font-size: 12px;
    font-weight: 700;
}

.best-time-card__time {
    display: block;
    margin-bottom: 13px;
    color: #8a6a1e;
    font-size: 14px;
    font-weight: 700;
}

.best-time-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
}

.best-time-card p {
    margin: 0;
    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   BUSY PERIODS
================================= */

.busy-periods__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.busy-period-card {
    min-width: 0;
    padding: 24px;
    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.busy-period-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 30px;
    margin-bottom: 17px;
    background: #f7f2e7;
    border: 1px solid #e6dcc3;
    border-radius: 7px;
    color: #8c712c;
    font-size: 13px;
    font-weight: 700;
}

.busy-period-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
}

.busy-period-card p {
    margin: 0;
    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   VISIT DURATION
================================= */

.visit-duration {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(230px, 0.7fr);
    gap: 25px;
    align-items: stretch;
    padding: 32px;
    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 15px;
}

.visit-duration__content p {
    margin: 0 0 20px;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.visit-duration__content ul {
    margin: 0;
    padding-left: 21px;
}

.visit-duration__content li {
    margin-bottom: 10px;
    color: #333333;
    font-size: 15px;
    line-height: 1.6;
}

.visit-duration__highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.visit-duration__highlight span {
    margin-bottom: 9px;
    color: #666666;
    font-size: 13px;
    font-weight: 700;
}

.visit-duration__highlight strong {
    margin-bottom: 12px;
    color: #8a6a1e;
    font-size: 29px;
    line-height: 1.2;
}

.visit-duration__highlight p {
    margin: 0;
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   BEFORE VISITING
================================= */

.before-visiting__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.before-visiting-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.before-visiting-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
}

.before-visiting-card p {
    flex-grow: 1;
    margin: 0 0 18px;
    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

.before-visiting-card a {
    color: #8a6a1e;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.before-visiting-card a:hover {
    text-decoration: underline;
}

/* =================================
   CTA
================================= */

.opening-hours-cta {
    margin: 0 0 54px;
    padding: 38px;
    background: #0c0c0c;
    border-radius: 16px;
    color: #ffffff;
}

.opening-hours-cta__content {
    max-width: 760px;
}

.opening-hours-cta h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
}

.opening-hours-cta p {
    margin: 0 0 24px;
    color: #dedede;
    font-size: 16px;
    line-height: 1.7;
}

.opening-hours-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* =================================
   TABLET
================================= */

@media (max-width: 930px) {
    .opening-hours-page {
        width: calc(100% - 32px);
    }

    .opening-hours-intro h1 {
        font-size: 36px;
    }

    .hours-summary__grid,
    .best-time__grid,
    .busy-periods__grid,
    .before-visiting__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hours-card--featured {
        grid-column: 1 / -1;
    }

    .visit-duration {
        grid-template-columns: 1fr;
    }
}

/* =================================
   MOBILE
================================= */

@media (max-width: 700px) {
    .opening-hours-page {
        width: calc(100% - 24px);
        padding-bottom: 44px;
    }

    .opening-hours-intro {
        margin-top: 25px;
    }

    .opening-hours-intro h1 {
        font-size: 30px;
    }

    .opening-hours-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .hours-summary {
        padding: 24px 19px;
    }

    .hours-summary__header h2,
    .daily-schedule h2,
    .best-time h2,
    .busy-periods h2,
    .visit-duration h2,
    .before-visiting h2,
    .opening-hours-cta h2 {
        font-size: 27px;
    }

    .hours-summary__grid,
    .best-time__grid,
    .busy-periods__grid,
    .before-visiting__grid {
        grid-template-columns: 1fr;
    }

    .hours-card--featured {
        grid-column: auto;
    }

    .visit-duration,
    .opening-hours-cta {
        padding: 23px 19px;
    }

    .daily-schedule__table {
        min-width: 620px;
    }

    .opening-hours-cta__actions {
        flex-direction: column;
    }

    .opening-hours-cta__actions a {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .opening-hours-page {
        width: calc(100% - 16px);
    }

    .opening-hours-intro h1 {
        font-size: 27px;
    }
}