@font-face{font-family:'IBM Plex Mono';src:url('../assets/fonts/ibm-plex-mono-regular.ttf') format('truetype');font-style:normal;font-weight:400;font-display:swap}
/* SUPASOUND — a sound studio, an instrument, a living identity. */
:root{--pink:#ff8d90;--ink:#302720;--paper:#e9e6df;--line:rgba(48,39,32,.24);--pink-line:rgba(255,141,144,.25);--sans:'Helvetica Neue',Helvetica,Arial,sans-serif;--mono:'IBM Plex Mono','SFMono-Regular',Consolas,'Liberation Mono',monospace;--gutter:clamp(20px,3.25vw,64px)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:76px}body{margin:0;background:var(--pink);color:var(--ink);-webkit-font-smoothing:antialiased}button,a,input,summary{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}button:disabled{cursor:wait}button{border:0}button:focus-visible,a:focus-visible,summary:focus-visible,[role=slider]:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid currentColor;outline-offset:5px}button:focus:not(:focus-visible){outline:none}::selection{background:var(--ink);color:var(--pink)}h1,h2,h3,p,figure{margin:0}img,svg{display:block}img{max-width:100%}button{background:transparent}button,a,summary{touch-action:manipulation}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6}.icon-library{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:-100px;left:20px;z-index:200;background:var(--ink);color:var(--pink);padding:15px}.skip-link:focus{top:15px}
/* Masthead */
.site-header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);border-bottom:1px solid var(--line);position:relative;z-index:20;background:var(--pink)}.brand{display:flex;align-items:center;gap:14px}.brand img{width:49px;height:32px}.desktop-nav{display:flex;align-items:center;gap:35px}.desktop-nav a{padding:20px 0;position:relative}.desktop-nav a::after{content:'';position:absolute;height:1px;bottom:12px;left:0;right:0;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover::after{transform:scaleX(1)}.desktop-nav sup{margin-left:5px;vertical-align:super}.header-actions{display:flex;gap:18px;align-items:center}.sound-switch{border:1px solid var(--ink);height:32px;display:flex;align-items:center;gap:9px;padding:0 12px;border-radius:3px}.status-dot{height:6px;width:6px;border-radius:50%;background:currentColor;opacity:.3;display:inline-block;flex-shrink:0}.sound-switch[aria-pressed=true]{background:var(--ink);color:var(--pink)}.sound-on .status-dot{opacity:1}.menu-toggle{display:none;width:30px;height:40px;padding:5px}.menu-toggle span{display:block;width:22px;height:1px;background:var(--ink);margin:6px 0;transition:transform .2s}.mobile-nav[hidden]{display:none}.mobile-nav{position:absolute;left:0;right:0;top:100%;background:var(--pink);padding:25px var(--gutter);border-bottom:1px solid var(--ink)}.mobile-nav a{display:block;padding:15px 0}
/* The poster */
.hero{padding:0 var(--gutter)}.hero-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:32px 0 26px;gap:20px}.hero-intro p{justify-self:start}.hero-stamp{justify-self:end;text-align:right;display:grid;gap:8px}.wordmark-stage{position:relative;height:clamp(230px,25.6vw,430px);padding:10px 25px 2px 0}.registration{position:absolute;opacity:.6}.reg-tl{top:0;left:-14px}.reg-tr{bottom:0;right:-14px}.registered{position:absolute;top:7px;right:0;}#supasound-wordmark-container,#supasound-hero-svg,.wordmark-fallback{width:100%;height:100%}#supasound-hero-svg{overflow:visible}#supasound-hero-svg path{fill:var(--ink)}.wordmark-fallback{object-fit:fill}.hero-bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0 30px;}.hero-bottom a{display:flex;align-items:center;gap:48px}.hero-bottom a span{transition:transform .2s}.hero-bottom a:hover span{transform:translateY(4px)}
/* A single continuous hardware faceplate. */
.instrument{background:var(--paper);border:1px solid var(--ink);border-radius:6px;box-shadow:0 5px 0 -1px var(--ink);display:grid;grid-template-columns:1.1fr 2.45fr 1.65fr 1.2fr;position:relative}.instrument-lead{padding:23px 21px 16px;display:flex;flex-direction:column}.instrument-title{display:flex;gap:11px;align-items:center;}.mini-mark{border:1px solid;padding:3px 5px;white-space:nowrap}.instrument-lead p{margin:19px 0 13px}.listen-button{display:flex;gap:7px;align-items:center;padding:0;width:fit-content}.listen-button .icon{width:20px;height:20px;fill:currentColor;stroke-width:1}.listen-button[aria-pressed=true]{text-decoration:underline}.control-hint{margin-top:auto;padding-top:12px;opacity:.75}.knob-bank{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line)}.knob-unit{padding:23px 9px 15px;display:flex;align-items:center;flex-direction:column;min-width:0}.knob-unit+.knob-unit{border-left:1px solid var(--line)}.knob-label{display:flex;align-items:center;justify-content:space-between;width:100%;gap:7px}.knob-label span:first-child{opacity:.55;}.knob-control{position:relative;height:110px;width:112px;touch-action:none;cursor:ns-resize;user-select:none;margin:5px 0 3px;border-radius:50%}.knob-scale{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke:var(--ink);stroke-width:1}.knob-scale .active-arc{stroke-width:2.2;stroke:var(--ink)}.knob-body{position:absolute;inset:17px;border-radius:50%;background:repeating-conic-gradient(#302720 0deg 5deg,#4b4036 5deg 7deg);box-shadow:3px 5px 2px #3027203d,0 1px 2px #302720;transform:rotate(var(--angle,-135deg));will-change:transform}.knob-body::before{content:'';position:absolute;inset:4px;border:1px solid #655549;border-radius:50%;background:linear-gradient(145deg,#51463d,#302720 70%);box-shadow:inset 0 1px 2px #ffffff16}.knob-body::after{content:'';position:absolute;top:8px;left:calc(50% - 1.5px);height:19px;width:3px;border-radius:1px;background:var(--pink)}.knob-center{position:absolute;width:4px;height:4px;left:calc(50% - 2px);top:calc(50% - 2px);border-radius:50%;background:#a69989;opacity:.25}.knob-value{display:flex;justify-content:center;min-width:50px;padding:4px 8px;border:1px solid var(--line);border-radius:2px}.knob-mapping{opacity:.7;margin-top:11px}.mix-panel{border-left:1px solid var(--line);padding:23px 22px 18px;min-width:0}.mix-heading{display:flex;justify-content:space-between;align-items:center;gap:8px}.mix-heading output{opacity:.65;white-space:nowrap}.mix-endpoints{display:flex;justify-content:space-between;margin-top:25px;}.mix-endpoints span{display:flex;align-items:center;gap:7px}.mix-endpoints small{opacity:.7}.fader-wrap{height:43px;position:relative;margin:4px 0 14px;--mix:0%}.fader-ticks{position:absolute;top:3px;height:34px;left:14px;right:14px;background:repeating-linear-gradient(90deg,var(--ink) 0 1px,transparent 1px 9.99%);opacity:.3}.fader-wrap::after{content:'';height:7px;position:absolute;top:16px;left:0;right:0;background:var(--ink);box-shadow:0 1px 0 #fff7;border-radius:4px;pointer-events:none}.fader-wrap input{appearance:none;-webkit-appearance:none;position:absolute;inset:0;z-index:3;width:100%;height:43px;margin:0;background:transparent;cursor:ew-resize;touch-action:pan-y}.fader-wrap input::-webkit-slider-thumb{-webkit-appearance:none;width:28px;height:43px;background:transparent}.fader-wrap input::-moz-range-thumb{width:28px;height:41px;border:0;background:transparent}.fader-wrap input::-moz-range-track{background:transparent}.fader-cap{position:absolute;top:0;left:calc((100% - 28px)*var(--mix-number,0));width:28px;height:40px;background:linear-gradient(90deg,#584b40,var(--ink));border:1px solid #302720;box-shadow:2px 3px 2px #30272055,inset 0 1px 0 #ffffff32;z-index:4;pointer-events:none;border-radius:3px;display:flex;align-items:center;justify-content:center;gap:3px}.fader-cap i{height:24px;width:1px;background:var(--pink);opacity:.3}.fader-cap i:nth-child(2){opacity:1;height:32px;width:2px}.preset-row{display:flex;align-items:center;gap:6px}.preset-row>button:not(.reset-button){height:27px;width:28px;border:1px solid var(--line);border-radius:2px;box-shadow:0 2px 0 #30272022}.preset-row>button[aria-pressed=true]{background:var(--pink);border-color:var(--ink);box-shadow:0 1px 0 var(--ink)}#preset-label{margin-left:5px}.preset-row .reset-button{margin-left:auto;padding:0 0 0 5px}.scope-panel{margin:13px 13px 13px 0;background:var(--ink);color:var(--pink);border-radius:3px;padding:12px 10px;display:flex;flex-direction:column;min-width:0}.scope-top{display:flex;align-items:center;gap:6px;}#oscilloscope{width:100%;height:112px;display:block}.scope-bottom{display:flex;justify-content:space-between;margin-top:auto;opacity:.8;gap:5px}.instrument-footer{grid-column:1/-1;padding:9px 20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;}.instrument-footer button{padding:0;display:flex;align-items:center;gap:12px}
/* Editorial sections */
.section-dark{background:var(--ink);color:var(--pink)}.services,.cases,.about,.contact{padding:29px var(--gutter) 70px}.section-kicker{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line);padding-bottom:24px}.section-dark .section-kicker{border-color:var(--pink-line)}.section-kicker>span:nth-child(2){justify-self:start}.services-layout{display:grid;grid-template-columns:1fr 1.65fr;gap:8%;padding-top:64px}.services-intro>p{max-width:255px;margin-top:24px}.service-symbol{height:154px;display:flex;align-items:center;gap:6px;margin:43px 0 22px;width:230px}.service-symbol i{height:calc(35px + var(--h,60px));width:10px;border-radius:6px;background:var(--pink)}.service-symbol i:nth-child(1),.service-symbol i:nth-child(13){--h:0px}.service-symbol i:nth-child(2),.service-symbol i:nth-child(12){--h:25px}.service-symbol i:nth-child(3),.service-symbol i:nth-child(11){--h:90px}.service-symbol i:nth-child(4),.service-symbol i:nth-child(10){--h:50px}.service-symbol i:nth-child(5),.service-symbol i:nth-child(9){--h:115px}.service-symbol i:nth-child(6),.service-symbol i:nth-child(8){--h:70px}.service-symbol i:nth-child(7){--h:30px}.service{border-bottom:1px solid var(--pink-line)}.service:first-child{border-top:1px solid var(--pink-line)}.service summary{list-style:none;display:grid;grid-template-columns:35px 1fr 30px;align-items:center;gap:15px;cursor:pointer;padding:25px 0;transition:opacity .2s}.service summary:hover{opacity:.7}.service summary::-webkit-details-marker{display:none}.service-number{align-self:start;margin-top:8px;opacity:.7}.service-plus{justify-self:end;transition:transform .2s}.service[open] .service-plus{transform:rotate(45deg)}.service-content{margin-left:50px;padding:0 35px 28px 0;max-width:575px}.service-content p{max-width:400px}.service-tags{margin:20px 0;opacity:.7}.service-content a{display:flex;justify-content:space-between;padding-top:5px;max-width:220px}.service-content a:hover{text-decoration:underline}.cases{background:var(--paper);padding-bottom:44px}.cases-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:52px 0 42px}.cases-heading h2{white-space:nowrap}.cases-heading h2>span{display:inline-block;vertical-align:top;margin:8px 0 0 10px}.cases-heading>p{max-width:270px;padding-bottom:6px}.case-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:22px}.case-pulso{margin-top:68px}.case-art{padding:0;width:100%;position:relative;overflow:hidden;background:var(--ink);text-align:left;display:block;aspect-ratio:600/690;color:var(--ink)}.case-art>img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;transition:transform .5s}.case-art:hover>img,.case-art[aria-pressed=true]>img{transform:scale(1.045)}.case-topline{position:absolute;top:19px;left:20px;right:20px;display:flex;justify-content:space-between;gap:8px}.case-art-title{position:absolute;left:19px;bottom:58px;}.case-play{position:absolute;bottom:20px;left:22px;display:flex;align-items:center;gap:9px;}.case-play .icon{height:19px;width:19px;fill:currentColor;stroke-width:0}.case-pulso .case-art{color:var(--pink)}.case-art::after{content:'';position:absolute;bottom:0;left:0;height:3px;background:currentColor;width:0}.case-art[aria-pressed=true]::after{animation:case-progress 12s linear forwards}@keyframes case-progress{to{width:100%}}.case-caption{display:flex;justify-content:space-between;align-items:center;padding:20px 0 18px;border-bottom:1px solid var(--line)}.case-caption p{margin-top:8px}.cases-footnote{display:flex;justify-content:space-between;align-items:center;margin-top:37px;gap:20px;}.cases-footnote a{border-bottom:1px solid;padding-bottom:4px}.about-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:9%;padding-top:65px}.about-copy h2>span{white-space:nowrap}.about-description{display:grid;grid-template-columns:1fr 2.6fr;gap:25px;margin-top:67px}.about-description>div{max-width:345px}.about-description p{margin-bottom:20px}.text-link{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--pink-line);padding:13px 0;margin-top:24px}.brand-poster{align-self:start;width:100%;max-width:410px;justify-self:end;transform:none;margin:0;background:transparent;box-shadow:none}.brand-poster>img{width:100%;height:auto}.brand-poster figcaption{display:flex;justify-content:space-between;align-items:center;background:transparent;color:var(--ink);padding:13px 0}.about-bottom{display:flex;gap:23px;align-items:center;border-top:1px solid var(--pink-line);margin-top:70px;padding-top:24px;}.about-bottom>img{filter:none}.about-bottom .about-coordinate{margin-left:auto;text-align:right}.contact{padding-bottom:0}.contact-heading{display:flex;align-items:center;justify-content:space-between;gap:30px;margin:62px 0 51px}.contact-arrow{width:clamp(100px,17vw,270px);height:clamp(100px,17vw,270px);padding:0;flex-shrink:0;transition:transform .25s}.contact-arrow .icon{width:100%;height:100%;stroke-width:1.1}.contact-arrow:hover{transform:translate(7px,-7px)}.contact-bar{display:flex;align-items:center;gap:35px;padding-bottom:58px}.project-button{display:flex;align-items:center;justify-content:space-between;gap:55px;background:var(--ink);color:var(--pink);min-height:54px;padding:15px 20px}.project-button:hover{background:#493c32}.contact-email{border-bottom:1px solid var(--line);padding:8px 0}.instagram-link{margin-left:auto;white-space:nowrap}.site-footer{border-top:1px solid var(--line);display:flex;gap:25px;align-items:center;justify-content:space-between;padding:23px 0;}.site-footer a:last-child{margin-left:auto}.site-footer>span:nth-child(3){margin:auto}.footer-brand img{width:50px;height:32px}.modal{border:1px solid var(--ink);background:var(--paper);color:var(--ink);width:min(580px,calc(100% - 30px));max-height:calc(100dvh - 40px);padding:40px;margin:auto;box-shadow:12px 12px 0 #30272055;overscroll-behavior:contain}.modal::backdrop{background:#302720bb;backdrop-filter:blur(6px)}.modal h2{margin:25px 0}.modal-close{position:absolute;right:16px;top:11px;width:36px;height:36px}.modal dl{margin:25px 0}.modal dl>div{display:grid;grid-template-columns:100px 1fr;padding:15px 0;border-top:1px solid var(--line);}.modal dd{margin:0}.contact-modal{width:min(630px,calc(100% - 30px))}.contact-modal h2{margin-bottom:30px}.contact-modal label{display:flex;flex-direction:column;gap:10px;margin-bottom:22px}.contact-modal input,.contact-modal textarea,.contact-modal select{width:100%;border:0;border-bottom:1px solid var(--line);background:transparent;border-radius:0;color:var(--ink);padding:12px 0;resize:vertical}.contact-modal select{min-height:46px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:25px}.form-note{margin-top:18px}.toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:var(--pink);border:1px solid var(--pink-line);padding:13px 20px;z-index:100;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 32px);text-align:center}.toast.visible{opacity:1;transform:translate(-50%,0)}body.has-modal{overflow:hidden}
@media(min-width:1700px){.instrument{grid-template-columns:1.1fr 2.45fr 1.65fr 1.2fr}.instrument-lead,.mix-panel{padding:28px}.knob-unit{padding:28px 16px 20px}.knob-control{height:130px;width:132px}.scope-panel{margin:16px 16px 16px 0}#oscilloscope{height:140px}}
@media(max-width:1150px){.desktop-nav{gap:24px}.brand span{display:none}.instrument{grid-template-columns:1fr 2.5fr 1.7fr}.scope-panel{display:none}.knob-unit{padding-left:8px;padding-right:8px}.mix-panel{padding-left:18px;padding-right:18px}.cases-heading>p{max-width:200px}.case-topline{left:13px;right:13px;}.case-grid{gap:16px}.about-description{grid-template-columns:1fr;margin-top:38px}.about-description>.micro{display:none}.about-layout{gap:7%}.contact-bar{gap:25px}}
@media(max-width:800px){:root{--gutter:24px}.site-header{height:68px}.desktop-nav{gap:19px}.desktop-nav sup{display:none}.sound-switch{padding:0 9px}.hero-intro{padding-top:28px}.wordmark-stage{height:225px;padding-right:20px}.instrument{grid-template-columns:.9fr 2.3fr}.instrument-lead{padding:20px 16px}.mix-panel{grid-column:1/2;grid-row:2/3;border-left:0;border-top:1px solid var(--line);padding:18px 16px}.scope-panel{grid-column:2/3;grid-row:2/3;display:flex;margin:12px;max-height:160px}.scope-panel #oscilloscope{height:90px}.mix-endpoints{margin-top:12px}.fader-wrap{margin-bottom:8px}.mix-heading{flex-wrap:wrap}.knob-control{width:120px;height:120px}.instrument-footer>span:nth-child(2){display:none}.services-layout{grid-template-columns:1fr 1.5fr;gap:7%;padding-top:42px}.service-symbol{transform:scale(.8);transform-origin:left;margin-top:20px}.service summary{grid-template-columns:20px 1fr 20px;gap:10px}.service-content{margin-left:30px;padding-right:0}.cases-heading{display:block}.cases-heading>p{max-width:none;margin-top:24px}.case-topline{flex-wrap:wrap;gap:5px;}.case-topline>span{display:none}.case-play{left:13px;gap:3px}.case-art-title{left:13px;bottom:55px}.case-grid{gap:12px}.case-pulso{margin-top:40px}.about-layout{gap:35px}.contact-bar{flex-wrap:wrap;gap:20px}.instagram-link{margin-left:0}.site-footer{gap:15px}.site-footer>span:nth-child(3){display:none}}
@media(max-width:600px){:root{--gutter:20px}.site-header{height:65px}.brand span{display:block;}.brand img{width:41px;height:27px}.desktop-nav{display:none}.menu-toggle{display:block}.header-actions{gap:12px}.hero-intro{grid-template-columns:1fr 1fr;padding:27px 0 21px;gap:15px}.hero-intro p{justify-self:end;max-width:160px}.hero-intro p br:nth-child(2){display:none}.hero-stamp{display:none}.wordmark-stage{height:clamp(140px,39vw,235px);padding:6px 13px 0 0}.registered{right:-1px;top:3px}.reg-tl{left:-10px;}.reg-tr{right:-10px;}.instrument{display:grid;grid-template-columns:1fr 1fr;border-radius:4px}.instrument-lead{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;padding:13px 14px;border-bottom:1px solid var(--line);gap:8px}.instrument-title{gap:8px}.instrument-lead p{grid-column:1/2;grid-row:2;margin:0;}.listen-button{grid-column:2/3;grid-row:1/2;justify-self:end;}.control-hint{grid-column:2/3;grid-row:2;justify-self:end;align-self:end;padding:0;margin:0}.knob-bank{grid-column:1/-1;border-left:0}.knob-unit{padding:15px 10px 13px}.knob-label{gap:3px}.knob-control{width:100px;height:100px;margin:5px -5px 0}.knob-body{inset:16px}.knob-value{padding:3px 6px}.knob-mapping{margin-top:8px}.mix-panel{grid-column:1/-1;grid-row:auto;border-top:1px solid var(--line);padding:15px}.mix-endpoints{margin-top:15px}.fader-wrap{margin:3px 0 12px}.preset-row>button:not(.reset-button){width:33px;height:30px}.scope-panel{display:none}.instrument-footer{padding:9px 13px;gap:10px;}.instrument-footer button{gap:5px}.hero-bottom{padding:21px 0 24px;gap:15px}.hero-bottom a{gap:12px}.services,.cases,.about,.contact{padding:22px var(--gutter) 43px}.section-kicker{grid-template-columns:1fr auto;padding-bottom:16px}.section-kicker>span:nth-child(2){display:none}.services-layout{grid-template-columns:1fr;gap:30px;padding-top:34px}.services-intro>p{max-width:270px;margin-top:20px}.service-symbol,.services-intro>.micro{display:none}.service summary{padding:21px 0;grid-template-columns:25px 1fr 20px}.service-content{margin-left:35px;padding-bottom:23px}.service-content p{max-width:none}.cases-heading{margin:33px 0 28px}.cases-heading h2>span{margin:3px 0 0 5px}.cases-heading>p{margin-top:21px}.case-grid{grid-template-columns:1fr;gap:30px}.case-pulso{margin-top:0}.case-art{aspect-ratio:1/1.07}.case-topline{left:20px;right:20px}.case-topline>span{display:block}.case-art-title{left:20px;bottom:51px}.case-play{left:23px;gap:8px}.case-caption{padding:18px 0}.case-caption p{margin-top:5px}.cases-footnote{display:block;margin-top:26px;}.cases-footnote a{display:table;margin-top:20px;}.about-layout{grid-template-columns:1fr;padding-top:35px;gap:37px}.about-description{margin-top:30px}.about-description>div{max-width:none}.about-description p{max-width:340px}.text-link{max-width:200px}.brand-poster{width:72%;justify-self:center;margin-top:4px;transform:none}.about-bottom{margin-top:49px;padding-top:23px;gap:16px;}.about-bottom>img{width:58px;height:40px}.contact-heading{margin:35px 0 30px;gap:0;position:relative}.contact-arrow{position:absolute;right:0;top:-4px;width:52px;height:52px;opacity:0;pointer-events:none}.contact-bar{display:grid;gap:24px;padding-bottom:38px}.project-button{min-height:52px;padding:13px 18px;gap:40px;width:fit-content}.contact-email{width:fit-content}.contact{padding-bottom:0}.site-footer{padding:18px 0;gap:13px}.footer-brand img{width:38px;height:26px}.modal{padding:30px 23px}.modal dl>div{grid-template-columns:85px 1fr;}.form-row{grid-template-columns:1fr;gap:0}.contact-modal label{margin-bottom:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition:none!important}#supasound-hero-svg{will-change:auto}}
@media(max-width:600px){}

/* A fixed LED matrix behind the living vector identity. */
.wordmark-stage.led-display {
  height:clamp(250px,27.5vw,446px);
  display:grid;
  grid-template-rows:29px minmax(0,1fr) 23px;
  padding:8px 18px 0;
  background:#302720;
  color:var(--pink);
  border:1px solid #191410;
  border-radius:8px;
  box-shadow:inset 0 1px 0 #ffffff24,inset 0 -2px 0 #120e0b,0 4px 0 #302720;
  isolation:isolate;
}
.led-bezel-header,.led-bezel-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;


}
.led-bezel-header {padding:0 3px 7px}
.led-model {opacity:.5;margin-left:8px}
.led-indicator {display:flex;align-items:center;gap:8px;opacity:.8}
.led-indicator i {height:4px;width:4px;border-radius:50%;background:var(--pink);box-shadow:0 0 6px #ff8d9070}
.led-screen {
  --led-pitch:5px;
  --led-radius:1.6px;
  position:relative;
  min-height:0;
  overflow:hidden;
  background-color:#171310;
  background-image:radial-gradient(circle,rgba(255,141,144,.085) var(--led-radius),transparent calc(var(--led-radius) + .35px));
  background-size:var(--led-pitch) var(--led-pitch);
  border:1px solid #100d0b;
  border-radius:3px;
  box-shadow:0 1px 0 #685044,inset 0 0 25px #0006;
}
.led-screen::after {
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 2px 8px #0007;
  background:linear-gradient(115deg,#ffffff03,transparent 45%,#0000000a);
}
.led-screen #supasound-wordmark-container {position:relative}
.led-screen #supasound-hero-svg {overflow:hidden}
.led-screen #supasound-hero-svg path {fill:var(--pink)}
.led-screen .wordmark-fallback {
  filter:brightness(0) saturate(100%) invert(72%) sepia(19%) saturate(1599%) hue-rotate(308deg) brightness(103%) contrast(100%);
  padding:5px;
}
.led-bezel-footer {color:#ff8d9073}
.led-screw {height:7px;width:7px;border-radius:50%;border:1px solid #736254;position:relative;opacity:.6}
.led-screw::after {content:'';position:absolute;top:2px;left:0;width:5px;height:1px;background:#736254;transform:rotate(-35deg)}
@media(max-width:800px) {
  .wordmark-stage.led-display {height:246px;padding:6px 12px 0;grid-template-rows:26px minmax(0,1fr) 20px}
}
@media(max-width:600px) {
  .wordmark-stage.led-display {height:clamp(169px,47vw,255px);padding:4px 8px 0;grid-template-rows:21px minmax(0,1fr) 17px;border-radius:5px}
  .led-bezel-header {padding:0 1px 4px}
  .led-model {margin-left:3px}
  .led-indicator {gap:5px}
  .led-screw {height:5px;width:5px}
  .led-screw::after {width:3px;top:1px}
}

/* Patch cables live on the same faceplate as the sound controls. */
.patchbay{grid-column:1/-1;min-width:0;border-top:1px solid var(--line);padding:16px 22px 12px;background:#d6d2c9}
.patch-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;}.patch-heading h2 span{opacity:.55;margin-left:8px}
.patch-instruction{opacity:.65;}.patch-reset{display:flex;align-items:center;gap:5px;padding:2px 0 2px 10px}
.patch-rack{position:relative;display:flex;justify-content:space-between;min-height:177px;padding-top:9px;isolation:isolate}
.patch-bank{width:40%;max-width:440px;min-width:0}.patch-bank-label{display:block;opacity:.65;border-bottom:1px solid var(--line);padding:3px 0 8px}
.patch-inputs .patch-bank-label{text-align:right}.patch-ports{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.patch-port{position:relative;z-index:3;display:flex;align-items:center;flex-direction:column;justify-content:flex-start;gap:7px;padding:12px 0 0;touch-action:none;user-select:none;-webkit-user-select:none;border-radius:2px;cursor:grab}
.patch-port-name{white-space:nowrap}.patch-port-code{opacity:.6;pointer-events:none}
.patch-socket{width:28px;height:28px;display:grid;place-items:center;border:2px solid #8b8177;border-radius:50%;background:linear-gradient(145deg,#eeeae1,#a99e91);box-shadow:0 1px 2px #30272080,inset 0 1px 0 #fff8;position:relative}
.patch-socket::before{content:'';width:18px;height:18px;border:2px solid #514840;border-radius:50%;background:#100d0a;box-shadow:inset 0 1px 2px #000}
.patch-socket i{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--cable-color);box-shadow:0 0 0 2px #302720;opacity:0;transition:opacity .15s}
.patch-port.is-connected .patch-socket i{opacity:1}.patch-port:hover .patch-socket,.patch-port.is-selected .patch-socket{outline:2px solid var(--pink);outline-offset:3px}
.patch-port.is-selected .patch-port-name{background:var(--ink);color:var(--pink)}
.has-selection .patch-inputs .patch-socket{outline:1px dashed var(--ink);outline-offset:4px}
.patch-cables{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;pointer-events:none}
.patch-rack.is-dragging,.patch-rack.is-dragging .patch-port{cursor:grabbing}.patch-rack.is-dragging .patch-cables{z-index:4}
.patch-rack-mark{position:absolute;right:0;bottom:5px;opacity:.5}
.patch-bottom{display:flex;justify-content:space-between;gap:16px;align-items:baseline;border-top:1px solid var(--line);padding-top:10px;}.patch-bottom>span:last-child{opacity:.65}
.led-display.is-unpatched #supasound-wordmark-container{opacity:.06}.led-display.is-unpatched .led-indicator{opacity:.25}.led-screen #supasound-wordmark-container{transition:opacity .2s}

/* An editorial spread: a quiet index beside a full-bleed sound portrait. */
.services.services-editorial{background:var(--ink);padding:28px var(--gutter) 44px;color:var(--ink)}
.services-canvas{display:grid;grid-template-columns:35% minmax(0,1fr);min-height:740px;background:var(--paper);position:relative}
.services-canvas::before{content:'';position:absolute;top:-1px;left:35px;background:var(--ink);height:9px;width:40px;z-index:3}
.services-sidebar{display:flex;flex-direction:column;padding:35px 34px 24px;position:relative}
.services-sidebar::after{content:'';position:absolute;left:0;bottom:0;width:5px;height:29%;background:var(--pink)}
.services-side-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.services-side-header img{width:35px;height:24px}
.services-side-intro{display:flex;align-items:center;justify-content:space-between;gap:25px;margin:85px 0 60px}
.service-next{width:78px;flex-shrink:0;padding:0;transition:transform .2s}.service-next:hover{transform:translateX(6px)}.service-next svg{width:100%;height:auto;fill:var(--ink)}
.service-tabs{display:flex;flex-direction:column;margin:auto 0 35px}
.service-tabs button{display:grid;grid-template-columns:20px 1fr 18px;align-items:center;gap:10px;text-align:left;padding:16px 0;border-bottom:1px solid var(--line);min-height:55px}
.service-tabs button:first-child{border-top:1px solid var(--line)}.service-tabs button>span:first-child{opacity:.55}.service-tab-arrow{opacity:0;}.service-tabs button[aria-selected=true] .service-tab-arrow{opacity:1}.service-tabs button:hover{color:#956057}
.services-side-footer{display:flex;align-items:end;justify-content:space-between;gap:15px}
.service-panel{position:relative;isolation:isolate;min-width:0;overflow:hidden;color:#f0eee8;display:flex;flex-direction:column;min-height:740px}
.service-editorial-image{filter:grayscale(1);position:absolute;inset:0;z-index:-3;width:100%;height:100%;max-width:none;object-fit:cover;object-position:58% 50%}
.service-panel-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(180deg,#12121220,#12121200 35%,#12121275 100%)}
.service-photo-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:35px 35px 0;text-shadow:0 1px 8px #0008}
.service-disciplines{margin:52px 35px 0;text-shadow:0 1px 8px #0008}
.service-display-title{margin:44px 25px 0 30px;position:relative;z-index:1}
.service-display-title span{display:block;white-space:nowrap}.service-display-title span+span{margin-top:7px}
.service-photo-bottom{display:flex;align-items:end;gap:26px;margin:auto 0 18px 28px;width:51%;padding-top:45px}.service-photo-bottom>span:last-child{padding-bottom:6px;max-width:55px}
.service-story{width:42%;min-height:253px;background:var(--pink);color:var(--ink);padding:25px;position:absolute;bottom:0;right:0;display:flex;flex-direction:column}
.service-story-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.service-story-rule{width:38px;height:7px;background:var(--ink)}.service-story a{display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:16px 0 7px;margin-top:auto}.service-story a:hover{border-color:var(--ink)}
@media(min-width:1700px){.services-canvas,.service-panel{min-height:870px}.services-sidebar{padding:45px}.service-tabs button{padding:22px 0}.service-story{padding:35px;min-height:285px}}
@media(max-width:1150px){.services-canvas{grid-template-columns:34% minmax(0,1fr)}.services-sidebar{padding:28px 24px 25px}.services-canvas,.service-panel{min-height:690px}.services-side-intro{margin:75px 0 45px;gap:15px}.service-next{width:54px}.service-tabs button{gap:7px;grid-template-columns:17px 1fr 16px}.service-story{width:46%;padding:23px;min-height:245px}.service-story-top{margin-bottom:30px}.service-photo-bottom{gap:13px}.service-photo-bottom>span:last-child{display:none}.service-display-title{margin-left:26px}.service-photo-top{padding:30px 25px 0}.service-disciplines{margin-left:27px}.patch-bank{width:43%}}
@media(max-width:800px){.services-canvas{grid-template-columns:1fr}.services-sidebar{padding:28px 26px}.services-side-intro{margin:30px 0;justify-content:space-between}.service-next{width:60px}.service-tabs{margin:0 0 26px}.service-tabs button{padding:15px 0;}.service-panel{min-height:730px}.service-display-title{margin-top:60px}.service-story{min-height:245px;width:43%}.service-photo-bottom{margin-bottom:20px}.patch-bank{width:45%}}
@media(max-width:600px){.patchbay{padding:12px 13px 10px}.patch-heading h2 span{display:none}.patch-instruction{display:none}.patch-bank{width:47%}.patch-port{gap:8px;padding-top:10px}.patch-socket{width:23px;height:23px;border-width:1px}.patch-socket::before{width:17px;height:17px}.patch-rack{min-height:169px}.patch-bottom{min-height:31px}.patch-bottom>span:last-child{display:none}.services.services-editorial{padding:20px var(--gutter) 30px}.services-sidebar{padding:24px 22px}.service-next{width:52px}.service-tabs button{padding:16px 0}.service-panel{min-height:615px}.service-photo-top{padding:24px 19px 0;gap:8px}.service-disciplines{margin:36px 21px 0;}.service-display-title{margin:39px 14px 0 19px;}.service-story{width:58%;min-height:246px;padding:20px 17px}.service-story-top{margin-bottom:28px;}.service-story a{padding-top:20px;}.service-photo-bottom{margin-left:17px;margin-bottom:24px;width:39%}.service-editorial-image{object-position:58% center}.service-story-rule{width:29px;height:6px}}.patch-port{min-height:75px}.service-story{min-height:300px}.service-story-top{margin-bottom:30px}
@media(max-width:1150px){.service-story{min-height:290px}}
@media(max-width:600px){.patch-port-name{white-space:normal;text-align:center;min-height:21px;display:flex;align-items:end;justify-content:center;max-width:100%;}.patch-rack{min-height:184px}.patch-port{min-height:83px}.service-story{position:relative;width:100%;min-height:0;padding:26px 22px;margin-top:20px}.service-story-top{margin-bottom:28px}.service-photo-bottom{margin-top:30px;margin-bottom:0;padding-top:0;min-height:135px}.service-panel{min-height:0}.service-photo-bottom>span:last-child{display:block;min-width:70px;padding-left:15px}.service-display-title{margin-top:38px}}

/* Soft, matte faceplate: the grain belongs to the surface, below every control. */
.instrument{
  --panel-grain:url('../assets/panel-grain.svg');
  background-color:var(--paper);
  background-image:var(--panel-grain),linear-gradient(130deg,#ffffff40,transparent 38%,#30272008);
  background-size:160px 160px,100% 100%;
  box-shadow:inset 0 1px 0 #ffffffb3,inset 0 -1px 0 #30272030,0 5px 0 -1px var(--ink),0 9px 14px -12px #30272070;
}
.patchbay{
  background-color:#d6d2c9;
  background-image:var(--panel-grain),linear-gradient(145deg,#ffffff28,transparent 65%,#30272006);
  background-size:160px 160px,100% 100%;
  box-shadow:inset 0 1px 0 #ffffff60;
}
/* A physical power switch, synchronized with every audio play/pause action. */
.sound-switch{
  min-width:124px;height:44px;padding:5px 9px 5px 12px;gap:14px;
  justify-content:space-between;border-color:#30272065;border-radius:5px;
  background:linear-gradient(140deg,#ffffff14,transparent 65%);
  box-shadow:inset 0 1px 0 #ffffff38,0 1px 1px #30272012;
}
.power-copy{display:flex;flex-direction:column;align-items:flex-start;gap:2px;}
.power-switch-track{
  width:48px;height:28px;flex-shrink:0;position:relative;border-radius:16px;
  background:#51453a;border:1px solid #201a15;
  box-shadow:inset 0 2px 4px #0006,0 1px 0 #ffffff5c;
  transition:background .2s;
}
.power-switch-thumb{
  position:absolute;top:2px;left:2px;width:22px;height:22px;display:grid;place-items:center;
  border-radius:50%;background:linear-gradient(140deg,#eeeae1,#bdb5aa);
  border:1px solid #ded8cc;box-shadow:0 1px 3px #0008,inset 0 1px 0 #fff9;
  color:#64594e;transition:transform .2s ease,background .2s,color .2s,box-shadow .2s;
}
.power-switch-thumb svg{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.sound-switch[aria-checked=true] .power-switch-track{background:#302720}
.sound-switch[aria-checked=true] .power-switch-thumb{
  transform:translateX(20px);color:var(--ink);border-color:#ffb1b3;
  background:linear-gradient(140deg,#ffb3b5,var(--pink));
  box-shadow:0 1px 3px #0008,inset 0 1px 0 #ffffff70,0 0 9px #ff8d9040;
}
.sound-switch:hover:not(:disabled){border-color:var(--ink)}
.sound-switch:active:not(:disabled) .power-switch-track{box-shadow:inset 0 2px 5px #0009,0 1px 0 #ffffff5c}
.sound-switch:disabled{opacity:.65}
@media(max-width:800px){.sound-switch{min-width:112px;padding:5px 8px;gap:10px}}
@media(max-width:600px){.sound-switch{min-width:108px;gap:8px}}
@media(prefers-reduced-motion:reduce){.power-switch-track,.power-switch-thumb{transition:none}}

/* Keep an accessible page heading while the LED logo leads the visible home. */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.hero>.instrument{margin-top:24px}

/* Match the paper color sampled from the original brand poster. */
.about{--about-paper:#fc9493;background:var(--about-paper);color:var(--ink)}
.about .text-link,.about .about-bottom{border-color:var(--line)}

/* Carry the Services spread into the case studies: monochrome artwork,
   oversized index and a coral information panel anchored to the image. */
.case{position:relative;align-self:start}
.case-art{color:var(--paper)}
.case-art>img{filter:grayscale(1)}
.case-art::before{content:'';position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#17131080,transparent 37%,#17131026 58%,#171310bd)}
.case-topline,.case-art-title,.case-play{z-index:2}
.case-pulso .case-art{color:var(--paper)}
.case-art::after{z-index:4}
.case-art-title{bottom:78px}
.case-play{max-width:calc(52% - 36px);align-items:flex-start}
.case-caption{
  position:absolute;z-index:3;right:0;bottom:0;width:48%;min-height:235px;
  display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;gap:18px;
  padding:22px 20px 18px;border:0;background:var(--pink);color:var(--ink);pointer-events:none;
}
.case-caption::before{content:'';display:block;width:28px;height:5px;flex-shrink:0;background:currentColor}
.case-caption>span{align-self:flex-end;margin:0}
.case-caption p{margin-top:12px}
.case-firma .case-caption{background:var(--ink);color:var(--pink)}

/* The closing block reverses the brand palette and repeats the coral module. */
.contact.section-dark{background:var(--ink);color:var(--pink);--line:var(--pink-line)}
.contact .project-button{background:var(--pink);color:var(--ink)}
.contact .project-button:hover{background:#ffa7a9}
.contact .project-button:focus-visible{outline-color:var(--pink)}
.contact .footer-brand img{filter:brightness(0) saturate(100%) invert(72%) sepia(19%) saturate(1599%) hue-rotate(308deg) brightness(103%) contrast(100%)}
.contact-bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,32%);column-gap:40px;row-gap:20px;align-items:start;padding-bottom:56px}
.contact-bar>.project-button{grid-column:2;grid-row:1/3;align-self:stretch;min-height:190px;width:100%;padding:26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:28px}
.contact-bar>.project-button>span{align-self:flex-end}
.contact-bar>.contact-email{grid-column:1;grid-row:1;align-self:end;justify-self:start;width:fit-content}
.contact-bar>.instagram-link{grid-column:1;grid-row:2;align-self:start;justify-self:start;margin-left:0}
@media(max-width:1150px){
  .case-caption{padding:18px 16px;gap:16px;min-height:235px}
  .case-art-title{left:16px}.case-play{left:16px;max-width:calc(52% - 28px)}
}
@media(max-width:900px){
  .case-grid{grid-template-columns:1fr;gap:34px}.case-pulso{margin-top:0}
  .case-art{aspect-ratio:1.35}
  .case-caption{width:43%;min-height:260px;padding:26px}
  .case-art-title{left:24px;bottom:82px}.case-play{left:27px;max-width:calc(57% - 48px)}
  .contact-bar{grid-template-columns:minmax(0,1fr) minmax(230px,40%);gap:25px}
  .contact-bar>.project-button{padding:24px}
}
@media(max-width:600px){
  .case-art{aspect-ratio:.9}
  .case-caption{width:56%;min-height:235px;padding:20px 16px;gap:18px}
  .case-art-title{left:16px;bottom:86px}
  .case-play{left:18px;bottom:19px;max-width:calc(44% - 27px);gap:7px}
  .case-play .icon{flex-shrink:0}
  .case-topline{inset-inline:16px;top:16px}
  .contact-bar{grid-template-columns:1fr;gap:24px;padding-bottom:36px}
  .contact-bar>.project-button{grid-column:1;grid-row:1;min-height:165px;padding:24px}
  .contact-bar>.contact-email{grid-column:1;grid-row:2}
  .contact-bar>.instagram-link{grid-column:1;grid-row:3}
}

/* Physical display link above the console; the faceplate keeps its own grain. */
.sound-system{position:relative;isolation:isolate}
.sound-system .led-display{margin-bottom:0}
.sound-system .instrument{margin-top:64px}
.display-cable{position:absolute;inset:0;width:100%;height:100%;overflow:visible;z-index:8;pointer-events:none}
.display-port{position:relative;display:flex;align-items:center;gap:9px;min-height:44px;padding:8px;touch-action:none;user-select:none;-webkit-user-select:none;cursor:grab;white-space:nowrap}
.display-port .patch-socket{flex-shrink:0}
.display-port.is-connected .patch-socket i{opacity:1}
.display-port.is-selected .patch-socket,.display-port:hover .patch-socket,.can-connect .patch-socket{outline:2px solid var(--ink);outline-offset:4px}
.led-bezel-footer{position:relative;padding-right:108px}
.led-signal-status{margin:auto}
.led-input{position:absolute;right:1px;bottom:-20px;color:var(--pink)}
.led-input.can-connect .patch-socket,.led-input:hover .patch-socket{outline-color:var(--pink)}
.console-output{position:absolute;right:125px;top:-23px;z-index:9;color:var(--ink)}
.console-output>span:first-child{background:var(--pink);padding:3px 5px}
.is-patching .display-port{cursor:grabbing}
/* Three aligned banks keep routing compact and easy to scan. */
.sound-system .patch-rack{display:grid;grid-template-columns:3fr 2fr 3fr;align-items:start;min-height:184px;gap:28px;padding:12px 0 0}
.sound-system .patch-bank,.sound-system .patch-outputs{width:100%;max-width:none}
.patch-inputs .patch-bank-label{text-align:left}
.patch-mix-inputs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin:0}
.patch-effect-inputs{margin:0;padding:0;border:0}
.patch-effect-inputs .patch-port-name{font-weight:500}
.patch-effect-inputs .is-connected .patch-port-code{opacity:1}
@media(max-width:800px){
  .sound-system .patch-rack{gap:16px}
  .patch-bank-label{font-size:10px}
  .console-output{right:100px}
}
@media(max-width:600px){
  .sound-system .instrument{margin-top:64px}
  .sound-system .patch-rack{grid-template-columns:2fr 3fr;gap:20px 12px;padding:10px 0 40px;min-height:0}
  .sound-system .patch-outputs{grid-column:1/-1}
  .patch-port-name{font-size:11px}
  .patch-port-code{font-size:9px}
  .patch-mix-inputs{width:100%}
  .patch-effect-inputs{margin:0}
  .patch-inputs .patch-bank-label{text-align:left;padding-left:23px}
  .led-bezel-footer{padding-right:85px}
  .led-input{right:-6px;bottom:-21px;gap:5px}
  .console-output{right:85px;gap:4px}
  .display-port .patch-socket{width:26px;height:26px}
  .display-port .patch-socket::before{width:16px;height:16px}
}

/* Keep each service subject visible in the narrow editorial crop. */
.service-editorial-image{object-position:var(--service-image-position,58% 50%)}
@media(max-width:600px){.service-editorial-image{object-position:var(--service-image-mobile-position,58% 50%)}}
