.admin{display:flex;flex-direction:column;width:100%;height:100vh;align-items:center;justify-content:center;gap:.5rem}.adminDash{display:flex;flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:3rem 1.5rem 4rem;box-sizing:border-box}.admininput{width:20rem;height:3rem;padding:1rem;font-size:2rem;background:#000;color:#fff;border-radius:10px}.inputLabel{font-size:2rem}.adminSubmit{width:10rem;height:3rem;font-size:1.5rem;cursor:pointer;margin-top:1rem;background:#000;color:#fff;border-radius:10px;transition:.3s all}.adminSubmit:hover{transform:scale(1.1)}.adminSubmit:active{transform:scale(.95)}.panelLabel{font-size:3rem;margin-bottom:1.5rem}.adminActions{display:flex;gap:1rem;margin-top:2rem}.adminButton{width:auto;height:auto;padding:.6rem 1.5rem;font-size:1.15rem;border:1px solid #111111;border-radius:5px;background:#fff;color:#111;cursor:pointer;transition:all .3s ease}.adminButton:hover{background:#111;color:#fff}.adminButton:disabled{opacity:.5;cursor:not-allowed}.adminButton:disabled:hover{background:#fff;color:#111}.adminButton--danger{border-color:#b3413a;color:#b3413a}.adminButton--danger:hover{background:#b3413a;color:#fff}.adminTabs{display:flex;gap:.5rem;margin-bottom:2rem}.adminTab{padding:.6rem 1.5rem;font-size:1rem;font-weight:600;border:1px solid #D8CFC4;border-radius:999px;background:#fff;color:#3a342e;cursor:pointer;transition:all .3s ease}.adminTab:hover{border-color:#111}.adminTab--active{background:#111;color:#fff;border-color:#111}.albumAdd{width:100%;max-width:640px;display:flex;flex-direction:column;background:#fff;border-radius:12px;padding:2rem 2.5rem 2.5rem;box-shadow:0 2px 12px #00000014;box-sizing:border-box}.albumAdd h2{font-size:1.75rem;margin:0 0 1.5rem}.albumForm{display:flex;flex-direction:column;gap:1.5rem}.formSection{display:flex;flex-direction:column;gap:1rem;padding-top:1.25rem;border-top:1px solid #E5DED6}.formSection:first-child{padding-top:0;border-top:none}.formSectionTitle{font-size:1.1rem;font-weight:700;color:#6b6259;text-transform:uppercase;letter-spacing:.04em;margin:0}.formRow{display:flex;gap:1rem}.formRow .formGroup{flex:1}.formGroup{width:100%;display:flex;flex-direction:column;gap:.4rem}.formGroup label{font-size:.95rem;font-weight:600;color:#3a342e}.formGroup input,.formGroup textarea{width:100%;box-sizing:border-box;padding:.65rem .75rem;font-size:1rem;font-family:inherit;color:#111;background:#faf5f0;border:1px solid #D8CFC4;border-radius:6px;resize:vertical;transition:border-color .2s ease}.formGroup input:focus,.formGroup textarea:focus{outline:none;border-color:#111}.coverPreview{width:10rem;height:10rem;object-fit:cover;border-radius:6px;border:1px solid #D8CFC4;margin-top:.5rem}.formHint{font-size:.8rem;color:#6b6259;margin:-.2rem 0 0}.audioPreview{width:100%;margin-top:.5rem}.audioClipSelector{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.audioClipSelectorWaveform{position:relative;width:100%;height:80px;background:#faf5f0;border:1px solid #D8CFC4;border-radius:6px;overflow:hidden;touch-action:none}.audioClipSelectorWaveform--interactive{cursor:pointer}.audioClipSelectorCanvas{position:absolute;top:0;right:0;bottom:0;left:0}.audioClipSelectorWindow{position:absolute;top:0;bottom:0;background:#0000002e;border-left:2px solid #111111;border-right:2px solid #111111;cursor:grab}.audioClipSelectorWindow:active{cursor:grabbing}.audioClipSelectorWindow:focus-visible{outline:2px solid #111111;outline-offset:-2px}.audioClipSelectorTransport{display:flex;align-items:center;gap:.75rem;width:100%}.audioClipSelectorSelectionRow{display:flex;align-items:center;gap:.75rem}.audioClipSelectorSelectionRow .adminButton{padding:.4rem 1rem;font-size:.9rem}.submitRow{display:flex;justify-content:flex-end;gap:1rem;padding-top:.5rem}.genrePicker{gap:.6rem}.genreChipGrid{display:flex;flex-wrap:wrap;gap:.5rem}.genreChip{padding:.4rem .8rem;font-size:.85rem;font-family:ui-monospace,Menlo,monospace;text-transform:uppercase;letter-spacing:.04em;background:#faf5f0;color:#111;border:1.5px solid #D8CFC4;border-radius:999px;cursor:pointer;transition:all .3s ease}.genreChip:hover{border-color:#111}.genreChip.genreChip--active{background:#111;color:#fff;border-color:#111}.genreAddRow{display:flex;gap:.5rem}.genreAddRow input{flex:1}.genreAddRow .adminButton{flex-shrink:0}.albumListHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.albumList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.albumListItem{display:flex;align-items:center;gap:1rem;padding:.75rem;border:1px solid #E5DED6;border-radius:8px}.albumListThumb{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:6px;flex-shrink:0}.albumListInfo{flex:1;min-width:0}.albumListTitle{font-weight:700;margin:0}.hiddenBadge{margin-left:.6rem;padding:.15rem .55rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#6b6259;border:1px solid #D8CFC4;border-radius:999px}.albumListMeta{font-size:.85rem;color:#6b6259;margin:.1rem 0 0}.albumListActions{display:flex;gap:.5rem;flex-shrink:0}.albumListActions .adminButton{padding:.4rem 1rem;font-size:.9rem}.commentList{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.commentListItem{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border:1px solid #E5DED6;border-radius:8px}.commentListInfo{flex:1;min-width:0}.commentListName{font-weight:700;margin:0}.commentListText{font-size:.9rem;color:#3a342e;margin:.25rem 0 0;white-space:pre-wrap}.genreMigration{width:100%;max-width:640px;padding:1.5rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;box-sizing:border-box}.genreMigration h2{font-size:1.4rem;margin:0 0 .5rem}.migrationReport{margin-top:1rem;font-size:.85rem;color:#3a342e}.migrationReport ul{margin:.4rem 0 1rem;padding-left:1.2rem}.albumView{display:flex;flex-wrap:wrap;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;width:100%;height:100vh;padding:2.125rem 3.5rem;align-items:start;gap:1.5rem;overflow-y:auto;background:#faf5f0;align-content:flex-start}@media (max-width: 1024px){.albumView{padding:2rem;gap:1rem}}@media (min-width: 1440px){.albumView{padding:2.89rem 4.96rem;gap:1.75rem}}@media (min-width: 1800px){.albumView{padding:3.72rem 7.43rem 3.72rem 3rem;gap:2rem}}.albumTopRow{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.albumBreadcrumb,.albumTopCTA{display:none}@media (min-width: 769px){.albumTopCTA{display:inline-block;max-width:8rem;font-size:.9rem;line-height:1.3;text-decoration:underline;color:#6b6259}.albumTopCTA:visited{color:#6b6259}}.back{all:unset;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s all;width:5rem;height:5rem;flex-shrink:0;align-self:start}.back:hover{transform:scale(1.2)}.back:focus-visible{outline:3px solid #111111;outline-offset:2px}.back img{width:3.5rem}.albumViewCTA{margin-top:1.5rem;font-size:1rem;text-decoration:underline;color:#6b6259}.albumViewCTA:visited{color:#6b6259}.albumBottomGroup{display:flex}@media (min-width: 769px){.albumBottomGroup{display:none}}.listenLabel{display:none}.previewAudio{display:flex;flex-direction:column;gap:.35rem;width:100%}.previewAudioLabel{font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#6b6259}.audioPlayer{display:flex;flex-direction:column;gap:.4rem;width:100%;padding:.5rem .75rem;border:1.5px solid #111111;box-sizing:border-box}.audioPlayerRow{display:flex;align-items:center;gap:.75rem;width:100%}.audioPlayerToggle{all:unset;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:50%;background:#111;cursor:pointer;transition:all .3s ease}.audioPlayerToggle svg{width:.8rem;height:.8rem;fill:#faf5f0}.audioPlayerToggle:hover{transform:scale(1.1)}.audioPlayerToggle:focus-visible{outline:2px solid #111111;outline-offset:2px}.audioPlayerVolumeRow{display:flex;align-items:center;gap:.5rem;width:100%}.audioPlayerVolumeToggle{all:unset;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1rem;height:1rem;cursor:pointer;transition:all .3s ease}.audioPlayerVolumeToggle svg{width:100%;height:100%;fill:#111}.audioPlayerVolumeToggle .audioPlayerVolumeWave,.audioPlayerVolumeToggle .audioPlayerVolumeMute line{fill:none;stroke:#111;stroke-width:1.75;stroke-linecap:round}.audioPlayerVolumeToggle:hover{transform:scale(1.15)}.audioPlayerVolumeToggle:focus-visible{outline:2px solid #111111;outline-offset:2px}.audioPlayerVolume,.audioPlayerScrub{flex:1;min-width:0;accent-color:#111111;cursor:pointer}.audioPlayerTime{flex-shrink:0;font-family:ui-monospace,Menlo,monospace;font-size:.7rem;letter-spacing:.04em;color:#6b6259;white-space:nowrap}.albumInfo{display:flex;flex-direction:column;height:auto;width:380px;flex-shrink:0;justify-content:flex-start;gap:1rem}@media (max-width: 1200px){.albumInfo{width:320px}}@media (max-width: 1024px){.albumInfo{width:260px}}@media (min-width: 1440px){.albumInfo{width:378px;gap:1.24rem}}@media (min-width: 1800px){.albumInfo{width:460px;gap:1.65rem}}.cover{width:100%;aspect-ratio:1/1;border:3px black solid;object-fit:cover}.infoSection{display:flex;width:100%;gap:1rem}.leftInfo{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:.5rem}.nameAndArtist{display:flex;flex-direction:column;gap:.25rem}.albumTitleView{font-size:3rem;line-height:1}@media (max-width: 1200px){.albumTitleView{font-size:2.5rem}}@media (max-width: 1024px){.albumTitleView{font-size:2rem}}@media (min-width: 1440px){.albumTitleView{font-size:2.89rem}}@media (min-width: 1800px){.albumTitleView{font-size:3.54rem}}.albumArtistView{font-size:1.625rem;color:#6b6259}@media (max-width: 1200px){.albumArtistView{font-size:1.4rem}}@media (max-width: 1024px){.albumArtistView{font-size:1.25rem}}@media (min-width: 1440px){.albumArtistView{font-size:1.53rem}}@media (min-width: 1800px){.albumArtistView{font-size:1.89rem}}.genres{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;padding:0;list-style:none;font-size:1rem}.genres li{padding:4px 9px;border:1.5px solid #111111;transition:all .3s ease}@media (hover: hover){.genres li:hover{background:#111}.genres li:hover a{color:#faf5f0}}.genres li a{display:inline-block;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#111;text-decoration:none;transition:all .3s ease}.links{display:grid;grid-template-columns:repeat(2,auto);gap:.75rem;align-content:start;justify-items:center;width:auto}@media (min-width: 769px){.links .link span{display:none}}.links .linkImg{width:3.25rem;height:3.25rem;border-radius:50%;border:2px solid #000;object-fit:cover;transition:.2s all ease}.links .linkImg:hover{transform:scale(1.12)}@media (min-width: 769px){.links .linkImg{width:2.25rem;height:2.25rem}}.albumReviews{display:flex;flex-direction:column;flex:1 1 0%;min-width:0;max-width:700px;height:auto;gap:3rem}@media (min-width: 1440px){.albumReviews{max-width:743px;gap:3.3rem}}@media (min-width: 1800px){.albumReviews{max-width:909px;gap:4.13rem}}.artistPitch{display:flex;flex-direction:column;height:auto;gap:.5rem}.fanReview{display:flex;flex-direction:column;gap:.5rem}.commentList{display:flex;flex-direction:column;gap:1.1rem;padding:0;margin:0;list-style:none}.commentItem{display:flex;flex-direction:column;gap:.3rem;padding-left:.9rem;border-left:2px solid #111111}.commentText{font-size:1.1rem;line-height:1.5;color:#3a342e;white-space:pre-wrap}@media (max-width: 1024px){.commentText{font-size:1rem}}@media (min-width: 1440px){.commentText{font-size:1.2rem}}@media (min-width: 1800px){.commentText{font-size:1.35rem}}.commentEmpty{font-size:1.1rem;line-height:1.5;font-style:italic;color:#6b6259;padding-left:.9rem;border-left:2px dashed #6B6259}@media (max-width: 1024px){.commentEmpty{font-size:1rem}}@media (min-width: 1440px){.commentEmpty{font-size:1.2rem}}@media (min-width: 1800px){.commentEmpty{font-size:1.35rem}}.commentAuthor{font-family:ui-monospace,Menlo,monospace;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:#6b6259}.label{font-size:2.75rem}@media (max-width: 1200px){.label{font-size:2.125rem}}@media (max-width: 1024px){.label{font-size:1.75rem}}@media (min-width: 1440px){.label{font-size:3.1rem}}@media (min-width: 1800px){.label{font-size:3.6rem}}.fanReview .label{font-size:1.75rem}@media (max-width: 1200px){.fanReview .label{font-size:1.375rem}}@media (max-width: 1024px){.fanReview .label{font-size:1.125rem}}@media (min-width: 1440px){.fanReview .label{font-size:1.95rem}}@media (min-width: 1800px){.fanReview .label{font-size:2.25rem}}.review{text-align:left;font-size:1.4rem;line-height:1.5;color:#3a342e;white-space:pre-wrap}@media (max-width: 1200px){.review{font-size:1.125rem}}@media (max-width: 1024px){.review{font-size:1rem}}@media (min-width: 1440px){.review{font-size:1.5rem}}@media (min-width: 1800px){.review{font-size:1.7rem}}.archive{display:flex;flex-direction:column;align-items:center;min-height:100vh;padding-bottom:10vh;scroll-snap-align:start}.archive .stickyHeader{position:static}.archiveTopButton{all:unset;position:fixed;right:2rem;bottom:3rem;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background:#faf5f0;border:3px solid #111111;border-radius:50%;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .2s ease,background .15s ease;z-index:30}.archiveTopButton.archiveTopButton--visible{opacity:1;pointer-events:all}@media (hover: hover){.archiveTopButton:hover{background:#111}.archiveTopButton:hover .archiveTopArrow{filter:invert(1)}}.archiveTopArrow{height:1.5rem;transform:rotate(90deg);transition:filter .15s ease}.gridHolder{display:flex;width:80%;max-width:1200px;flex-direction:column;justify-content:start}.archiveGrid{position:relative;display:block;padding-left:4.5rem;padding-bottom:2.5rem}@media (max-width: 1024px){.archiveGrid{padding-left:3rem;padding-bottom:2rem}}.spine{position:absolute;left:15px;top:0;bottom:0;width:6px;background:#111}.circle{position:absolute;left:-6px;top:-3px;width:30px;height:30px;border-radius:50%;background:#faf5f0;border:6px solid #111111}.archiveGrid.year{display:flex;align-items:center;gap:1.5rem}.archiveGrid.year .circle{left:-13px;width:34px;height:34px;border:none;background:#111}.archiveGrid.year .archiveMonth{font-family:inherit;font-size:2.25rem;line-height:1;letter-spacing:0;text-transform:none;color:#111}@media (max-width: 1024px){.archiveGrid.year .archiveMonth{font-size:1.875rem}}.archiveGrid.year .yearRule{flex:1;height:2px;background:#111}.archiveGrid.year .yearCount{font-family:ui-monospace,Menlo,monospace;font-size:.9375rem;letter-spacing:.1em;color:#6b6259;white-space:nowrap}.archiveGrid.end{padding-bottom:0}.archiveGrid.end .spine{bottom:auto;height:14px}.archiveGrid.end .archiveMonth:after{content:"START OF THE ARCHIVE";font-family:ui-monospace,Menlo,monospace;font-size:.9375rem;letter-spacing:.12em;color:#6b6259}.archiveMonth{font-family:ui-monospace,Menlo,monospace;font-size:1rem;letter-spacing:.12em;text-transform:uppercase;color:#6b6259}.archiveAlbums{display:grid;grid-template-columns:repeat(5,150px);gap:1.75rem 1.5rem;margin-top:1rem}@media (max-width: 1024px){.archiveAlbums{grid-template-columns:repeat(3,130px);gap:1.5rem 1rem}}@media (max-width: 1024px) and (max-height: 800px){.archiveAlbums{grid-template-columns:repeat(5,130px);gap:1.25rem 1rem}}.albumBox{cursor:pointer;transition:all .15s ease}.albumBox:hover{transform:scale(1.05)}.albumBox img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;border:3px solid #111111}.archiveTitle{font-size:1rem;margin-top:.5rem;word-break:break-word}.archiveArtist{font-size:.875rem;font-weight:400;color:#6b6259}.footer{display:flex;flex-direction:column;justify-self:center;align-items:center;background:#000;color:#fff;width:100%;padding:2rem;scroll-snap-align:start}.footerText{font-size:.6rem}@media (min-width: 769px){.footerText{font-size:1rem}}a{text-decoration:none;color:#0f0}.main{display:flex;flex-direction:column;align-items:center;height:100vh;padding-bottom:2vh;scroll-snap-align:start}.topBar{display:grid;grid-template-columns:15% 70% 15%;grid-template-rows:1;align-items:center;width:100%;padding-top:2rem}.topBar--home{grid-template-columns:1fr}.stickyHeader{display:flex;flex-direction:column;align-items:center;width:100%;position:sticky;top:0;z-index:10;background:#faf5f0}.backArrow{all:unset;display:flex;justify-content:center;opacity:0;pointer-events:none}.backArrow .arrowImage{height:4rem;cursor:pointer}.backArrow.backArrow--visible{opacity:1;pointer-events:all}.pageHeader{text-align:center}.pageHeader--home{font-size:9.5rem;line-height:.86}@media (max-width: 1024px){.pageHeader--home{font-size:7.625rem}}.tagline{width:100%;margin-top:1rem;font-size:1.5rem;color:#6b6259;text-align:center}@media (max-width: 1024px){.tagline{font-size:1.25rem;margin-top:-1rem}}@media (max-width: 1024px) and (max-height: 800px){.tagline{margin-top:1rem}}.pageHeader--section{font-size:6rem;line-height:.9}@media (max-width: 1024px){.pageHeader--section{font-size:4.75rem}}.pageHeader--about{font-size:7.875rem;line-height:.88}@media (max-width: 1024px){.pageHeader--about{font-size:6.25rem}}.divider{width:100%;height:2rem;margin-top:1.5rem;background:#111}.divider.divider--home{height:1.375rem}.topThree{display:grid;grid-template-columns:repeat(3,260px);justify-content:center;column-gap:56px;margin:auto 0;flex-shrink:1;min-height:0}@media (max-width: 1024px){.topThree{grid-template-columns:repeat(3,220px);column-gap:40px}}.album{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.5rem;transition:.2s all ease-in}@media (hover: hover){.album:hover{transform:scale(1.1);cursor:pointer}}.albumImgHolder{position:relative;height:260px;width:260px;border:3px solid #111111}@media (max-width: 1024px){.albumImgHolder{height:220px;width:220px}}.textHolder{width:260px}@media (max-width: 1024px){.textHolder{width:220px}}.albumTitle{font-size:1.875rem;margin:0}@media (max-width: 1024px){.albumTitle{font-size:1.625rem}}.artistName{font-size:1.375rem;color:#6b6259;margin:0}@media (max-width: 1024px){.artistName{font-size:1.1875rem}}.albumImage{height:100%;width:100%;object-fit:cover}.rankBadge{position:absolute;top:-3px;left:-3px;padding:5px 10px;background:#111;color:#faf5f0;font-family:ui-monospace,Menlo,monospace;font-size:.875rem}.genreBadge{position:absolute;bottom:-3px;right:-3px;padding:5px 10px;background:#111;color:#faf5f0;font-family:ui-monospace,Menlo,monospace;font-size:.875rem;text-transform:uppercase}.album--small .albumImgHolder{height:166px;width:166px}.album--small .textHolder{width:166px}.album--small .albumTitle{font-size:1.25rem}.album--small .artistName{font-size:1rem}@media (min-width: 1025px){.album--small .albumImgHolder{border-width:2px}}@media (max-width: 1024px){.album--small .albumImgHolder{height:150px;width:150px}.album--small .textHolder{width:150px}.album--small .albumTitle{font-size:1.125rem}.album--small .artistName{font-size:.875rem}}@media (max-width: 1024px) and (max-height: 800px){.album--small .albumImgHolder{height:136px;width:136px}.album--small .textHolder{width:136px}.album--small .albumTitle{font-size:1rem}.album--small .artistName{font-size:.8125rem}}.bottomBar{display:grid;width:95%;grid-template-columns:33.33% 33.33% 33.33%;flex-shrink:0}.scrollArrow{all:unset;display:flex;justify-content:center;opacity:1;pointer-events:all}.scrollArrow .arrowImage{height:4rem;cursor:pointer;transform:rotate(-90deg)}.contactLink{font-size:1.438rem;text-decoration:underline;color:#6b6259;align-self:flex-end}.contactLink:visited{color:#6b6259}@media (max-width: 1024px) and (max-height: 800px){.contactLink{font-size:1.1rem}}.scrollCue{display:none}.loadingScreen{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:#faf5f0}.loadingSpinner{width:56px;height:56px;border-radius:50%;border:5px solid rgba(0,0,0,.1);border-top-color:#000;animation:loadingSpin .8s linear infinite}@keyframes loadingSpin{to{transform:rotate(360deg)}}.loadingText{font-size:1.25rem;letter-spacing:.1em;color:#6c757d}.loadingText:after{content:"...";animation:loadingDots 1.2s steps(4,end) infinite}@keyframes loadingDots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}.errorScreen{width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:#faf5f0;text-align:center;padding:1.5rem}.errorScreenText{font-size:1.25rem;letter-spacing:.05em;color:#3a342e}.errorScreenButton{padding:.5rem 1.5rem;border-radius:4px;border:1px solid #3A342E;background:transparent;color:#111;font-size:1rem;cursor:pointer;transition:all .3s ease}.errorScreenButton:hover{background:#111;color:#faf5f0}.stillFresh{display:flex;flex-direction:column;align-items:center;height:100vh;padding-bottom:2vh;scroll-snap-align:start}.stillFresh .stickyHeader{z-index:20}@media (min-width: 1025px){.stillFresh .divider{height:1.25rem}}.stillFreshAlbums{display:grid;grid-template-columns:repeat(5,166px);justify-content:center;column-gap:44px;row-gap:40px;margin:auto 0}@media (max-width: 1024px){.stillFreshAlbums{grid-template-columns:repeat(3,150px);column-gap:32px;row-gap:32px}}@media (max-width: 1024px) and (max-height: 800px){.stillFreshAlbums{grid-template-columns:repeat(5,136px);column-gap:24px;row-gap:24px}}.about{display:flex;flex-direction:column;width:100%;min-height:100%;align-items:center}.aboutContent{display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:88px;width:100%;max-width:1328px;padding:3rem 3.5rem}@media (max-width: 1024px){.aboutContent{grid-template-columns:1fr;max-width:none}}.aboutText{max-width:640px;font-size:1.5rem;line-height:1.5;text-align:left}@media (max-width: 1024px){.aboutText{max-width:none;font-size:1.375rem}}.hunter{text-align:end}.backToMain{display:none}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.emailOptionsWrapper{display:flex;flex-direction:column;justify-content:start;align-items:center;text-align:start;width:100%;gap:1rem;font-size:clamp(1rem,1rem,3em);font-display:swap}@media (min-width: 1921px){.emailOptionsWrapper{font-size:clamp(1rem,1.3rem,3em)}}.thankYouText{display:flex;justify-content:center}.userEmailContainer{display:flex;width:100%;height:3.5rem;border:3px solid #111111;border-radius:10px;font-size:1.25rem}.userMessageContainer{display:flex;width:100%;height:16.25rem;border:3px solid #111111;border-radius:10px;font-size:1.25rem}.formInput{all:unset;width:100%;padding:.75rem}.messageSubmitButton{all:unset;display:flex;justify-content:center;align-items:center;gap:.75rem;width:220px;height:60px;background:#111;color:#faf5f0;border-radius:10px;cursor:pointer}.messageSubmitButton:hover{transform:scale(1.05);transition:all .1s ease-in-out}.buttonWrapper{display:flex;width:100%}.submitImg{width:20%}.genreFilterBar{position:relative;width:100%}.archive .genreFilterBar{width:80%;max-width:1200px}.genreFilterRow{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;padding:2.5rem 0}.genreFilterButton{display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.5rem 1rem;background:#111;color:#faf5f0;border:3px solid #111111;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:all .3s ease}.genreFilterButton .genreFilterIcon{border-color:#faf5f0}.genreFilterButton .genreFilterIcon:after{background:#faf5f0}.genreFilterButton.genreFilterButton--active{background:#111;color:#faf5f0}.genreFilterButton.genreFilterButton--active .genreFilterIcon{border-color:#faf5f0}.genreFilterButton.genreFilterButton--active .genreFilterIcon:after{background:#faf5f0}.genreFilterIcon{position:relative;width:12px;height:12px;flex-shrink:0;border:2px solid #111111;transition:all .3s ease}.genreFilterIcon:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:#111;transform:scale(0);transition:all .3s ease}.genreFilterButton--active .genreFilterIcon:after{transform:scale(1)}.genreFilterButtonCount{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .3rem;background:#faf5f0;color:#111;font-size:.65rem}.genreChip{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:40px;padding:.4rem .9rem;background:transparent;color:#111;border:3px solid #111111;border-radius:0;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;transition:all .3s ease}.genreChip .genreChipCount,.genreChip .genreChipRemove{opacity:.7}.genreChip.genreChip--active{background:#111;color:#faf5f0;border-color:#111}.genreChip.genreChip--active .genreChipCount,.genreChip.genreChip--active .genreChipRemove{opacity:1}@media (hover: hover){.genreChip:hover{background:#1111111a}.genreChip.genreChip--active:hover{opacity:.85}}.genreClearAll{background:none;border:none;padding:0;color:#111;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;text-decoration:underline;cursor:pointer}.genreResultCount{margin-left:auto;font-family:ui-monospace,Menlo,monospace;font-size:.7rem;letter-spacing:.05em;color:#111}.genreEmptyState{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:auto 0;padding:3rem 1rem;color:#111;font-family:ui-monospace,Menlo,monospace;font-size:.85rem;text-align:center}.genreEmptyState button{background:none;border:none;color:#111;text-decoration:underline;cursor:pointer;font-family:inherit;font-size:inherit}.genreFilterScrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#11111157;z-index:40}.genreFilterPanel{position:absolute;top:calc(100% + 8px);left:0;z-index:50;width:560px;max-width:90vw;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#faf5f0;border:3px solid #111111;box-shadow:0 22px 44px #0000003d}.genreFilterPanelHeader{display:flex;align-items:baseline;justify-content:space-between}.genreFilterPanelHeader h2{margin:0;font-family:Do Hyeon,sans-serif;font-size:1.6rem}.genreFilterPanelSelectedCount{font-family:ui-monospace,Menlo,monospace;font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:#6b6259}.genreFilterSearch{height:44px;box-sizing:border-box;padding:0 .75rem;background:#faf5f0;color:#111;border:2px solid #111111;font-family:ui-monospace,Menlo,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em}.genreFilterSearch::placeholder{color:#9a9086}.genreFilterSearch:focus{outline:none;border-color:#111}.genreFilterList{display:flex;flex-wrap:wrap;gap:.5rem;max-height:300px;overflow-y:auto}.genreFilterPanelFooter{display:flex;gap:.75rem;padding-top:1rem;border-top:2px solid #111111}.genreFilterClearButton{padding:.6rem 1.2rem;background:transparent;color:#111;border:3px solid #111111;font-family:ui-monospace,Menlo,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.genreFilterCommitButton{flex:1;padding:.6rem 1.2rem;background:#111;color:#faf5f0;border:none;font-family:ui-monospace,Menlo,monospace;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;cursor:pointer}.genreFilterButton:focus-visible,.genreChip:focus-visible,.genreClearAll:focus-visible,.genreFilterClearButton:focus-visible,.genreFilterCommitButton:focus-visible,.genreFilterSearch:focus-visible{outline:3px solid #111111;outline-offset:2px}@keyframes genreFilterSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width: 768px){.genreFilterBar{max-width:none;width:100%;padding:0;box-sizing:border-box}.genreFilterRow{padding:2.5rem 0 1.5rem}.genreFilterPanel{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;max-width:none;max-height:80vh;overflow-y:auto;border-left:none;border-right:none;border-bottom:none;box-shadow:none;animation:genreFilterSlideUp .18s ease-out}.genreFilterScrim{background:#1111116b}.genreResultCount{margin-left:0;width:100%}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.genreFilterPanel{animation:none}}.fanNoteCta{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:#f1e9de;border:3px solid #111111}@media (min-width: 769px){.fanNoteCta{max-width:700px;order:1}}.fanNoteCta.fanNoteCta--sent{color:#3a342e}.fanNoteCta.fanNoteCta--compact{margin-top:.5rem;padding:1rem;max-width:none}.fanNoteCta.fanNoteCta--compact .fanNoteKicker{font-size:.7rem}.fanNoteCta.fanNoteCta--compact .fanNoteCtaText p{font-size:.9rem}.fanNoteCta.fanNoteCta--compact .fanNoteButton{height:40px;padding:0 1.1rem;margin-top:.35rem;font-size:.7rem}@media (min-width: 769px){.fanNoteCta.fanNoteCta--compact .fanNoteButton{margin-top:0}}.fanNoteCtaResting{display:flex;flex-direction:column;gap:.5rem}@media (min-width: 769px){.fanNoteCtaResting{flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem}}.fanNoteCtaText{display:flex;flex-direction:column;gap:.25rem}.fanNoteKicker{margin:0;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#111}.fanNoteButton{align-self:flex-start;flex-shrink:0;margin-top:.5rem;height:52px;padding:0 1.5rem;background:#111;color:#faf5f0;border:none;font-family:ui-monospace,Menlo,monospace;font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}@media (min-width: 769px){.fanNoteButton{align-self:center;margin-top:0}}@media (hover: hover){.fanNoteButton:hover{opacity:.85}}.fanNoteButton:focus-visible{outline:3px solid #111111;outline-offset:2px}@keyframes fanNoteFormIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fanNoteForm{display:flex;flex-direction:column;gap:1rem;animation:fanNoteFormIn .35s ease}@media (prefers-reduced-motion: reduce){.fanNoteForm{animation:none}}.fanNoteFormHeader{display:flex;align-items:center;justify-content:space-between}.fanNoteFormHeader h4{margin:0;font-family:Do Hyeon,sans-serif;font-size:1.5rem}.fanNoteClose{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;font-size:1.5rem;line-height:1;color:#111;cursor:pointer}.fanNoteClose:focus-visible{outline:3px solid #111111;outline-offset:2px}.fanNoteField{display:flex;flex-direction:column;gap:.35rem}.fanNoteField label{font-family:ui-monospace,Menlo,monospace;font-size:.6875rem;letter-spacing:.14em;text-transform:uppercase;color:#6b6259}.fanNoteField input,.fanNoteField textarea{box-sizing:border-box;width:100%;padding:0 .75rem;background:#faf5f0;color:#111;border:3px solid #111111;border-radius:0;font-family:inherit;font-size:1rem;-webkit-appearance:none}.fanNoteField input::placeholder,.fanNoteField textarea::placeholder{color:#9a9086}.fanNoteField input:focus,.fanNoteField textarea:focus{outline:none;border-color:#111}.fanNoteField input{height:48px}.fanNoteField textarea{height:104px;padding:.75rem;line-height:1.4;resize:vertical}.fanNoteFieldCheckbox{display:flex}.fanNoteFieldCheckbox label{display:flex;align-items:center;gap:.5rem;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.06em;color:#6b6259;cursor:pointer}.fanNoteFieldCheckbox input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:#111111;cursor:pointer}.fanNoteFieldLabelRow{display:flex;align-items:baseline;justify-content:space-between}.fanNoteCounter{font-family:ui-monospace,Menlo,monospace;font-size:.6875rem;color:#6b6259}.fanNoteHelp{font-size:.8125rem;color:#6b6259}.fanNoteError{font-family:ui-monospace,Menlo,monospace;font-size:.75rem;color:#b0453a}.fanNoteSubmit{height:52px;padding:0 1.5rem;background:#111;color:#faf5f0;border:none;font-family:ui-monospace,Menlo,monospace;font-size:.8125rem;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:all .3s ease}.fanNoteSubmit:disabled{opacity:.6;cursor:default}@media (hover: hover){.fanNoteSubmit:not(:disabled):hover{opacity:.85}}.fanNoteSubmit:focus-visible{outline:3px solid #111111;outline-offset:2px}html{background:#faf5f0;scroll-snap-type:y mandatory;overflow-y:scroll;height:100vh}*{margin:0;padding:0;box-sizing:border-box;font-family:Do Hyeon,sans-serif}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}.all{scroll-snap-type:mandatory;scroll-snap-points-y:repeat(300px);scroll-snap-type:y mandatory}.emptyState{font-size:1.1rem;font-style:italic;color:#6b6259;text-align:center;width:100%;padding:2rem 0}@media (max-width: 768px){html{scroll-snap-type:none;height:auto}.all{scroll-snap-type:none}.noTransition,.noTransition *{transition:none!important}.topBar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;width:100%;padding:22px 20px 0}.topBar--home{grid-template-columns:1fr}.pageHeader{font-size:3rem;line-height:.95;text-align:center;white-space:nowrap}.tagline{width:100%;margin-top:14px;padding:11px 20px;background:#111;color:#faf5f0;font-family:ui-monospace,Menlo,monospace;font-size:.8125rem;letter-spacing:.16em;text-transform:uppercase;text-align:center;line-height:1.4;box-sizing:border-box;overflow:hidden;transition:padding .38s cubic-bezier(.4,0,.2,1)}.tagline--collapsed{padding:10px 20px}.tagline--collapsed .taglineText{opacity:0;max-height:0;transform:translateY(-100%)}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.tagline{transition:none}}@media (max-width: 768px){.taglineText{display:block;max-height:40px;transition:opacity .28s cubic-bezier(.4,0,.2,1),transform .38s cubic-bezier(.4,0,.2,1),max-height .38s cubic-bezier(.4,0,.2,1)}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.taglineText{transition:none}}@media (max-width: 768px){.backArrow{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0}.backArrow .arrowImage{height:1.75rem}.archive .backArrow.backArrow--visible{opacity:1;pointer-events:all}.divider{height:14px;margin-top:14px}.divider--home{display:none}.scrollCue{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:none;border-bottom:2px solid #111111;background:#faf5f0;padding:12px 20px;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:#111;box-sizing:border-box;max-height:60px;overflow:hidden;opacity:1;transition:max-height .38s cubic-bezier(.4,0,.2,1),padding .38s cubic-bezier(.4,0,.2,1),border-bottom-width .38s cubic-bezier(.4,0,.2,1),opacity .28s cubic-bezier(.4,0,.2,1)}.scrollCue--hidden{max-height:0;padding-top:0;padding-bottom:0;border-bottom-width:0;opacity:0;pointer-events:none}.scrollCue--hidden .scrollCueContent{transform:translateY(-14px)}.scrollCue:focus-visible{outline:3px solid #111111;outline-offset:2px}}@media (max-width: 768px) and (hover: hover){.scrollCue:hover{background:#f1e9de}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.scrollCue{transition:none}}@media (max-width: 768px){.scrollCueContent{display:flex;align-items:center;gap:8px;transition:transform .38s cubic-bezier(.4,0,.2,1)}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.scrollCueContent{transition:none}}@media (max-width: 768px){.scrollCueArrow{height:1em;transform:rotate(-90deg)}@keyframes scrollCueArrowBounce{0%,70%,to{transform:translateY(0) rotate(-90deg)}78%{transform:translateY(-5px) rotate(-90deg)}86%{transform:translateY(0) rotate(-90deg)}92%{transform:translateY(-3px) rotate(-90deg)}}.scrollCueArrow{animation:scrollCueArrowBounce 3.5s ease-in-out infinite}}@media (max-width: 768px) and (prefers-reduced-motion: reduce){.scrollCueArrow{animation:none}}@media (max-width: 768px){.bottomBar{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;margin-top:auto;padding:16px 20px 18px}.bottomBar .scrollArrow{display:none}.contactLink{max-width:none;font-size:.9375rem;line-height:1.2;color:#6b6259}.bottomBar--home{padding:16px 20px 18px}.scrollArrow .arrowImage{height:1.75rem}.main{height:auto;min-height:100vh;min-height:100svh;padding-bottom:0}.topThree{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%;padding:22px 20px 0;margin:auto 0}.topThree>.album:first-child{grid-column:1/-1;align-items:center;margin-bottom:6px}.topThree>.album:first-child .albumImgHolder,.topThree>.album:first-child .textHolder{width:calc(50% - 8px)}.album{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px}.album:hover{transform:none}.albumImgHolder{width:100%;height:auto;aspect-ratio:1/1;background:none;outline:none;border:3px solid #111111}.textHolder{width:100%}.albumTitle{font-size:1.1875rem;line-height:1.05}.artistName{font-size:.9375rem;opacity:1;color:#6b6259}.stillFresh{height:auto;min-height:100vh;min-height:100svh}.stillFresh .pageHeader{font-size:2rem}.stillFresh .divider{display:block}.stillFreshAlbums{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 16px;width:100%;padding:20px 20px 0;overflow:visible}.stillFreshAlbums .album--small .albumImgHolder{width:100%;height:auto;aspect-ratio:1/1}.stillFreshAlbums .album--small .textHolder{width:100%}.stillFreshAlbums .album--small .albumTitle{font-size:1.125rem}.stillFreshAlbums .album--small .artistName{font-size:.875rem}.rankBadge{position:absolute;top:-3px;left:-3px;padding:3px 7px;background:#111;color:#faf5f0;font-family:ui-monospace,Menlo,monospace;font-size:.6875rem}.genreBadge{position:absolute;bottom:-3px;right:-3px;padding:3px 7px;background:#111;color:#faf5f0;font-family:ui-monospace,Menlo,monospace;font-size:.6875rem;text-transform:uppercase}.albumImgHolder{position:relative}.archive{height:auto;min-height:100vh}.archiveTopButton{right:1rem;bottom:1.25rem;width:2.75rem;height:2.75rem}.archiveTopArrow{height:1.125rem}.gridHolder{width:100%;padding:24px 20px 32px}.archiveGrid{position:relative;display:block;width:100%;padding-left:34px;padding-bottom:20px}.archiveGrid .spine{position:absolute;left:7px;top:0;bottom:0;width:4px;background:#111}.archiveGrid .circle{position:absolute;left:-3px;top:0;width:13px;height:13px;border-radius:50%;background:#faf5f0;border:3px solid #111111}.archiveGrid.year{display:flex;align-items:center;gap:10px}.archiveGrid.year .spine{display:block;height:auto}.archiveGrid.year .circle{left:-6.5px;top:3px;width:18px;height:18px;border:none;background:#111}.archiveGrid.year.start .spine{transform:none}.archiveGrid.year.start .circle{top:-1px}.archiveGrid.year .archiveMonth{font-family:inherit;font-size:1.75rem;line-height:1;letter-spacing:0;text-transform:none;color:#111}.archiveGrid.year .yearRule{flex:1;height:2px;background:#111}.archiveGrid.year .yearCount{display:block;font-family:ui-monospace,Menlo,monospace;font-size:.6875rem;letter-spacing:.1em;color:#8a7f72}.archiveGrid.end .spine{transform:none;bottom:auto;height:12px}.archiveGrid.end .circle{bottom:auto}.archiveGrid.end .archiveMonth:after{content:"START OF THE ARCHIVE";font-family:ui-monospace,Menlo,monospace;font-size:.6875rem;letter-spacing:.14em;color:#8a7f72}.archiveMonth{font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#6b6259}.archiveAlbums{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.archiveAlbums .albumBox{display:flex;flex-direction:column;gap:5px;width:100%;margin:0}.archiveAlbums .cover{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border:3px solid #111111}.archiveAlbums .archiveTitle{font-size:.8125rem;line-height:1.15}.archiveAlbums .archiveArtist{display:block;font-size:.6875rem;line-height:1.15;font-weight:400;color:#6b6259}.albumView{display:flex;flex-direction:column;flex-wrap:nowrap;gap:18px;height:auto;min-height:100vh;padding:18px 20px 24px}.albumTopRow{display:flex;align-items:center;gap:10px;width:100%}.albumBreadcrumb{display:block;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#6b6259}.back{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-left:-10px}.back img{width:26px}.albumInfo{display:flex;flex-direction:column;width:100%;padding-left:0;gap:18px}.cover{order:0;width:100%;height:auto;aspect-ratio:1/1}.infoSection{display:flex;flex-direction:column;width:100%;gap:18px}.leftInfo{order:0;width:100%;gap:6px}.albumTitleView{font-size:2.125rem;line-height:.98}.albumArtistView{font-size:1.25rem;line-height:1.1;opacity:1;color:#6b6259}.genres{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px;padding:0;list-style:none;opacity:1}.genres li{padding:4px 9px;border:1.5px solid #111111;font-family:ui-monospace,Menlo,monospace;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:#111}.listenLabel{display:block;font-family:ui-monospace,Menlo,monospace;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#6b6259}.links{order:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px;width:100%}.links .link{display:flex;align-items:center;width:100%;gap:9px;height:48px;padding:0 12px;box-sizing:border-box;border:3px solid #111111;font-size:1.0625rem;color:#111;text-decoration:none}.links .linkImg{width:24px;height:24px;flex-shrink:0}.links .linkImg:hover{transform:none}.albumReviews{width:100%;gap:18px;flex:none}.label{font-size:1.5rem;line-height:1}.review{font-size:1rem;line-height:1.5;text-align:left;text-wrap:pretty;opacity:1;color:#3a342e}.albumViewCTA{position:static;display:block;margin-top:4px;font-size:.9375rem;color:#6b6259}.about{min-height:100vh;gap:0rem}.about .pageHeader--about{font-size:3rem}.aboutContent{display:flex;flex-direction:column;width:100%;gap:18px;padding:18px 20px 24px}.aboutText{width:100%;font-size:1rem;line-height:1.55;text-align:left;text-wrap:pretty;color:#3a342e}.hunter{margin-top:12px;text-align:right;color:#6b6259}.backToMain{display:block;margin-top:12px;font-size:.9375rem;text-decoration:underline;color:#6b6259}.contact,.emailOptionsWrapper{display:flex;flex-direction:column;gap:10px;width:100%}.userEmailContainer,.userMessageContainer{width:100%;height:auto;border:none;border-radius:0}.formInput{width:100%;padding:0 12px;border:3px solid #111111;border-radius:0;background:#faf5f0;font-family:inherit;font-size:1rem;color:#111;-webkit-appearance:none}.formInput::placeholder{color:#9a9086}input.formInput{height:48px}textarea.formInput{height:150px;padding:11px 12px;line-height:1.4;resize:vertical}.buttonWrapper{width:100%}.messageSubmitButton{width:100%;height:52px;border:none;border-radius:0;background:#111;color:#faf5f0;font-family:inherit;font-size:1.1875rem;letter-spacing:.02em}.thankYouText{font-size:1rem;line-height:1.5;color:#3a342e}}
