/* =================================
   MEDUSA HEADS PAGE
================================= */

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

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

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

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

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

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

.medusa-lead {
    margin: 0;

    color: #333333;

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

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

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

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

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

.medusa-summary__label,
.medusa-explanation__eyebrow,
.medusa-mythology__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;
}

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

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

.medusa-summary__header p {
    margin: 0;

    color: #444444;

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

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

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

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

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

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

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

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

    margin-bottom: 12px;

    color: #111111;

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

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

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

    color: #444444;

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

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

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

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

    width: 100%;
    height: auto;

    border-radius: 14px;
}

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

    color: #666666;

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

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

.medusa-explanation,
.medusa-positions,
.orientation-theories,
.medusa-mythology,
.reused-stone,
.medusa-discovery,
.medusa-fact-legend,
.medusa-viewing-tips,
.medusa-planning {
    margin: 0 0 54px;
    padding: 10px 0;
}

.medusa-positions h2,
.orientation-theories h2,
.medusa-discovery h2,
.medusa-fact-legend h2,
.medusa-viewing-tips h2,
.medusa-planning h2 {
    margin: 0 0 15px;

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

.medusa-positions > p,
.orientation-theories > p,
.medusa-discovery > p,
.medusa-fact-legend > p,
.medusa-viewing-tips > p,
.medusa-planning > p {
    max-width: 800px;
    margin: 0 0 25px;

    color: #333333;

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

/* =================================
   EXPLANATION
================================= */

.medusa-explanation {
    display: grid;
    grid-template-columns:
        minmax(0, 1.45fr)
        minmax(250px, 0.65fr);
    gap: 24px;
    align-items: stretch;
}

.medusa-explanation__content {
    padding: 32px;

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

.medusa-explanation__content h2 {
    margin: 0 0 15px;

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

.medusa-explanation__content p {
    margin: 0 0 16px;

    color: #333333;

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

.medusa-explanation__content p:last-child {
    margin-bottom: 0;
}

.medusa-explanation__facts {
    display: flex;
    flex-direction: column;

    padding: 27px;

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

    color: #ffffff;
}

.medusa-explanation__facts div {
    padding: 17px 0;

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

.medusa-explanation__facts div:first-child {
    padding-top: 0;
}

.medusa-explanation__facts div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.medusa-explanation__facts span {
    display: block;

    margin-bottom: 7px;

    color: #aaaaaa;

    font-size: 12px;
}

.medusa-explanation__facts strong {
    color: #d4b06a;

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

/* =================================
   TWO HEADS
================================= */

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

.medusa-position-card {
    min-width: 0;
    padding: 27px;

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

.medusa-position-card--featured {
    border-top: 4px solid #bfa25a;

    box-shadow:
        0 9px 26px rgba(0, 0, 0, 0.06);
}

.medusa-position-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;
}

.medusa-position-card__type {
    display: block;

    margin-bottom: 10px;

    color: #8a6a1e;

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

.medusa-position-card h3 {
    margin: 0 0 12px;

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

.medusa-position-card > p {
    margin: 0 0 20px;

    color: #444444;

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

.medusa-position-card dl {
    margin: 0;
}

.medusa-position-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 15px;

    padding: 12px 0;

    border-top: 1px solid #e2e2e2;
}

.medusa-position-card dt {
    color: #666666;

    font-size: 13px;
}

.medusa-position-card dd {
    margin: 0;

    color: #222222;

    font-size: 13px;
    font-weight: 700;
    text-align: right;
}

/* =================================
   ORIENTATION THEORIES
================================= */

.orientation-theories {
    padding: 32px;

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

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

.orientation-theory-card {
    min-width: 0;
    padding: 22px;

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

.orientation-theory-card--legend {
    background: #f8f4e9;
    border-color: #ddd1b4;
}

.orientation-theory-card__label {
    display: inline-flex;

    margin-bottom: 15px;
    padding: 6px 9px;

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

    color: #555555;

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

.orientation-theory-card--legend
.orientation-theory-card__label {
    background: #ebdfc4;
    color: #765b1c;
}

.orientation-theory-card h3 {
    margin: 0 0 11px;

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

.orientation-theory-card p {
    margin: 0;

    color: #444444;

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

.orientation-theories__notice {
    margin-top: 20px;
    padding: 15px 17px;

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

    color: #333333;

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

/* =================================
   MYTHOLOGY
================================= */

.medusa-mythology {
    padding: 32px;

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

    color: #ffffff;
}

.medusa-mythology__header {
    max-width: 790px;
    margin-bottom: 25px;
}

.medusa-mythology__header h2 {
    margin: 0 0 14px;

    color: #ffffff;

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

.medusa-mythology__header p {
    margin: 0;

    color: #dedede;

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

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

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

    background: #171717;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
}

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

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

    background: #d4b06a;
    border-radius: 7px;

    color: #111111;

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

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

    color: #ffffff;

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

.mythology-card p {
    margin: 0;

    color: #d3d3d3;

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

/* =================================
   REUSED STONE
================================= */

.reused-stone {
    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;
}

.reused-stone__content h2 {
    margin: 0 0 15px;

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

.reused-stone__content p {
    margin: 0 0 16px;

    color: #333333;

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

.reused-stone__content p:last-child {
    margin-bottom: 0;
}

.reused-stone__highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 24px;

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

.reused-stone__highlight span {
    margin-bottom: 9px;

    color: #777777;

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

.reused-stone__highlight strong {
    margin-bottom: 12px;

    color: #8a6a1e;

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

.reused-stone__highlight p {
    margin: 0;

    color: #444444;

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

/* =================================
   DISCOVERY
================================= */

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

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

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

.discovery-card__date {
    display: inline-flex;

    margin-bottom: 15px;
    padding: 6px 9px;

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

    color: #7b5c16;

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

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

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

.discovery-card p {
    margin: 0;

    color: #444444;

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

/* =================================
   FACT VS LEGEND
================================= */

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

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

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

.medusa-fact-card--legend {
    background: #f8f6f0;
    border-color: #ded5bf;
}

.medusa-fact-card__label {
    display: inline-flex;

    margin-bottom: 15px;
    padding: 6px 9px;

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

    color: #555555;

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

.medusa-fact-card--legend
.medusa-fact-card__label {
    background: #efe5cc;
    color: #765b1c;
}

.medusa-fact-card h3 {
    margin: 0 0 11px;

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

.medusa-fact-card p {
    margin: 0;

    color: #444444;

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

/* =================================
   VIEWING TIPS
================================= */

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

.viewing-tip-card {
    display: flex;
    gap: 14px;

    min-width: 0;
    padding: 22px;

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

.viewing-tip-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;
}

.viewing-tip-card h3 {
    margin: 2px 0 9px;

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

.viewing-tip-card p {
    margin: 0;

    color: #444444;

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

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

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

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

    min-width: 0;
    padding: 24px;

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

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

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

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

    margin: 0 0 18px;

    color: #444444;

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

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

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

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

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

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

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

    color: #ffffff;
}

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

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

    color: #ffffff;

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

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

    color: #dedede;

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

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

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

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

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

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

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

    .medusa-explanation,
    .reused-stone {
        grid-template-columns: 1fr;
    }

    .orientation-theories__grid,
    .medusa-mythology__grid,
    .medusa-discovery__grid,
    .medusa-planning__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }
}

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

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

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

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

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

    .medusa-summary,
    .medusa-explanation__content,
    .orientation-theories,
    .medusa-mythology,
    .reused-stone,
    .medusa-cta {
        padding: 24px 19px;
    }

    .medusa-summary__header h2,
    .medusa-explanation__content h2,
    .medusa-positions h2,
    .orientation-theories h2,
    .medusa-mythology__header h2,
    .reused-stone__content h2,
    .medusa-discovery h2,
    .medusa-fact-legend h2,
    .medusa-viewing-tips h2,
    .medusa-planning h2,
    .medusa-cta h2 {
        font-size: 27px;
    }

    .medusa-summary__grid,
    .medusa-positions__grid,
    .orientation-theories__grid,
    .medusa-mythology__grid,
    .medusa-discovery__grid,
    .medusa-fact-legend__grid,
    .medusa-viewing-tips__grid,
    .medusa-planning__grid {
        grid-template-columns: 1fr;
    }

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

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

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

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