/* About page: established white/lavender palette, no shadows or hover movement. */
.about-page-shell { padding-top: 80px; background: #fff; color: #232333; }
.about-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding: 25px 0 26px; color: #82768e; font-size: 11px; line-height: 1.6; }
.about-breadcrumb a { display: inline-flex; align-items: center; min-height: 0 !important; color: #82768e; padding: 0 !important; }
.about-breadcrumb i { color: #b5aabe; font-size: 8px; }
.about-breadcrumb [aria-current] { color: #584b69; }
.about-intro { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: center; gap: 72px; padding: 12px 0 64px; }
.about-intro-copy { min-width: 0; padding: 12px 0; }
.about-kicker { display: block; margin-bottom: 15px; color: #7d619f; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; line-height: 1.6; }
.about-intro h1 { max-width: 550px; margin: 0 0 23px; color: #232333; font-size: clamp(34px, 3.6vw, 50px); line-height: 1.2; font-weight: 600; letter-spacing: -1.4px; overflow-wrap: anywhere; text-wrap: balance; }
.about-intro-lead { max-width: 470px; margin: 0; color: #766c82; font-size: 15px; line-height: 1.9; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; }
.about-intro .about-actions { margin-top: 28px; gap: 25px; }
.about-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 12px 19px; border: 1px solid #6b4e9e; border-radius: 10px; background: #6b4e9e; color: #fff; font-size: 12px; font-weight: 500; line-height: 1.6; text-align: center; }
.about-button:hover { color: #fff; background: #5e438e; border-color: #5e438e; }
.about-button-outline { color: #6b4e9e; background: #fff; border-color: #ded3eb; }
.about-button-outline:hover { color: #5e438e; background: #fff; border-color: #a88cc8; }
.about-story-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; color: #776387; font-size: 12px; font-weight: 500; }
.about-story-link:hover { color: #5e438e; }
.about-numbers { display: flex; flex-wrap: wrap; gap: 20px 30px; max-width: 350px; margin: 34px 0 0; padding-top: 24px; border-top: 1px solid #eee8f4; }
.about-numbers > div { display: flex; align-items: baseline; gap: 10px; }
.about-numbers dt { color: #8a7b95; font-size: 11px; font-weight: 400; }
.about-numbers dd { order: -1; margin: 0; color: #6b4e9e; font-size: 25px; font-weight: 500; line-height: 1.3; font-variant-numeric: tabular-nums; }
.about-intro-photo { position: relative; min-width: 0; height: clamp(390px, 37vw, 510px); margin: 0; overflow: hidden; border-radius: 20px; background: #f6f2fa; }
.about-intro-photo > img, .about-intro-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-film-toggle { position: absolute; top: 16px; right: 16px; z-index: 2; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: rgba(29,20,40,.7); backdrop-filter: blur(8px); color: #fff; font: inherit; font-size: 12px; cursor: pointer; }
.about-film-toggle[hidden] { display: none; }
.about-film-toggle:hover { background: #513976; }
.about-film-toggle:focus-visible { outline: 2px solid #fff; outline-offset: -5px; }
.about-film-brand { position: absolute; inset: 0; z-index: 1; display: grid; place-items: center; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.16) 55%, rgba(0,0,0,.3)); }
.about-film-brand img { display: block; width: 78%; max-width: 390px; height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.about-story-section { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.4fr); align-items: start; gap: 80px; padding: 60px 0; border-top: 1px solid #eee8f4; scroll-margin-top: 115px; }
.about-section-title h2, .about-invitation h2 { margin: 0; color: #2d2537; font-size: 29px; font-weight: 600; line-height: 1.35; letter-spacing: -.6px; }
.about-section-title .about-kicker, .about-invitation .about-kicker { margin-bottom: 10px; }
.about-signature { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; color: #897297; font-size: 12px; font-weight: 500; }
.about-signature::before { content: ''; width: 28px; height: 1px; background: #bca8d0; }
.about-story-copy { min-width: 0; color: #71667e; font-size: 14px; line-height: 1.95; overflow-wrap: anywhere; }
.about-story-copy p { margin: 0 0 19px; }
.about-story-copy p:last-child { margin-bottom: 0; }
.about-values-section { padding: 52px 0 58px; border-top: 1px solid #eee8f4; }
.about-section-title > p { margin: 11px 0 0; color: #85778f; font-size: 13px; line-height: 1.8; }
.about-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 33px; }
.about-value { min-width: 0; padding: 0 28px; background: #fff; border-left: 1px solid #eee8f4; }
.about-value:first-child { padding-left: 0; border-left: 0; }
.about-value:last-child { padding-right: 0; }
.about-value-symbol { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 19px; border-radius: 12px; background: #f5f0fa; color: #8664a8; font-size: 18px; }
.about-value h3 { margin: 0 0 10px; color: #3f334c; font-size: 16px; font-weight: 600; line-height: 1.45; }
.about-value p { margin: 0; color: #81748c; font-size: 12px; line-height: 1.85; overflow-wrap: anywhere; }
.about-invitation { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 39px 0 57px; border-top: 1px solid #eee8f4; }
.about-invitation h2 { font-size: 24px; }
.about-invitation p { margin: 10px 0 0; color: #81748c; font-size: 12px; line-height: 1.8; }
.about-invitation .about-actions { flex-shrink: 0; }
.about-page-shell a, .about-page-shell a:hover, .about-page-shell a:active, .about-page-shell a i { transform: none !important; box-shadow: none !important; transition: none; }
.about-page-shell a:focus-visible { outline: 2px solid #8b6ab1; outline-offset: 4px; }
@media (max-width: 1100px) {
    .about-intro { gap: 42px; }
    .about-intro .about-actions { gap: 20px; }
    .about-story-section { gap: 45px; }
    .about-value { padding: 0 21px; }
    .about-invitation { align-items: flex-start; flex-direction: column; gap: 22px; }
}
@media (max-width: 991px) {
    .about-page-shell { padding-top: 70px; }
    .about-intro { gap: 30px; }
    .about-intro-lead { font-size: 13px; }
    .about-value-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 0; }
    .about-value:nth-child(odd) { padding-left: 0; border-left: 0; }
    .about-value:nth-child(even) { padding-right: 0; }
}
@media (max-width: 768px) {
    .about-page-shell { padding-top: 60px; }
    .about-breadcrumb { padding: 20px 0 22px; font-size: 10px; }
    .about-intro { grid-template-columns: minmax(0,1fr); gap: 28px; padding: 4px 0 38px; }
    .about-intro-copy { padding: 0; }
    .about-kicker { margin-bottom: 12px; font-size: 9px; }
    .about-intro h1 { max-width: 540px; margin-bottom: 17px; font-size: 36px; letter-spacing: -.9px; }
    .about-intro-lead { max-width: 570px; line-height: 1.85; }
    .about-intro .about-actions { margin-top: 23px; }
    .about-button { min-height: 44px; padding: 11px 16px; font-size: 11px; }
    .about-story-link { font-size: 11px; }
    .about-numbers { margin-top: 24px; padding-top: 20px; gap: 25px; }
    .about-numbers dd { font-size: 23px; }
    .about-intro-photo { height: 380px; border-radius: 16px; }
    .about-story-section { grid-template-columns: minmax(0,1fr); gap: 23px; padding: 36px 0; scroll-margin-top: 88px; }
    .about-section-title h2 { font-size: 25px; }
    .about-signature { margin-top: 17px; font-size: 11px; }
    .about-story-copy { font-size: 13px; line-height: 1.9; }
    .about-values-section { padding: 35px 0 38px; }
    .about-section-title > p { font-size: 12px; }
    .about-value-grid { margin-top: 27px; gap: 27px 0; }
    .about-value { padding: 0 18px; }
    .about-value h3 { font-size: 14px; }
    .about-value-symbol { width: 40px; height: 40px; margin-bottom: 15px; font-size: 16px; }
    .about-value p { font-size: 12px; line-height: 1.8; }
    .about-invitation { padding: 32px 0 43px; gap: 22px; }
    .about-invitation h2 { font-size: 23px; }
    .about-invitation .about-actions { flex-shrink: 1; }
}
@media (max-width: 400px) {
    .about-intro h1 { font-size: 33px; }
    .about-intro-photo { height: 330px; }
    .about-value { padding: 0 13px; }
}
