@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700;800&family=Frank+Ruhl+Libre:wght@400;500;600;700&display=swap');
:root{color-scheme:light;--ink:#354337;--green:#627653;--paper:#f8f7f1;--muted:#677061;--line:#d9dfd1;--sand:#eee9de}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:35px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.7 Heebo,Arial,sans-serif}a{color:inherit;text-decoration:none}a:focus-visible,video:focus-visible{outline:3px solid #6a8053;outline-offset:5px}a:hover{color:#355b36}.skip{position:fixed;top:-100px;background:var(--paper);padding:12px;z-index:10}.skip:focus{top:12px}header{max-width:1280px;margin:auto;padding:25px 4%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;font-size:16px;line-height:1.25;font-weight:600}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#e2e9d8;color:var(--green);font-family:'Frank Ruhl Libre',serif;font-size:38px}nav{display:flex;gap:28px;font-size:15px}.header-note{font-size:14px;color:var(--muted)}.hero{max-width:1280px;margin:auto;padding:65px 4% 75px;display:grid;grid-template-columns:1fr 1.05fr;gap:30px 6%;align-items:center}.hero-top{display:none}.eyebrow{color:var(--green);font-size:14px;letter-spacing:.02em;margin:0 0 18px;font-weight:500}h1,h2,h3{font-family:'Frank Ruhl Libre',Georgia,serif}h1{font-size:clamp(58px,6.5vw,96px);font-weight:500;line-height:1.1;letter-spacing:-.035em;margin:0}h1>span{display:block}.outline{color:var(--green);font-size:.74em;line-height:1.4}.hero-bottom{margin-top:25px}.hero-bottom p{font-size:18px;max-width:350px;color:var(--muted);line-height:1.85}.round-link{margin-top:18px;display:inline-flex;align-items:center;gap:25px;padding:12px 24px;background:var(--green);border-radius:30px;color:white;font-size:15px}.round-link:hover{background:#4f6344;color:white}.hero-photo{margin:0;transform:rotate(-2deg);padding:12px 12px 0;background:#fff;border:1px solid #e5e4da;border-radius:160px 160px 14px 14px;box-shadow:0 15px 40px #3740320b;overflow:hidden}.hero-photo img{display:block;width:100%;height:380px;object-fit:cover;border-radius:150px 150px 6px 6px}.hero-photo figcaption{text-align:center;font-size:14px;color:var(--muted);padding:15px 6px}.about{background:#eaf0e3;padding:75px max(5%,calc((100vw - 1180px)/2));display:grid;grid-template-columns:.85fr 1.15fr;gap:7%}.about h2{font-size:clamp(32px,3.5vw,48px);line-height:1.35;margin:0;font-weight:500}.about h2 span{color:var(--green)}.intro{font-size:20px;color:var(--muted);margin-top:25px}.story{font-size:17px;line-height:1.95}.story p{margin:0 0 20px}.story p:last-child{margin:0}.equipment,.videos{max-width:1280px;padding:80px 4%;margin:auto}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:26px}.section-heading h2{font-size:clamp(32px,3.8vw,52px);line-height:1.3;font-weight:500;margin:0}.section-heading h2 span{color:var(--green)}.section-index{color:var(--muted);font-size:13px;white-space:nowrap}.equipment-intro{max-width:720px;font-size:18px;color:var(--muted);margin-bottom:35px}.equipment-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.equipment-grid article{background:#f0eee5;padding:25px 22px;border-radius:16px}.equipment-number{font-size:14px;color:var(--green)}.equipment h3{font-size:26px;margin:22px 0 10px;font-weight:500}.equipment-grid p{font-size:16px;margin:0;color:var(--muted)}.videos{border-top:1px solid var(--line)}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}.video-card{min-width:0}.video-card video{display:block;width:100%;aspect-ratio:4/5;background:#243229;border-radius:15px;object-fit:contain}.video-label{display:flex;align-items:center;justify-content:space-between;padding:10px 4px}.video-label h3{margin:0;font:500 16px Heebo,Arial,sans-serif}.video-label span{color:var(--muted);font-size:14px}.contact{padding:75px 5%;text-align:center;background:#e1e9d8}.contact h2{font-size:clamp(34px,4vw,54px);font-weight:500;line-height:1.25;margin:0 0 18px}.contact>p{color:var(--muted)}#contact-links{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:28px}.contact-link{border:1px solid #aebda1;border-radius:30px;min-width:145px;padding:12px 24px}.contact-link.primary{background:var(--green);border-color:var(--green);color:white}.contact-pending{font-size:15px}footer{max-width:1180px;margin:auto;padding:30px 4%;display:flex;align-items:center;justify-content:space-between;gap:20px}footer strong{font-size:17px;font-weight:500}footer>span,footer>a{font-size:13px;color:var(--muted)}@media(max-width:950px){.header-note{display:none}.equipment-grid{grid-template-columns:1fr 1fr}.hero-photo img{height:330px}.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){header{padding:20px 5%;flex-wrap:wrap;justify-content:center;gap:20px}.brand{font-size:15px}nav{justify-content:center;gap:22px;flex-wrap:wrap;font-size:14px;width:100%}.hero{padding:40px 6% 50px;grid-template-columns:1fr;gap:35px}.hero-copy{text-align:center}h1{font-size:70px}.hero-bottom p{margin:15px auto}.hero-photo{max-width:480px;justify-self:center;width:100%;transform:rotate(-1deg)}.hero-photo img{height:290px}.about{grid-template-columns:1fr;padding:50px 6%;gap:22px}.about h2{font-size:35px}.intro{font-size:18px}.story{font-size:16px}.equipment,.videos{padding:50px 6%}.section-heading{display:block}.section-index{display:block;margin-top:14px}.section-heading h2{font-size:36px}.equipment-grid{gap:12px}.equipment-grid article{padding:20px 16px}.equipment h3{font-size:23px}.equipment-grid p{font-size:16px}.video-grid{gap:22px 12px}.video-card video{aspect-ratio:9/16;border-radius:10px}.video-label{display:block}.video-label h3{font-size:14px}.video-label span{font-size:13px}.contact{padding:50px 6%}footer{flex-wrap:wrap;padding:25px 6%}footer>span{width:100%;order:3}}@media(max-width:370px){.equipment-grid{grid-template-columns:1fr}nav{gap:14px}h1{font-size:60px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.portrait{display:block;width:150px;height:150px;object-fit:cover;border-radius:50%;border:5px solid #f8f7f1;margin-bottom:25px}

.equipment>h2{font-size:clamp(32px,3.8vw,48px);font-weight:500;line-height:1.3;margin:0 0 28px}.equipment-list{margin:0;padding-right:25px;max-width:800px;font-size:19px;line-height:1.9}.equipment-list li{padding:7px 4px}.equipment-list li::marker{color:var(--green)}.equipment-note{margin:28px 0 0;color:var(--muted);font-size:18px}@media(max-width:650px){.equipment-list{font-size:17px}.equipment-note{font-size:17px}}
.repertoire{background:#edf0e7;padding:0 max(5%,calc((100vw - 1180px)/2)) 45px}.song-atmosphere{position:relative;min-height:350px;display:grid;place-items:center;isolation:isolate;overflow:hidden}.repertoire-heading{text-align:center;position:relative;z-index:1;padding:95px 12px}.repertoire-heading h2{font-size:clamp(32px,4vw,50px);line-height:1.3;font-weight:500;margin:0}.repertoire-heading>p:last-child{font-size:17px;color:var(--muted);margin:15px 0 0}.floating-songs{position:absolute;inset:0;pointer-events:none;z-index:0}.floating-songs span{position:absolute;font-family:'Frank Ruhl Libre',serif;font-size:clamp(22px,2.6vw,34px);color:#5e7950;opacity:0;max-width:43%;text-align:center;line-height:1.3}.floating-songs span:nth-child(1){top:24px;right:5%}.floating-songs span:nth-child(2){bottom:35px;left:6%}.floating-songs span:nth-child(3){top:30px;left:9%}.floating-songs span:nth-child(4){bottom:42px;right:7%}.floating-songs .lit{animation:song-appear 13s ease-in-out both}@keyframes song-appear{0%,100%{opacity:0;transform:translateY(4px)}30%,65%{opacity:.36;transform:translateY(0)}}.motion-toggle{position:absolute;bottom:0;left:0;border:0;background:transparent;color:var(--muted);text-decoration:underline;text-underline-offset:3px;font:400 12px Heebo,sans-serif;padding:8px;cursor:pointer}.motion-toggle:focus-visible{outline:2px solid var(--green);outline-offset:2px}.motion-paused .floating-songs span{animation:none!important;opacity:.22;transform:none}.repertoire-details{border-top:1px solid #d2dac9;margin-top:15px}.repertoire-details summary{padding:22px 4px;cursor:pointer;font-size:17px}.repertoire-details summary span{font-size:14px;color:var(--muted);margin-right:14px}.song-list{columns:3;column-gap:40px;padding:0 22px;margin:5px 0 0;font-size:16px;line-height:1.8}.song-list li{break-inside:avoid;padding:5px 0}.song-list li::marker{color:#859579}@media(max-width:650px){.repertoire{padding:0 6% 35px}.song-atmosphere{min-height:375px}.repertoire-heading{padding:100px 5px}.repertoire-heading h2{font-size:35px}.floating-songs span{max-width:90%;font-size:24px}.floating-songs span:nth-child(1),.floating-songs span:nth-child(3){top:30px;left:5%;right:5%}.floating-songs span:nth-child(2),.floating-songs span:nth-child(4){bottom:40px;left:5%;right:5%}.song-list{columns:2;column-gap:28px;font-size:15px}.repertoire-details summary span{display:block;margin-right:18px}.motion-toggle{font-size:12px}nav{gap:12px 20px}}@media(prefers-reduced-motion:reduce){.floating-songs .lit{animation:none;opacity:.22;transform:none}}

.testimonials{max-width:1280px;margin:auto;padding:65px 4% 80px;border-top:1px solid var(--line)}.testimonials>h2{font-size:clamp(34px,4vw,50px);font-weight:500;margin:0 0 30px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.testimonial-grid figure{margin:0;padding:28px;background:#f0eee5;border-radius:16px;display:flex;flex-direction:column}.testimonial-grid blockquote{margin:0;font-size:16px;line-height:1.9;flex:1}.testimonial-grid blockquote p{margin:0 0 24px}.testimonial-grid figcaption{font-size:15px;color:var(--green);font-weight:600}.motion-paused .floating-songs span:nth-child(n+3){opacity:0}@media(max-width:850px){.testimonial-grid{grid-template-columns:1fr}.testimonials{padding:50px 6%}.testimonial-grid figure{padding:24px}}

.song-atmosphere{min-height:510px}.repertoire-heading{padding:190px 12px}.floating-songs span{font-size:clamp(18px,2.1vw,28px);max-width:29%;width:29%;line-height:1.2}.floating-songs span:nth-child(1){top:25px;right:1%;left:auto;bottom:auto}.floating-songs span:nth-child(2){top:35px;right:35%;left:auto;bottom:auto}.floating-songs span:nth-child(3){top:22px;left:1%;right:auto;bottom:auto}.floating-songs span:nth-child(4){top:110px;right:16%;left:auto;bottom:auto}.floating-songs span:nth-child(5){bottom:105px;left:15%;right:auto;top:auto}.floating-songs span:nth-child(6){bottom:32px;right:1%;left:auto;top:auto}.floating-songs span:nth-child(7){bottom:45px;right:35%;left:auto;top:auto}.floating-songs span:nth-child(8){bottom:27px;left:1%;right:auto;top:auto}.floating-songs .lit{animation:song-appear 7.2s ease-in-out both}@keyframes song-appear{0%,100%{opacity:0;transform:translateY(3px)}18%,76%{opacity:.4;transform:translateY(0)}}.motion-paused .floating-songs span:nth-child(n){animation:none!important;opacity:.24}@media(max-width:650px){.song-atmosphere{min-height:565px}.repertoire-heading{padding:210px 5px}.floating-songs span{max-width:46%;width:46%;font-size:19px}.floating-songs span:nth-child(1){top:22px;right:1%;left:auto;bottom:auto}.floating-songs span:nth-child(2){top:30px;left:1%;right:auto;bottom:auto}.floating-songs span:nth-child(3){top:115px;right:1%;left:auto;bottom:auto}.floating-songs span:nth-child(4){top:120px;left:1%;right:auto;bottom:auto}.floating-songs span:nth-child(5){bottom:125px;right:1%;left:auto;top:auto}.floating-songs span:nth-child(6){bottom:130px;left:1%;right:auto;top:auto}.floating-songs span:nth-child(7){bottom:38px;right:1%;left:auto;top:auto}.floating-songs span:nth-child(8){bottom:42px;left:1%;right:auto;top:auto}}@media(prefers-reduced-motion:reduce){.floating-songs .lit{animation:none;opacity:.24;transform:none}}

.hero-photo img{height:470px;object-position:50% 45%}.hero-contact{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hero-contact .contact-link{font-size:14px;padding:10px 16px;min-width:0}.hero-bottom .round-link{background:transparent;color:var(--green);border:0;padding:0;text-decoration:underline;text-underline-offset:5px;margin-top:5px}.quick-contact{position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:20;display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 16px;border-radius:50px;background:#f8f7f1f5;border:1px solid #c9d3bd;box-shadow:0 5px 25px #31412b20;max-width:calc(100% - 24px);width:max-content;backdrop-filter:blur(10px)}.quick-contact>span{font-size:14px;margin-inline-end:7px;white-space:nowrap}.quick-contact .contact-link{font-size:14px;min-width:0;padding:9px 18px;white-space:nowrap}body{padding-bottom:90px}header nav a:last-child{font-weight:600;color:#4c633b}@media(max-width:650px){.hero-photo img{height:350px}.hero-contact{justify-content:center}.hero-contact .contact-link{font-size:14px}.quick-contact{gap:6px;padding:8px;border-radius:22px;bottom:10px;width:calc(100% - 20px)}.quick-contact>span{display:none}.quick-contact .contact-link{font-size:13px;padding:10px 9px;flex:1;text-align:center}.hero-bottom p{max-width:100%}}
.testimonials.carousel-ready{max-width:1040px;text-align:center}.carousel-ready .testimonial-grid{display:grid;grid-template-columns:1fr;gap:0;max-width:820px;margin:auto}.carousel-ready .testimonial-grid figure{grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .65s ease,visibility .65s;padding:35px 45px;text-align:right}.carousel-ready .testimonial-grid figure.current{opacity:1;visibility:visible;pointer-events:auto}.review-controls:not([hidden]){display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;margin-top:22px}.review-controls button{border:1px solid #bdc9b0;background:transparent;color:var(--ink);border-radius:50%;width:44px;height:44px;font-size:22px;cursor:pointer}.review-controls button:hover{background:#e1e9d8}.review-controls button:focus-visible{outline:2px solid var(--green);outline-offset:4px}.review-count{font-size:14px;color:var(--muted);min-width:65px}.review-controls .review-pause{font:400 14px Heebo,Arial,sans-serif;border:0;text-decoration:underline;text-underline-offset:4px;width:auto;height:auto;border-radius:6px;padding:10px;margin-right:10px}@media(max-width:650px){.carousel-ready .testimonial-grid figure{padding:24px}.review-controls .review-pause{width:100%;margin:0}}@media(prefers-reduced-motion:reduce){.carousel-ready .testimonial-grid figure{transition:none}}

.contact-details{display:flex;flex-wrap:wrap;justify-content:center;gap:22px 45px;margin:30px auto 20px}.contact-details div{min-width:170px}.contact-details dt{font-size:14px;color:var(--muted);margin-bottom:5px}.contact-details dd{font-size:18px;color:var(--ink);margin:0;user-select:text;overflow-wrap:anywhere}@media(max-width:650px){.contact-details{flex-direction:column;gap:18px}.contact-details dd{font-size:17px}}

.updates-group{max-width:650px;margin:32px auto;padding:28px 24px;background:#f8f7f1;border:1px solid #cad5bf;border-radius:20px}.updates-group h3{font-size:28px;font-weight:500;margin:0 0 8px}.updates-group p{font-size:17px;color:var(--muted);margin:0 0 20px}.updates-group a{display:inline-block;max-width:100%;font-size:16px}@media(max-width:650px){.updates-group{padding:24px 18px}.updates-group a{font-size:15px;padding:12px 18px}}

.contact-link,.updates-group a.contact-link{display:inline-flex;align-items:center;justify-content:center;gap:9px}.service-logo{width:22px;height:22px;flex:0 0 22px;object-fit:contain}.contact-link.primary .service-logo{background:#fff;border-radius:50%;padding:3px;width:28px;height:28px;flex-basis:28px}.quick-contact .contact-link{gap:7px}.quick-contact .service-logo{width:20px;height:20px;flex-basis:20px}.quick-contact .primary .service-logo{width:25px;height:25px;flex-basis:25px}@media(max-width:650px){.quick-contact .contact-link{padding:9px 7px;font-size:13px;gap:5px}.quick-contact .service-logo{width:18px;height:18px;flex-basis:18px}.quick-contact .primary .service-logo{width:23px;height:23px;flex-basis:23px}.updates-group .contact-link span{white-space:normal}}

.hero-photo{padding-bottom:12px}
