@supports(display: grid) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
阿特尔科瓦尔克是查普尔特佩克里的居民和奴隶们一年中最难熬的时光。
那卑劣的大日几乎要把大地晒得龟裂,世世代代查普尔特佩克人为寻求果腹而仰仗的那一块块水上园地也早已干涸殆尽。耕户们不分昼夜地面朝着烂泥地匍匐,望那无私的特拉洛克能从他无边无际的雨中取一些泼洒而下。孩童们从学校里出逃,奔走于城外的一条条河流渴求滋润。只可惜那河床已像老妪的干瘪乳房一般惨淡,再也吮吸不出一丝汁水。
格利埃斯距成年还有好些时日,但他早已不像孩童般幼稚了。他学会了拿起掘土棒帮助母亲把田地翻了又翻,还跟着父亲学了两招伐树的技巧。这些都让他在同龄人中显得独一无二,每当村民们看到格利埃斯出没于田地或是丛林中时,那些人便会边寻着自己孩子边大声呼喊道:“瞧那格利埃斯,他莫不是天生就受凯克密科特的宠爱,否则他为何如此能干,使我三个孩子也不及他一人呢?”而此时格利埃斯只会腼腆的一笑,举着半人高的斧头重击在树干上,震落一片片苔藓与叶。
格利埃斯喜欢夜晚,更准确的说是喜欢夜晚的神殿。傍晚,在他为几块石头搭起的炉中添了些木屑之后,就会借机从那小小木屋中开溜,赤着脚穿过红褐色的沙地,跑向城市中心那几座由砖瓦搭建的圆筒高塔。那神庙看上去几乎是坚不可摧,无数火把点缀着的高墙映照出大半个夜。格利埃斯总会望着那神庙上的祭文出神,或是拿着精心挑选的树枝在沙地上摹写着。格利埃斯是识字的,并且他热爱每一支流传的小调有如热爱他的母亲。有时他又会在繁星满天的夜里仰卧在神庙旁,当他盯着星夜时,历史上的每一位浪漫诗人也要在他的思绪中黯然失色。
格利埃斯经常聆听到祭司在神殿中念诵祭词。每当一整篇为威济洛波特利歌颂的圣典从那人口中颂出之后,空气中总会弥漫起一丝猩甜的味道,格利埃斯不知道发生了什么,但他不喜欢这种味道。
后来,神殿里的那人便经常来到他们村落。第一天,木匠家的小莫特尔克被带走了,又过了几天,哥德尔两兄弟也穿着鲜艳的羽衣随着祭司离去。终于有一天,格利埃斯家的木屋大门也被叩响,格利埃斯的父亲被那穿戴着亚麻长袍、手持木杖的男人唤去一旁私语。男人走后,父亲捧着玉米和羽衣回到家中,母亲一瞅见那羽衣便泣不成声,她挥手把那些玉米打落在地,随后又捡了起来,将其中一根递给了格利埃斯。格利埃斯啃食着鲜甜的玉米,却想到了那空气中的腥甜气味,他不由得望向神庙的方向。
格利埃斯眨了眨眼,清澈的眸子中透露出一丝不解。他问父亲:我会被带去哪里?
父亲说:孩子,你会死。但待你死后,你会成为魁札尔科亚特尔羽翼轻轻挥动所带来的风,大地因为你而变得不再灼热;你会成为特拉洛克绣口一张吐出的雨,更多生命会在你的滋润下在此孕育。
但父亲终究没有告诉他,查普尔特佩利克人将分食他的鲜血,生啖他的骨肉。
原来是这样,格利埃斯眼睛里闪亮着光,他爱着这个世世代代孕育新生命,仿佛连空气都要更香甜些的地方。他的母亲在这片曾经肥沃的土地上养育了他,而他的父亲搭建起了房屋为他遮风避雨,此时叫他为这块土地而付出,他又会有什么怨言呢?
父亲肃穆着敲了敲矛与盾,将一滴血涂抹在了格利埃斯的额头,那是家族长送别成年战士的最后一礼。
母亲淌着泪将小格利埃斯拉到一旁悄悄耳语。你走罢,母亲说道,从查普尔特佩克逃向特诺奇蒂特兰。倘若你跑进丛林之中,划着船穿过德斯科科湖,他们便再也寻不到你。
不,母亲。当我每次亲吻这里的花朵时,当我每次仰望这里的天空时,我便知道我再也不会离开这里。我对这土地的眷恋深切入骨,仿佛那神庙般不可动摇。
于是小格利埃斯被人群簇拥着第一次来到神庙之内,他惊叹于神庙内部的富丽堂皇,最终瞩目在那神赐般洁净的圆盘石板上。格利埃斯问道:祭司大人,我会死在那块洁白的石头上面吗?
祭司摇摇头,随之牵着格利埃斯的手分开人群向上走去。格利埃斯看到一张沾血的毯,毯上画着鱼与鸟。格利埃斯问道:祭司大人,我会死在这块染红的布上吗?
祭司摇摇头,随后打开通往殿顶的门。格利埃斯向前走去,直到踏上一个高台。他看到自己仿佛与云端齐平,伸手可摘星辰。格利埃斯兴奋的问道:祭司大人,我会被这浩瀚的夜包裹着死去吗?
祭司点了点头。于是利刃割开了格利埃斯的咽喉,血浆随着滚烫的呜咽流入祭司早就准备好的瓶中。接着剜出了尚未姑息的心脏,这将是小格利埃斯对特拉洛克献上的最高敬意。
片刻后,无数的格利埃斯从天空落下,化为了等待许久的众人血肉中的一部分。父亲与母亲分别捧着一份格利埃斯,颤抖着使其滑落食道,落入腹腔。
于是众人开始归去,嘴中呼喊着牺牲者的乳名,面带喜悦,格利埃斯魂穿太古,而每一副食用过圣躯的肉身都将会成为证明他们曾奉献与神的痕迹。
一个月后的查普尔特佩克下起了雨,人们欣喜若狂,纷纷奔出家门亲吻着这片染血的土地。
这是特拉洛克的恩赐与悲悯。