:root {
    --wine: #6c090c;
    --wine-dark: #3d0507;
    --wine-soft: #821b18;
    --gold: #bc7823;
    --gold-pale: #efd8ac;
    --ink: #260b0b;
    --paper: #fffaf0;
    --paper-deep: #f7ead4;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
}

a {
    color: inherit;
}

.legacy-page {
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 10%, rgba(204, 151, 80, .08) 0 1px, transparent 2px),
        radial-gradient(circle at 80% 35%, rgba(89, 28, 18, .045) 0 1px, transparent 2px),
        linear-gradient(105deg, rgba(224, 190, 137, .08), transparent 35%, rgba(224, 190, 137, .07));
    background-size: 25px 25px, 31px 31px, auto;
}

.journey-section {
    position: relative;
    padding: 70px 28px 36px;
    min-height: 920px;
    z-index: 2;
}

.journey-section::before,
.journey-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: .28;
}

.journey-section::before {
    width: 260px;
    height: 360px;
    left: -75px;
    bottom: 20px;
    border: 1px solid rgba(157, 99, 35, .45);
    border-radius: 48% 52% 46% 54%;
    transform: rotate(-18deg);
}

.journey-section::after {
    width: 170px;
    height: 260px;
    right: -55px;
    bottom: 80px;
    border: 1px solid rgba(157, 99, 35, .4);
    border-radius: 55% 45% 56% 44%;
    transform: rotate(15deg);
}

.botanical {
    position: absolute;
    color: rgba(172, 111, 38, .19);
    font: 210px/1 "Cormorant Garamond", Georgia, serif;
    pointer-events: none;
}

.botanical-left {
    left: 6px;
    bottom: 40px;
    transform: rotate(-18deg);
}

.botanical-right {
    right: 20px;
    bottom: 120px;
    font-size: 155px;
}

