/* =================================
   INSIDE PAGE
================================= */

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

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

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

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

.inside-intro h1 {
    margin: 0 0 18px;

    font-size: 42px;
    line-height: 1.15;
}

.inside-lead {
    margin: 0;

    color: #333333;

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

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

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

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

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

.inside-summary__label,
.inside-route__eyebrow,
.tears-column__label,
.inside-medusa__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;
}

.inside-summary__header h2 {
    margin: 0 0 13px;

    font-size: 32px;
    line-height: 1.2;
}

.inside-summary__header p {
    margin: 0;

    color: #444444;

    font-size: 16px;
    line-height: 1.7;
}

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

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

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

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

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

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

    color: #666666;

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

.inside-summary-card strong {
    display: block;

    margin-bottom: 12px;

    color: #111111;

    font-size: 23px;
    line-height: 1.25;
}

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

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

    color: #444444;

    font-size: 14px;
    line-height: 1.65;
}

.inside-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
================================= */

.inside-main-image {
    margin: 0 0 50px;
}

.inside-main-image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 14px;
}

.inside-main-image figcaption {
    margin-top: 10px;

    color: #666666;

    font-size: 13px;
    line-height: 1.5;
}

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

.inside-route,
.inside-columns,
.tears-column,
.water-lighting,
.inside-medusa,
.inside-details,
.modern-experience,
.inside-checklist,
.inside-photography,
.inside-planning {
    margin: 0 0 54px;
    padding: 10px 0;
}

.inside-columns h2,
.water-lighting h2,
.inside-details h2,
.inside-checklist h2,
.inside-planning h2 {
    margin: 0 0 15px;

    font-size: 32px;
    line-height: 1.2;
}

.inside-columns > p,
.inside-details > p,
.inside-checklist > p,
.inside-planning > p {
    max-width: 800px;
    margin: 0 0 25px;

    color: #333333;

    font-size: 17px;
    line-height: 1.75;
}

/* =================================
   VISITOR ROUTE
================================= */

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

