:root {
--posX: calc(50% - 358px - 12rem);
}
/*--- Footnote Auto-counter --*/
#page-content {
counter-reset: megacount;
}
/*--- Footnote Superscript Number --*/
.fnnum {
display: inline-block;
text-indent: calc(-1% - 0.1em);
overflow: hidden;
line-height: 83%;
text-decoration: none;
font-weight: bold;
font-style: initial;
color: transparent;
position: relative; top: -0.25em; font-size: 82%;
padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
margin-left: -0.06em;
margin-right: -0.25em;
counter-increment: megacount;
user-select: none;
}
.fnnum::after {
content: "" counter(megacount);
color: var(--fnColor, #E6283C);
}
.fnnum:hover {
text-decoration: none;
cursor: pointer;
background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
/*--- Footnote Content Wrapper --*/
.fncon {
position: absolute;
right: calc(var(--posX) + 80px);
line-height: 1.2;
padding: 0.82rem;
width: 10.3rem;
background: white;
border: 2px solid black;
font-weight: initial;
font-style: initial;
text-align: initial;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
z-index: 9;
}
.fnnum:hover + .fncon {
opacity: 1;
right: var(--posX);
}
.fncon::before {
position: absolute;
top: 0; left: 0;
transform: translateX(-52%) translateY(-55%) scale(1.15);
background-color: var(--fnColor, #E6283C);
color: white;
content: counter(megacount);
font-size: initial;
font-weight: bold;
font-style: initial;
padding-left: 0.32em; padding-right: 0.32em;
padding-top: 0.18rem; padding-bottom: 0.08rem;
}
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
.fncon {
position: fixed;
bottom: 1.3rem;
left: calc(11% - 50px);
width: 70%;
transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
}
.fnnum:hover + .fncon {
left: 11%;
}
}
/* source: http://scpko.wikidot.com/theme:minimal-scp-foundation-by-cocoonist */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
pointer-events: none;
}
div#side-bar {
position: fixed;
left: -19em;
height: 100%;
overflow-y: auto;
top: 0;
width: 17em;
padding: 0.45em;
display: block;
z-index: 10;
transition: left 0.5s ease-in-out;
}
div#side-bar:hover {
left: 0;
}
div#side-bar:before {
content: '≡';
position: fixed;
top: 0.5em;
left: 0.5em;
font-size: 30px;
width: 36px;
height: 36px;
text-align: center;
z-index: 6;
transition: left 0.5s ease-in-out;
opacity: 0;
cursor: pointer;
}
div#side-bar:hover:before {
transition-delay: 0.1s;
}
@media (min-width: 768px) {
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
.mobile-top-bar {
display: block;
}
.mobile-top-bar li {
display: none;
}
}
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
}
@media (min-width: 768px) {
#top-bar .mobile-top-bar {
display: block;
}
#top-bar .mobile-top-bar li {
display: none;
}
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -20em;
width: 17.75em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 1em 1em 0 1em;
background-color: rgba(0,0,0,0.1);
transition: left 0.4s ease-in-out;
scrollbar-width: thin;
}
#side-bar:target {
left: 0;
}
#side-bar:focus-within:not(:target) {
left: 0;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 19.75em;
opacity: 0;
z-index: -1;
visibility: visible;
}
#side-bar:not(:target) .close-menu { display: none; }
#top-bar .open-menu a:hover {
text-decoration: none;
}
/* FIREFOX-SPECIFIC COMPATIBILITY METHOD */
@supports (-moz-appearance:none) {
#top-bar .open-menu a {
pointer-events: none;
}
#side-bar:not(:target) .close-menu {
display: block;
pointer-events: none;
user-select: none;
}
/* This pseudo-element is meant to overlay the regular sidebar button
so the fixed positioning (top, left, right and/or bottom) has to match */
#side-bar .close-menu::before {
content: "";
position: fixed;
z-index: 5;
display: block;
top: 0.5em;
left: 0.5em;
border: 0.2em solid transparent;
width: 30px;
height: 30px;
font-size: 30px;
line-height: 0.9em;
pointer-events: all;
cursor: pointer;
}
#side-bar:focus-within {
left: 0;
}
#side-bar:focus-within .close-menu::before {
pointer-events: none;
}
}
}
常櫻從架內的隔板取出那瓶BELVENAE Infinity,這支酒不同於它品牌的其他產品,很顯然不應該在市面上流通,或許只應該在層層保密的收藏櫃內才得以一瞥,不過此時,它在基金會的員工餐廳裡了,光是這點,就令人雀躍。
自然,這也並不是什麼用員工點數就能換得的飲品,只有那些特別的客人——必須經由他私心認識的人才得以一嘗這支極品,並非絕世,但卻非凡。
像是眼前的這位。
「有失遠迎,幹員91號。」
常櫻不打算讓酒在手上任由體溫摧殘太久,不過眼前那人值得一玩。
當然他也有注意一旁有無閒雜人等。
「唉。」
久久未聞,他的聲音又低沉沙啞了幾分。
「不作表態嗎?全球超自然聯盟奇術能量應用委員會韋斯特羅斯議會……」
「閉嘴。」
看來聲線暫時沒有變,是情緒的緣故。
「……的副主席,你還真不喜歡開玩笑。」
常櫻收起笑意,即便眼前的人面貌萬千,但此時此刻他沒有在一個什麼組織擔任什麼的鬼職位,並且弄昏一狗票人,而是在這裡喝悶酒的話,只有一種可能。
「讓老朽猜看看,陳硯文博士——你沒路了,但基金會又有了點希望?」
「和你差不多,趙震儀。」
即便年已知命,他的髮色與落腮鬍依舊烏黑,眼角一條一條的細紋,書寫著那些不言則明的戰績,復為燃盡的餘燼,消逝在淡淡一抹苦笑中。
「喔——誰開的條件?不過如果會燒了你喉嚨的話,還是讓酒代勞吧。」
「那,說說看這次有什麼吧。」
酒液入杯,深色的液態琥珀還未踏上味蕾,客人便透過燈光打入瓶身的些微變化,推測著來者何物。
「六稜玻璃,這是拿來裝奇術炸彈的,在這世界上會奢侈到拿這種瓶子來放酒的,不足五支。」
這種玻璃,他在參月協會那邊見過,並用來做了一些不太好看的事,就和他一開始在第八處時一樣,不過這段回憶他也沒打算提起。
「哼,識貨,安布羅斯舊金山分店的副廚。」
常櫻早就把這位客人會來的場合預設為包場,也正因為如此,他可以在面前這位貴客不停嘆氣時暢所欲言。
常櫻明白這種人的職業病就是對於細節的專注,所以杯盞在接觸到櫟木吧台的表面時,向前又被推動了兩三公分,用以代替『請用』這句客套話。
沒冰塊?
「Neat,和你相反,阿卡迪亞的術士Neun eins。」
「希望這貨不要跟今晚的你一樣嗆。」
他拿起了酒杯,讓酒液在燈光下轉盪一會,難以言喻的酒香彷彿回到家一般,自然而然的在鼻腔內進行了慵懶愜意的化學反應
—— 第一刻,是濃重的泥煤味,強烈,不過遠非突兀。
那是一種,在英國的鄉野上開著敞篷的Jaguar E-Type,順著路旁的低矮石牆,與時而出現的優美石造別墅,開往海岸的感受。
愜意、優雅、而且足夠舒適。
「蘇格蘭,高地來的。」
「哼。」
「嘖。」
可以感覺到這位客人不愛,卻又習慣被打斷。
「你又想說什麼。」
「真不愧是把異視維基帳號取名為1stWhiskykenner的人。」
香味開始了變化,聞到了一陣細細如海水一般的碘鹽風味,彷彿一道不存在的海風略過肩頭,拍打並沖刷著蘇格蘭海岸邊的石礁,將沐浴著酒香的眼瞼與眉頭覆上一層薄鹹。
「如何?」
「開始吧。」眼角的皺紋因微微閉上而增加些許。
這一次嚼勁十足,是果香,蔓越莓?葡萄?無花果?
還是杏仁?亦或是榛果?
猜不到。
猜不到在這以發芽大麥為主調的酒體間,偶然出現的好幾次風味,雖說不至於到整個變化,但依然能在心中留下印象。
但還來不及對此作出感言,下一道氣味接踵而至,是硫磺。
「肯定在很多桶待過,有點無聊鎮的味兒了。」
「不要這麼急。」
「我很認真;我是不是見過這瓶酒。」
「對啊,那個時候烏里茨基 • 雅羅斯拉夫秘法長也在現場吧?托人從其中一個驚喜箱裡面標回來的。」
這酒非常烈,即便是他也沒有時常與這種烈酒打交道,酒精濃度肯定超過80%。
但也正因為如此,風味還能如此隨意的保持在一個極其豐富的水平,這支酒才會顯得如此特別,在帷幕後,無論是食品還是飲品,幾乎用以特殊的感官體驗,與超脫現實的原物料來突顯稀少和特殊性。
它則致力於將自己的本份登峰造極,即便給人的感受無數,但這始終是在他自己的道路上
常櫻不會無緣無故把所有人支開並冒著開天價被回絕的風險,將這支酒給予自己獨享,幹員91號也明白箇中道理。
這就是他。
噙著酒杯的一時抬眼,道不盡故事的四目相對。
不過被這麼了解,並不是好事。
「誰和你講那麼多的。」
「你說呢?特工Satan。」
幹員91號的語氣平緩,雖然大致猜到了方向,不過若有其他變數,他必須第一時間與眼前這位老將開打,雖說兩人都早該可以退休了;他們身上都沒有槍,而且彼此早就認識,這種情況下會怎麼做也能猜個大概。
那位特工Satan:他的另一個身份,在MTF-宦者-13“猶大的吻痕”解散之前便是其中一員,而眼前這位瘋狂挖苦他的酒保便是該隊伍的教官。
「你的新上司一股腦的全說了,畢竟會來這裡的三垣不只天市-7。」
「好險不是其他答案。」
他長舒一口氣,把注意力丟到此時此刻上。
——接下來又是什麼味道?
91又深吸了一口氣,再轉鬆腦袋的螺栓;察覺到那個太微-1的嘴巴並不牢靠的時候,代表著一狗票麻煩的到來,這時候就非常需要酒精來澆熄腦中升高的溫度。
「薊花,或是蘋果,還有肉桂。」
「第一次聽說。」
常櫻似乎也很訝異,這瓶酒肯定不是第一次開。
但在把腦袋放空之後,酒確實更香了。