.about-copy{min-height:auto;padding:2em 2em 0;margin-top:-4em}.about-copy-title{margin:0 0 2em}.about-copy-sticky-wrapper{position:relative;width:100vw;height:auto;min-height:120vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--bg-main);overflow:hidden;gap:4em}.about-copy-content .about-callout{margin-top:0}.about-copy-content .about-footer{margin-top:0;margin-bottom:.5em}#tag-1,#tag-2{left:20%}#tag-3{left:78%}#tag-4{left:70%}.stats-header{flex:1 1}.stats-item-1{flex:1 1;background-color:var(--accent-orange)}.stats-item-2{flex:3 1}.stats-item-3{flex:2 1;color:var(--bg-main)}.stats-col h1{font-size:5rem;font-weight:400;line-height:.95}.stats-col p{font-family:Barlow Condensed,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.125}.stats-header h1{font-size:5rem;font-weight:400;margin-bottom:1rem}@media (max-width:1000px){.about-hero{padding:8em 2em 4em}.about-hero-header h1{font-size:4rem}.about-hero-bio{width:100%}.about-hero-portrait{width:25%;top:50%;transform:translate(-50%,-50%) rotate(0deg);opacity:1}.about-hero-portrait img{position:absolute;height:110%}.about-copy{min-height:auto;padding:2em 2em 0;margin-top:-2em}.about-copy-title{font-size:2.5rem;margin-bottom:3em}.about-copy-sticky-wrapper{height:auto;min-height:100vh}.about-copy-content{width:calc(100% - 8rem);padding:2em 1.5em;gap:1.2em;z-index:10;margin:0 4rem}.about-copy-content p{font-size:1.2rem}.about-copy-content .about-intro{font-size:1.15rem}.about-copy-content .about-categories li{font-size:1.3rem;padding-left:1.2em}.about-copy-content .about-categories li:before{font-size:1.5rem}.about-copy-content .about-champion{font-size:1.15rem}.about-copy-content .about-champion span{font-size:1.25rem}.about-copy-content .about-callout{font-size:1.3rem}.about-copy-content .about-description{font-size:1.1rem}.about-copy-content .about-footer{font-size:1.2rem}.about-copy-content .about-footer span{font-size:1.3rem}.about-tag{display:none}.about-tag p{font-size:.875rem;padding:.5em .75em}.skills-copy{padding:0;width:100%;text-align:center;border:none;border-radius:0}.stats-row{flex-direction:column}.stats-col{width:100%;text-align:center;gap:4em;aspect-ratio:auto}.stats-header{gap:2em;margin-bottom:2em}.contact-pill-btn{width:95%;height:250px;border-radius:2em}.contact-text-large h1{font-size:3rem}}.work-gallery-page{position:relative;width:100%;background-color:var(--base-100);overflow:hidden}.work-gallery-header{text-align:center;padding:12em 2em 4em;background-color:var(--base-100);color:#ed6a5a}.work-gallery-header h1{font-weight:900;font-size:clamp(3rem,8vw,7rem);line-height:.9;letter-spacing:-.02em;margin:0 0 1.5rem;color:var(--accent-9)}.work-gallery-header h1,.work-gallery-subtitle{font-family:Big Shoulders Display,sans-serif;text-transform:uppercase}.work-gallery-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:700;color:var(--base-400);line-height:1.3;max-width:900px;margin:0 auto}.work-items{position:relative;width:100%;overflow-x:hidden;display:flex;flex-direction:column;gap:4em;padding:2em 2em 8em;background-color:var(--base-100)}.work-items .row{display:flex;gap:2em}.work-items .row .work-item{position:relative;flex:1 1;will-change:transform,opacity}.work-items .row .work-item .work-item-img{aspect-ratio:5/3;border-radius:1em;overflow:hidden;margin-bottom:1em}.work-items .row .work-item .work-item-img img{width:100%;height:100%;object-fit:cover}.work-items .row .work-item .work-item-content{display:flex;flex-direction:column;gap:.5em}.work-items .row .work-item .work-item-content h3{font-family:rader,sans-serif;font-style:italic;text-transform:uppercase;font-size:2rem;line-height:.95}.work-items .row .work-item .work-item-content .mn{font-family:supply-mono,monospace;font-size:.875rem}@media (max-width:1000px){.work-gallery-header h1{font-size:3rem}.work-items .row{flex-direction:column}}.faq-section{position:relative;width:100%;min-height:100vh;background-color:var(--base-100);padding:8rem 2rem;overflow:hidden}.faq-container{max-width:1200px;margin:0 auto}.faq-title{font-size:clamp(3rem,8vw,8rem);font-weight:900;color:var(--accent-9);margin:0 0 1rem;line-height:.9}.faq-subtitle,.faq-title{font-family:Big Shoulders Display,sans-serif;text-transform:uppercase;text-align:center}.faq-subtitle{font-size:clamp(1.5rem,3vw,3rem);font-weight:700;color:var(--base-400);margin:0 0 6rem;line-height:1.2}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:2px solid var(--base-300);transition:all .3s ease}.faq-item:first-child{border-top:2px solid var(--base-300)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:2rem 1rem;cursor:pointer;transition:all .3s ease}.faq-question:hover{background-color:rgba(0,0,0,.02)}.faq-question span:first-child{font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:700;text-transform:uppercase;line-height:1.2;flex:1 1;padding-right:2rem}.faq-icon,.faq-question span:first-child{font-family:Big Shoulders Display,sans-serif;color:var(--base-300)}.faq-icon{font-size:3rem;font-weight:900;transition:transform .3s ease;min-width:3rem;text-align:center}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.4,0,.2,1)}.faq-item.open .faq-answer{max-height:500px}.faq-answer-content{display:flex;gap:1rem;padding:0 1rem 2rem;align-items:flex-start}.faq-arrow{font-family:Big Shoulders Display,sans-serif;font-size:2rem;font-weight:900;color:var(--accent-7);line-height:1.4;flex-shrink:0}.faq-answer-content p{font-family:PP Neue Montreal,sans-serif;font-size:clamp(1.1rem,1.5vw,1.5rem);font-weight:500;color:var(--base-300);line-height:1.6;margin:0}@media (max-width:1000px){.faq-section{padding:6rem 1rem}.faq-subtitle{margin-bottom:4rem}.faq-question{padding:1.5rem .5rem}.faq-question span:first-child{padding-right:1rem}.faq-icon{font-size:2.5rem;min-width:2.5rem}.faq-answer-content{padding:0 .5rem 1.5rem;gap:.5rem}.faq-arrow{font-size:1.5rem}}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;background:var(--base-300);color:var(--base-100);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease;box-shadow:0 4px 20px rgba(10,10,10,.2)}.scroll-to-top:hover{background:var(--accent-9);transform:translateY(-5px);box-shadow:0 6px 30px rgba(237,106,90,.4)}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top svg{width:1.5rem;height:1.5rem;stroke-width:2.5}@media (max-width:768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:3rem;height:3rem}.scroll-to-top svg{width:1.25rem;height:1.25rem}}@media (max-width:480px){.scroll-to-top{bottom:1rem;right:1rem;width:2.5rem;height:2.5rem}.scroll-to-top svg{width:1rem;height:1rem}}.about-section-wrapper{--text-main:var(--fg);--bg-main:var(--base-100);--accent-orange:#ed6a5a;--accent-teal:#9bc1bc;--accent-yellow:#f4f1bb;position:relative;width:100%;background-color:var(--bg-main);color:var(--text-main);overflow:hidden;z-index:10}.about-section-wrapper h1,.about-section-wrapper h2,.about-section-wrapper h3{text-transform:uppercase;font-family:Barlow Condensed,sans-serif;font-weight:800;font-style:italic;line-height:.9;letter-spacing:-.02em;margin:0}.about-section-wrapper p{font-family:Barlow Condensed,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.125}.about-section-wrapper p.mn{text-transform:uppercase;font-family:DM Mono,monospace;font-size:.875rem;font-weight:500;letter-spacing:.05em;font-style:normal}.about-hero{position:relative;width:100vw;height:100svh;padding:8em 2em 6em;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:var(--text-main);color:var(--bg-main);overflow:hidden}.about-hero-header{text-align:center;z-index:2}.about-hero-header h1{font-size:7.5rem}.about-hero-bio{width:50%;text-align:center;display:flex;flex-direction:column;gap:2em;z-index:2}.about-hero-portrait{position:absolute;top:55%;left:50%;transform:translate(-50%,-50%) rotate(10deg);width:15%;aspect-ratio:5/7;border-radius:1em;overflow:hidden;border:.25em solid var(--accent-teal);outline:.25em solid var(--accent-orange);z-index:1;opacity:1;will-change:transform}.about-hero-portrait img{width:100%;height:100%;object-fit:cover}.about-copy{position:relative;width:100vw;min-height:100vh;padding:8em 2em;background-color:var(--bg-main);overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2em}.about-copy-title{font-family:Barlow Condensed,sans-serif;font-size:3.5rem;font-weight:800;font-style:italic;text-transform:uppercase;color:var(--text-main);text-align:center;margin:0;z-index:2;line-height:1}.about-copy-content{position:relative;text-align:center;width:55%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;background-color:var(--accent-orange);border:.25em solid var(--text-main);border-radius:1em;padding:3em 2.5em;gap:1.5em;z-index:2}.about-copy-content p{font-family:Barlow Condensed,sans-serif;font-size:1.5rem;font-weight:500;font-style:italic;line-height:1.3;text-transform:uppercase;color:var(--text-main);margin:0}.about-copy-content .about-intro{font-size:1.4rem;font-weight:600}.about-copy-content .about-categories{list-style:none;padding:0;margin:.5em 0;display:flex;flex-direction:column;gap:.5em}.about-copy-content .about-categories li{font-family:Barlow Condensed,sans-serif;font-size:1.6rem;font-weight:700;font-style:italic;text-transform:uppercase;color:var(--text-main);position:relative;padding-left:1.5em}.about-copy-content .about-categories li:before{content:"•";position:absolute;left:0;font-size:2rem;font-weight:900;color:var(--text-main)}.about-copy-content .about-champion{font-size:1.4rem;font-weight:600;margin-top:.5em}.about-copy-content .about-champion span{font-weight:900;font-size:1.5rem}.about-copy-content .about-callout{font-size:1.6rem;font-weight:700;margin-top:1em;line-height:1.4}.about-copy-content .about-description{font-size:1.35rem;font-weight:500;line-height:1.35}.about-copy-content .about-footer{font-size:1.5rem;font-weight:600;margin-top:1em}.about-copy-content .about-footer span{font-weight:900;font-size:1.6rem}.about-tag{position:absolute;background-color:var(--text-main);border-radius:.5em;width:max-content;z-index:100;will-change:transform;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,.15)}.about-tag p{text-transform:uppercase;color:var(--bg-main);font-family:DM Mono,monospace;font-size:1rem;padding:.75em 1em .5em;margin:0;font-weight:500;font-style:normal;white-space:nowrap}#tag-1{top:25%;left:28%}#tag-1,#tag-2{transform:translate(-50%,-50%)}#tag-2{top:50%;left:18%}#tag-3{top:30%;left:72%}#tag-3,#tag-4{transform:translate(-50%,-50%)}#tag-4{top:65%;left:68%}#tag-5{top:80%;left:22%;transform:translate(-50%,-50%)}.about-skills{position:relative;width:100%;height:100%;padding:4em 2em;display:flex;justify-content:center;background-color:var(--bg-main)}.skills-copy{margin:0 auto;padding:2em;width:max-content;text-align:center;border:.2em dashed var(--text-main);border-radius:1em}.skills-copy p{font-family:DM Mono,monospace;font-weight:500;text-transform:uppercase;font-size:.875rem;line-height:1.125;white-space:pre;color:var(--text-main);margin:.5rem 0}.about-stats{position:relative;padding:8em 2em 4em;display:flex;flex-direction:column;gap:2em;background-color:var(--bg-main);overflow:hidden}.stats-icon{position:absolute;font-family:Barlow Condensed,sans-serif;font-size:8rem;font-weight:800;font-style:italic;color:var(--text-main);opacity:.08;z-index:1;pointer-events:none}.stats-icon-1{top:10%;left:5%;transform:rotate(-15deg)}.stats-icon-2{top:15%;right:8%;transform:rotate(20deg)}.stats-icon-3{bottom:20%;left:12%;transform:rotate(25deg)}.stats-icon-4{bottom:15%;right:10%;transform:rotate(-20deg)}.stats-row{display:flex;gap:2em;width:100%}.stats-header{text-align:center;margin-bottom:3em;z-index:2;position:relative}.stats-header h1{font-size:3rem;color:var(--text-main);font-style:italic;font-weight:800;text-transform:uppercase;margin-bottom:.5rem;line-height:1}.stats-header p{font-family:Barlow Condensed,sans-serif;font-size:1rem;font-weight:500;color:var(--text-main);opacity:.7}.stats-cards-container{width:90%;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2em}.stats-row-1{justify-content:center}.stats-row-1 .stats-item-1{width:85%;max-width:900px}.stats-row-2{justify-content:center}.stats-item-1.check-card{background:linear-gradient(180deg,#fdfbf7 0,#f8f6f0);position:relative;overflow:visible;border:2px solid #1a3a0f;box-shadow:0 4px 12px rgba(0,0,0,.15),inset 0 0 0 1px rgba(26,58,15,.1),inset 0 0 0 12px #fdfbf7,inset 0 0 0 14px #1a3a0f;aspect-ratio:2.5/1!important;padding:0!important;display:flex;flex-direction:column;justify-content:space-between}.stats-item-1.check-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 20px,rgba(26,58,15,.02) 0,rgba(26,58,15,.02) 21px);pointer-events:none;z-index:0}.stats-item-1.check-card:after{content:"₹";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-12deg);font-size:18rem;font-weight:900;color:rgba(26,58,15,.025);pointer-events:none;z-index:0;font-family:Barlow Condensed,sans-serif;line-height:1}.stats-item-2{background-color:var(--accent-teal)}.stats-item-2,.stats-item-3{flex:1 1;position:relative;overflow:hidden}.stats-item-3{background-color:var(--text-main)}.stats-item-3 .category-text,.stats-item-3 .desc p,.stats-item-3 .desc p:before,.stats-item-3 h1{color:#fff!important}.card-icon{position:absolute;width:250px;height:250px;opacity:.08;pointer-events:none;z-index:0;overflow:hidden}.trophy-icon{color:var(--text-main)}.gift-icon,.trophy-icon{top:auto;bottom:0;right:-15%;transform:rotate(-15deg)}.gift-icon{color:#fff}.card-icon svg{width:100%;height:100%}.stats-item-1,.stats-item-2,.stats-item-3{aspect-ratio:16/7;padding:2em;border-radius:1em}.stats-item-1.check-card{border-radius:.4em}.check-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5em 2em .8em;border-bottom:1px solid rgba(26,58,15,.15);position:relative;z-index:1}.check-bank-info{display:flex;flex-direction:column;gap:.2em}.bank-name{font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:900;font-style:italic;text-transform:uppercase;color:#1a3a0f;margin:0;letter-spacing:.05em;line-height:1}.bank-address{font-family:DM Mono,monospace;font-size:.75rem;color:#1a3a0f;opacity:.6;margin:0;font-weight:500}.check-number-date{display:flex;flex-direction:column;align-items:flex-end;gap:.3em}.check-date,.check-number{font-family:DM Mono,monospace;font-size:.85rem;color:#1a3a0f;margin:0;font-weight:600;letter-spacing:.05em}.check-body{flex:1 1;display:flex;flex-direction:column;gap:1em;padding:1.2em 2em;position:relative;z-index:1}.check-payee-section{display:flex;justify-content:space-between;align-items:center;gap:1em}.payee-line{flex:1 1;display:flex;flex-direction:column;gap:.3em}.payee-label{font-family:DM Mono,monospace;font-size:.65rem;opacity:.6;letter-spacing:.1em;font-weight:600}.payee-label,.payee-name{color:#1a3a0f;text-transform:uppercase}.payee-name{font-family:Barlow Condensed,sans-serif;font-size:2rem;font-weight:900;font-style:italic;border-bottom:2px solid #1a3a0f;padding-bottom:.2em;letter-spacing:.03em}.amount-box{display:flex;align-items:center;gap:.3em;border:2px solid #1a3a0f;padding:.5em 1em;background:rgba(255,255,255,.5);border-radius:.2em;min-width:150px;justify-content:center}.amount-number,.currency{font-family:Barlow Condensed,sans-serif;font-size:1.8rem;font-weight:900;color:#1a3a0f}.amount-number{font-style:italic}.amount-words-line{border-bottom:1px solid rgba(26,58,15,.3);padding-bottom:.5em}.amount-words{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:600;color:#1a3a0f;font-style:italic;text-transform:capitalize}.stats-col{flex-direction:column;position:relative;z-index:1}.check-memo-section,.stats-col{display:flex;justify-content:space-between}.check-memo-section{align-items:flex-end;gap:2em;margin-top:auto}.memo-line{flex:1 1;display:flex;flex-direction:column;gap:.4em}.memo-label{font-family:DM Mono,monospace;font-size:.7rem;color:#1a3a0f;opacity:.6;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.memo-items{display:flex;flex-direction:column;gap:.25em;border-bottom:1px solid rgba(26,58,15,.3);padding-bottom:.5em}.memo-items span{font-family:Barlow Condensed,sans-serif;font-size:.95rem;font-weight:600;color:#1a3a0f;position:relative;padding-left:1.2em}.memo-items span:before{content:"•";position:absolute;left:0;color:#1a3a0f;font-weight:900}.signature-line{display:flex;flex-direction:column;align-items:flex-end;min-width:200px}.signature-placeholder{border-bottom:2px solid #1a3a0f;padding:1.5em 1em .3em;min-width:180px;text-align:center}.signature-text{font-family:DM Mono,monospace;font-size:.65rem;color:#1a3a0f;opacity:.5;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.check-footer{padding:.8em 2em;border-top:1px solid rgba(26,58,15,.15);background:rgba(26,58,15,.02);position:relative;z-index:1}.micr-line{font-family:DM Mono,monospace;font-size:1.1rem;color:#1a3a0f;opacity:.4;letter-spacing:.3em;font-weight:700}.stats-col h1{font-size:2rem;font-weight:800;text-transform:uppercase;margin:0 0 .5em;line-height:1.2}.stats-col .category-text,.stats-col h1{color:var(--text-main);font-style:italic}.stats-col .category-text{font-family:Barlow Condensed,sans-serif;font-size:.95rem;font-weight:600;opacity:.8;margin:0 0 1em}.stats-col .desc{display:flex;flex-direction:column;gap:.5em}.stats-col .desc p{font-family:Barlow Condensed,sans-serif;font-size:1.1rem;font-weight:500;color:var(--text-main);margin:0;padding-left:1.5em;position:relative;line-height:1.4}.stats-col .desc p:before{content:">";position:absolute;left:0;color:var(--text-main);font-weight:800;font-size:1.3em;line-height:1;opacity:.9}.about-contact{width:100%;height:100svh;padding:2em;background-color:var(--bg-main)}.about-contact,.contact-pill-btn{position:relative;display:flex;justify-content:center;align-items:center}.contact-pill-btn{width:60%;height:300px;border:.75em solid #000;border-radius:20em;background:linear-gradient(45deg,var(--accent-orange),var(--accent-yellow),var(--accent-teal),var(--accent-orange));background-size:400% 400%;flex-direction:column;gap:8px;box-shadow:10px 10px 0 5px #000000;overflow:hidden;cursor:pointer;animation:gradientMove 10s ease-in-out infinite;transition:transform .2s ease}.contact-pill-btn:active{transform:translate(5px,5px)}.contact-pill-btn a{position:absolute;width:100%;height:100%;top:0;left:0;z-index:5}.contact-pill-btn:before{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:repeating-linear-gradient(45deg,rgba(0,0,0,.125),rgba(0,0,0,.125) 15px,transparent 0,transparent 30px);animation:stripeMove 30s linear infinite;z-index:1}.contact-text-large h1{font-size:7rem;margin:0}.contact-text-large h1,.contact-text-small p{color:var(--text-main);z-index:2;position:relative}.contact-text-small p{font-family:DM Mono,monospace}@keyframes gradientMove{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes stripeMove{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media (max-width:1400px) and (min-width:1001px){.stats-cards-container{width:92%;max-width:1500px}.stats-row-1 .stats-item-1{width:88%;max-width:850px}.stats-item-1,.stats-item-2,.stats-item-3{padding:1.75em}.stats-item-1.check-card{aspect-ratio:2.3/1!important}.bank-name{font-size:1.6rem}.payee-name{font-size:1.8rem}.amount-box{min-width:130px}.amount-number,.currency{font-size:1.6rem}.stats-col h1{font-size:1.85rem}.stats-col .category-text{font-size:.9rem}.stats-col .desc p{font-size:1rem}.card-icon{width:200px;height:200px}.gift-icon,.trophy-icon{bottom:0;right:-12%}.contact-pill-btn{width:88%;height:280px}.contact-text-large h1{font-size:4.5rem}.contact-text-small p{font-size:.95rem}}@media (max-width:1000px) and (min-width:769px){.stats-header h1{font-size:2.25rem}.stats-header p{font-size:1rem}.stats-cards-container{width:95%;gap:1.75em}.stats-row{flex-direction:column;gap:1.75em}.stats-row-1 .stats-item-1,.stats-row-2 .stats-item-2,.stats-row-2 .stats-item-3{width:100%;max-width:100%}.stats-item-1,.stats-item-2,.stats-item-3{aspect-ratio:16/8;padding:1.5em}.stats-item-1.check-card{aspect-ratio:2.2/1!important}.check-body,.check-footer,.check-header{padding-left:1.5em;padding-right:1.5em}.bank-name{font-size:1.5rem}.payee-name{font-size:1.6rem}.amount-box{min-width:120px;padding:.4em .8em}.amount-number,.currency{font-size:1.4rem}.amount-words{font-size:1rem}.memo-items span{font-size:.85rem}.stats-item-1.check-card:after{font-size:14rem}.stats-col h1{font-size:1.75rem}.stats-col .category-text{font-size:.88rem}.stats-col .desc p{font-size:.95rem}.card-icon{width:180px;height:180px}.gift-icon,.trophy-icon{bottom:0;right:-10%}.contact-pill-btn{width:90%;height:240px}.contact-text-large h1{font-size:4rem}.contact-text-small p{font-size:.9rem}}@media (max-width:768px){.about-hero{padding:2em 2em 4em}.about-hero-header h1{font-size:4rem}.about-hero-bio{width:100%}.about-hero-portrait{width:25%;top:50%;transform:translate(-50%,-50%) rotate(0deg);opacity:1}.about-hero-portrait img{position:absolute;height:110%}.about-copy{padding:4em 2em;gap:1.5em}.about-copy-title{font-size:2.5rem}.about-copy-content{width:100%;padding:2em 1.5em;gap:1.2em;z-index:10}.about-copy-content p{font-size:1.2rem}.about-copy-content .about-intro{font-size:1.15rem}.about-copy-content .about-categories li{font-size:1.3rem;padding-left:1.2em}.about-copy-content .about-categories li:before{font-size:1.5rem}.about-copy-content .about-champion{font-size:1.15rem}.about-copy-content .about-champion span{font-size:1.25rem}.about-copy-content .about-callout{font-size:1.3rem}.about-copy-content .about-description{font-size:1.1rem}.about-copy-content .about-footer{font-size:1.2rem}.about-copy-content .about-footer span{font-size:1.3rem}.about-tag{display:none}.about-tag p{font-size:.875rem;padding:.5em .75em}.skills-copy{padding:0;width:100%;text-align:center;border:none;border-radius:0}.stats-row{flex-direction:column}.stats-col{width:100%;text-align:center;gap:4em;aspect-ratio:auto}.stats-row-1 .stats-item-1{width:100%;max-width:100%}.stats-item-1.check-card{aspect-ratio:1.4/1!important;overflow:hidden!important;padding:.8em!important}.check-header{flex-direction:row;gap:.6em;padding:.6em .7em .5em;justify-content:space-between;border-bottom:1px solid rgba(26,58,15,.1)}.check-bank-info{align-items:flex-start;flex:1 1;min-width:0}.check-number-date{align-items:flex-end;flex-direction:column;gap:.15em;flex-shrink:0}.bank-name{font-size:1rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bank-address,.check-date,.check-number{font-size:.55rem;line-height:1.2}.check-body{padding:.6em .7em;gap:.5em}.check-payee-section{flex-direction:column;align-items:stretch;gap:.05em;margin-top:-2.4em;justify-content:flex-start}.payee-line{flex-direction:column;gap:.15em;margin-bottom:.2em;align-items:flex-start;width:100%}.payee-label{font-size:.5rem;line-height:1}.payee-name{font-size:1.1rem;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;border-bottom:none!important}.amount-box{min-width:auto;width:100%;padding:.25em .6em;flex-shrink:0;align-self:flex-start;margin-top:-.2em}.amount-number,.currency{font-size:1.3rem}.amount-words-line{display:none}.amount-words{font-size:.6rem}.check-memo-section{display:none}.memo-line{flex-direction:column;gap:.25em}.memo-label{font-size:.55rem}.memo-items{gap:.2em;flex-wrap:wrap}.memo-items span{font-size:.6rem;padding:.25em .45em;line-height:1.2}.memo-items span:nth-child(3),.signature-line{display:none}.signature-placeholder{min-width:auto;padding:.6em .4em .15em}.signature-text{font-size:.45rem}.check-footer{padding:.5em .7em}.micr-line{font-size:.6rem;letter-spacing:.1em}.stats-item-1.check-card:after{font-size:5rem;opacity:.02}.card-icon{width:140px;height:140px;opacity:.1}.gift-icon,.trophy-icon{bottom:0;right:-8%}.stats-cards-container{width:95%}.stats-header{gap:2em;margin-bottom:2em}.contact-pill-btn{width:95%;height:250px;border-radius:2em}.contact-text-large h1{font-size:3rem}.amount-number,.currency{font-size:1.5rem}}