.about-container{max-width:1200px;margin:0 auto;padding:2em 1em}.about-hero{text-align:center;margin-bottom:3em;padding:3em 2em;background:linear-gradient(135deg,var(--md-sys-color-surface-container),var(--md-sys-color-surface-container-high));border-radius:24px;position:relative;overflow:hidden}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:2em}.hero-decoration{position:absolute;inset:0;background:radial-gradient(circle at top right,var(--md-sys-color-primary-container) 0%,transparent 70%);opacity:.1;z-index:1}.mascot-wrapper{width:200px;height:200px;animation:float 6s ease-in-out infinite}.mascot{width:100%;height:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-text{max-width:600px}.about-hero h1{color:var(--md-sys-color-on-surface);margin-bottom:.5em;font-size:2.5rem;font-weight:700}.subtitle{color:var(--md-sys-color-on-surface-variant);font-size:var(--font-size-h5);line-height:1.6}.about-content{display:grid;grid-template-columns:repeat(3,1fr);gap:2em;margin-bottom:3em}@media (max-width: 930px){.about-content{grid-template-columns:repeat(2,1fr)}.about-card:last-child{grid-column:span 2}}@media (max-width: 635px){.about-content{grid-template-columns:1fr}.about-card:last-child{grid-column:auto}}.about-card{background:var(--md-sys-color-surface-container-low);padding:2em;border-radius:24px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.about-card:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--md-sys-color-primary);opacity:0;transition:opacity .3s ease}.about-card:hover{transform:translateY(-4px)}.about-card:hover:after{opacity:1}.elevation-1{box-shadow:var(--md-sys-elevation-1)}.elevation-2{box-shadow:var(--md-sys-elevation-2)}.elevation-3{box-shadow:var(--md-sys-elevation-3)}.card-icon{font-size:2rem;margin-bottom:1em;background:var(--md-sys-color-surface-container-highest);width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:16px}.about-card h2{color:var(--md-sys-color-on-surface);margin-bottom:1em;font-size:var(--font-size-h4);font-weight:600}.about-card p{color:var(--md-sys-color-on-surface-variant);line-height:1.6}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{color:var(--md-sys-color-on-surface-variant);position:relative;padding:.75em 0 .75em 1.75em;border-bottom:1px solid var(--md-sys-color-outline-variant)}.feature-list li:last-child{border-bottom:none}.feature-list li:before{content:"→";color:var(--md-sys-color-primary);position:absolute;left:0}.about-links{text-align:center;padding:2em;background:var(--md-sys-color-surface-container-highest);border-radius:24px}.about-links h3{color:var(--md-sys-color-on-surface);margin-bottom:1.5em;font-size:var(--font-size-h4);font-weight:600}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5em}@media (max-width: 930px){.links-grid{grid-template-columns:repeat(2,1fr)}.link-card:last-child{grid-column:span 2}}@media (max-width: 635px){.links-grid{grid-template-columns:1fr}.link-card:last-child{grid-column:auto}}.link-card{background:var(--md-sys-color-surface-container);padding:1.5em;border-radius:16px;color:var(--md-sys-color-on-surface);transition:all .3s ease;display:flex;align-items:center;gap:1em;box-shadow:var(--md-sys-elevation-1)}.link-card:hover{background:var(--md-sys-color-surface-container-high);transform:translateY(-2px);text-decoration:none;box-shadow:var(--md-sys-elevation-2)}.link-icon{font-size:1.5rem}.link-text{font-weight:500}:root{--md-sys-elevation-1: 0px 1px 3px 1px rgba(0, 0, 0, .15), 0px 1px 2px 0px rgba(0, 0, 0, .3);--md-sys-elevation-2: 0px 2px 6px 2px rgba(0, 0, 0, .15), 0px 1px 2px 0px rgba(0, 0, 0, .3);--md-sys-elevation-3: 0px 4px 8px 3px rgba(0, 0, 0, .15), 0px 1px 3px 0px rgba(0, 0, 0, .3)}@media (max-width: 768px){.about-container{padding:1em}.about-hero{padding:2em 1em}.mascot-wrapper{width:150px;height:150px}.about-card{padding:1.5em}.hero-text h1{font-size:2rem}}.about-page{max-width:1000px;margin:0 auto;padding:4rem 2rem;color:var(--md-sys-color-on-background)}.about-header{display:flex;align-items:center;gap:4rem;margin-bottom:6rem}.mascot-container{flex-shrink:0;width:280px;height:280px;background-color:#db00fe;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:2rem;background-clip:content-box}.mascot-container img{width:100%;height:100%;transform:rotate(-5deg)}.title-wrapper h1{font-size:5rem;line-height:.95;font-weight:800;margin:0 0 1.5rem;letter-spacing:-.03em;color:var(--md-sys-color-on-background)}.lead{font-size:1.5rem;font-weight:500;line-height:1.4;color:var(--md-sys-color-on-surface-variant);max-width:400px}.story-sections{display:flex;flex-direction:column;gap:5rem;margin-bottom:8rem;padding-top:4rem;border-top:2px solid var(--md-sys-color-surface-variant)}.story-block{display:grid;grid-template-columns:120px 1fr;align-items:start;gap:3rem}.story-block.alternate{grid-template-columns:1fr 120px;text-align:right}.story-icon{width:120px;height:120px;background:var(--md-sys-color-surface-container);border-radius:32px;display:flex;align-items:center;justify-content:center;color:var(--md-sys-color-primary);box-shadow:4px 4px 0 var(--md-sys-color-outline-variant)}.story-content h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em}.story-content p{font-size:1.25rem;line-height:1.7;color:var(--md-sys-color-on-surface-variant);max-width:600px;margin:0}.story-block.alternate .story-content p{margin-left:auto}.about-footer{text-align:center;padding:4rem;background:var(--md-sys-color-surface-container-low);border-radius:40px}.about-footer h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;color:var(--md-sys-color-on-surface)}.footer-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-pill{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--md-sys-color-surface);color:var(--md-sys-color-on-surface);border-radius:50px;text-decoration:none;font-weight:600;transition:all .2s ease;border:1px solid var(--md-sys-color-outline-variant)}.footer-pill:hover{background:var(--md-sys-color-primary-container);color:var(--md-sys-color-on-primary-container);transform:translateY(-2px);border-color:transparent;text-decoration:none}@media (max-width: 800px){.about-header{flex-direction:column;text-align:center;gap:2rem}.title-wrapper h1{font-size:4rem}.title-wrapper .lead{margin:0 auto}.mascot-container{width:200px;height:200px;padding:1.5rem}.story-block,.story-block.alternate{grid-template-columns:1fr;text-align:left;gap:1.5rem}.story-block.alternate .story-content p{margin-left:0}.story-block.alternate .story-icon{grid-row:1}.story-icon{width:80px;height:80px;border-radius:20px}.footer-links{flex-direction:column;gap:1rem}}
