.eyebrow{color:var(--brand-red);font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:var(--ls-eyebrow);text-transform:uppercase;margin:0 0 .85rem}.about-story,.about-timeline{padding-block:4.5rem}.about-timeline{background:var(--bg-soft)}.about-story__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center}.about-story__copy{max-width:60ch}.about-story h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 1.25rem}.about-story p{font-size:1.12rem;line-height:1.7;margin:0 0 1.1rem}.about-story p:last-child{margin-bottom:0}.about-story__img{width:100%;max-height:420px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);box-shadow:0 24px 60px rgba(26,26,26,.18)}.about-story__media{display:grid;gap:1rem}.about-story__media-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.about-story__media-row img{width:100%;height:170px;-o-object-fit:cover;object-fit:cover;border-radius:var(--radius-lg);box-shadow:0 14px 34px rgba(26,26,26,.14)}.timeline{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;grid-template-columns:repeat(7,1fr);position:relative}.timeline:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:var(--line);transform:translateY(-50%)}.timeline__item{display:grid;grid-template-rows:122px auto 122px;justify-items:center;text-align:center;padding-inline:.3rem;position:relative}.timeline__dot{grid-row:2;width:14px;height:14px;border-radius:50%;background:var(--brand-red);box-shadow:0 0 0 4px var(--bg-soft);z-index:1}.timeline__content{display:flex;flex-direction:column;gap:.15rem;max-width:16ch}.timeline__item--above .timeline__content{grid-row:1;align-self:end;padding-bottom:.85rem}.timeline__item--below .timeline__content{grid-row:3;align-self:start;padding-top:.85rem}.timeline__year{font-weight:800;font-size:1rem}.timeline__label{font-weight:700;font-size:.88rem;line-height:1.25}.timeline__sub{color:var(--muted);font-size:.78rem;line-height:1.35}@media (max-width:860px){.timeline{grid-template-columns:1fr;max-width:620px;gap:1.6rem;margin-top:.5rem}.timeline:before{top:8px;bottom:8px;left:7px;right:auto;width:2px;height:auto;transform:none}.timeline__item{display:flex;flex-direction:column;gap:.3rem;text-align:left;padding-inline:0;padding-left:2.4rem}.timeline__item--above .timeline__content,.timeline__item--below .timeline__content{grid-row:auto;align-self:stretch;max-width:none;padding:0;gap:.3rem}.timeline__dot{position:absolute;top:2px;left:0;width:16px;height:16px}}.about-why{padding-block:4.5rem;background:var(--bg-soft)}.about-why h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:0 0 2rem}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.why-card{border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.75rem;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.why-card:hover{border-color:var(--brand-red);box-shadow:0 14px 30px rgba(26,26,26,.08);transform:translateY(-2px)}.why-card__icon{margin-bottom:1rem}.why-card h3{font-size:1.15rem;margin:0 0 .5rem}.why-card p{color:var(--muted);font-size:1rem;line-height:1.6;margin:0}@media (max-width:760px){.why-grid{grid-template-columns:1fr}}@media (max-width:900px){.about-story__grid{grid-template-columns:1fr;gap:2rem}.about-story__img{order:-1;max-height:320px}}