/* Why Choose Us page and homepage teaser */
.why-choose-page main,
.why-story {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 38%, #f7f9fc 100%);
}

.Story_Hero,
.Choice_Bar,
.Visual_Decision,
.Ownership_Showcase,
.Decision_Lenses,
.Comparison_Lanes,
.SkyGrid_Promise,
.Source_Notes {
    width: min(1480px, calc(100% - clamp(2rem, 6vw, 7rem)));
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
}

.Story_Hero {
    min-height: clamp(560px, 72vh, 780px);
    margin-top: 3.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(27, 58, 107, 0.22);
    background: #0f1e35;
}

.Story_Hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Story_Hero_Overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 30, 53, 0.94) 0%, rgba(27, 58, 107, 0.78) 44%, rgba(15, 30, 53, 0.22) 100%),
        linear-gradient(0deg, rgba(15, 30, 53, 0.86), rgba(15, 30, 53, 0.04) 48%);
}

.Story_Hero_Copy {
    width: min(790px, 100%);
    padding: clamp(2rem, 6vw, 5rem);
    position: relative;
    z-index: 1;
    color: #fff;
}

.Story_Hero_Copy .Section_Label,
.SkyGrid_Promise .Section_Label {
    width: fit-content;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.25);
}

.Story_Hero h1 {
    margin: 1rem 0;
    max-width: 760px;
    color: #fff;
    font-size: clamp(2.75rem, 5.6vw, 5.55rem);
    line-height: 1.02;
    letter-spacing: 0;
}

.Story_Hero p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(1.05rem, 1.45vw, 1.25rem);
    line-height: 1.72;
}

.Story_Hero .Secondary_Button {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.46);
    background: rgba(255, 255, 255, 0.10);
}

.Choice_Bar {
    margin-top: -2.5rem;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    position: relative;
    z-index: 2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(27, 58, 107, 0.16);
}

.Choice_Bar article {
    min-height: 180px;
    padding: clamp(1.25rem, 3vw, 2.1rem);
    background: #fff;
    border-right: 1px solid rgba(27, 58, 107, 0.10);
}

.Choice_Bar article:last-child {
    border-right: 0;
}

