:root{--ap-black:#0a0a0a;--ap-ink:#171717;--ap-ink-secondary:#404040;--ap-ink-tertiary:#737373;--ap-ink-muted:#a3a3a3;--ap-border:#e5e7eb;--ap-border-light:#f3f4f6;--ap-surface:#fff;--ap-surface-raised:#f9fafb;--ap-surface-warm:#f3f4f6;--ap-accent:#2563eb;--ap-accent-hover:#1d4ed8;--ap-accent-subtle:#eff6ff;--ap-accent-muted:#dbeafe;--ap-error:#ef4444;--ap-error-subtle:#fee2e2;--ap-success:#16a34a;--ap-font-display:var(--lp-font-display,"Fraunces",Georgia,serif);--ap-font-body:var(--lp-font-body,"DM Sans",system-ui,sans-serif);--ap-space-xs:.5rem;--ap-space-sm:.75rem;--ap-space-md:1rem;--ap-space-lg:1.5rem;--ap-space-xl:2rem;--ap-space-2xl:3rem;--ap-space-3xl:4rem;--ap-space-4xl:6rem;--ap-space-5xl:8rem;--ap-radius-sm:.375rem;--ap-radius-md:.5rem;--ap-radius-lg:.75rem;--ap-radius-xl:1rem;--ap-radius-2xl:1.25rem;--ap-radius-3xl:1.5rem;--ap-radius-full:9999px}.about-page{font-family:var(--ap-font-body);color:var(--ap-ink);background:var(--ap-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}.ap-hero{padding:10rem var(--ap-space-lg)var(--ap-space-5xl);position:relative;overflow:hidden}@media (min-width:768px){.ap-hero{padding:12rem var(--ap-space-xl)var(--ap-space-5xl)}}.ap-hero:before{content:"";background:radial-gradient(ellipse 70% 50% at 50% 0%,var(--ap-accent-subtle)0%,transparent 70%);pointer-events:none;width:140%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.ap-hero__inner{text-align:center;max-width:48rem;margin:0 auto;position:relative}.ap-hero__label{align-items:center;gap:var(--ap-space-xs);letter-spacing:.08em;text-transform:uppercase;color:var(--ap-accent);margin-bottom:var(--ap-space-lg);font-size:.75rem;font-weight:600;display:inline-flex}.ap-hero__title{font-family:var(--ap-font-display);letter-spacing:-.025em;color:var(--ap-ink);margin-bottom:var(--ap-space-xl);font-size:clamp(2.25rem,6vw,3.5rem);font-weight:400;line-height:1.1}.ap-hero__title em{color:var(--ap-ink-tertiary);font-style:italic}.ap-hero__desc{color:var(--ap-ink-secondary);max-width:36rem;margin:0 auto;font-size:1.1875rem;line-height:1.7}.ap-section{padding:var(--ap-space-5xl)var(--ap-space-lg)}@media (min-width:768px){.ap-section{padding:var(--ap-space-5xl)var(--ap-space-xl)}}.ap-section__inner{max-width:72rem;margin:0 auto}.ap-section__inner--narrow{max-width:48rem}.ap-section-header{text-align:center;margin-bottom:var(--ap-space-4xl)}.ap-section-header--left{text-align:left}.ap-section-label{letter-spacing:.08em;text-transform:uppercase;color:var(--ap-accent);margin-bottom:var(--ap-space-md);font-size:.75rem;font-weight:600;display:inline-block}.ap-section-title{font-family:var(--ap-font-display);color:var(--ap-ink);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.15}.ap-section-desc{color:var(--ap-ink-secondary);max-width:32rem;margin:var(--ap-space-md)auto 0;font-size:1.0625rem;line-height:1.65}.ap-section-header--left .ap-section-desc{margin-left:0}.ap-story{background:var(--ap-surface-warm)}.ap-story__content{gap:var(--ap-space-3xl);display:grid}@media (min-width:768px){.ap-story__content{gap:var(--ap-space-4xl);grid-template-columns:1fr 1fr;align-items:center}}.ap-story__text h3{font-family:var(--ap-font-display);color:var(--ap-ink);margin-bottom:var(--ap-space-lg);font-size:1.5rem;font-weight:400}.ap-story__text p{color:var(--ap-ink-secondary);margin-bottom:var(--ap-space-md);font-size:1rem;line-height:1.75}.ap-story__text p:last-child{margin-bottom:0}.ap-story__visual{position:relative}.ap-story__image-placeholder{background:linear-gradient(135deg,var(--ap-accent-muted)0%,var(--ap-accent-subtle)100%);border-radius:var(--ap-radius-3xl);aspect-ratio:4/3;justify-content:center;align-items:center;display:flex}.ap-story__image-placeholder svg{width:4rem;height:4rem;color:var(--ap-accent);opacity:.4}.ap-values__grid{gap:var(--ap-space-lg);display:grid}@media (min-width:640px){.ap-values__grid{grid-template-columns:repeat(2,1fr)}}.ap-value{padding:var(--ap-space-2xl);border:1px solid var(--ap-border-light);border-radius:var(--ap-radius-2xl);transition:all .25s}.ap-value:hover{background:var(--ap-surface-warm);border-color:var(--ap-border)}.ap-value__icon{background:var(--ap-accent-muted);border-radius:var(--ap-radius-lg);width:2.5rem;height:2.5rem;color:var(--ap-accent);margin-bottom:var(--ap-space-lg);padding:.5rem}.ap-value__title{color:var(--ap-ink);margin-bottom:.5rem;font-size:1.0625rem;font-weight:600}.ap-value__desc{color:var(--ap-ink-secondary);font-size:.9375rem;line-height:1.65}.ap-timeline{position:relative}.ap-timeline__line{display:none}@media (min-width:768px){.ap-timeline__line{background:var(--ap-border);width:1px;display:block;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}}.ap-timeline__items{gap:var(--ap-space-2xl);flex-direction:column;display:flex}@media (min-width:768px){.ap-timeline__items{gap:var(--ap-space-3xl)}}.ap-timeline__item{gap:var(--ap-space-md);display:grid;position:relative}@media (min-width:768px){.ap-timeline__item{gap:var(--ap-space-2xl);grid-template-columns:1fr auto 1fr;align-items:center}.ap-timeline__item:nth-child(odd) .ap-timeline__content{text-align:right;grid-column:1}.ap-timeline__item:nth-child(odd) .ap-timeline__dot{grid-column:2}.ap-timeline__item:nth-child(odd):after{content:"";grid-column:3}.ap-timeline__item:nth-child(2n) .ap-timeline__content{text-align:left;grid-column:3}.ap-timeline__item:nth-child(2n) .ap-timeline__dot{grid-column:2}.ap-timeline__item:nth-child(2n):before{content:"";grid-column:1}}.ap-timeline__dot{background:var(--ap-surface);border:2px solid var(--ap-accent);border-radius:var(--ap-radius-full);width:3rem;height:3rem;font-family:var(--ap-font-display);color:var(--ap-accent);z-index:1;justify-content:center;align-items:center;font-size:.75rem;font-weight:500;display:flex}.ap-timeline__content{padding:var(--ap-space-lg);background:var(--ap-surface-raised);border-radius:var(--ap-radius-xl)}@media (min-width:768px){.ap-timeline__content{padding:var(--ap-space-xl)}}.ap-timeline__title{color:var(--ap-ink);margin-bottom:.375rem;font-size:1.0625rem;font-weight:600}.ap-timeline__desc{color:var(--ap-ink-secondary);font-size:.9375rem;line-height:1.6}.ap-team{background:var(--ap-surface-warm)}.ap-team__message{text-align:center;max-width:36rem;margin:0 auto}.ap-team__message p{color:var(--ap-ink-secondary);margin-bottom:var(--ap-space-lg);font-size:1.0625rem;line-height:1.7}.ap-team__message p:last-of-type{margin-bottom:var(--ap-space-2xl)}.ap-cta{background:var(--ap-ink);position:relative;overflow:hidden}.ap-cta:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 50% 100%,#1d4ed81f 0%,#0000 60%);width:150%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.ap-cta__inner{text-align:center;max-width:42rem;margin:0 auto;position:relative}.ap-cta__title{font-family:var(--ap-font-display);color:#fff;letter-spacing:-.02em;margin-bottom:var(--ap-space-lg);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400;line-height:1.15}.ap-cta__desc{color:#ffffff8c;max-width:28rem;margin:0 auto var(--ap-space-2xl);font-size:1.0625rem;line-height:1.65}.ap-cta__actions{align-items:center;gap:var(--ap-space-md);flex-direction:column;display:flex}@media (min-width:480px){.ap-cta__actions{flex-direction:row;justify-content:center}}.ap-btn{font-family:var(--ap-font-body);border-radius:var(--ap-radius-xl);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.ap-btn svg{width:1rem;height:1rem;transition:transform .2s}.ap-btn:hover svg{transform:translate(2px)}.ap-btn--primary{background:var(--ap-ink);color:var(--ap-surface)}.ap-btn--primary:hover{background:var(--ap-black);box-shadow:0 4px 12px #00000026}.ap-btn--secondary{background:var(--ap-surface);color:var(--ap-ink);border:1px solid var(--ap-border)}.ap-btn--secondary:hover{background:var(--ap-surface-raised);border-color:var(--ap-ink-muted)}.ap-btn--white{color:var(--ap-ink);background:#fff}.ap-btn--white:hover{background:var(--ap-surface-raised)}.ap-btn--ghost{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.ap-btn--ghost:hover{background:#ffffff1f;border-color:#ffffff40}.ap-btn--lg{border-radius:var(--ap-radius-2xl);padding:1rem 2rem;font-size:1rem}.ap-skip-link{background:var(--ap-ink);color:#fff;border-radius:var(--ap-radius-lg);z-index:100;padding:.75rem 1.5rem;font-weight:500;transition:top .2s;position:absolute;top:-100%;left:1rem}.ap-skip-link:focus{top:1rem}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
