.about-page{background:#ffffe3;min-height:100vh;padding-top:80px}.about-hero{text-align:center;background-color:#0000;background-image:linear-gradient(135deg,#4a6b534d 0%,#6b9e7d4d 100%),url(/images/hero-pattern.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:4rem 2rem 0;position:relative}.about-hero-content{max-width:900px;margin:0 auto}.about-title{color:#8c9a6c;letter-spacing:.02em;text-transform:none;font-size:clamp(3rem,8vw,6rem);font-weight:700;font-family:var(--font-caveat),cursive;margin:0 0 1rem}.about-subtitle{color:#8c9a6c;opacity:.95;margin:0;font-size:clamp(1.25rem,3vw,2rem);font-weight:300}.dome-gallery-section{background:linear-gradient(135deg,#4a6b53 0%,#6b9e7d 100%);margin-top:0;padding:0;position:relative}.dome-gallery-container{width:100%;height:90vh;min-height:700px;max-height:1000px;position:relative}.gallery-hint{text-align:center;color:#f5ecd7;opacity:.9;padding:1rem 2rem 3rem;font-size:1.125rem;font-weight:300}.gallery-hint p{margin:0}.opening-statement-section{background:#ffffe3;padding:6rem 2rem;position:relative}.opening-statement-content{text-align:center;max-width:1000px;margin:0 auto;position:relative}.statement-accent-line{background:linear-gradient(90deg,#6b9e7d 0%,#e07a5f 100%);border-radius:2px;width:100px;height:4px;margin:0 auto 2rem}.statement-title{color:#8c9a6c;letter-spacing:-.01em;margin:0 0 2rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.4}.statement-subtitle{color:#8c9a6c;opacity:.9;margin:0;font-size:clamp(1.125rem,2vw,1.5rem);font-weight:400;line-height:1.7}.pillars-section{background:#f9faf4;padding:6rem 2rem}.pillars-header{text-align:center;max-width:700px;margin:0 auto 4rem}.pillars-header h2{color:#8c9a6c;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.pillars-header p{color:#8c9a6c;opacity:.8;margin:0;font-size:1.25rem}.pillars-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.pillar-card{cursor:pointer;background:linear-gradient(135deg,#ffffffe6 0%,#ebe0c4cc 100%);border:2px solid #6b9e7d26;border-radius:24px;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pillar-card:hover{border-color:#e07a5f;transform:translateY(-15px);box-shadow:0 25px 70px #e07a5f40}.pillar-card.featured{background:linear-gradient(135deg,#e07a5f0d 0%,#ebe0c4e6 100%);border-color:#e07a5f}.pillar-icon{color:#ffffe3;border-radius:22px;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:1.5rem;transition:transform .3s;display:flex}.pillar-card:hover .pillar-icon{transform:scale(1.1)rotate(-5deg)}.incubation-icon{background:linear-gradient(135deg,#6b9e7d 0%,#4a6b53 100%);box-shadow:0 12px 35px #4a6b5366}.wellbeing-icon{background:linear-gradient(135deg,#e07a5f 0%,#cb6e56 100%);box-shadow:0 12px 35px #e07a5f66}.space-icon{background:linear-gradient(135deg,#4a6b53 0%,#6b9e7d 100%);box-shadow:0 12px 35px #6b9e7d66}.pillar-card h3{color:#8c9a6c;letter-spacing:-.01em;margin:0 0 1rem;font-size:2rem;font-weight:700}.pillar-card p{color:#8c9a6c;margin:0;font-size:1.125rem;font-weight:400;line-height:1.7}.pillar-decoration{pointer-events:none;background:radial-gradient(circle,#6b9e7d14 0%,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;bottom:-60px;right:-60px}.highlights-bar{background:linear-gradient(135deg,#4a6b53 0%,#6b9e7d 100%);padding:4rem 2rem}.highlights-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.highlight-item{color:#ffffe3;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s;display:flex}.highlight-item:hover{color:#e07a5f;transform:translateY(-5px)}.highlight-item svg{stroke-width:1.5px}.highlight-item span{text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.highlight-divider{background:linear-gradient(#0000,#ebe0c44d,#0000);width:1px;height:60px}.philosophy-section{background:#ffffe3;padding:6rem 2rem}.philosophy-content{max-width:900px;margin:0 auto}.philosophy-text h2{color:#6b9e7d;letter-spacing:-.02em;text-transform:uppercase;text-align:center;margin:0 0 2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.philosophy-quote{color:#e07a5f;background:linear-gradient(135deg,#e07a5f0d 0%,#4a6b530d 100%);border-left:4px solid #e07a5f;border-radius:8px;margin:0 0 2rem;padding:2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-style:italic;font-weight:600;line-height:1.5}.philosophy-description{color:#8c9a6c;text-align:center;margin:0;font-size:1.25rem;line-height:1.8}@media (max-width:768px){.about-page{padding-top:60px}.about-hero{padding:3rem 1.5rem 0}.dome-gallery-container{height:60vh;min-height:400px}.opening-statement-section,.pillars-section{padding:4rem 1.5rem}.pillars-grid{grid-template-columns:1fr;gap:1.5rem}.pillar-card{padding:2rem 1.5rem}.highlights-container{flex-direction:column;gap:2rem}.highlight-divider{background:linear-gradient(90deg,#0000,#ebe0c44d,#0000);width:60px;height:1px}.philosophy-section{padding:4rem 1.5rem}.philosophy-quote{padding:1.5rem;font-size:1.25rem}}
