.about-page { background: #fff; }
.about-page .site-header { position: fixed; }
.story-section { padding-block: 118px; }
.story-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 11%; align-items: center; }
.story-visual { position: relative; padding: 0 0 38px 38px; }
.story-image-frame { position: relative; height: 670px; overflow: hidden; border-radius: 180px 180px 24px 24px; box-shadow: var(--shadow-lg); }
.story-image-frame::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.32); border-radius: inherit; box-shadow: inset 0 0 0 10px rgba(255,255,255,.07); }
.story-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.story-number { position: absolute; bottom: 0; left: 0; display: grid; width: 104px; height: 104px; place-items: center; border-radius: 24px; color: white; background: var(--bronze); font: 800 30px/1 "Manrope",sans-serif; box-shadow: var(--shadow-lg); }
.story-copy { max-width: 610px; }
.story-copy .section-title { font-size: clamp(38px,4.5vw,58px); }
.belief-copy { color: var(--muted); font-size: 16px; line-height: 1.75; }
.belief-copy p { margin-bottom: 20px; }

.commitments { position: relative; overflow: hidden; background: var(--sand); }
.commitments::after { content: "03"; position: absolute; right: -20px; bottom: -75px; color: rgba(183,122,43,.065); font: 800 260px/.8 "Manrope",sans-serif; }
.commitments-head { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.commitments-head .section-title { margin: 0; }
.head-rule { height: 1px; margin-bottom: 8px; background: var(--border); }
.commitment-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.commitment-card { min-height: 260px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(222,213,202,.9); border-radius: var(--radius); background: rgba(255,255,255,.78); box-shadow: var(--shadow-sm); transition: .3s; }
.commitment-index { color: var(--bronze); font: 800 55px/1 "Manrope",sans-serif; letter-spacing: -.06em; }
.commitment-card h3 { max-width: 220px; margin: auto 0 22px; font: 700 20px/1.3 "Manrope",sans-serif; }
.card-arrow { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--border); border-radius: 11px; transition: .25s; }
.commitment-card:hover { transform: translateY(-7px); background: white; box-shadow: var(--shadow-lg); }
.commitment-card:hover .card-arrow { color: white; background: var(--bronze); border-color: var(--bronze); }

.offering-section { padding-block: 118px; }
.offering-head { margin-bottom: 45px; text-align: center; }
.offering-head .eyebrow::after { content: ""; width: 24px; height: 2px; background: currentColor; }
.offering-head .section-title { margin-inline: auto; }
.offering-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 285px 285px; gap: 16px; }
.offering-tile { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--coal); }
.offering-main { grid-row: 1 / 3; }
.offering-wide { grid-column: 2 / 4; }
.offering-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s, opacity .3s; }
.offering-tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 45%,rgba(22,16,13,.88)); }
.offering-caption { position: absolute; z-index: 1; right: 22px; bottom: 21px; left: 22px; color: white; transform: translateY(8px); transition: .3s; }
.offering-caption span { display: block; margin-bottom: 7px; color: var(--bronze-soft); font: 700 13px/1.3 "Manrope",sans-serif; letter-spacing: .15em; text-transform: uppercase; opacity: 0; transition: .3s; }
.offering-caption h3 { margin: 0; font: 700 19px/1.3 "Manrope",sans-serif; }
.offering-tile:hover img { transform: scale(1.045); opacity: .9; }
.offering-tile:hover .offering-caption { transform: none; }
.offering-tile:hover .offering-caption span { opacity: 1; }

.testimonials-section { position: relative; background: #241a15; color: white; }
.testimonials-section::before { content: "“"; position: absolute; top: 20px; right: 6%; color: rgba(228,189,131,.07); font: 800 280px/1 Georgia,serif; }
.testimonials-head { position: relative; margin-bottom: 45px; }
.testimonials-head .eyebrow { color: var(--bronze-soft); }
.testimonial-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.testimonial-card { display: flex; min-height: 370px; flex-direction: column; padding: 30px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: rgba(255,255,255,.055); transition: .25s; }
.testimonial-card:hover { border-color: rgba(228,189,131,.3); background: rgba(255,255,255,.08); transform: translateY(-5px); }
.quote-mark { height: 48px; color: var(--bronze-soft); font: 700 70px/.8 Georgia,serif; }
.testimonial-card > p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.75; }
.testimonial-author { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 24px; }
.testimonial-author img { width: 50px; height: 50px; object-fit: cover; border: 2px solid var(--bronze-soft); border-radius: 50%; }
.testimonial-author h3 { margin: 0 0 3px; font: 600 16px/1.3 "Manrope",sans-serif; }
.testimonial-author span { color: rgba(255,255,255,.55); font-size: 13px; }

.next-steps { background: var(--sand); }
.next-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.next-head .eyebrow::after { content: ""; width: 24px; height: 2px; background: currentColor; }
.next-head .section-title { margin-inline: auto; }
.next-head p { color: var(--muted); font-size: 16px; line-height: 1.65; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.step-card { overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: white; box-shadow: var(--shadow-sm); transition: .3s; }
.step-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); }
.step-image { height: 215px; overflow: hidden; }
.step-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.step-card:hover .step-image img { transform: scale(1.05); }
.step-body { position: relative; padding: 25px; }
.step-body > span { position: absolute; top: -24px; right: 20px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; color: white; background: var(--bronze); font: 700 13px/1.3 "Manrope",sans-serif; box-shadow: var(--shadow-sm); }
.step-body h3 { min-height: 52px; margin-bottom: 12px; padding-right: 35px; font: 700 19px/1.35 "Manrope",sans-serif; }
.step-body p { min-height: 94px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.step-body a { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid var(--border); color: var(--bronze); font: 700 14px/1.3 "Manrope",sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.step-body a b { font-size: 16px; }

@media (max-width: 980px) {
    .story-grid { gap: 7%; }
    .story-image-frame { height: 590px; }
    .story-copy .section-title { font-size: 42px; }
    .offering-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 260px 260px; }
    .offering-main { grid-column: 1 / 3; grid-row: 1; }
    .offering-wide { grid-column: 1 / 3; }
    .testimonial-card { padding: 24px; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .step-card:last-child { grid-column: 1 / 3; }
    .step-card:last-child .step-image { height: 280px; }
}

@media (max-width: 720px) {
    .story-section, .offering-section { padding-block: 74px; }
    .story-grid { grid-template-columns: 1fr; gap: 65px; }
    .story-visual { max-width: 500px; padding: 0 0 28px 22px; }
    .story-image-frame { height: 570px; border-radius: 130px 130px 20px 20px; }
    .story-number { width: 82px; height: 82px; border-radius: 19px; font-size: 24px; }
    .commitments-head { grid-template-columns: 1fr; gap: 20px; }
    .head-rule { display: none; }
    .commitment-grid { grid-template-columns: 1fr; }
    .commitment-card { min-height: 220px; }
    .offering-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: none; }
    .offering-main, .offering-wide { grid-column: auto; grid-row: auto; }
    .offering-tile { height: 310px; }
    .offering-main { height: 420px; }
    .testimonial-grid { grid-template-columns: 1fr; }
    .testimonial-card { min-height: 320px; }
    .steps-grid { grid-template-columns: 1fr; }
    .step-card:last-child { grid-column: auto; }
    .step-card:last-child .step-image, .step-image { height: 230px; }
    .step-body h3, .step-body p { min-height: 0; }
}

@media (max-width: 420px) {
    .story-image-frame { height: 490px; }
    .story-copy .section-title { font-size: 36px; }
    .offering-tile { height: 275px; }
    .offering-main { height: 360px; }
}
