/*!
 * MC Imagineers — https://mcimagineers.com
 * Copyright (c) 2026 MC Imagineers. All rights reserved.
 * Source: https://github.com/MCImagineers/website (see LICENSE)
 */
.container{max-width:960px;padding:2rem 1.5rem 4rem;--team-lead:#dc2626;--team-ge:#116ade;--team-im:#f1c40f;--team-tx:#7c3aed}.about-h2{font-size:1.5rem;font-weight:800;color:var(--heading);letter-spacing:-.02em;margin-bottom:.5rem}.about-lead{font-size:.95rem;font-weight:500;color:var(--muted);line-height:1.7;max-width:620px;margin-bottom:1.75rem}section.about-section{margin-bottom:2.5rem}.about-hero{background:var(--hero-bg);border-radius:20px;padding:3.5rem 2.5rem;margin-bottom:2.5rem;text-align:center;box-shadow:0 12px 40px rgba(0,26,118,.3);position:relative;overflow:hidden}.about-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 65% 90% at 50% -5%,rgba(17,106,222,.4) 0,transparent 65%);pointer-events:none}.about-hero>*{position:relative;z-index:1}.about-hero h1{font-size:2.5rem;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:.85rem}.about-hero-sub{font-size:1rem;font-weight:500;color:rgba(255,255,255,.85);line-height:1.7;max-width:560px;margin:0 auto 1.75rem}.about-hero .btn-primary{border-color:rgba(255,255,255,.5);box-shadow:0 4px 16px rgba(0,0,0,.2);font-weight:800}.about-hero .btn-primary:hover{background:#fff;color:var(--navy);border-color:#fff;transform:translateY(-1px)}.home-info-card{background:var(--surface);border:1.5px solid var(--border);border-top:4px solid var(--blue);border-radius:16px;padding:2rem;box-shadow:var(--shadow)}.home-info-card h2{font-size:1.15rem;font-weight:800;color:var(--heading);margin-bottom:.75rem;letter-spacing:-.01em}.about-info-text p{font-size:.92rem;font-weight:500;color:var(--text);line-height:1.75}.about-info-text p+p{margin-top:1rem}.about-info-top{display:grid;grid-template-columns:1.3fr 1fr;gap:2rem;align-items:center;margin-bottom:1.5rem}.about-info-image{width:100%;height:auto;aspect-ratio:640/440;object-fit:cover;border-radius:14px;box-shadow:var(--shadow-md)}.feature-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:1.5rem}.feature-pill{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 6px;font-family:inherit;font-size:12px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--blue) 0,var(--navy) 100%);border:1.5px solid rgba(255,255,255,.2);border-radius:24px;box-shadow:0 3px 10px rgba(17,106,222,.28);cursor:pointer;transition:transform .15s,box-shadow .15s}.feature-pill.is-expanded,.feature-pill:focus-visible,.feature-pill:hover{z-index:30;transform:translateY(-2px);box-shadow:0 6px 16px rgba(17,106,222,.38)}.feature-pill:focus-visible{outline:2px solid #fff;outline-offset:2px}.feature-pill-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center}.feature-pill-desc{position:absolute;top:calc(100% + 8px);left:0;z-index:20;width:max-content;max-width:220px;padding:10px 12px;background:var(--blue);border:1.5px solid rgba(255,255,255,.25);border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.35);font-size:11px;font-weight:600;line-height:1.5;color:#fff;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.feature-pill.is-expanded .feature-pill-desc,.feature-pill:focus-visible .feature-pill-desc,.feature-pill:hover .feature-pill-desc{opacity:1;transform:translateY(0)}.about-vision-card{border-top:4px solid var(--blue);border-radius:16px;padding:2rem}.about-vision-card h2{font-size:1.15rem;font-weight:800;color:var(--heading);margin-bottom:.75rem;letter-spacing:-.01em}.about-vision-card p{font-size:.95rem;font-weight:500;color:var(--text);line-height:1.8}.about-vision-card p+p{margin-top:1.1rem}.about-vision-card p em{font-style:italic;color:var(--muted)}.about-vision-card p.about-vision-signoff{font-style:italic;color:var(--heading);margin-top:1.5rem;text-align:right}#meet-the-team{scroll-margin-top:80px}.meet-team-panel{background:var(--hero-bg);border-radius:20px;padding:3rem 2rem 3.5rem;box-shadow:0 12px 40px rgba(0,26,118,.3);position:relative;overflow:hidden}.meet-team-panel::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 65% 90% at 50% -5%,rgba(17,106,222,.4) 0,transparent 65%);pointer-events:none}.meet-team-panel>*{position:relative;z-index:1}.meet-team-heading{color:#fff}.meet-team-lead{color:rgba(255,255,255,.8)}.meet-team-panel .team-subsection-title{color:#fff;border-bottom-color:rgba(255,255,255,.2)}.meet-team-panel .member-name{color:#fff}.meet-team-panel .roster-empty{color:rgba(255,255,255,.8)}.team-subsection{margin-bottom:2.5rem}.team-subsection:last-child{margin-bottom:0}.team-subsection-title{font-size:1rem;font-weight:800;color:var(--heading);letter-spacing:-.01em;margin-bottom:1.25rem;padding-bottom:.6rem;border-bottom:1.5px solid var(--mid)}.team-subsection--imagineers .team-subsection-title{border-bottom-color:var(--team-im)}.team-subsection--technicians .team-subsection-title{border-bottom-color:var(--team-tx)}.team-subsection--guest-experience .team-subsection-title{border-bottom-color:var(--team-ge)}.team-roster-box{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;padding:1.75rem 1.5rem}.team-subsection--imagineers .team-roster-box{border-top:4px solid var(--team-im)}.team-subsection--technicians .team-roster-box{border-top:4px solid var(--team-tx)}.team-subsection--guest-experience .team-roster-box{border-top:4px solid var(--team-ge)}.team-roster-box .member-name{color:var(--heading)}.team-roster-box .roster-empty{color:var(--muted)}.leadership-subsection .team-subsection-title{font-size:1.1rem;border-bottom-color:var(--blue)}.leader-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.leader-card{background:var(--surface);border:1.5px solid var(--border);border-top:4px solid var(--blue);border-radius:16px;padding:1.75rem 1.25rem;text-align:center;box-shadow:var(--shadow);transition:transform .15s,box-shadow .15s}.leader-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.leader-bust{display:block;width:120px;height:120px;border-radius:14px;object-fit:cover;background:var(--mid);margin:0 auto 1rem;box-shadow:0 6px 16px rgba(0,26,118,.18)}.leader-name{font-size:1.05rem;font-weight:800;color:var(--heading);letter-spacing:-.01em;margin-bottom:.3rem}.leader-title{font-size:.75rem;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.06em}.leader-card.accent-lead{border-top-color:var(--team-lead)}.leader-card.accent-lead .leader-title{color:var(--team-lead)}.leader-card.accent-imagineers{border-top-color:var(--team-im)}.leader-card.accent-imagineers .leader-title{color:var(--team-im)}.leader-card.accent-technicians{border-top-color:var(--team-tx)}.leader-card.accent-technicians .leader-title{color:var(--team-tx)}.leader-card.accent-guest-experience{border-top-color:var(--team-ge)}.leader-card.accent-guest-experience .leader-title{color:var(--team-ge)}.member-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem 1.25rem}.member-card{width:128px;text-align:center}.member-bust{display:block;width:84px;height:84px;border-radius:12px;object-fit:cover;background:var(--mid);margin:0 auto .6rem;box-shadow:var(--shadow);transition:transform .15s}.member-card:hover .member-bust{transform:translateY(-2px)}.member-name{font-size:.85rem;font-weight:700;color:var(--heading)}.team-subsection--imagineers .member-bust{box-shadow:0 0 0 3px var(--team-im),var(--shadow)}.team-subsection--technicians .member-bust{box-shadow:0 0 0 3px var(--team-tx),var(--shadow)}.team-subsection--guest-experience .member-bust{box-shadow:0 0 0 3px var(--team-ge),var(--shadow)}.roster-empty{font-size:.85rem;font-weight:600;color:var(--muted);font-style:italic}.faq-toggle{max-width:640px;margin:0 auto;background:var(--surface);border:1.5px solid var(--border);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.faq-toggle-summary{display:flex;align-items:center;justify-content:center;gap:10px;padding:1.1rem 1.5rem;font-size:1rem;font-weight:800;color:var(--heading);text-align:center;cursor:pointer;list-style:none;transition:background .12s}.faq-toggle-summary::-webkit-details-marker{display:none}.faq-toggle-summary:hover{background:var(--light)}.faq-toggle-chevron{flex-shrink:0;color:var(--blue);transition:transform .2s}.faq-toggle[open] .faq-toggle-chevron{transform:rotate(180deg)}.faq-list{display:flex;flex-direction:column;padding:0 1.5rem .5rem;border-top:1.5px solid var(--border)}.faq-item{border-bottom:1.5px solid var(--mid)}.faq-item:last-child{border-bottom:none}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;font-size:.88rem;font-weight:800;color:var(--heading);cursor:pointer;list-style:none}.faq-item summary h3{margin:0;font:inherit;color:inherit}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';flex-shrink:0;font-size:1.2rem;font-weight:700;color:var(--blue);transition:transform .2s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-item p{margin:0;padding:0 0 .95rem;font-size:.85rem;font-weight:600;color:var(--muted);line-height:1.7}.faq-item p a{color:var(--blue);font-weight:700;text-decoration:underline}code{font-family:Montserrat,sans-serif;font-size:.85em;font-weight:800;color:#fff;background:var(--blue);padding:2px 8px;border-radius:5px}.copy-ip{position:relative;cursor:pointer;transition:transform .15s}.copy-ip:focus-visible,.copy-ip:hover{transform:translateY(-1px)}.copy-ip:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.copy-ip::after{content:'Click to copy';position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) translateY(2px);width:max-content;padding:6px 10px;font-family:inherit;font-size:11px;font-weight:600;color:#fff;background:var(--navy);border-radius:6px;box-shadow:0 6px 16px rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.copy-ip:focus-visible::after,.copy-ip:hover::after{opacity:1;transform:translateX(-50%) translateY(0)}.copy-ip.is-copied::after{content:'Copied!';opacity:1;transform:translateX(-50%) translateY(0);background:var(--blue)}.how-to-play-card{text-align:center}.how-to-play-card>p{max-width:900px;margin-left:auto;margin-right:auto;font-size:.92rem;font-weight:600;color:var(--muted);line-height:1.75}.how-to-play-card>p+p{margin-top:1rem}.how-to-play-card .btn-primary{margin-top:.5rem}@media(max-width:900px){.leader-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.about-hero{padding:2.5rem 1.75rem}.about-hero h1{font-size:2rem}.meet-team-panel{padding:2.5rem 1.75rem 3rem}.about-info-top{grid-template-columns:1fr;gap:1.25rem}.about-info-image{max-width:420px;margin:0 auto}}@media(max-width:600px){.about-hero h1{font-size:1.75rem}.about-h2{font-size:1.3rem}.home-info-card{padding:1.5rem}.leader-grid{grid-template-columns:1fr 1fr;gap:1rem}.leader-card{padding:1.25rem 1rem}.leader-bust{width:92px;height:92px}}@media(max-width:420px){.leader-grid{grid-template-columns:1fr}}
