.about-page{background:#fff}
.about-hero{position:relative;overflow:hidden;padding:142px 0 84px;background:radial-gradient(circle at 82% 15%,rgba(67,174,203,.24),transparent 30%),linear-gradient(145deg,#f7fbfa,#e7f5f1)}
.about-hero::after{content:"";position:absolute;right:-290px;bottom:-510px;width:800px;height:800px;border:1px solid rgba(20,127,151,.12);border-radius:50%;box-shadow:0 0 0 85px rgba(255,255,255,.1),0 0 0 170px rgba(255,255,255,.07)}
.about-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(45px,7vw,86px);align-items:center}
.about-hero-copy{max-width:700px}
.about-hero .d-eyebrow{display:inline-flex;padding:7px 11px;background:rgba(47,117,232,.1);border-radius:999px}
.about-hero .d-lead{max-width:670px}
.about-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}
.about-meta span{padding:7px 11px;color:var(--d-muted);background:rgba(255,255,255,.82);border:1px solid var(--d-line);border-radius:999px;font-size:.79rem;font-weight:780}
.about-portrait-stage{position:relative;display:grid;min-height:510px;place-items:end center;overflow:hidden;background:linear-gradient(145deg,var(--d-blue),var(--d-cyan));border-radius:32px;box-shadow:var(--d-shadow)}
.about-portrait-stage::before{content:"";position:absolute;width:410px;height:410px;background:rgba(255,255,255,.16);border-radius:50%}
.about-portrait-duo{position:relative;z-index:1;display:flex;width:88%;height:455px;align-items:flex-end;justify-content:center;gap:16px;padding-bottom:24px}
.about-portrait-card{position:relative;width:47%;height:405px;margin:0;overflow:hidden;background:#fff;border:3px solid rgba(255,255,255,.82);border-radius:24px;box-shadow:0 18px 38px rgba(11,48,61,.25)}
.about-portrait-card.is-alfred{transform:translateY(-25px)}
.about-portrait-card img{width:100%;height:100%;object-fit:cover}
.about-portrait-card.is-alfred img{object-position:center 18%}
.about-portrait-card.is-isabelle img{object-position:center 18%}
.about-portrait-card figcaption{position:absolute;right:10px;bottom:10px;left:10px;padding:10px 12px;color:var(--d-ink);background:rgba(255,255,255,.92);border-radius:13px;backdrop-filter:blur(8px)}
.about-portrait-card figcaption strong,.about-portrait-card figcaption span{display:block}.about-portrait-card figcaption span{margin-top:1px;color:var(--d-muted);font-size:.73rem}
.about-proof{padding:24px 0;border-top:1px solid var(--d-line);border-bottom:1px solid var(--d-line)}
.about-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;text-align:center}
.about-proof strong{display:block;font-size:1.06rem}.about-proof span{color:var(--d-muted);font-size:.84rem}
.about-section{padding:92px 0}.about-section-soft{background:var(--d-paper)}.about-section-mint{background:var(--d-mint)}
.about-profile{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.about-profile+.about-profile{margin-top:86px}
.about-profile.is-reversed{grid-template-columns:1.18fr .82fr}
.about-profile.is-reversed .about-profile-image{order:2}
.about-profile-image{overflow:hidden;min-height:470px;background:#dcefeb;border-radius:29px;box-shadow:0 18px 45px rgba(25,83,96,.12)}
.about-profile-image img{width:100%;height:470px;object-fit:cover}
.about-profile-image.is-alfred img{object-position:center 16%}
.about-role{margin-bottom:15px;color:var(--d-blue-dark);font-size:.79rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.about-profile-copy h2{margin-bottom:10px}
.about-qualification{margin-bottom:23px;color:var(--d-ink);font-weight:800}
.about-profile-copy p{color:var(--d-muted)}
.about-quote{margin-top:25px;padding:21px 23px;color:#37505c;background:#eef4ff;border:1px solid #cfddf1;border-radius:18px;font-weight:750}
.about-story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:start}
.about-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}
.about-timeline li{position:relative;padding:0 0 31px 55px;color:var(--d-muted)}
.about-timeline li:not(:last-child)::before{content:"";position:absolute;left:20px;top:39px;bottom:0;width:2px;background:#bedbd7}
.about-timeline-year{position:absolute;left:0;top:0;display:grid;width:42px;height:42px;place-items:center;color:#fff;background:var(--d-blue);border-radius:13px;font-size:.72rem;font-weight:900}
.about-timeline li:nth-child(2) .about-timeline-year{background:var(--d-cyan-dark)}
.about-timeline li:nth-child(3) .about-timeline-year{background:#557fc9}
.about-timeline li:nth-child(4) .about-timeline-year{color:var(--d-ink);background:var(--d-orange)}
.about-timeline strong{display:block;margin-bottom:4px;color:var(--d-ink)}
.about-offer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:21px}
.about-offer{display:flex;min-height:285px;flex-direction:column;padding:29px;color:var(--d-ink)!important;background:#fff;border:1px solid var(--d-line);border-radius:var(--d-radius);text-decoration:none;transition:.2s}
.about-offer:hover{border-color:#98bceb;box-shadow:0 18px 44px rgba(25,83,96,.12);transform:translateY(-3px)}
.about-offer-tag{display:inline-flex;align-self:flex-start;margin-bottom:22px;padding:6px 9px;color:var(--d-blue-dark);background:#eef4ff;border-radius:999px;font-size:.74rem;font-weight:850}
.about-offer p{color:var(--d-muted)}
.about-offer-link{margin-top:auto;padding-top:17px;color:var(--d-blue-dark);border-top:1px solid var(--d-line);font-size:.86rem;font-weight:850}
.about-values{padding:90px 0;color:#fff;background:var(--d-navy)}
.about-values-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}
.about-values p{color:rgba(255,255,255,.7)}
.about-value-list{display:grid;gap:12px}
.about-value{padding:21px 23px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:18px}
.about-value strong{display:block;margin-bottom:5px;color:#8ed9db}.about-value p{margin-bottom:0;font-size:.88rem}
.about-final{padding:85px 0;text-align:center;background:linear-gradient(140deg,#e9f6f2,#eef4ff)}
.about-final h2{max-width:780px;margin-inline:auto}.about-final p{max-width:660px;margin:0 auto 25px;color:var(--d-muted)}.about-final .d-actions{justify-content:center}
@media(max-width:980px){.about-hero-grid,.about-profile,.about-profile.is-reversed,.about-story-grid,.about-values-grid{grid-template-columns:1fr}.about-profile.is-reversed .about-profile-image{order:0}.about-portrait-stage{max-width:680px}.about-profile-image{max-width:680px}.about-offer-grid{grid-template-columns:1fr}}
@media(max-width:720px){.about-hero{padding:110px 0 60px}.about-portrait-stage{min-height:400px}.about-portrait-duo{height:370px;width:92%;gap:10px;padding-bottom:15px}.about-portrait-card{height:320px;border-width:2px;border-radius:19px}.about-portrait-card.is-alfred{transform:translateY(-18px)}.about-portrait-card figcaption{right:7px;bottom:7px;left:7px;padding:8px 9px}.about-proof-grid{grid-template-columns:1fr;text-align:left;gap:12px}.about-proof-grid div{padding-bottom:12px;border-bottom:1px solid var(--d-line)}.about-section,.about-values,.about-final{padding:64px 0}.about-profile+.about-profile{margin-top:60px}.about-profile-image,.about-profile-image img{min-height:360px;height:360px}.about-profile{gap:34px}.about-story-grid,.about-values-grid{gap:42px}.about-offer{min-height:0}}
