@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";.nav-favicon[data-astro-cid-3ef6ksr2]{height:36px;width:36px;object-fit:contain;flex-shrink:0}:root{--ink: #1c2631;--ink-light: #3d5166;--cream: #f7f3ec;--cream-dark: #ede7da;--amber: #c8861a;--amber-dark: #a36a0f;--amber-glow: rgba(200, 134, 26, .15);--red: #b03a2e;--white: #ffffff;--border: #d6cfc4;--shadow-sm: 0 2px 8px rgba(28,38,49,.08);--shadow-md: 0 6px 24px rgba(28,38,49,.12);--shadow-lg: 0 16px 48px rgba(28,38,49,.16);--font-display: "Playfair Display", Georgia, serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", monospace;--nav-height: 80px;--max-w: 1200px;--section-py: 6rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.7;font-size:1rem;font-weight:400;overflow-x:hidden;padding-top:var(--nav-height)}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2;color:var(--ink)}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700}h2{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600}h3{font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600}p{color:var(--ink-light);line-height:1.8}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:2rem}section{padding-block:var(--section-py)}.section-label{font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--amber);display:block;margin-bottom:.75rem}.section-title{font-size:clamp(1.8rem,3.5vw,2.8rem);color:var(--ink);margin-bottom:1rem}.section-title+.section-lead{font-size:1.1rem;color:var(--ink-light);max-width:600px;line-height:1.8;margin-bottom:3rem}.divider{width:48px;height:3px;background:var(--amber);margin:1.25rem 0 2rem;border-radius:2px}.site-header{position:fixed;inset-block-start:0;inset-inline:0;height:var(--nav-height);background:var(--ink);z-index:100;transition:background .3s,box-shadow .3s;display:flex;align-items:center}.site-header.scrolled{background:#1c2631f7;box-shadow:var(--shadow-md);backdrop-filter:blur(8px)}.nav-inner{max-width:var(--max-w);margin-inline:auto;padding-inline:2rem;width:100%;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center;gap:.75rem;color:var(--white);font-family:var(--font-display);font-size:1.1rem;font-weight:600;line-height:1.2;white-space:nowrap}.nav-logo img{height:48px;width:auto}.nav-logo-text small{display:block;font-family:var(--font-body);font-size:.7rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;opacity:.7;margin-top:1px}.nav-links{display:flex;align-items:center;gap:.25rem;list-style:none}.nav-links a{color:#fffc;font-size:.9rem;font-weight:500;padding:.5rem .75rem;border-radius:6px;transition:color .2s,background .2s;letter-spacing:.02em}.nav-links a:hover,.nav-links a.active{color:var(--white);background:#ffffff14}.nav-links .nav-cta a{background:var(--amber);color:var(--white);padding:.5rem 1.25rem;border-radius:6px;font-weight:600;letter-spacing:.02em}.nav-links .nav-cta a:hover{background:var(--amber-dark);color:var(--white)}.nav-toggle{display:none;background:none;border:2px solid rgba(255,255,255,.3);color:#fff;padding:.4rem .6rem;border-radius:6px;cursor:pointer;font-size:1.2rem;line-height:1}.page-hero{background:var(--ink);color:var(--white);padding:5rem 2rem 4rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 80% 50%,rgba(200,134,26,.12) 0%,transparent 60%),radial-gradient(ellipse 40% 40% at 20% 80%,rgba(28,38,49,.6) 0%,transparent 60%);pointer-events:none}.page-hero .container{position:relative;z-index:1}.page-hero h1{color:var(--white);margin-bottom:.75rem}.page-hero p{color:#ffffffb3;font-size:1.15rem;max-width:560px;margin-inline:auto}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-body);font-weight:600;font-size:.95rem;border-radius:8px;border:2px solid transparent;cursor:pointer;transition:all .2s;text-decoration:none;letter-spacing:.02em}.btn-primary{background:var(--amber);color:var(--white);border-color:var(--amber)}.btn-primary:hover{background:var(--amber-dark);border-color:var(--amber-dark);transform:translateY(-2px);box-shadow:0 8px 24px #c8861a59}.btn-outline{background:transparent;color:var(--white);border-color:#fff6}.btn-outline:hover{background:#ffffff1a;border-color:#ffffffb3;transform:translateY(-2px)}.btn-ink{background:var(--ink);color:var(--white);border-color:var(--ink)}.btn-ink:hover{background:var(--ink-light);border-color:var(--ink-light);transform:translateY(-2px)}.card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:transform .25s,box-shadow .25s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:900px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.grid-3,.grid-2{grid-template-columns:1fr}}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;background:none;border:none;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--ink);cursor:pointer;text-align:left;gap:1rem}.faq-question .faq-icon{flex-shrink:0;width:28px;height:28px;background:var(--cream-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:transform .3s,background .3s;font-style:normal}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--amber);color:var(--white)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer-inner{padding:0 0 1.5rem;color:var(--ink-light);line-height:1.8}.badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--amber-glow);color:var(--amber-dark);border:1px solid rgba(200,134,26,.3);padding:.35rem .9rem;border-radius:50px;font-size:.8rem;font-weight:600;letter-spacing:.04em}.prose{max-width:72ch;color:var(--ink-light);line-height:1.8}.prose h2{color:var(--ink);font-size:1.5rem;margin:2.5rem 0 .75rem}.prose h3{color:var(--ink);margin:1.75rem 0 .5rem}.prose p{margin-bottom:1.25rem}.prose ul,.prose ol{margin:1rem 0 1.25rem 1.5rem}.prose li{margin-bottom:.4rem}.prose strong{color:var(--ink);font-weight:600}.prose a{color:var(--amber-dark);text-decoration:underline;text-underline-offset:3px}.prose a:hover{color:var(--amber)}.news-card{background:var(--white);border-radius:12px;padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s}.news-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.news-card .news-date{font-family:var(--font-mono);font-size:.78rem;color:var(--amber);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.6rem}.news-card h3{font-size:1.15rem;margin-bottom:.6rem;line-height:1.3}.news-card h3 a{transition:color .2s}.news-card h3 a:hover{color:var(--amber-dark)}.news-card p{font-size:.92rem;color:var(--ink-light);line-height:1.7;margin-bottom:1.25rem}.news-card .read-more{font-size:.88rem;font-weight:600;color:var(--amber-dark);display:inline-flex;align-items:center;gap:.3rem;transition:gap .2s}.news-card .read-more:hover{gap:.6rem}.pinned-banner{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;color:var(--amber-dark);background:var(--amber-glow);border:1px solid rgba(200,134,26,.25);padding:.2rem .65rem;border-radius:4px;margin-bottom:.75rem}.team-card{display:flex;gap:1.5rem;padding:2rem;background:var(--white);border-radius:12px;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.team-photo{flex-shrink:0;width:100px;height:100px;border-radius:50%;overflow:hidden;background:var(--cream-dark);border:3px solid var(--amber)}.team-photo img{width:100%;height:100%;object-fit:cover}.team-photo-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.team-info h3{font-size:1.15rem;margin-bottom:.2rem}.team-role{font-size:.82rem;font-weight:500;color:var(--amber-dark);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.75rem}.team-bio{font-size:.9rem;line-height:1.7}.step-item{display:flex;gap:1.5rem;position:relative}.step-num{flex-shrink:0;width:48px;height:48px;background:var(--amber);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.2rem;font-weight:700}.step-content h3{font-size:1.05rem;margin-bottom:.4rem}.step-content p{font-size:.9rem}.feature-block{display:flex;gap:1.25rem;align-items:flex-start}.feature-icon{flex-shrink:0;width:52px;height:52px;background:var(--cream-dark);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.feature-text h3{font-size:1rem;margin-bottom:.3rem}.feature-text p{font-size:.88rem}.checklist{list-style:none;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem 2rem}.checklist li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:var(--ink-light)}.checklist li:before{content:"✓";flex-shrink:0;width:22px;height:22px;background:var(--amber);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.88rem;font-weight:600;color:var(--ink);margin-bottom:.4rem;letter-spacing:.02em}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:2px solid var(--border);border-radius:8px;font-family:var(--font-body);font-size:.95rem;color:var(--ink);background:var(--white);transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--amber)}.form-group textarea{min-height:120px;resize:vertical}.site-footer{background:var(--ink);color:#ffffffb3;padding-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .footer-logo{font-family:var(--font-display);font-size:1.15rem;color:var(--white);margin-bottom:.6rem;display:block}.footer-brand p{font-size:.88rem;line-height:1.7}.footer-brand address{font-style:normal;font-size:.88rem;margin-top:1rem;line-height:1.8}.footer-brand .footer-phone{color:var(--amber);font-weight:600;font-size:1.05rem;margin-top:.5rem;display:inline-block}.footer-col h4{font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--amber);margin-bottom:1.25rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-col a{color:#ffffffa6;font-size:.9rem;transition:color .2s}.footer-col a:hover{color:var(--white)}.hours-row{display:flex;justify-content:space-between;font-size:.88rem;padding:.25rem 0;border-bottom:1px dashed rgba(255,255,255,.1)}.hours-note{font-size:.78rem;color:var(--amber);margin-top:.6rem;font-style:italic}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-size:.82rem;gap:1rem;flex-wrap:wrap}.footer-bottom a{color:#ffffff80;transition:color .2s}.footer-bottom a:hover{color:var(--white)}.cta-banner{background:linear-gradient(135deg,var(--red) 0%,#8e2318 100%);color:var(--white);padding:5rem 2rem;text-align:center}.cta-banner h2{color:var(--white);font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:.75rem}.cta-banner p{color:#ffffffd9;font-size:1.1rem;max-width:540px;margin-inline:auto;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.map-container{border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.map-container iframe{display:block;width:100%}.brand-logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.brand-logo-card{background:var(--white);border-radius:10px;padding:1.75rem 1.5rem;border:1px solid var(--border);text-align:center;transition:transform .2s,box-shadow .2s}.brand-logo-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.brand-logo-card img{height:56px;width:auto;margin:0 auto .75rem;object-fit:contain}.brand-logo-card .brand-placeholder{height:56px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;font-family:var(--font-display);font-size:1.3rem;font-weight:700;color:var(--ink)}.brand-logo-card p{font-size:.82rem;line-height:1.5;color:var(--ink-light)}.instrument-category{padding:1.25rem 1.5rem;background:var(--white);border-radius:10px;border:1px solid var(--border);border-left:4px solid var(--amber)}.instrument-category h4{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--amber-dark);margin-bottom:.5rem}.instrument-category p{font-size:.88rem;color:var(--ink-light)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-up{animation:fadeUp .6s ease forwards}@media(max-width:900px){:root{--section-py: 4rem}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--ink);flex-direction:column;padding:1rem 2rem 2rem;gap:.25rem;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 8px 24px #0000004d}.nav-links.open{display:flex}.nav-links a{display:block;padding:.75rem 1rem}.team-card{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.cta-buttons{flex-direction:column;align-items:center}}
