.about-deck-summary{background:#173e2a;padding:32px}
.about-deck-summary h3{font-size:30px;line-height:1.2}
.profile-preview{position:relative;width:100%;aspect-ratio:16/9;background:#eef4f0;overflow:hidden}
.profile-sheet{box-sizing:border-box;width:960px;padding:24px 32px;display:flex;flex-direction:column;gap:16px;background:#fff;color:#14271d;font-family:Arial,sans-serif;letter-spacing:0;text-align:left}
.profile-preview>.profile-sheet,.profile-preview>.profile-retained{position:absolute;transform-origin:top left}
.profile-sheet header,.profile-sheet footer{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:14px;line-height:1.3;color:#456552}
.profile-sheet header{border-bottom:2px solid #2f6f4e;padding-bottom:12px}
.profile-brand{font-weight:700;font-size:24px;color:#173e2a}
.profile-brand small{font-size:16px;margin-left:12px}
.profile-sheet h3{margin:0;font-size:32px;line-height:1.18;color:#173e2a;overflow-wrap:anywhere}
.profile-body{flex:1;min-height:0;display:flex;flex-direction:column;gap:16px}
.profile-text{font-size:18px;line-height:1.45;min-width:0}
.profile-text:empty{display:none}
.profile-text p{margin:0 0 12px;color:#263d30;font-size:inherit;line-height:inherit}
.profile-text p:last-child{margin-bottom:0}
.profile-text dl{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}
.profile-text dl>div{border-left:3px solid #2f6f4e;padding-left:12px}
.profile-text dt{font-size:17px;font-weight:700;color:#173e2a;margin:0 0 4px}
.profile-text dd{margin:0;font-size:17px;line-height:1.4}
.profile-text table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:15px;line-height:1.4}
.profile-text th,.profile-text td{padding:8px;border:1px solid #cbdacf;text-align:left;overflow-wrap:anywhere}
.profile-text th{background:#173e2a;color:#fff}
.profile-text tr:nth-child(even){background:#edf4ef}
.profile-layout-split .profile-body.has-photos{display:grid;grid-template-columns:1.1fr 1fr}
.profile-layout-split .profile-text{font-size:16px}
.profile-layout-split dl{grid-template-columns:1fr;gap:12px}
.profile-images{flex:1;min-height:0;min-width:0;display:grid;grid-template-columns:repeat(var(--photo-columns),minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:10px;align-items:stretch}
.profile-images>img,.about-slide-viewer .profile-images>img{width:100%;height:100%;min-height:0;aspect-ratio:auto;object-fit:contain;display:block;background:#fff}
.profile-crop{position:relative;min-height:0;max-height:100%;align-self:center;justify-self:center;overflow:hidden;width:100%}
.profile-crop img{aspect-ratio:auto;object-fit:fill;background:transparent}
.profile-sheet footer{padding-top:10px;border-top:1px solid #cbdacf;margin-top:auto;font-size:12px}
.profile-layout-divider{background:#173e2a;color:#fff;justify-content:center}
.profile-layout-divider h3{font-size:48px;color:#fff}
.profile-layout-divider .profile-text p,.profile-layout-divider header,.profile-layout-divider footer,.profile-layout-divider .profile-brand{color:#fff}
.profile-layout-divider .profile-body{flex:0 0 auto}
.profile-layout-divider footer{margin-top:auto}
.profile-layout-cover .profile-body{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center}
.profile-layout-cover h3{font-size:48px}
.profile-retained{width:960px;height:540px}
.profile-retained img,.about-slide-viewer .profile-retained img{width:960px;height:540px;object-fit:contain}
.profile-dialog{width:min(1140px,calc(100% - 24px));max-width:none;height:min(90vh,1000px);max-height:90vh;padding:0;border:1px solid #cbdacf;border-radius:8px;background:#edf4ef;color:#14271d;overflow:hidden}
.profile-dialog::backdrop{background:rgba(9,22,15,.85)}
.profile-dialog-bar{display:flex;align-items:center;gap:8px;padding:12px;background:#173e2a;color:#fff}
.profile-dialog-bar strong{flex:1;min-width:0;font-size:15px;line-height:1.3}
.profile-dialog-bar button{width:40px;height:40px;flex:0 0 40px;border:1px solid #cbdacf;border-radius:4px;background:#fff;color:#173e2a;font:700 22px Arial;cursor:pointer}
.profile-dialog-scroll{height:calc(100% - 64px);overflow:auto;overscroll-behavior:contain;padding:16px}
.profile-dialog-canvas{position:relative;margin:0 auto}
.profile-dialog-canvas>.profile-sheet,.profile-dialog-canvas>.profile-retained{position:absolute;top:0;left:0;transform-origin:top left}
@media(max-width:620px){.profile-dialog-bar{flex-wrap:wrap}.profile-dialog-bar strong{flex-basis:100%;font-size:13px}.profile-dialog-scroll{height:calc(100% - 94px);padding:8px}.about-deck-summary h3{font-size:26px}}