.journey-shell {
    width: min(1030px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 55px;
    position: relative;
    z-index: 1;
}

.journey-intro {
    padding-top: 86px;
}

.eyebrow {
    color: var(--gold);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.eyebrow span {
    font-size: 9px;
    margin-right: 8px;
}

.journey-intro h1,
.moments-copy h2 {
    margin: 16px 0 18px;
    font: 700 39px/1.03 "Cormorant Garamond", Georgia, serif;
    letter-spacing: -.02em;
}

.journey-intro>p:not(.eyebrow) {
    max-width: 245px;
    margin: 18px 0;
    font-size: 13px;
    line-height: 1.75;
}

.gold-divider {
    display: flex;
    align-items: center;
    width: 142px;
    color: var(--gold);
}

.gold-divider i {
    height: 1px;
    background: var(--gold);
    flex: 1;
}

.gold-divider b {
    font-size: 8px;
    margin: 0 5px;
}

.flourish {
    color: var(--gold);
    font: 44px/1 "Cormorant Garamond", Georgia, serif;
    display: block;
    margin-top: 10px;
}
.timeline-section {
    position: relative;
    height: auto;              /* Remove fixed height */
    min-height: unset;
    padding: 120px 20px 100px;
}

.timeline-list {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

/* Only the center line is absolute */
.timeline-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #c47b17;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;        /* Not absolute */
    width: calc(50% - 45px);
}

.timeline-item:nth-child(odd) {
    align-self: flex-start;
}

.timeline-item:nth-child(even) {
    align-self: flex-end;
}

.site-footer {
    position: relative;
    margin-top: 0;
}

.timeline {
    position: relative;
    min-height: 900px;
    padding: 0 0 15px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 8px;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(var(--gold), #e9c587 98%, transparent);
}

.timeline-line::before {
    content: "◆";
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-size: 8px;
}

.milestone {
    position: relative;
    min-height: 132px;
    width: 100%;
}

.milestone-card {
    position: absolute;
    width: 228px;
    top: 0;
    padding: 15px 19px 17px;
    background: rgba(255, 253, 247, .93);
    border: 1px solid #ead7bd;
    border-radius: 12px;
    box-shadow: 0 8px 17px rgba(73, 37, 13, .13);
}

.milestone-left .milestone-card {
    right: calc(50% + 46px);
}

.milestone-right .milestone-card {
    left: calc(50% + 46px);
}

.milestone-card time {
    color: var(--wine);
    font: 700 22px/1 "Cormorant Garamond", Georgia, serif;
}

.milestone-card h2 {
    margin: 7px 0 4px;
    font-size: 12px;
    font-weight: 700;
}

.milestone-card p {
    margin: 0;
    font-size: 9px;
    line-height: 1.65;
}

.milestone-icon {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 50%;
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    transform: translateX(-50%);
    border-radius: 50%;
    color: var(--gold);
    background: #fff;
    border: 1px solid #f0e3d2;
    box-shadow: 0 8px 15px rgba(70, 37, 16, .15);
    font-size: 28px;
}

.milestone-left .milestone-icon {
    margin-left: -36px;
}

.milestone-right .milestone-icon {
    margin-left: 36px;
}

.milestone-dot {
    position: absolute;
    z-index: 3;
    top: 37px;
    left: 50%;
    width: 25px;
    height: 25px;
    padding: 4px;
    transform: translateX(-50%);
    background: #fff3dc;
    border: 3px solid var(--gold);
    border-radius: 50%;
}

.milestone-dot span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--wine);
    border-radius: 50%;
}

.legacy-stats {
    display: grid;
    grid-template-columns: minmax(300px, 43%) 1fr;
    min-height: 230px;
    border-top: 1px solid #d8a04b;
    border-bottom: 1px solid #d8a04b;
    background: linear-gradient(90deg, var(--wine-dark) 0 41%, #f7e9d1 41%);
    z-index: 2;
}

.legacy-stats blockquote {
    position: relative;
    margin: 0;
    padding: 45px 62px 35px max(40px, calc((100vw - 1050px)/2));
    color: #fff9ed;
    background: radial-gradient(circle at 70% 20%, #7e1e19, transparent 48%), linear-gradient(135deg, #56080b, #300305);
    border-radius: 0 35px 35px 0;
    box-shadow: inset -6px 0 0 #f5dfb6, 4px 0 0 #a76722;
}

.legacy-stats blockquote p {
    margin: 0 0 12px;
    padding-left: 60px;
    font: 600 21px/1.38 "Cormorant Garamond", Georgia, serif;
}

.legacy-stats cite {
    padding-left: 60px;
    font: 500 13px "Cormorant Garamond", Georgia, serif;
}

.quote {
    position: absolute;
    color: #be8440;
    opacity: .72;
    font: 90px/1 "Cormorant Garamond", Georgia, serif;
}

.quote-open {
    left: max(22px, calc((100vw - 1050px)/2));
    top: 30px;
}

.quote-close {
    right: 38px;
    bottom: -4px;
}

.stats-grid {
    align-self: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    padding: 24px max(30px, calc((100vw - 1050px)/2)) 24px 24px;
}

.stat-card {
    min-height: 155px;
    padding: 20px 9px 14px;
    text-align: center;
    border: 1px solid #deb97a;
    border-radius: 11px;
    background: rgba(255, 252, 245, .85);
    box-shadow: 0 7px 15px rgba(83, 43, 17, .12);
}

.stat-icon {
    display: block;
    min-height: 43px;
    color: var(--gold);
    font-size: 36px;
    line-height: 1;
}

.stat-card strong {
    display: block;
    margin-top: 9px;
    color: var(--wine);
    font: 700 28px/1 "Cormorant Garamond", Georgia, serif;
}

.stat-card p {
    margin: 8px 0 0;
    font-size: 10px;
}

.values-section {
    padding: 25px 28px 28px;
    color: #fffaf0;
    text-align: center;
    background: radial-gradient(circle at 50% 30%, #791817, transparent 50%), linear-gradient(110deg, #490607, #751412 50%, #460506);
    border-bottom: 2px solid #c2812d;
    z-index: 2;
}

.values-section>h2 {
    margin: 0;
    font: 700 31px/1 "Cormorant Garamond", Georgia, serif;
}

.heading-ornament {
    display: block;
    height: 18px;
    color: var(--gold);
    font-size: 11px;
    letter-spacing: .1em;
}

.values-grid {
    width: min(1030px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.value-card {
    min-height: 150px;
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 14px;
    align-items: center;
    padding: 18px;
    text-align: left;
    border: 1px solid #aa6324;
    border-radius: 10px;
    background: rgba(76, 4, 7, .44);
}

.value-icon {
    width: 69px;
    height: 69px;
    display: grid;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: #f2bc62;
    font-size: 33px;
    box-shadow: 0 0 0 5px rgba(178, 110, 33, .08);
}

.value-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
}

.value-card p {
    margin: 0 0 13px;
    font-size: 10px;
    line-height: 1.6;
}

.value-card a {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    padding: 8px 14px;
    color: var(--wine);
    background: linear-gradient(#fff1c7, #eec887);
    border-radius: 99px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: .08em;
}

.value-card a:hover {
    transform: translateY(-2px);
}

.pillars-section {
    padding: 26px 24px 23px;
    z-index: 2;
}

.section-title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: var(--gold);
}

.section-title-row h2 {
    margin: 0;
    color: var(--ink);
    font: 700 29px "Cormorant Garamond", Georgia, serif;
}

.section-title-row span {
    font-size: 10px;
}

.pillars-grid {
    width: min(1080px, 100%);
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}

.pillar-card {
    position: relative;
    min-height: 198px;
    padding: 37px 11px 15px;
    text-align: center;
    background: rgba(255, 252, 246, .88);
    border: 1px solid #e3bd80;
    border-radius: 9px;
    box-shadow: 0 7px 14px rgba(85, 48, 20, .12);
}

.pillar-number {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 29px;
    height: 22px;
    display: grid;
    place-items: center;
    color: var(--wine);
    background: #f4dfbd;
    border-radius: 50%;
    font: 700 11px "Cormorant Garamond", Georgia, serif;
}

.pillar-icon {
    display: grid;
    place-items: center;
    min-height: 48px;
    color: var(--wine);
    font-size: 38px;
}

.pillar-card h3 {
    margin: 7px 0 9px;
    color: var(--wine);
    font-size: 12px;
}

.pillar-card p {
    margin: 0;
    font-size: 8.3px;
    line-height: 1.55;
}

.moments-section {
    position: relative;
    width: min(1050px, calc(100% - 48px));
    margin: 0 auto;
    padding: 0 0 36px;
    display: grid;
    grid-template-columns: 205px 1fr;
    gap: 17px;
    z-index: 2;
}

.moments-copy {
    padding: 12px 10px 0 5px;
}

.moments-copy h2 {
    color: #571014;
    font-size: 34px;
    margin: 0 0 10px;
}

.small-divider {
    color: var(--gold);
    font-size: 10px;
    letter-spacing: .1em;
}

.moments-copy p {
    font-size: 11px;
    line-height: 1.7;
}

.moments-gallery {
    display: grid;
    grid-template-columns: 1.08fr 1.08fr 1fr 1.22fr;
    grid-template-rows: 91px 91px auto;
    gap: 8px;
}

.moment {
    margin: 0;
    overflow: hidden;
    border: 4px solid #f5e2c5;
    border-radius: 8px;
    box-shadow: 0 3px 7px rgba(50, 26, 15, .35);
}

.moment img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: sepia(.18) contrast(1.03);
    transition: transform .35s ease, filter .35s ease;
}

.moment:hover img {
    transform: scale(1.05);
    filter: none;
}

.moment-5 {
    grid-column: 1 / span 1;
}

.moment-6 {
    grid-column: 2 / span 1;
}

.moment-7 {
    grid-column: 3 / span 2;
}

.moments-button {
    grid-column: 1 / -1;
    justify-self: center;
    display: inline-flex;
    gap: 18px;
    align-items: center;
    padding: 9px 22px;
    border: 1px solid var(--wine);
    border-radius: 99px;
    color: var(--wine);
    background: #fffaf2;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .08em;
}

@media (max-width: 900px) {
    .journey-shell {
        grid-template-columns: 230px 1fr;
        gap: 24px;
    }

    .milestone-card {
        width: 185px;
    }

    .legacy-stats {
        grid-template-columns: 1fr;
        background: var(--paper-deep);
    }

    .legacy-stats blockquote {
        border-radius: 0 0 28px 28px;
        box-shadow: inset 0 -5px 0 #f5dfb6, 0 4px 0 #a76722;
    }

    .stats-grid {
        padding: 28px;
    }

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

@media (max-width: 700px) {
    .journey-section {
        padding: 50px 18px 20px;
    }

    .journey-shell {
        display: block;
    }

    .journey-intro {
        padding: 0 0 38px;
    }

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

    .journey-intro>p:not(.eyebrow) {
        max-width: 420px;
    }

    .timeline {
        padding-left: 28px;
    }

    .timeline-line {
        left: 13px;
    }

    .milestone {
        min-height: 147px;
    }

    .milestone-card,
    .milestone-left .milestone-card,
    .milestone-right .milestone-card {
        left: 74px;
        right: auto;
        width: calc(100% - 74px);
    }

    .milestone-icon,
    .milestone-left .milestone-icon,
    .milestone-right .milestone-icon {
        left: 42px;
        margin-left: 0;
        transform: none;
        width: 58px;
        height: 58px;
        font-size: 24px;
    }

    .milestone-dot {
        left: 13px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .pillars-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .moments-section {
        grid-template-columns: 1fr;
    }

    .moments-copy p {
        max-width: 360px;
    }

    .moments-gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 110px) auto;
    }

    .moment-5,
    .moment-6,
    .moment-7 {
        grid-column: auto;
    }

    .moment-7 {
        grid-column: 1 / -1;
    }
}

@media (max-width: 420px) {

    .milestone-card,
    .milestone-left .milestone-card,
    .milestone-right .milestone-card {
        left: 62px;
        width: calc(100% - 62px);
        padding: 14px;
    }

    .milestone-icon,
    .milestone-left .milestone-icon,
    .milestone-right .milestone-icon {
        left: 35px;
        width: 48px;
        height: 48px;
    }

    .legacy-stats blockquote {
        padding: 42px 25px;
    }

    .legacy-stats blockquote p,
    .legacy-stats cite {
        padding-left: 44px;
    }

    .stats-grid {
        padding: 20px 15px;
        gap: 10px;
    }

    .stat-card strong {
        font-size: 23px;
    }

    .value-card {
        grid-template-columns: 62px 1fr;
        padding: 14px;
    }

    .value-icon {
        width: 58px;
        height: 58px;
    }

    .pillars-grid {
        gap: 9px;
    }

    .moments-section {
        width: calc(100% - 30px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
    }
}