.Choice_Bar span,
.Lens_Row span {
    display: inline-flex;
    margin-bottom: 0.7rem;
    color: var(--secondary-color);
    font-weight: 950;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.Choice_Bar strong {
    display: block;
    margin-bottom: 0.55rem;
    color: var(--primary-color);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.Choice_Bar p,
.Visual_Decision p,
.Ownership_Showcase p,
.Decision_Lenses p,
.Comparison_Lanes p,
.Source_Notes p,
.Lane_Grid li,
.Promise_Copy p {
    color: var(--text-muted);
    line-height: 1.7;
}

.Visual_Decision,
.Decision_Lenses,
.Comparison_Lanes,
.Source_Notes {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.Visual_Decision_Header,
.Lens_Intro,
.Comparison_Lead {
    max-width: 980px;
    margin-bottom: 1.4rem;
}

.Visual_Decision h2,
.Ownership_Showcase h2,
.Decision_Lenses h2,
.Comparison_Lanes h2,
.SkyGrid_Promise h2,
.Source_Notes h2,
.Home_Why_Custom h2 {
    margin: 0.8rem 0 1rem;
    color: var(--primary-color);
    font-size: clamp(2.1rem, 4.6vw, 4rem);
    line-height: 1.06;
    letter-spacing: 0;
}

.Decision_Panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.Decision_Panels article {
    min-height: 620px;
    display: grid;
    grid-template-rows: minmax(280px, 0.9fr) auto;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(27, 58, 107, 0.10);
    box-shadow: 0 18px 45px rgba(27, 58, 107, 0.10);
}

.Decision_Panels img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
}

.Decision_Panels article > div {
    padding: clamp(1.4rem, 3vw, 2.5rem);
}

.Decision_Tag {
    display: inline-flex;
    margin-bottom: 0.8rem;
    color: var(--secondary-color);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
}

.Decision_Panels h3,
.Lens_Row h3,
.Lane_Grid h3 {
    margin: 0 0 0.7rem;
    color: var(--primary-color);
    font-size: clamp(1.45rem, 2.5vw, 2.3rem);
    line-height: 1.1;
}

.Decision_Panels .Custom_Panel {
    background: linear-gradient(180deg, #10213c, #172f58);
}

.Custom_Panel h3,
.Custom_Panel p {
    color: #fff;
}

.Custom_Panel p {
    color: rgba(255, 255, 255, 0.78);
}

.Ownership_Showcase {
    margin-top: 3rem;
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(27, 58, 107, 0.10);
    box-shadow: 0 22px 55px rgba(27, 58, 107, 0.12);
}

.Ownership_Showcase figure {
    margin: 0;
    min-height: 600px;
    background: #0f1e35;
}

.Ownership_Showcase img,
.Promise_Image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Ownership_Showcase_Copy {
    padding: clamp(2rem, 5vw, 4.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Ownership_Path {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.3rem;
}

.Ownership_Path span,
.Promise_List span,
.Home_Why_Custom_List span {
    display: block;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(27, 58, 107, 0.055);
    border: 1px solid rgba(27, 58, 107, 0.10);
    color: var(--primary-color);
    font-weight: 850;
    line-height: 1.35;
}

.Lens_Row {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
    gap: 0;
    align-items: stretch;
    margin-bottom: 1.25rem;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(27, 58, 107, 0.10);
    box-shadow: 0 16px 42px rgba(27, 58, 107, 0.09);
}

.Lens_Row.reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
}

.Lens_Row.reverse img {
    order: 2;
}

.Lens_Row.reverse div {
    order: 1;
}

.Lens_Row img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.Lens_Row div {
    padding: clamp(1.7rem, 4vw, 3.5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.Comparison_Lanes {
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(27, 58, 107, 0.10);
    box-shadow: 0 18px 45px rgba(27, 58, 107, 0.08);
}

.Lane_Grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.Lane_Grid article {
    padding: clamp(1.35rem, 3vw, 2.25rem);
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(27, 58, 107, 0.10);
}

.Lane_Grid .Lane_Custom {
    background: linear-gradient(135deg, var(--primary-color), #0f1e35);
}

.Lane_Custom h3,
.Lane_Custom li {
    color: #fff;
}

.Lane_Custom li {
    color: rgba(255, 255, 255, 0.82);
}

.Lane_Grid ul {
    display: grid;
    gap: 0.8rem;
    margin: 1rem 0 0;
    padding-left: 1.1rem;
}

.SkyGrid_Promise {
    margin-top: 3rem;
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--primary-color), #0f1e35);
    box-shadow: 0 28px 70px rgba(27, 58, 107, 0.18);
}

.Promise_Image {
    min-height: 620px;
}

.Promise_Copy {
    padding: clamp(2rem, 5vw, 4rem);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SkyGrid_Promise h2 {
    color: #fff;
}

.Promise_Copy p {
    color: rgba(255, 255, 255, 0.78);
}

.Promise_List {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 1.25rem 0 1.5rem;
}

.Promise_List span {
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.18);
}

.Source_Notes {
    margin-bottom: 5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(27, 58, 107, 0.10);
}

.Source_Notes h2 {
    max-width: 900px;
    font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

.Source_Notes ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 1rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.Source_Notes a {
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    background: rgba(27, 58, 107, 0.055);
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 800;
    border: 1px solid rgba(27, 58, 107, 0.10);
}

.Source_Notes a:hover {
    background: rgba(217, 119, 6, 0.10);
    color: var(--secondary-color);
}

.Home_Why_Custom {
    width: min(1200px, calc(100% - 2rem));
    margin: 4rem auto;
    padding: clamp(2rem, 4vw, 3rem);
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(1.5rem, 3vw, 3rem);
    align-items: center;
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(27, 58, 107, 0.10);
    box-shadow: 0 18px 45px rgba(27, 58, 107, 0.10);
}

.Home_Why_Custom p {
    color: var(--text-muted);
}

.Home_Why_Custom_List {
    display: grid;
    gap: 0.85rem;
}

@media (max-width: 1100px) {
    .Story_Hero,
    .Choice_Bar,
    .Visual_Decision,
    .Ownership_Showcase,
    .Decision_Lenses,
    .Comparison_Lanes,
    .SkyGrid_Promise,
    .Source_Notes {
        width: min(100% - 2rem, 1480px);
    }

    .Decision_Panels,
    .Ownership_Showcase,
    .Lens_Row,
    .Lens_Row.reverse,
    .SkyGrid_Promise,
    .Home_Why_Custom {
        grid-template-columns: 1fr;
    }

    .Lens_Row.reverse img,
    .Lens_Row.reverse div {
        order: initial;
    }

    .Choice_Bar,
    .Lane_Grid,
    .Promise_List {
        grid-template-columns: 1fr;
    }

    .Choice_Bar article {
        border-right: 0;
        border-bottom: 1px solid rgba(27, 58, 107, 0.10);
    }

    .Ownership_Showcase figure,
    .Promise_Image,
    .Lens_Row img {
        min-height: 360px;
    }
}

@media (max-width: 768px) {
    .Story_Hero,
    .Choice_Bar,
    .Visual_Decision,
    .Ownership_Showcase,
    .Decision_Lenses,
    .Comparison_Lanes,
    .SkyGrid_Promise,
    .Source_Notes {
        width: min(100% - 1.5rem, 1480px);
    }

    .Story_Hero {
        min-height: auto;
        align-items: flex-end;
        margin-top: 1.5rem;
    }

    .Story_Hero img {
        position: absolute;
    }

    .Story_Hero_Overlay {
        background: linear-gradient(180deg, rgba(15, 30, 53, 0.82), rgba(15, 30, 53, 0.96));
    }

    .Story_Hero_Copy,
    .Ownership_Showcase_Copy,
    .Lens_Row div,
    .Comparison_Lanes,
    .Promise_Copy,
    .Source_Notes,
    .Home_Why_Custom {
        padding: clamp(1.25rem, 6vw, 1.8rem);
    }

    .Story_Hero h1,
    .Visual_Decision h2,
    .Ownership_Showcase h2,
    .Decision_Lenses h2,
    .Comparison_Lanes h2,
    .SkyGrid_Promise h2,
    .Home_Why_Custom h2 {
        font-size: clamp(2.05rem, 10vw, 3rem);
        line-height: 1.08;
    }

    .Choice_Bar {
        margin-top: 1rem;
    }

    .Decision_Panels article {
        min-height: auto;
    }

    .Decision_Panels img,
    .Ownership_Showcase figure,
    .Promise_Image,
    .Lens_Row img {
        min-height: auto;
        aspect-ratio: 4 / 3;
    }

    .Ownership_Path,
    .Source_Notes ul {
        grid-template-columns: 1fr;
    }

    .Story_Hero .Hero_Actions,
    .Home_Why_Custom .Hero_Actions {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* Visual balance refinement */
.Story_Hero {
    min-height: clamp(500px, 62vh, 680px);
}

.Story_Hero h1 {
    font-size: clamp(2.45rem, 5vw, 4.7rem);
}

.Story_Hero_Copy {
    width: min(740px, 100%);
}

.Choice_Bar {
    margin-top: -1.6rem;
    margin-bottom: 2.5rem;
}

.Choice_Bar article {
    min-height: 148px;
}

.Visual_Decision_Header,
.Lens_Intro,
.Comparison_Lead {
    max-width: 900px;
}

.Decision_Panels article {
    min-height: 540px;
}

.Decision_Panels img {
    min-height: 270px;
}

.Ownership_Showcase figure {
    min-height: 500px;
}

.Ownership_Showcase_Copy {
    padding: clamp(1.75rem, 4vw, 3.35rem);
}

.Lens_Row {
    min-height: 320px;
    grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
}

.Lens_Row.reverse {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
}

.Lens_Row img {
    min-height: 320px;
}

.Lens_Row div {
    padding: clamp(1.35rem, 3vw, 2.75rem);
}

.Comparison_Lanes {
    padding: clamp(1.5rem, 3vw, 2.35rem);
}

.Comparison_Lanes h2 {
    max-width: 900px;
    font-size: clamp(2rem, 3.8vw, 3.35rem);
}

.Promise_Image {
    min-height: 540px;
}

.SkyGrid_Promise h2 {
    font-size: clamp(2.15rem, 4.5vw, 4.25rem);
}

.Promise_Copy {
    padding: clamp(1.75rem, 4vw, 3.35rem);
}

@media (max-width: 1100px) {
    .Decision_Panels article {
        min-height: auto;
    }

    .Ownership_Showcase figure,
    .Promise_Image,
    .Lens_Row img {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .Story_Hero h1,
    .Visual_Decision h2,
    .Ownership_Showcase h2,
    .Decision_Lenses h2,
    .Comparison_Lanes h2,
    .SkyGrid_Promise h2,
    .Home_Why_Custom h2 {
        font-size: clamp(2rem, 9.5vw, 2.8rem);
    }
}
