/* Original About content in natural-flow layouts, independent of captured Wix geometry. */
.about-page{pointer-events:auto;display:block!important;width:100%!important;height:auto!important;min-height:0!important;grid-area:auto!important;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;color:#171719;background:#fff}
.about-page *{box-sizing:border-box}
.about-page h1,.about-page h2,.about-page h3,.about-page p,.about-page figure{margin:0}
.about-page h1{font-family:Syne,Arial,sans-serif;font-size:48px;line-height:1.15;font-weight:400;letter-spacing:-.035em}
.about-page h2{font-family:Syne,Arial,sans-serif;font-size:32px;line-height:1.25;font-weight:400;margin-bottom:32px}
.about-page h3{font-size:20px;font-weight:500;line-height:1.4}
.about-page p{font-size:16px;line-height:1.65}
.about-intro,.about-section{width:88%;max-width:1440px;margin:0 auto;padding:48px 0}
.about-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.8fr);gap:64px;align-items:center;padding:40px 0 64px}
.about-portrait{display:flex;flex-direction:column;gap:20px;align-items:start}
.about-portrait img{width:100%;max-height:520px;aspect-ratio:4/5;object-fit:cover;display:block}
.about-cv{font:inherit;min-width:112px;min-height:44px;border:1px solid #aaa;background:white;color:#777;cursor:not-allowed}
.about-intro-copy{display:flex;flex-direction:column;gap:24px}
.about-intro-copy .about-greeting{font-size:20px;line-height:1.4;color:#747474}
.about-intro-copy>p:last-child{max-width:64ch}
.about-biography video{display:block;width:100%;aspect-ratio:16/9;background:#111;object-fit:contain;max-height:760px}
.about-schools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.about-school{background:#f1f1f1;padding:28px;display:flex;flex-direction:column;gap:12px;min-width:0}
.about-school img{width:100%;height:88px;object-fit:contain;object-position:left center;margin-bottom:16px;display:block}
.about-school p{color:#656568;margin-top:auto}
.about-tinted{background:#f1f1f1;width:100%;max-width:none;padding:48px max(6%,calc((100% - 1440px)/2))}
.about-awards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:40px}
.about-awards img{display:block;width:100%;height:200px;object-fit:contain}
.about-certificates{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.about-certificates a{display:block;background:#f6f6f6}
.about-certificates img{display:block;width:100%;height:auto;aspect-ratio:1.35;object-fit:contain}
.about-skills{display:grid;grid-template-columns:1.3fr 1fr;gap:64px}
.about-soft{display:grid;gap:32px}
.about-soft article{display:grid;grid-template-columns:32px 1fr;gap:20px;padding-top:20px;border-top:1px solid #ddd}
.about-number{font-size:16px;color:#777}
.about-soft h3{margin-bottom:12px}
.about-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.about-tools img{display:block;width:100%;height:80px;object-fit:contain}
.about-human>img{display:block;width:100%;height:auto;object-fit:contain}
.about-gallery-track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;overscroll-behavior-x:contain;padding-bottom:12px}
.about-gallery-item{flex:0 0 calc((100% - 48px)/3);min-width:0;scroll-snap-align:start;border:0;padding:0;background:#f3f3f3;cursor:zoom-in;display:block}
.about-gallery-item img{display:block;width:100%;height:360px;object-fit:contain}
.about-gallery-controls{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:12px}
.about-gallery-controls span{font-size:14px;color:#777;margin-right:16px}
.about-gallery-controls button{width:44px;height:44px;border:1px solid #ccc;border-radius:50%;background:#fff;font:24px Arial;cursor:pointer}
.about-gallery-controls button:disabled{opacity:.3;cursor:default}
.about-lightbox{pointer-events:auto;position:fixed;inset:0;border:0;background:#fff;padding:48px 20px 20px;max-width:94vw;max-height:94vh;margin:auto}
.about-lightbox::backdrop{background:rgba(0,0,0,.75)}
.about-lightbox img{display:block;max-width:88vw;max-height:80vh;object-fit:contain}
.about-lightbox button{position:absolute;right:8px;top:4px;width:44px;height:44px;font:32px Arial;border:0;background:white;color:#111;cursor:pointer}
@media(max-width:1000px){.about-intro{gap:32px}.about-schools{grid-template-columns:repeat(2,minmax(0,1fr))}.about-skills{grid-template-columns:1fr;gap:48px}.about-tools{grid-template-columns:repeat(5,minmax(0,1fr))}.about-gallery-item{flex-basis:calc((100% - 24px)/2)}}
@media(max-width:600px){.about-page h1{font-size:32px}.about-page h2{font-size:24px;margin-bottom:24px}.about-intro{grid-template-columns:1fr;gap:28px;padding-top:24px}.about-intro-copy{order:-1}.about-intro-copy .about-greeting{font-size:20px}.about-portrait img{max-height:440px;width:100%;object-fit:contain;background:#f6f6f6}.about-section{padding-top:32px;padding-bottom:32px}.about-schools{grid-template-columns:1fr}.about-school{padding:24px}.about-awards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.about-awards img{height:140px}.about-certificates{grid-template-columns:1fr;gap:20px}.about-tools{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.about-tools img{height:64px}.about-gallery-item{flex-basis:88%}.about-gallery-item img{height:300px}.about-soft article{gap:12px}}

/* Match the original About composition rather than a uniform card template. */
.about-page{font-family:Syne,Arial,sans-serif}
.about-page h2{font-size:38px;margin-bottom:32px}
.about-page h3{font-size:22px;font-weight:400}
.about-page p{font-size:22px;line-height:1.4}
.about-intro,.about-section{width:92%;max-width:none}
.about-intro{width:98%;grid-template-columns:minmax(0,1fr) minmax(0,3fr);gap:0;align-items:stretch;padding:80px 0 32px}
.about-portrait{justify-content:flex-end;gap:40px;padding-right:16px}
.about-portrait img{aspect-ratio:4/5;object-fit:contain;max-height:none}
.about-cv{order:-1;background:#000;color:white;border-color:#000;font-size:16px;min-width:142px}
.about-intro-copy{border-left:1px solid #eee;gap:0}
.about-intro-copy .about-greeting{font-size:38px;line-height:1.3;padding:0 16px 20px;color:#747474}
.about-page .about-intro h1{font-size:38px;padding:0 16px 24px;border-bottom:1px solid #eee;line-height:1.3}
.about-intro-copy>p:last-child{font-size:32px;line-height:1.4;max-width:none;padding:16px}
.about-biography{width:98%;padding-top:24px}
.about-biography h2{font-family:Arial,sans-serif;font-size:22px;margin-bottom:24px}
.about-biography video{max-height:none}
.about-schools{grid-template-columns:repeat(12,minmax(0,1fr));gap:40px 32px}
.about-school{grid-column:span 4;padding:24px 28px;gap:0;background:#f0f0f0}
.about-school:nth-child(1){grid-column:2/span 5}
.about-school:nth-child(2){grid-column:7/span 3}
.about-school:nth-child(3){grid-column:10/span 3}
.about-school:nth-child(4){grid-column:1/span 5}
.about-school:nth-child(5){grid-column:6/span 5}
.about-school img{height:78px;max-width:275px;margin-bottom:24px}
.about-school:nth-child(1) img{max-width:180px}
.about-school:nth-child(3) img{max-width:180px}
.about-school:nth-child(4) img{max-width:68px}
.about-school h3,.about-school p{font-family:Arial,sans-serif;font-size:16px;line-height:1.4;color:#111}
.about-school p{margin-top:0}
.about-tinted{width:100%;padding:40px 4%;background:#f0f0f0}
.about-awards{gap:48px}
.about-awards img{height:220px}
.about-certificates{gap:14px}
.about-certificates img{aspect-ratio:1.3}
.about-skills{grid-template-columns:3fr 2fr;gap:6%;padding-bottom:24px}
.about-soft{gap:44px;padding:0 4%}
.about-soft article{display:grid;grid-template-columns:150px 1fr;gap:0 24px;border:0;padding:0}
.about-number{font-size:128px;line-height:1.2;font-family:Arial,sans-serif;color:#000;grid-row:1;grid-column:1}
.about-soft article>div{display:contents}
.about-soft h3{grid-row:1;grid-column:2;align-self:center;margin:0;font-size:22px}
.about-soft p{grid-column:1/-1;font-size:22px;line-height:1.4}
.about-tools{position:relative;display:block;aspect-ratio:460/940;width:100%;max-width:500px}
.about-tools img{position:absolute;width:var(--tool-w);height:auto;aspect-ratio:1;left:var(--tool-x);top:var(--tool-y);object-fit:contain}
.about-human{width:100%;padding-bottom:0}
.about-human h2{margin-left:6%}
.about-human>img{width:100%;height:auto}
.about-gallery-track{gap:32px}
.about-gallery-item{flex:0 0 calc((100% - 64px)/3);background:transparent}
.about-gallery-item img{height:auto;aspect-ratio:3/4;object-fit:cover}
#about-comp-mbb4tdq1 .about-gallery-item{flex-basis:27%}
#about-comp-mbb4tdq1 img{aspect-ratio:5/6}
#about-comp-mbb640ud .about-gallery-item{flex-basis:94%}
#about-comp-mbb640ud img{aspect-ratio:16/9;object-fit:contain}
.about-gallery-controls{margin-top:8px}
@media(max-width:1000px){
 .about-intro-copy>p:last-child{font-size:22px}
 .about-intro-copy .about-greeting,.about-page .about-intro h1{font-size:32px}
 .about-school{padding:20px}
 .about-school:nth-child(n){grid-column:span 6}
 .about-skills{grid-template-columns:3fr 2fr;gap:4%}
 .about-soft article{grid-template-columns:100px 1fr;gap:0 12px}
 .about-number{font-size:96px}
 .about-tools{position:sticky;top:24px}
}
@media(max-width:600px){
 .about-page h2{font-size:32px}
 .about-page h3,.about-page p{font-size:16px}
 .about-intro{width:92%;grid-template-columns:1fr;padding-top:24px;gap:28px}
 .about-intro-copy{border:0;order:-1}
 .about-intro-copy .about-greeting,.about-page .about-intro h1{font-size:32px;padding:0 0 16px}
 .about-intro-copy>p:last-child{font-size:22px;padding:16px 0 0}
 .about-portrait{padding:0;gap:20px}
 .about-portrait img{width:100%;max-height:440px;background:white}
 .about-cv{order:1}
 .about-school:nth-child(n){grid-column:1/-1}
 .about-school h3,.about-school p{font-size:16px}
 .about-awards img{height:150px}
 .about-skills{grid-template-columns:1fr;gap:40px}
 .about-number{font-size:96px}
 .about-soft h3,.about-soft p{font-size:22px}
 .about-tools{position:relative;top:auto;width:100%;max-width:none}
 .about-certificates{grid-template-columns:1fr}
 .about-gallery-item,#about-comp-mbb4tdq1 .about-gallery-item{flex-basis:80%}
 #about-comp-mbb640ud .about-gallery-item{flex-basis:100%}
 .about-gallery-item img{height:auto}
}
.about-number{white-space:nowrap}
@media(max-width:1000px){.about-soft article{grid-template-columns:120px minmax(0,1fr)}}
/* Clip only the animated composition, never the page's vertical content. */
.about-intro,.about-section:has(.about-schools),.about-tinted{overflow:clip}
.about-intro-copy{transform-origin:top right}
.about-portrait img{transform-origin:bottom right}
.about-biography{overflow:clip}
@media(prefers-reduced-motion:reduce){.about-intro-copy,.about-portrait img,.about-school,.about-awards,.about-biography video{transform:none!important;animation:none!important;opacity:1!important}}

/* Portrait precedes CV on all screens; introduction and portrait stay at their natural size. */
.about-portrait .about-cv{order:1}
.about-intro-copy,.about-portrait img{transform:none!important}

/* Education reference: wide Pratt + two smaller cards, followed by a right-offset pair. */
.about-schools{display:flex;flex-direction:column;gap:40px}
.about-school-row{display:grid;grid-template-columns:1.65fr 1fr 1fr;gap:32px;width:91%;align-items:stretch}
.about-school-row:last-child{grid-template-columns:1fr 1fr;width:80%;margin-left:20%}
.about-school-row .about-school:nth-child(n){grid-column:auto;padding:28px;min-width:0;min-height:220px}
.about-school-row .about-school img{height:90px;width:100%;max-width:none;margin-bottom:26px;object-fit:contain;object-position:left center}
.about-school-row:first-child .about-school:nth-child(1) img{max-width:180px}
.about-school-row:first-child .about-school:nth-child(3) img{max-width:220px}
.about-school-row:last-child .about-school:first-child img{max-width:72px}
.about-school-row:last-child .about-school:last-child img{max-width:340px}
.about-school-row .about-school h3{font-family:Syne,Arial,sans-serif;font-size:16px;line-height:1.35}
.about-school-row .about-school p{font-family:Arial,sans-serif;font-size:22px;line-height:1.35;margin-top:4px}
@media(max-width:1000px){.about-school-row,.about-school-row:last-child{width:100%;margin-left:0;gap:24px}.about-school-row{grid-template-columns:repeat(2,minmax(0,1fr))}.about-school-row .about-school:nth-child(n){padding:24px}.about-school-row .about-school p{font-size:16px}}
@media(max-width:600px){.about-school-row,.about-school-row:last-child{grid-template-columns:1fr}.about-school-row .about-school:nth-child(n){min-height:0}}

/* Match logo visual left edges to copy; retain equal-height logo slots and row motion. */
.about-school-row:first-child .about-school:nth-child(2) img{max-width:220px;object-position:left center}
.about-school-row:first-child .about-school:nth-child(1) img{width:180px;max-width:180px;object-position:left center;transform:translateX(-45.86px) scale(1.5);transform-origin:left center}

/* Six award marks retain their full artwork and share an even grid. */
.about-awards{grid-template-columns:repeat(6,minmax(0,1fr));gap:32px}
.about-awards img{height:180px}
@media(max-width:1100px){.about-awards{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.about-awards{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.about-awards img{height:150px}}

/* The lower certificate pair scrolls over the pinned upper pair. */
.about-certificates{display:block;isolation:isolate}
.about-certificate-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;position:relative;background:white}
.about-certificate-row:first-child{position:sticky;top:80px;z-index:1}
.about-certificate-row:last-child{z-index:2;margin-top:24px}
.about-certificate-row a{min-width:0}
@media(max-width:600px){.about-certificate-row{grid-template-columns:1fr}.about-certificate-row:first-child{position:relative;top:auto}.about-certificate-row:last-child{margin-top:14px}}
@media(prefers-reduced-motion:reduce){.about-certificate-row:first-child{position:relative;top:auto}}
