/* =============================================
   OUR STORY PAGE
   ============================================= */

.story-page {
    max-width: 1280px;
    margin: 0 auto;
    background: var(--cream);
    color: var(--text-body);
    font-family: var(--font-body);
    padding-top: 60px;
}

.story-page img {
    display: block;
    max-width: 100%;
}

.story-orn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--gold);
    margin-bottom: 28px;
}

.story-orn .dash {
    width: 48px;
    height: 1px;
    background: currentColor;
}

.story-orn .dot {
    width: 5px;
    height: 5px;
    background: currentColor;
    transform: rotate(45deg);
}

.story-orn .k {
    font-size: 10px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.story-hero {
    position: relative;
    padding: 96px 56px 60px;
    text-align: center;
}

.story-hero h1 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 124px;
    line-height: 1;
    color: var(--text-dark);
    margin: 0 0 10px;
    letter-spacing: 0.01em;
}

.story-hero h1 em {
    font-style: italic;
    color: var(--gold);
}

.story-script {
    font-family: var(--font-script);
    font-size: 56px;
    color: var(--gold);
    line-height: 1;
    margin: 6px 0 34px;
}

.story-lede {
    max-width: 660px;
    margin: 0 auto;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 22px;
    line-height: 1.65;
    color: var(--text-body);
}

.story-hero-trio {
    padding: 0 56px 80px;
    display: grid;
    grid-template-columns: 1fr 1.6fr 1fr;
    gap: 14px;
}

.story-hero-trio .f {
    overflow: hidden;
    background: #E8DCC3;
    position: relative;
}

.story-hero-trio .f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-hero-trio .f1,
.story-hero-trio .f3 {
    aspect-ratio: 3 / 4;
    margin-top: 40px;
}

.story-hero-trio .f2 {
    aspect-ratio: 16 / 10;
}

.story-hero-trio .caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.story-hero-trio .caption em {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #fde5cd;
}

.story-banner-img {
    width: 100%;
    aspect-ratio: 21 / 9;
    overflow: hidden;
    background: #E8DCC3;
}

.story-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-chapter {
    padding: 80px 56px;
    position: relative;
}

.story-chapter + .story-chapter {
    border-top: 1px solid rgba(196, 151, 59, 0.2);
}

.story-chapter.reverse {
    background: var(--ivory);
}

.story-chap-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 72px;
    align-items: center;
    max-width: 1160px;
    margin: 0 auto;
}

.story-chapter.reverse .story-chap-text {
    order: 2;
}

.story-chapter.reverse .story-chap-media {
    order: 1;
}

.story-chap-number {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 15px;
    color: var(--gold);
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.story-chap-number::before {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--gold);
}

.story-chap-title {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 64px;
    line-height: 1;
    color: var(--text-dark);
    margin: 0 0 32px;
}

.story-chap-title em {
    font-style: italic;
    color: var(--gold);
}

.story-chap-text p {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 20px;
    line-height: 1.7;
    color: var(--text-body);
    margin: 0 0 20px;
}

.story-chap-text p:first-of-type::first-letter {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 72px;
    float: left;
    line-height: 0.85;
    margin: 6px 12px 0 -2px;
    color: var(--gold);
}

.story-sig {
    font-family: var(--font-script);
    font-size: 32px;
    color: var(--gold);
    margin-top: 12px;
    line-height: 1;
}

.story-chap-media {
    position: relative;
}

.story-stack {
    position: relative;
    height: 680px;
}

.story-stack .img {
    position: absolute;
    overflow: hidden;
    background: #E8DCC3;
    box-shadow: 0 18px 48px rgba(60, 30, 15, 0.18);
}

.story-stack .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-m-01 .a {
    top: 0;
    left: 0;
    width: 62%;
    height: 58%;
}

.story-m-01 .b {
    top: 12%;
    right: 0;
    width: 38%;
    height: 42%;
    border: 8px solid var(--cream);
}

.story-m-01 .c {
    bottom: 0;
    left: 18%;
    width: 58%;
    height: 46%;
    border: 8px solid var(--cream);
}

.story-m-01 .label {
    position: absolute;
    right: 0;
    bottom: -22px;
    background: var(--cream);
    padding: 10px 18px;
    font-family: var(--font-display);
    font-style: italic;
    color: var(--gold);
    font-size: 18px;
    z-index: 4;
}

.story-m-02 .story-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
    height: 680px;
}

.story-m-02 .story-stack .img {
    position: relative;
    inset: auto;
}

.story-m-02 .story-stack .img:nth-child(1),
.story-m-02 .story-stack .img:nth-child(4) {
    transform: translateY(28px);
}

