.about-page-root{background-color:var(--background);min-height:100vh;color:var(--foreground);flex-direction:column;gap:2rem;width:100%;display:flex;position:relative;overflow-x:hidden}.about-hero-section{flex-direction:column;padding-top:clamp(6.5rem,10vw,8rem);padding-bottom:2rem;display:flex;position:relative}@media (max-width:768px){.about-hero-section{padding-top:5.5rem;padding-bottom:2rem}}.about-hero-headline-wrap{max-width:820px;margin-bottom:3.5rem}.about-hero-headline{letter-spacing:-.035em;color:var(--foreground);font-size:clamp(2rem,4.2vw,3.1rem);font-weight:400;line-height:1.25}.about-hero-headline strong{color:var(--foreground);font-weight:600}.about-hero-visual-grid{grid-template-columns:1fr 1.15fr;align-items:stretch;gap:1.75rem;display:grid}@media (max-width:900px){.about-hero-visual-grid{grid-template-columns:1fr}}.about-hero-testimonials-stack{flex-direction:column;justify-content:space-between;gap:1rem;display:flex}.about-hero-test-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border-radius:20px;flex-direction:column;gap:.65rem;padding:1.25rem 1.4rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.about-hero-test-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.about-hero-test-card.is-expanded{border-color:#00000040;box-shadow:0 10px 25px #00000012}.test-card-header{align-items:center;gap:.75rem;width:100%;display:flex}.test-author-info{flex-grow:1}.test-avatar-badge{color:#fff;background:#18181b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.78rem;font-weight:600;display:flex}.test-author-name{color:var(--foreground);font-size:.9rem;font-weight:600}.test-author-role{color:var(--foreground-muted);font-size:.76rem}.test-expand-btn{border:1px solid var(--border);width:28px;height:28px;color:var(--foreground-muted);cursor:pointer;background:#f4f4f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.about-hero-test-card:hover .test-expand-btn{color:var(--foreground);background:#e4e4e7}.test-quote-container{flex-direction:column;gap:.4rem;display:flex}.test-card-quote{color:var(--foreground-muted);margin:0;font-size:.85rem;line-height:1.55;transition:all .3s}.test-card-quote.collapsed{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.test-card-quote.expanded{display:block}.test-toggle-hint{color:var(--foreground);letter-spacing:-.01em;align-self:flex-start;font-size:.76rem;font-weight:600;transition:opacity .2s}.about-hero-test-card:hover .test-toggle-hint{opacity:.75;text-decoration:underline}.about-hero-portrait-card{border-radius:28px;min-height:400px;transition:filter .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000014}.portrait-subtle-overlay{background:linear-gradient(#0000 40%,#00000040 100%);position:absolute;inset:0}.story-split-grid{grid-template-columns:200px 1fr;gap:3rem;width:100%;margin-bottom:3.5rem;display:grid}@media (max-width:860px){.story-split-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:2.5rem}}.story-left-tag{display:block}.story-left-tag span{color:var(--foreground-muted);font-size:.95rem;font-weight:500;display:inline-block}.story-lead-heading{letter-spacing:-.03em;color:var(--foreground);margin-bottom:1.75rem;font-size:clamp(1.6rem,3.2vw,2.3rem);font-weight:600;line-height:1.35}.story-paragraphs p{color:var(--foreground-muted);margin-bottom:1.25rem;font-size:.98rem;line-height:1.75}.story-gallery-dual-grid{grid-template-columns:1.2fr .8fr;gap:1.5rem;width:100%;display:grid}@media (max-width:768px){.story-gallery-dual-grid{grid-template-columns:1fr;gap:1rem}}.story-gallery-image{border-radius:24px;min-height:380px;box-shadow:0 8px 24px #0000000f}@media (max-width:768px){.story-gallery-image{border-radius:20px;min-height:280px}}.about-section-heading{letter-spacing:-.03em;color:var(--foreground);margin-bottom:2rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600}@media (max-width:768px){.about-section-heading{margin-bottom:1.25rem}}.experience-styled-table{flex-direction:column;gap:.75rem;width:100%;display:flex}.exp-table-row{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:1.5fr 1fr 1fr;align-items:center;width:100%;padding:1.25rem 1.75rem;transition:all .25s;display:grid}.exp-table-row:hover{border-color:var(--border-hover);background:#f8fafc;transform:translate(4px)}.featured-exp-row{color:#fff;background:#7047eb;border-color:#0000;box-shadow:0 10px 25px #7047eb40}.featured-exp-row:hover{background:#6336e4}.featured-exp-row .exp-role-text,.featured-exp-row .exp-company-text,.featured-exp-row .exp-period-text{color:#fff}.exp-role-text{color:var(--foreground);font-size:1rem;font-weight:600}.exp-company-text{color:var(--foreground-muted);font-size:.92rem}.exp-period-text{text-align:right;color:var(--foreground-muted);font-size:.9rem}@media (max-width:680px){.exp-table-row{grid-template-columns:1fr;gap:.4rem;padding:1.15rem 1.25rem}.exp-period-text{text-align:left}}.stacks-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (max-width:768px){.stacks-grid{grid-template-columns:1fr}}.stack-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:18px;align-items:center;gap:1.25rem;padding:1.35rem 1.5rem;transition:all .3s;display:flex}.stack-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-3px)}.stack-card-featured{color:#fff;background:#7047eb;border-color:#0000;box-shadow:0 10px 25px #7047eb40}.stack-card-featured .stack-name,.stack-card-featured .stack-desc,.stack-card-featured .stack-arrow{color:#fff!important}.stack-card-featured .stack-icon-box{background:#fff!important}.stack-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.stack-icon-box.purple{color:#7047eb;background:#fff}.stack-icon-box.figma{color:#ea580c;background:#fef2f2}.stack-icon-box.dark{color:#fff;background:#18181b}.stack-icon-box.blue{color:#3b82f6;background:#eff6ff}.stack-icon-box.teal{color:#10b981;background:#f0fdf4}.stack-icon-box.gray{color:#52525b;background:#f4f4f5}.stack-info{flex-grow:1}.stack-name-row{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.stack-name{color:var(--foreground);font-size:1.05rem;font-weight:600}.stack-arrow{color:var(--foreground-muted);font-size:1.1rem;transition:transform .2s}.stack-card:hover .stack-arrow{transform:translate(2px,-2px)}.stack-desc{color:var(--foreground-muted);margin:0;font-size:.85rem}.faq-split-layout{grid-template-columns:1fr 1.2fr;align-items:flex-start;gap:3.5rem;display:grid}@media (max-width:900px){.faq-split-layout{grid-template-columns:1fr;gap:2rem}}.faq-eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground-muted);margin-bottom:.5rem;font-size:.88rem;font-weight:600;display:inline-block}.faq-headline{letter-spacing:-.03em;color:var(--foreground);margin-bottom:2rem;font-size:clamp(1.7rem,3.5vw,2.5rem);font-weight:400;line-height:1.3}.faq-headline strong{font-weight:600}.faq-email-pill-btn{color:#fff;border-radius:var(--radius-pill);background:#111;align-items:center;padding:.75rem 1.75rem;font-size:.92rem;font-weight:600;transition:all .25s;display:inline-flex}.faq-email-pill-btn:hover{background:#27272a;transform:translateY(-2px)}.faq-right-accordion-wrap{flex-direction:column;gap:1rem;display:flex}.faq-floating-helper-tag{color:#fff;border-radius:var(--radius-pill);background:#111;align-self:flex-start;padding:.4rem 1rem;font-size:.8rem;font-weight:500}.faq-items-list{flex-direction:column;gap:.75rem;display:flex}.about-faq-card{border:1px solid var(--border);box-shadow:var(--shadow-sm);cursor:pointer;background:#fff;border-radius:16px;padding:1.25rem 1.4rem;transition:all .25s}.about-faq-card:hover{border-color:var(--border-hover)}.framer-pill-badge{color:#111;border-radius:var(--radius-pill);background:#fff;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #0003}.framer-f-icon{color:#000;font-size:.65rem}.faq-header-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.faq-question-text{color:var(--foreground);font-size:.98rem;font-weight:600}.faq-toggle-circle{width:26px;height:26px;color:var(--foreground);background:#f4f4f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faq-body-text{border-top:1px solid var(--border-subtle);color:var(--foreground-muted);margin-top:1rem;padding-top:.85rem;font-size:.92rem;line-height:1.65}
