/* =================================
   VISITOR TIPS PAGE
================================= */

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

.visitor-tips-page *,
.visitor-tips-page *::before,
.visitor-tips-page *::after {
    box-sizing: border-box;
}

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

.visitor-tips-intro {
    max-width: 820px;
    margin: 34px 0 36px;
}

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

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

/* =================================
   QUICK SUMMARY
================================= */

.tips-summary {
    margin: 0 0 50px;
    padding: 36px;

    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 16px;
}

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

.tips-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;
}

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

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

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

.tips-summary-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    min-height: 175px;
    padding: 22px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

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

.tips-summary-card__title {
    margin-bottom: 11px;

    color: #666666;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.tips-summary-card strong {
    display: block;
    margin-bottom: 12px;

    color: #111111;
    font-size: 23px;
    line-height: 1.25;
}

.tips-summary-card--featured strong {
    color: #8a6a1e;
}

.tips-summary-card p {
    margin: 0;

    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

.tips-summary__notice {
    margin-top: 22px;
    padding: 15px 17px;

    background: #ffffff;
    border-left: 4px solid #bfa25a;

    color: #333333;
    font-size: 15px;
    line-height: 1.65;
}

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

.visitor-tips-image {
    margin: 0 0 50px;
}

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

.visitor-tips-image figcaption {
    margin-top: 10px;

    color: #666666;
    font-size: 13px;
    line-height: 1.5;
}

/* =================================
   COMMON SECTIONS
================================= */

.duration-guide,
.before-arrival,
.what-to-bring,
.inside-experience,
.photography-tips,
.audio-guide-tips,
.family-access,
.common-mistakes,
.visitor-planning {
    margin: 0 0 54px;
    padding: 10px 0;
}

.before-arrival h2,
.what-to-bring h2,
.inside-experience h2,
.photography-tips h2,
.audio-guide-tips h2,
.family-access h2,
.common-mistakes h2,
.visitor-planning h2 {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 1.2;
}

.before-arrival > p,
.inside-experience > p,
.audio-guide-tips > p,
.family-access > p,
.common-mistakes > p,
.visitor-planning > p {
    max-width: 800px;
    margin: 0 0 25px;

    color: #333333;
    font-size: 17px;
    line-height: 1.75;
}

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

.duration-guide {
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(235px, 0.65fr);
    gap: 24px;
    align-items: stretch;
}

.duration-guide__content {
    padding: 32px;

    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 15px;
}

.duration-guide__eyebrow {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 7px 10px;

    background: #ffffff;
    border: 1px solid #dfd5bd;
    border-radius: 7px;

    color: #8a6a1e;
    font-size: 12px;
    font-weight: 700;
}

.duration-guide__content h2 {
    margin: 0 0 14px;
    font-size: 32px;
    line-height: 1.2;
}

.duration-guide__content > p {
    margin: 0 0 22px;

    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.duration-guide__list {
    margin: 0;
    padding-left: 21px;
}

.duration-guide__list li {
    margin-bottom: 10px;

    color: #333333;
    font-size: 15px;
    line-height: 1.65;
}

.duration-guide__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 27px;

    background: #0d0d0d;
    border-radius: 15px;

    color: #ffffff;
}

.duration-guide__summary span {
    margin-bottom: 10px;

    color: #bdbdbd;
    font-size: 13px;
    font-weight: 700;
}

.duration-guide__summary strong {
    margin-bottom: 15px;

    color: #d4b06a;
    font-size: 30px;
    line-height: 1.2;
}

.duration-guide__summary p {
    margin: 0;

    color: #dedede;
    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   BEFORE ARRIVAL
================================= */

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

.before-arrival-card {
    min-width: 0;
    padding: 24px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.before-arrival-card__number,
.mistake-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;
}

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

.before-arrival-card p {
    margin: 0;

    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   WHAT TO BRING
================================= */

.what-to-bring {
    padding: 32px;

    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 15px;
}

.what-to-bring__header {
    max-width: 790px;
    margin-bottom: 25px;
}

.what-to-bring__header p {
    margin: 0;

    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.what-to-bring__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.bring-card {
    padding: 22px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 11px;
}

.bring-card h3 {
    margin: 0 0 10px;

    font-size: 19px;
    line-height: 1.3;
}

.bring-card p {
    margin: 0;

    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   INSIDE EXPERIENCE
================================= */

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

.inside-experience-card {
    min-width: 0;
    padding: 24px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.inside-experience-card__label {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 6px 9px;

    background: #f5efdf;
    border-radius: 6px;

    color: #7b5c16;
    font-size: 12px;
    font-weight: 700;
}

.inside-experience-card h3 {
    margin: 0 0 11px;

    font-size: 20px;
    line-height: 1.3;
}

.inside-experience-card p {
    margin: 0;

    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

.inside-experience__link {
    display: inline-flex;
    margin-top: 20px;

    color: #765b1c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.inside-experience__link:hover {
    text-decoration: underline;
}

/* =================================
   PHOTOGRAPHY
================================= */

.photography-tips {
    display: grid;
    grid-template-columns:
        minmax(0, 1.5fr)
        minmax(230px, 0.65fr);
    gap: 24px;

    padding: 32px;

    background: #f7f5f0;
    border: 1px solid #e2dccf;
    border-radius: 15px;
}

.photography-tips__content p {
    margin: 0 0 20px;

    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.photography-tips__content ul {
    margin: 0;
    padding-left: 21px;
}

.photography-tips__content li {
    margin-bottom: 10px;

    color: #333333;
    font-size: 15px;
    line-height: 1.65;
}

.photography-tips__highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 24px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 12px;
}

.photography-tips__highlight span {
    margin-bottom: 10px;

    color: #777777;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.photography-tips__highlight strong {
    margin-bottom: 12px;

    color: #8a6a1e;
    font-size: 23px;
    line-height: 1.3;
}

.photography-tips__highlight p {
    margin: 0;

    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   AUDIO GUIDE
================================= */

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

.audio-guide-card {
    display: flex;
    gap: 14px;

    min-width: 0;
    padding: 22px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.audio-guide-card > span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;

    width: 38px;
    height: 30px;

    background: #0d0d0d;
    border-radius: 7px;

    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.audio-guide-card h3 {
    margin: 2px 0 9px;

    font-size: 18px;
    line-height: 1.3;
}

.audio-guide-card p {
    margin: 0;

    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   FAMILY AND ACCESSIBILITY
================================= */

.family-access__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.family-access-card {
    padding: 27px;

    background: #f8f8f8;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.family-access-card h3 {
    margin: 0 0 17px;

    font-size: 21px;
    line-height: 1.3;
}

.family-access-card ul {
    margin: 0;
    padding-left: 21px;
}

.family-access-card li {
    margin-bottom: 10px;

    color: #333333;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   COMMON MISTAKES
================================= */

.common-mistakes__grid {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.mistake-card {
    min-width: 0;
    padding: 24px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.mistake-card h3 {
    margin: 0 0 11px;

    font-size: 20px;
    line-height: 1.3;
}

.mistake-card p {
    margin: 0;

    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   PLANNING LINKS
================================= */

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

.visitor-planning-card {
    display: flex;
    flex-direction: column;

    min-width: 0;
    padding: 24px;

    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 13px;
}

.visitor-planning-card h3 {
    margin: 0 0 11px;

    font-size: 20px;
    line-height: 1.3;
}

.visitor-planning-card p {
    flex-grow: 1;
    margin: 0 0 18px;

    color: #444444;
    font-size: 15px;
    line-height: 1.65;
}

.visitor-planning-card a {
    color: #765b1c;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.visitor-planning-card a:hover {
    text-decoration: underline;
}

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

.visitor-tips-cta {
    margin: 0 0 54px;
    padding: 38px;

    background: #0c0c0c;
    border-radius: 16px;

    color: #ffffff;
}

.visitor-tips-cta__content {
    max-width: 760px;
}

.visitor-tips-cta h2 {
    margin: 0 0 14px;

    color: #ffffff;
    font-size: 32px;
    line-height: 1.2;
}

.visitor-tips-cta p {
    margin: 0 0 24px;

    color: #dedede;
    font-size: 16px;
    line-height: 1.7;
}

.visitor-tips-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* =================================
   FAQ
================================= */

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

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

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

    .visitor-tips-intro h1 {
        font-size: 36px;
    }

    .duration-guide,
    .photography-tips {
        grid-template-columns: 1fr;
    }

    .inside-experience__grid,
    .audio-guide-tips__grid,
    .visitor-planning__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

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

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

    .visitor-tips-intro {
        margin-top: 25px;
    }

    .visitor-tips-intro h1 {
        font-size: 30px;
    }

    .visitor-tips-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .tips-summary,
    .duration-guide__content,
    .what-to-bring,
    .photography-tips,
    .visitor-tips-cta {
        padding: 24px 19px;
    }

    .tips-summary__header h2,
    .duration-guide__content h2,
    .before-arrival h2,
    .what-to-bring h2,
    .inside-experience h2,
    .photography-tips h2,
    .audio-guide-tips h2,
    .family-access h2,
    .common-mistakes h2,
    .visitor-planning h2,
    .visitor-tips-cta h2 {
        font-size: 27px;
    }

    .tips-summary__grid,
    .before-arrival__grid,
    .what-to-bring__grid,
    .inside-experience__grid,
    .audio-guide-tips__grid,
    .family-access__grid,
    .common-mistakes__grid,
    .visitor-planning__grid {
        grid-template-columns: 1fr;
    }

    .visitor-tips-cta__actions {
        flex-direction: column;
    }

    .visitor-tips-cta__actions a {
        width: 100%;
    }
}

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

    .visitor-tips-intro h1 {
        font-size: 27px;
    }
}