.story-m-02 .tag {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-4deg);
    background: var(--cream);
    padding: 12px 20px;
    font-family: var(--font-script);
    color: var(--gold);
    font-size: 38px;
    line-height: 0.9;
    z-index: 3;
    box-shadow: 0 8px 20px rgba(60, 30, 15, 0.15);
}

.story-m-03 .big {
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
}

.story-m-03 .s1 {
    top: 0;
    right: 0;
    width: 28%;
    height: 48%;
}

.story-m-03 .s2 {
    bottom: 0;
    right: 0;
    width: 28%;
    height: 48%;
}

.story-m-03 .strip {
    position: absolute;
    left: -16px;
    top: 36px;
    background: var(--gold);
    color: #fff;
    padding: 14px 28px;
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    z-index: 3;
}

.story-m-04b {
    height: 620px;
}

.story-m-04b .img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #E8DCC3;
    box-shadow: 0 18px 48px rgba(60, 30, 15, 0.18);
}

.story-m-04b .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-m-05 .big {
    inset: 0;
}

.story-pull {
    padding: 110px 56px;
    text-align: center;
    background: var(--blush);
}

.story-pull blockquote {
    font-family: var(--font-display);
    font-weight: 400;
    font-style: italic;
    font-size: 54px;
    line-height: 1.15;
    color: var(--text-dark);
    margin: 0 auto;
    max-width: 920px;
    letter-spacing: 0.005em;
}

.story-pull blockquote em {
    color: var(--gold);
}

.story-band {
    display: grid;
    gap: 2px;
    background: var(--cream);
}

.story-band.four {
    grid-template-columns: repeat(4, 1fr);
}

.story-band .cell {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #E8DCC3;
}

.story-band .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-closing {
    padding: 72px 56px 96px;
    text-align: center;
    background: var(--dark);
    color: #fff;
}

.story-closing .story-orn {
    color: var(--gold-light);
}

.story-closing-logo {
    width: 464px;
    height: auto;
    margin: 0 auto 16px;
    opacity: 0.95;
}

.story-closing h2 {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 88px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0.01em;
}

.story-closing h2 em {
    font-style: italic;
    color: var(--gold-light);
}

.story-closing .story-script {
    font-size: 64px;
    color: var(--gold-light);
    margin: 12px 0 36px;
}

.story-closing .footer-copyright {
    margin-top: 100px;
}

.story-closing p {
    max-width: 560px;
    margin: 0 auto 40px;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6;
    color: #e9d9c4;
}

.story-cta-row {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.story-cta-row .btn {
    display: inline-block;
    padding: 16px 36px;
    flex: 1;
    text-align: center;
    border: 1px solid var(--gold-light);
    color: var(--gold-light);
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.story-cta-row .btn.solid {
    background: var(--gold-light);
    color: var(--dark);
}

@media (max-width: 900px) {
    .story-hero {
        padding: 76px 28px 44px;
    }

    .story-hero h1 {
        font-size: 68px;
    }

    .story-script {
        font-size: 44px;
    }

    .story-hero-trio {
        padding: 0 24px 56px;
        grid-template-columns: 1fr;
    }

    .story-hero-trio .f1,
    .story-hero-trio .f2,
    .story-hero-trio .f3 {
        margin-top: 0;
        aspect-ratio: 4 / 5;
    }

    .story-chapter {
        padding: 64px 24px;
    }

    .story-chap-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .story-chapter.reverse .story-chap-text,
    .story-chapter.reverse .story-chap-media {
        order: initial;
    }

    .story-chap-title {
        font-size: 46px;
    }

    .story-stack,
    .story-m-02 .story-stack {
        height: 520px;
    }

    .story-m-04b {
        height: 500px;
    }

    .story-pull {
        padding: 78px 24px;
    }

    .story-pull blockquote {
        font-size: 38px;
    }

    .story-band.four {
        grid-template-columns: 1fr 1fr;
    }

    .story-closing {
        padding: 90px 24px;
    }

    .story-closing h2 {
        font-size: 54px;
    }

    .story-cta-row {
        flex-direction: column;
        align-items: center;
    }

    .story-cta-row .btn {
        width: 100%;
        max-width: 320px;
    }
}

@media (max-width: 560px) {
    .story-hero h1 {
        font-size: 48px;
    }

    .story-orn .dash {
        width: 28px;
    }

    .story-orn .k {
        letter-spacing: 4px;
    }

    .story-lede,
    .story-chap-text p {
        font-size: 18px;
    }

    .story-stack,
    .story-m-02 .story-stack,
    .story-m-04b {
        height: 420px;
    }

    .story-hero-trio .caption {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
