.about-page{position:relative}.about-hero{text-align:center;padding:2.5rem 0 2rem;position:relative}.about-hero-eyebrow{border:1px solid color-mix(in srgb, var(--primary) 18%, var(--border));background:color-mix(in srgb, var(--primary) 6%, white);letter-spacing:.06em;color:var(--primary);border-radius:999px;align-items:center;gap:.45rem;margin-bottom:.85rem;padding:.35rem .9rem;font-size:.65rem;font-weight:900;display:inline-flex}.about-hero-title{color:var(--foreground);font-size:clamp(1.85rem,4.5vw,3rem);font-weight:900;line-height:1.15}.about-hero-title-accent{background:linear-gradient(135deg, var(--primary) 0%, var(--accent-cyan) 45%, var(--accent-pink) 100%);color:#0000;-webkit-background-clip:text;background-clip:text}.about-hero-lead{max-width:40rem;color:var(--muted);margin:1rem auto 0;font-size:1rem;font-weight:700;line-height:1.65}.about-hero-lines{justify-content:center;align-items:center;gap:.65rem;margin-top:1.25rem;display:flex}.about-hero-line{background:linear-gradient(90deg, transparent, var(--accent-yellow), var(--accent-pink), transparent);border-radius:999px;width:3.5rem;height:2px}.about-hero-diamond{background:var(--primary);border-radius:1px;width:.45rem;height:.45rem;rotate:45deg}.about-main{gap:2.5rem;margin-top:2rem;display:grid}@media (min-width:1024px){.about-main{grid-template-columns:1fr 1fr;align-items:center;gap:3rem}}.about-copy{flex-direction:column;gap:1.25rem;display:flex}.about-copy-intro{color:var(--foreground);font-size:1.05rem;font-weight:700;line-height:1.75}.about-copy-intro strong{color:var(--primary)}.about-copy-block{border:1px solid var(--border);background:linear-gradient(145deg, color-mix(in srgb, var(--primary) 4%, white), white 55%);box-shadow:0 12px 40px color-mix(in srgb, var(--primary) 6%, transparent);border-radius:1.25rem;padding:1.25rem 1.35rem}.about-copy-block p{color:var(--muted);font-size:.92rem;font-weight:700;line-height:1.7}.about-specialties-title{color:var(--foreground);font-size:1.15rem;font-weight:900}.about-specialties{gap:.55rem;display:grid}.about-specialty{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:1rem;align-items:flex-start;gap:.65rem;padding:.65rem .85rem;font-size:.85rem;font-weight:700;line-height:1.45;transition:border-color .25s,transform .25s,box-shadow .25s;display:flex}.about-specialty:hover{border-color:color-mix(in srgb, var(--primary) 25%, var(--border));box-shadow:0 8px 24px color-mix(in srgb, var(--primary) 8%, transparent);transform:translate(-3px)}.about-specialty-dot{background:linear-gradient(135deg, var(--primary), var(--accent-cyan));border-radius:999px;flex-shrink:0;width:.45rem;height:.45rem;margin-top:.35rem}.about-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.about-photo{aspect-ratio:1;border:1px solid var(--border);background:var(--background);box-shadow:0 16px 48px color-mix(in srgb, var(--foreground) 8%, transparent);border-radius:1.35rem;position:relative;overflow:hidden}.about-photo img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1)}.about-photo:hover img{transform:scale(1.06)}.about-photo-shine{pointer-events:none;background:linear-gradient(135deg, #ffffff59 0%, transparent 45%, color-mix(in srgb, var(--primary) 8%, transparent) 100%);opacity:0;transition:opacity .45s;position:absolute;inset:0}.about-photo:hover .about-photo-shine{opacity:1}.about-photo--emblem{background:radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--accent-yellow) 18%, white), transparent 55%), radial-gradient(circle at 70% 80%, color-mix(in srgb, var(--accent-pink) 10%, white), transparent 50%), white;justify-content:center;align-items:center;padding:1.25rem;display:flex}.about-photo--emblem img{object-fit:contain;padding:.5rem}.about-values-wrap{margin-top:3rem;padding-bottom:.5rem}.about-values-ring{width:100%}.about-values{background:#fff;border-radius:calc(1.5rem - 2px);padding:2rem 1.25rem 2.25rem}@media (min-width:768px){.about-values{padding:2.25rem 2rem 2.5rem}}.about-values-grid{gap:1rem;display:grid}@media (min-width:768px){.about-values-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-value-card{border:1px solid var(--border);text-align:center;background:#fff;border-radius:1.15rem;padding:1.25rem}.about-value-icon{background:color-mix(in srgb, var(--primary) 10%, white);width:2.75rem;height:2.75rem;color:var(--primary);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.about-value-title{color:var(--foreground);font-size:.95rem;font-weight:900}.about-value-text{color:var(--muted);margin-top:.35rem;font-size:.8rem;font-weight:700;line-height:1.55}.about-cta-row{margin-top:2rem}.about-cta-outline{border:1px solid color-mix(in srgb, var(--foreground) 12%, var(--border));color:var(--foreground);background:#fff;border-radius:calc(1rem - 2px);justify-content:center;align-items:center;padding:.8rem 1.4rem;font-size:.9rem;font-weight:900;transition:border-color .2s,transform .25s;display:inline-flex}.about-cta-outline:hover{border-color:color-mix(in srgb, var(--primary) 30%, var(--border));transform:scale(1.02)}.about-reveal{opacity:0;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1);transform:translateY(1.25rem)scale(.985)}.about-reveal.is-visible{opacity:1;transform:translateY(0)scale(1)}.about-photo.about-reveal{transform:translateY(1.5rem)scale(.94)}.about-photo.about-reveal.is-visible{transform:translateY(0)scale(1)}@media (prefers-reduced-motion:reduce){.about-reveal,.about-photo.about-reveal{opacity:1;transition:none;transform:none}.about-photo img{transition:none}}