.inside-route__content {
    padding: 32px;

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

.inside-route__content h2 {
    margin: 0 0 14px;

    font-size: 32px;
    line-height: 1.2;
}

.inside-route__content > p {
    margin: 0 0 24px;

    color: #333333;

    font-size: 16px;
    line-height: 1.7;
}

.inside-route__steps {
    display: flex;
    flex-direction: column;
    gap: 14px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.inside-route__steps li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 15px;

    padding: 18px;

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

.inside-route-step__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 32px;

    background: #f5efdf;
    border: 1px solid #e2d5b4;
    border-radius: 7px;

    color: #8a6a1e;

    font-size: 12px;
    font-weight: 700;
}

.inside-route__steps h3 {
    margin: 0 0 7px;

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

.inside-route__steps p {
    margin: 0;

    color: #444444;

    font-size: 14px;
    line-height: 1.6;
}

.inside-route__summary {
    display: flex;
    flex-direction: column;

    padding: 27px;

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

    color: #ffffff;
}

.inside-route__summary > span {
    margin-bottom: 10px;

    color: #bdbdbd;

    font-size: 13px;
    font-weight: 700;
}

.inside-route__summary > strong {
    margin-bottom: 23px;

    color: #d4b06a;

    font-size: 27px;
    line-height: 1.25;
}

.inside-route__summary dl {
    margin: 0;
}

.inside-route__summary dl div {
    padding: 14px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.13);
}

.inside-route__summary dl div:last-child {
    border-bottom: 0;
}

.inside-route__summary dt {
    margin-bottom: 5px;

    color: #aaaaaa;

    font-size: 12px;
}

.inside-route__summary dd {
    margin: 0;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

/* =================================
   COLUMNS
================================= */

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

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

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

.inside-column-card__value {
    display: block;

    margin-bottom: 12px;

    color: #8a6a1e;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}

.inside-column-card h3 {
    margin: 0 0 10px;

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

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

    color: #444444;

    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   COLUMN OF TEARS
================================= */

.tears-column {
    display: grid;
    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(250px, 0.65fr);
    gap: 24px;
}

.tears-column__content {
    padding: 32px;

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

.tears-column__content h2 {
    margin: 0 0 15px;

    font-size: 32px;
    line-height: 1.2;
}

.tears-column__content p {
    margin: 0 0 16px;

    color: #333333;

    font-size: 16px;
    line-height: 1.75;
}

.tears-column__content p:last-child {
    margin-bottom: 0;
}

.tears-column__facts {
    display: flex;
    flex-direction: column;

    padding: 27px;

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

    color: #ffffff;
}

.tears-column__facts div {
    padding: 17px 0;

    border-bottom:
        1px solid rgba(255, 255, 255, 0.13);
}

.tears-column__facts div:first-child {
    padding-top: 0;
}

.tears-column__facts div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.tears-column__facts span {
    display: block;

    margin-bottom: 7px;

    color: #aaaaaa;

    font-size: 12px;
}

.tears-column__facts strong {
    color: #d4b06a;

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

/* =================================
   WATER AND LIGHTING
================================= */

.water-lighting {
    padding: 32px;

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

.water-lighting__header {
    max-width: 790px;
    margin-bottom: 25px;
}

.water-lighting__header p {
    margin: 0;

    color: #333333;

    font-size: 16px;
    line-height: 1.7;
}

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

.water-lighting-card {
    min-width: 0;
    padding: 22px;

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

.water-lighting-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 38px;
    height: 30px;
    margin-bottom: 16px;

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

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;
}

.water-lighting-card h3 {
    margin: 0 0 10px;

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

.water-lighting-card p {
    margin: 0;

    color: #444444;

    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   MEDUSA
================================= */

.inside-medusa {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: center;

    padding: 30px;

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

.inside-medusa__image img {
    display: block;

    width: 100%;
    height: auto;

    border-radius: 12px;
}

.inside-medusa__content h2 {
    margin: 0 0 15px;

    font-size: 30px;
    line-height: 1.2;
}

.inside-medusa__content p {
    margin: 0 0 15px;

    color: #333333;

    font-size: 15px;
    line-height: 1.7;
}

.inside-medusa__content a {
    display: inline-flex;

    margin-top: 5px;

    color: #765b1c;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.inside-medusa__content a:hover {
    text-decoration: underline;
}

/* =================================
   ARCHITECTURAL DETAILS
================================= */

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

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

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

.inside-detail-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-detail-card h3 {
    margin: 0 0 11px;

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

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

    color: #444444;

    font-size: 15px;
    line-height: 1.65;
}

/* =================================
   MODERN EXPERIENCE
================================= */

.modern-experience {
    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;
}

.modern-experience__content h2 {
    margin: 0 0 15px;

    font-size: 32px;
    line-height: 1.2;
}

.modern-experience__content p {
    margin: 0 0 16px;

    color: #333333;

    font-size: 16px;
    line-height: 1.75;
}

.modern-experience__content p:last-child {
    margin-bottom: 0;
}

.modern-experience__highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 24px;

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

.modern-experience__highlight span {
    margin-bottom: 9px;

    color: #777777;

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

.modern-experience__highlight strong {
    margin-bottom: 12px;

    color: #8a6a1e;

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

.modern-experience__highlight p {
    margin: 0;

    color: #444444;

    font-size: 14px;
    line-height: 1.65;
}

/* =================================
   CHECKLIST
================================= */

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

.inside-checklist-card {
    display: flex;
    gap: 14px;

    min-width: 0;
    padding: 22px;

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

.inside-checklist-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;
}

.inside-checklist-card h3 {
    margin: 2px 0 9px;

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

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

    color: #444444;

    font-size: 14px;
    line-height: 1.65;
}

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

.inside-photography {
    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;
}

.inside-photography__content h2 {
    margin: 0 0 15px;

    font-size: 32px;
    line-height: 1.2;
}

.inside-photography__content p {
    margin: 0 0 20px;

    color: #333333;

    font-size: 16px;
    line-height: 1.7;
}

.inside-photography__content ul {
    margin: 0;
    padding-left: 21px;
}

.inside-photography__content li {
    margin-bottom: 10px;

    color: #333333;

    font-size: 15px;
    line-height: 1.65;
}

.inside-photography__tip {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 24px;

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

.inside-photography__tip span {
    margin-bottom: 9px;

    color: #777777;

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

.inside-photography__tip strong {
    margin-bottom: 12px;

    color: #8a6a1e;

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

.inside-photography__tip p {
    margin: 0;

    color: #444444;

    font-size: 14px;
    line-height: 1.65;
}

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

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

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

    min-width: 0;
    padding: 24px;

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

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

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

.inside-planning-card p {
    flex-grow: 1;

    margin: 0 0 18px;

    color: #444444;

    font-size: 15px;
    line-height: 1.65;
}

.inside-planning-card a {
    color: #765b1c;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

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

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

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

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

    color: #ffffff;
}

.inside-cta__content {
    max-width: 760px;
}

.inside-cta h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 32px;
    line-height: 1.2;
}

.inside-cta p {
    margin: 0 0 24px;

    color: #dedede;

    font-size: 16px;
    line-height: 1.7;
}

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

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

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

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

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

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

    .inside-route,
    .tears-column,
    .modern-experience,
    .inside-photography {
        grid-template-columns: 1fr;
    }

    .water-lighting__grid,
    .inside-planning__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

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

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

    .inside-intro {
        margin-top: 25px;
    }

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

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

    .inside-summary,
    .inside-route__content,
    .tears-column__content,
    .water-lighting,
    .inside-medusa,
    .modern-experience,
    .inside-photography,
    .inside-cta {
        padding: 24px 19px;
    }

    .inside-summary__header h2,
    .inside-route__content h2,
    .inside-columns h2,
    .tears-column__content h2,
    .water-lighting h2,
    .inside-medusa__content h2,
    .inside-details h2,
    .modern-experience__content h2,
    .inside-checklist h2,
    .inside-photography__content h2,
    .inside-planning h2,
    .inside-cta h2 {
        font-size: 27px;
    }

    .inside-summary__grid,
    .inside-columns__grid,
    .water-lighting__grid,
    .inside-medusa,
    .inside-details__grid,
    .inside-checklist__grid,
    .inside-planning__grid {
        grid-template-columns: 1fr;
    }

    .inside-cta__actions {
        flex-direction: column;
    }

    .inside-cta__actions a {
        width: 100%;
    }
}

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

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