@import "https://fonts.googleapis.com/css?family=EB+Garamond:400,800, 400i";
:root {
  --color-foreground: #301508;
  --color-background: #fafafa;
  --color-primary: #8f6600;
  --color-primary-birght: #a87900;
  --color-primary-birghtwe: #db9d00;
  --color-secondary: #6000d6;
  --color-tertiary: #00f2ff;
  --color-quartinary: #ff00d9;
  --color-quartinary--a05: #ff00d980;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #f35;
  --color-green: #77fb60;
  --color-yellow: #ffe100;
  --color-green--a05: #68e552bf;
  --color-green--a025: #68e55220;
  --color-shadow: #e2dfd94d;
  --color-p: #222b3a;
  --color-foreground--l95: #f8f4f2;
  --color-foreground--l90: #f3ebe7;
  --color-foreground--l80: #dec9bf;
  --color-foreground--l60: #c5b0a5;
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-mono: monospace, monospace;
  --font-serif: "EB Garamond", times;
  --font-size: 16px;
  --font-paragraph-size: clamp(1.125em, 1.375vw, 1.25em);
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --font-line-height-body: 1.375em;
  --font-line-height-heading: 1.25em;
  --font-line-height-lhm-heading: 1.125em;
  --space: calc(var(--font-size) * 1.75);
  --screen-xl: 1500px;
  --screen-lg: 1280px;
  --screen-md: 976px;
  --screen-sm: 736px;
  --max-width: 2000px;
  --animation-step: .125s;
  --input-box-shadow: 0 0 0em 1em var(--foreground-color);
  --focus-box-shadow: 0 0 0 1.375em var(--primary-color);
  --focus-box-shadow-color: var(--primary-color);
  --border-width: 1px;
  --frame: var(--color-primary-lp1);
  --space: calc(var(--font-size) * 2);
  --border-radius: calc(var(--space) * .5);
}

@media (width <= 480px) {
  :root {
    --space: calc(var(--font-size) * 1.25);
    --border-radius: calc(var(--space) * .125);
  }
}

@media (width >= 800px) {
  :root {
    --space: calc(var(--font-size) * 2.25);
  }
}

@media (width >= 1060px) {
  :root {
    --space: calc(var(--font-size) * 2.5);
  }
}

@media (width >= 1500px) {
  :root {
    --space: calc(var(--font-size) * 3.5);
  }
}

button, .hm-button, main > header > nav > ul li a {
  box-sizing: border-box;
  color: inherit;
  font-size: var(--font-size);
  font-family: inherit;
  font-weight: 400;
  line-height: var(--font-line-height-body);
  cursor: pointer;
  text-align: center;
  text-transform: none;
  border: var(--border-width) solid transparent;
  background-color: #0000;
  outline: 0;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

button abbr, .hm-button abbr, main > header > nav > ul li a abbr {
  pointer-events: none;
  width: 1em;
  height: 1em;
  margin-left: .675em;
}

button abbr.iconExample svg, .hm-button abbr.iconExample svg, main > header > nav > ul li a abbr.iconExample svg {
  transform-origin: center;
  width: 100%;
}

button:focus, .hm-button:focus, main > header > nav > ul li a:focus {
  outline-offset: .25em;
  box-shadow: var(--focus-box-shadow);
}

button:focus:not(:focus-visible), .hm-button:focus:not(:focus-visible), main > header > nav > ul li a:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

button:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.hm-button:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

main > header > nav > ul li a:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

button:active, .hm-button:active, main > header > nav > ul li a:active {
  transform: scale(.97);
}

.hm-button--dope, main > header > nav > ul li a, .l00k__item__panel .l00k__galleria .item.--new .__new, .l00k__item__panel .l00k__galleria .item.--new .__preview, .l00k__item__panel .l00k__galleria .item button {
  color: var(--color-background);
  background-color: var(--color-foreground);
  letter-spacing: .01em;
  transition: transform var(--animation-step) ease-in-out, box-shadow var(--animation-step) ease-in-out, background-color var(--animation-step) ease-in-out;
  border-radius: var(--border-radius);
  text-align: center;
  font-weight: 600;
  line-height: 1em;
  font-size: var(--font-size);
  justify-content: center;
  align-items: center;
  padding: 1.125em;
  display: inline-flex;
  text-decoration: none !important;
}

.hm-button--dope span, main > header > nav > ul li a span, .l00k__item__panel .l00k__galleria .item.--new .__new span, .l00k__item__panel .l00k__galleria .item.--new .__preview span, .l00k__item__panel .l00k__galleria .item button span {
  width: 100%;
}

.hm-button--dope:hover, main > header > nav > ul li a:hover, .l00k__item__panel .l00k__galleria .item.--new .__new:hover, .l00k__item__panel .l00k__galleria .item.--new .__preview:hover, .l00k__item__panel .l00k__galleria .item button:hover {
  background-color: var(--color-primary);
  color: var(--color-background);
}

.hm-button--dope:focus, main > header > nav > ul li a:focus, .l00k__item__panel .l00k__galleria .item.--new .__new:focus, .l00k__item__panel .l00k__galleria .item.--new .__preview:focus, .l00k__item__panel .l00k__galleria .item button:focus {
  border-color: var(--color-primary);
  outline: .25em solid var(--color-primary);
  outline-offset: .0675em;
  box-shadow: var(--focus-box-shadow);
}

.hm-button--dope:focus:not(:focus-visible), main > header > nav > ul li a:focus:not(:focus-visible), .l00k__item__panel .l00k__galleria .item.--new .__new:focus:not(:focus-visible), .l00k__item__panel .l00k__galleria .item.--new .__preview:focus:not(:focus-visible), .l00k__item__panel .l00k__galleria .item button:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.hm-button--dope:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

main > header > nav > ul li a:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.l00k__item__panel .l00k__galleria .item.--new .__new:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.l00k__item__panel .l00k__galleria .item.--new .__preview:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.l00k__item__panel .l00k__galleria .item button:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.hm-button--dope:active, main > header > nav > ul li a:active, .l00k__item__panel .l00k__galleria .item.--new .__new:active, .l00k__item__panel .l00k__galleria .item.--new .__preview:active, .l00k__item__panel .l00k__galleria .item button:active {
  box-shadow: 0 0 0 .25em var(--color-primary);
  outline: 0;
}

.hm-button--dope.--hm-publish:focus, main > header > nav > ul li a.--hm-publish:focus, .l00k__item__panel .l00k__galleria .item.--new .--hm-publish.__new:focus, .l00k__item__panel .l00k__galleria .item.--new .--hm-publish.__preview:focus, .l00k__item__panel .l00k__galleria .item button.--hm-publish:focus {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  outline-offset: 0em !important;
  outline: .375em solid var(--color-primary) !important;
}

.hm-button[data-size="xs"], .hm-button.--xs, button[data-size="xs"], button.--xs, a[data-size="xs"], a.--xs {
  padding: .675em .75em;
  font-size: 1em;
  font-weight: 400;
}

.hm-button[data-size="xs"].--round, .hm-button.--xs.--round, button[data-size="xs"].--round, button.--xs.--round, a[data-size="xs"].--round, a.--xs.--round {
  padding: .675em 1.35em;
}

.hm-button[data-size="xs"].--circle, .hm-button.--xs.--circle, button[data-size="xs"].--circle, button.--xs.--circle, a[data-size="xs"].--circle, a.--xs.--circle {
  padding: .675em .875em;
}

.hm-button[data-size="sm"], .hm-button.--sm, button[data-size="sm"], button.--sm, a[data-size="sm"], a.--sm, main > header > nav > ul li a {
  padding: .5em .75em;
  font-size: 1em;
  font-weight: 400;
}

.hm-button[data-size="sm"][data-round], .hm-button[data-size="sm"].--round, .hm-button.--sm[data-round], .hm-button.--sm.--round, button[data-size="sm"][data-round], button[data-size="sm"].--round, button.--sm[data-round], button.--sm.--round, a[data-size="sm"][data-round], a[data-size="sm"].--round, a.--sm[data-round], main > header > nav > ul li a[data-round], a.--sm.--round, main > header > nav > ul li a.--round {
  padding-left: .875em;
  padding-right: .875em;
}

.hm-button[data-size="md"], .hm-button.--md, ul.hm-button.__books, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__preview, button[data-size="md"], button.--md, .l00k__item__panel .l00k__galleria .item.--new button.__preview, .l00k__item__panel .l00k__galleria .item button, a[data-size="md"], a.--md, .l00k__item__panel .l00k__galleria .item.--new a.__preview {
  padding: 1.125em;
}

.hm-button[data-size="lg"], .hm-button.--lg, .book__shop h2.hm-button, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__new, button[data-size="lg"], button.--lg, .l00k__item__panel .l00k__galleria .item.--new button.__new, a[data-size="lg"], a.--lg, .l00k__item__panel .l00k__galleria .item.--new a.__new {
  padding: 1.375em 1.125em;
  font-size: 1.125em;
}

.hm-button[data-size="xl"], .hm-button.--xl, button[data-size="xl"], button.--xl, a[data-size="xl"], a.--xl {
  padding: 1.25em;
  font-size: 1.375em;
  font-weight: 800;
  line-height: 1.125em;
}

.hm-button[data-variant="primary"], .hm-button.--primary, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__new, button[data-variant="primary"], button.--primary, .l00k__item__panel .l00k__galleria .item.--new button.__new, a[data-variant="primary"], a.--primary, .l00k__item__panel .l00k__galleria .item.--new a.__new {
  background-color: var(--color-primary);
  color: var(--color-background);
  transition: border-radius calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3), box-shadow calc(var(--animation-step) * 2) ease-in-out, transform calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3);
}

.hm-button[data-variant="primary"]:hover, .hm-button.--primary:hover, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__new:hover, button[data-variant="primary"]:hover, button.--primary:hover, .l00k__item__panel .l00k__galleria .item.--new button.__new:hover, a[data-variant="primary"]:hover, a.--primary:hover, .l00k__item__panel .l00k__galleria .item.--new a.__new:hover {
  color: var(--color-background);
  background-color: var(--color-primary);
  transform: scale(1.0125);
}

.hm-button[data-variant="primary"]:focus:not(:focus-visible), .hm-button.--primary:focus:not(:focus-visible), .l00k__item__panel .l00k__galleria .item.--new .hm-button.__new:focus:not(:focus-visible), button[data-variant="primary"]:focus:not(:focus-visible), button.--primary:focus:not(:focus-visible), .l00k__item__panel .l00k__galleria .item.--new button.__new:focus:not(:focus-visible), a[data-variant="primary"]:focus:not(:focus-visible), a.--primary:focus:not(:focus-visible), .l00k__item__panel .l00k__galleria .item.--new a.__new:focus:not(:focus-visible) {
  box-shadow: none;
  outline: none;
}

.hm-button[data-variant="primary"]:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.hm-button.--primary:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.l00k__item__panel .l00k__galleria .item.--new .hm-button.__new:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

button[data-variant="primary"]:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

button.--primary:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.l00k__item__panel .l00k__galleria .item.--new button.__new:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

a[data-variant="primary"]:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

a.--primary:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.l00k__item__panel .l00k__galleria .item.--new a.__new:focus:not(:-moz-focusring) {
  box-shadow: none;
  outline: none;
}

.hm-button[data-variant="secondary"], .hm-button.--secondary, button[data-variant="secondary"], button.--secondary, a[data-variant="secondary"], a.--secondary {
  background-color: var(--color-secondary);
  color: var(--color-background);
  border-color: var(--color-secondary);
  box-shadow: 0 0 0em 0px var(--color-tertiary);
}

.hm-button[data-variant="secondary"]:hover, .hm-button.--secondary:hover, button[data-variant="secondary"]:hover, button.--secondary:hover, a[data-variant="secondary"]:hover, a.--secondary:hover {
  color: var(--color-background);
  background-color: var(--color-foreground);
  border-color: var(--color-foreground);
}

.hm-button[data-variant="secondary"]:active, .hm-button.--secondary:active, button[data-variant="secondary"]:active, button.--secondary:active, a[data-variant="secondary"]:active, a.--secondary:active {
  background-color: var(--color-quartinary);
  border-color: var(--color-quartinary);
  box-shadow: 0 0 1.5em 1px var(--color-quartinary--a05) !important;
}

.hm-button[data-variant="tertiary"], .hm-button.--tertiary, button[data-variant="tertiary"], button.--tertiary, a[data-variant="tertiary"], a.--tertiary {
  background-color: var(--color-secondary);
  color: var(--color-primary-lm6);
  box-shadow: 0 0 0em 0px var(--color-secondary-a05);
}

.hm-button[data-variant="tertiary"]:hover, .hm-button.--tertiary:hover, button[data-variant="tertiary"]:hover, button.--tertiary:hover, a[data-variant="tertiary"]:hover, a.--tertiary:hover {
  color: var(--color-primary-lm6);
  background-color: var(--color-secondary-lp2);
  box-shadow: 0 0 .75em 1px var(--color-secondary-a02);
}

.hm-button[data-variant="tertiary"]:active, .hm-button.--tertiary:active, button[data-variant="tertiary"]:active, button.--tertiary:active, a[data-variant="tertiary"]:active, a.--tertiary:active {
  color: var(--color-primary-lm6);
  background-color: var(--color-secondary-lp2);
  box-shadow: 0 0 1.5em 1px var(--color-secondary-a04) !important;
}

.hm-button[data-variant="outline"], .hm-button.--outline, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__preview, button[data-variant="outline"], button.--outline, .l00k__item__panel .l00k__galleria .item.--new button.__preview, .l00k__item__panel .l00k__galleria .item button, a[data-variant="outline"], a.--outline, main > header > nav > ul li a, .l00k__item__panel .l00k__galleria .item.--new a.__preview {
  color: var(--color-foreground);
  border-color: var(--color-foreground);
  border-width: var(--border-width);
  background-color: #0000;
}

.hm-button[data-variant="outline"]:hover, .hm-button[data-variant="outline"]:focus, .hm-button.--outline:hover, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__preview:hover, .hm-button.--outline:focus, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__preview:focus, button[data-variant="outline"]:hover, button[data-variant="outline"]:focus, button.--outline:hover, .l00k__item__panel .l00k__galleria .item.--new button.__preview:hover, .l00k__item__panel .l00k__galleria .item button:hover, button.--outline:focus, .l00k__item__panel .l00k__galleria .item.--new button.__preview:focus, .l00k__item__panel .l00k__galleria .item button:focus, a[data-variant="outline"]:hover, a[data-variant="outline"]:focus, a.--outline:hover, main > header > nav > ul li a:hover, .l00k__item__panel .l00k__galleria .item.--new a.__preview:hover, a.--outline:focus, main > header > nav > ul li a:focus, .l00k__item__panel .l00k__galleria .item.--new a.__preview:focus {
  color: var(--color-background);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.hm-button[data-variant="outline"][data-variant="inverted"], .hm-button[data-variant="outline"].--inverted, .hm-button.--outline[data-variant="inverted"], .l00k__item__panel .l00k__galleria .item.--new .hm-button[data-variant="inverted"].__preview, .hm-button.--outline.--inverted, .l00k__item__panel .l00k__galleria .item.--new .hm-button.--inverted.__preview, button[data-variant="outline"][data-variant="inverted"], button[data-variant="outline"].--inverted, button.--outline[data-variant="inverted"], .l00k__item__panel .l00k__galleria .item.--new button[data-variant="inverted"].__preview, .l00k__item__panel .l00k__galleria .item button[data-variant="inverted"], button.--outline.--inverted, .l00k__item__panel .l00k__galleria .item.--new button.--inverted.__preview, .l00k__item__panel .l00k__galleria .item button.--inverted, a[data-variant="outline"][data-variant="inverted"], a[data-variant="outline"].--inverted, a.--outline[data-variant="inverted"], main > header > nav > ul li a[data-variant="inverted"], .l00k__item__panel .l00k__galleria .item.--new a[data-variant="inverted"].__preview, a.--outline.--inverted, main > header > nav > ul li a.--inverted, .l00k__item__panel .l00k__galleria .item.--new a.--inverted.__preview {
  color: var(--color-foreground);
  border-color: var(--color-foreground);
  background-color: #0000;
}

.hm-button[data-variant="outline"][data-variant="inverted"]:hover, .hm-button[data-variant="outline"][data-variant="inverted"]:focus, .hm-button[data-variant="outline"].--inverted:hover, .hm-button[data-variant="outline"].--inverted:focus, .hm-button.--outline[data-variant="inverted"]:hover, .l00k__item__panel .l00k__galleria .item.--new .hm-button[data-variant="inverted"].__preview:hover, .hm-button.--outline[data-variant="inverted"]:focus, .l00k__item__panel .l00k__galleria .item.--new .hm-button[data-variant="inverted"].__preview:focus, .hm-button.--outline.--inverted:hover, .l00k__item__panel .l00k__galleria .item.--new .hm-button.--inverted.__preview:hover, .hm-button.--outline.--inverted:focus, .l00k__item__panel .l00k__galleria .item.--new .hm-button.--inverted.__preview:focus, button[data-variant="outline"][data-variant="inverted"]:hover, button[data-variant="outline"][data-variant="inverted"]:focus, button[data-variant="outline"].--inverted:hover, button[data-variant="outline"].--inverted:focus, button.--outline[data-variant="inverted"]:hover, .l00k__item__panel .l00k__galleria .item button[data-variant="inverted"]:hover, button.--outline[data-variant="inverted"]:focus, .l00k__item__panel .l00k__galleria .item button[data-variant="inverted"]:focus, button.--outline.--inverted:hover, .l00k__item__panel .l00k__galleria .item button.--inverted:hover, button.--outline.--inverted:focus, .l00k__item__panel .l00k__galleria .item button.--inverted:focus, a[data-variant="outline"][data-variant="inverted"]:hover, a[data-variant="outline"][data-variant="inverted"]:focus, a[data-variant="outline"].--inverted:hover, a[data-variant="outline"].--inverted:focus, a.--outline[data-variant="inverted"]:hover, main > header > nav > ul li a[data-variant="inverted"]:hover, .l00k__item__panel .l00k__galleria .item.--new a[data-variant="inverted"].__preview:hover, a.--outline[data-variant="inverted"]:focus, main > header > nav > ul li a[data-variant="inverted"]:focus, .l00k__item__panel .l00k__galleria .item.--new a[data-variant="inverted"].__preview:focus, a.--outline.--inverted:hover, main > header > nav > ul li a.--inverted:hover, .l00k__item__panel .l00k__galleria .item.--new a.--inverted.__preview:hover, a.--outline.--inverted:focus, main > header > nav > ul li a.--inverted:focus, .l00k__item__panel .l00k__galleria .item.--new a.--inverted.__preview:focus {
  color: var(--color-background);
  background-color: var(--color-foreground);
}

.hm-button[data-variant="ghost"], .hm-button.--ghost, button[data-variant="ghost"], button.--ghost, a[data-variant="ghost"], a.--ghost {
  color: var(--color-primary);
  background-color: #0000;
  border-color: #0000 !important;
}

.hm-button[data-variant="ghost"]:hover, .hm-button[data-variant="ghost"]:focus, .hm-button.--ghost:hover, .hm-button.--ghost:focus, button[data-variant="ghost"]:hover, button[data-variant="ghost"]:focus, button.--ghost:hover, button.--ghost:focus, a[data-variant="ghost"]:hover, a[data-variant="ghost"]:focus, a.--ghost:hover, a.--ghost:focus {
  color: var(--color-foreground-secondary) !important;
  background-color: var(--color-background-secondary) !important;
}

.hm-button.--wide, .l00k__item__panel .l00k__galleria .item.--new .hm-button.__new, button.--wide, .l00k__item__panel .l00k__galleria .item.--new button.__new, .l00k__item__panel .l00k__galleria .item button, a.--wide, main > header > nav > ul li a, .l00k__item__panel .l00k__galleria .item.--new a.__new {
  text-align: center;
  width: 100%;
}

.hm-button.--mw, button.--mw, a.--mw {
  width: clamp(13em, 85%, 30em);
  margin: 0 auto;
}

.hm-button.--flex, button.--flex, a.--flex {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hm-button[data-round], .hm-button.--round, button[data-round], button.--round, a[data-round], a.--round {
  border-radius: 1111em;
  padding-left: 1.375em;
  padding-right: 1.375em;
}

.hm-button[disabled], button[disabled], a[disabled] {
  cursor: not-allowed;
  color: var(--color-foreground--l60) !important;
  box-shadow: none !important;
  background-color: #0000 !important;
}

.hm-button[disabled]:hover, .hm-button[disabled]:active, .hm-button[disabled]:focus, button[disabled]:hover, button[disabled]:active, button[disabled]:focus, a[disabled]:hover, a[disabled]:active, a[disabled]:focus {
  transform: none;
  color: var(--color-foreground--l90) !important;
}

.hm-button--icon-only {
  text-align: center;
  padding: .25em;
}

.hm-button--icon-only abbr {
  line-height: auto;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.hm-button--icon-only abbr svg {
  width: 100%;
}

.hm-button--icon-only[data-size="sm"] {
  width: 2.25em;
  height: 2.25em;
  padding: .375em;
}

.hm-button--icon-only[data-size="md"] {
  width: 3.5em;
  height: 3.5em;
  padding: .75em;
}

.hm-button--icon-only[data-size="lg"] {
  width: 4em;
  height: 4em;
  padding: .75em;
}

.hm-button--icon-only.--xl, .hm-button--icon-only[data-size="xl"] {
  width: 4em;
  height: 4em;
  padding: 1em;
}

.hm-button--icon-only[data-round] {
  text-align: center;
}

button.hm-button__switch {
  background-color: var(--color-background);
  border: 1px solid var(--color-foreground);
  white-space: nowrap;
  border-radius: 10em;
  padding: .25em;
  display: block;
}

button.hm-button__switch span {
  letter-spacing: .05em;
  pointer-events: none;
  font-size: .875em;
  line-height: var(--font-line-height-body);
  text-transform: uppercase;
  z-index: 1;
  border-radius: 10em;
  width: 3em;
  padding: .25em;
  display: inline-block;
  position: relative;
  background-color: #0000 !important;
}

button.hm-button__switch span:before {
  content: "";
  background-color: var(--color-green);
  z-index: -2;
  transition: transform calc(var(--animation-step) * 2) ease-in-out, background-color var(--animation-step) ease-in-out;
  border-radius: 111em;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

button.hm-button__switch:active {
  transform: none;
}

button.hm-button__switch[role="switch"][aria-checked="false"] :first-child, button.hm-button__switch[role="switch"][aria-checked="true"] :first-child {
  color: inherit;
  z-index: 2;
  background-color: #0000 !important;
}

button.hm-button__switch[role="switch"][aria-checked="false"] :first-child:before, button.hm-button__switch[role="switch"][aria-checked="true"] :first-child:before {
  display: none;
}

button.hm-button__switch[role="switch"][aria-checked="true"] :last-child, button.hm-button__switch[role="switch"][aria-checked="false"] :first-child {
  color: #fff;
}

button.hm-button__switch[role="switch"][aria-checked="false"] :last-child:before {
  background-color: var(--color-grey);
  transform: translateX(calc(-100% - .275em));
}

label.hm-label__switch {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  opacity: .6;
  padding: 0 .5em 0 0;
}

label.hm-label__switch:hover {
  opacity: 1;
}

button.hm-button__switch.switch--sm {
  font-size: .75em;
}

button.hm-button__switch.switch--sm span {
  width: 2.5em;
  height: 2.5em;
  color: #0000 !important;
}

button.hm-button__switch.switch--sm[role="switch"][aria-checked="false"] :last-child:before {
  transform: translateX(calc(-100% - .3675em));
}

button.hm-button__switch.switch--xs {
  margin-right: 1em;
  font-size: .5em;
}

button.hm-button__switch.switch--xs span {
  width: 2.5em;
  height: 2.5em;
  color: #0000 !important;
}

button.hm-button__switch.switch--xs[role="switch"][aria-checked="false"] :last-child:before {
  transform: translateX(calc(-100% - .25em));
}

h1, h2, h3, h4, h5, h6 {
  font-size: unset;
  font-weight: unset;
  line-height: var(--font-line-height-body);
  margin: 0 0 1em;
}

p {
  font-weight: 300;
  line-height: var(--font-line-height-body);
  margin: 0 0 1em;
}

h1[data-heading="xxl" i], h1 .--xxl, h2[data-heading="xxl" i], h2 .--xxl, h3[data-heading="xxl" i], h3 .--xxl, h4[data-heading="xxl" i], h4 .--xxl, h5[data-heading="xxl" i], h5 .--xxl, h6[data-heading="xxl" i], h6 .--xxl, p[data-heading="xxl" i], p .--xxl, ul[data-heading="xxl" i], ul .--xxl, span[data-heading="xxl" i], span .--xxl {
  letter-spacing: -.0375em;
  margin-bottom: .375em;
  font-size: clamp(2em, 16vw, 18em);
  line-height: 1.05em;
}

h1[data-heading="xl" i], h1.--xl, h2[data-heading="xl" i], h2.--xl, h3[data-heading="xl" i], h3.--xl, h4[data-heading="xl" i], h4.--xl, h5[data-heading="xl" i], h5.--xl, h6[data-heading="xl" i], h6.--xl, p[data-heading="xl" i], p.--xl, ul[data-heading="xl" i], ul.--xl, span[data-heading="xl" i], span.--xl {
  letter-spacing: -.01em;
  margin: 0 0 .5em;
  font-size: clamp(2em, 6.5vw, 5em);
  line-height: 1.125em;
}

h1[data-heading="lg" i], h1.--lg, .l00k__item__panel .l00k__galleria .item.--new h1.__new, h2[data-heading="lg" i], h2.--lg, .book__shop h2, .l00k__item__panel .l00k__galleria .item.--new h2.__new, h3[data-heading="lg" i], h3.--lg, .l00k__item__panel .l00k__galleria .item.--new h3.__new, h4[data-heading="lg" i], h4.--lg, .l00k__item__panel .l00k__galleria .item.--new h4.__new, h5[data-heading="lg" i], h5.--lg, .l00k__item__panel .l00k__galleria .item.--new h5.__new, h6[data-heading="lg" i], h6.--lg, .l00k__item__panel .l00k__galleria .item.--new h6.__new, p[data-heading="lg" i], p.--lg, .l00k__item__panel .l00k__galleria .item.--new p.__new, ul[data-heading="lg" i], ul.--lg, .l00k__item__panel .l00k__galleria .item.--new ul.__new, span[data-heading="lg" i], span.--lg, .l00k__item__panel .l00k__galleria .item.--new span.__new {
  font-size: clamp(1.5em, 6vw, 3em);
  line-height: var(--font-line-height-heading);
  letter-spacing: 0;
  margin: 0 0 1em;
}

h1[data-heading="md" i], h1.--md, .l00k__item__panel .l00k__galleria .item.--new h1.__preview, h2[data-heading="md" i], h2.--md, .l00k__item__panel .l00k__galleria .item.--new h2.__preview, h3[data-heading="md" i], h3.--md, .l00k__item__panel .l00k__galleria .item.--new h3.__preview, h4[data-heading="md" i], h4.--md, .l00k__item__panel .l00k__galleria .item.--new h4.__preview, h5[data-heading="md" i], h5.--md, .l00k__item__panel .l00k__galleria .item.--new h5.__preview, h6[data-heading="md" i], h6.--md, .l00k__item__panel .l00k__galleria .item.--new h6.__preview, p[data-heading="md" i], p.--md, .l00k__item__panel .l00k__galleria .item.--new p.__preview, ul[data-heading="md" i], ul.--md, ul.__books, .l00k__item__panel .l00k__galleria .item.--new ul.__preview, span[data-heading="md" i], span.--md, .l00k__item__panel .l00k__galleria .item.--new span.__preview {
  font-size: 1.25em;
  line-height: var(--font-line-height-body);
  margin: 0 0 1em;
}

h1[data-heading="sm" i], h1.--sm, h2[data-heading="sm" i], h2.--sm, h3[data-heading="sm" i], h3.--sm, h4[data-heading="sm" i], h4.--sm, h5[data-heading="sm" i], h5.--sm, h6[data-heading="sm" i], h6.--sm, p[data-heading="sm" i], p.--sm, ul[data-heading="sm" i], ul.--sm, span[data-heading="sm" i], span.--sm {
  font-size: 1em;
  line-height: var(--font-line-height-body);
  margin: 0 0 1em;
}

h1[data-heading="xs" i], h1.--xs, h2[data-heading="xs" i], h2.--xs, h3[data-heading="xs" i], h3.--xs, h4[data-heading="xs" i], h4.--xs, h5[data-heading="xs" i], h5.--xs, h6[data-heading="xs" i], h6.--xs, p[data-heading="xs" i], p.--xs, ul[data-heading="xs" i], ul.--xs, span[data-heading="xs" i], span.--xs {
  font-size: .875em;
  line-height: var(--font-line-height-body);
  letter-spacing: .01em;
  margin: 0 0 1em;
  font-weight: 600;
}

p {
  max-width: 38em;
}

.--inverted {
  color: var(--color-background);
  background: var(--color-primary) !important;
}

.--inverted .muted, .--inverted .lightText {
  color: var(--color-background);
  opacity: .6;
}

.--inverted h1[size="xs" i], .--inverted h2[size="xs" i], .--inverted h3[size="xs" i], .--inverted h4[size="xs" i], .--inverted h5[size="xs" i], .--inverted h6[size="xs" i], .--inverted p[size="xs" i], .--inverted div[size="xs" i], .--inverted span[size="xs" i] {
  letter-spacing: .03em;
  font-weight: 400;
}

.--inverted p {
  letter-spacing: .01em;
  font-weight: 300;
}

a {
  color: var(--color-primary);
  transition: transform calc(var(--animation-step) / 2) ease-in-out;
}

a:hover {
  color: var(--color-primary-lm2);
}

.l00k__item__panel {
  --space: 1rem;
  --color-online: #2df095;
  --color-online-glow: #5df4ad80;
  --color-new-message: #fc0;
  --color-new-message-glow: #ffdc5280;
  grid-template-columns: [full-start] 1fr[content-start] min(30em, 100%)[content-end] 1fr[full-end];
  display: grid;
}

.l00k__item__panel > * {
  grid-column: content;
}

.l00k__item__panel > * + * {
  margin-block-start: 1em;
}

.l00k__item__panel .l00k__galleria {
  grid-column: full;
  grid-template-columns: inherit;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-block: 1em;
  display: grid;
  overflow-x: scroll;
}

.l00k__item__panel .l00k__galleria::-webkit-scrollbar {
  display: none;
  inline-size: 0 !important;
}

.l00k__item__panel h2 {
  font-family: var(--font-mono);
  color: var(--color-foreground--l60);
  text-transform: uppercase;
  letter-spacing: .125em;
  margin: 0 0 1.75em;
  font-size: 1rem;
  font-weight: 300;
}

.l00k__item__panel section {
  grid-template-rows: 1fr;
  padding: .5em;
  display: grid;
}

.l00k__item__panel section > div {
  width: 100%;
  overflow: hidden;
}

.l00k__item__panel section .l00k__toggle {
  min-height: 1.5em;
}

.l00k__item__panel .l00k__galleria .__wrapper, .l00k__item__panel .l00k__panel__heading {
  align-items: center;
  gap: calc(var(--space) * 2);
  grid-column: content;
  display: flex;
}

.l00k__item__panel .l00k__galleria .__wrapper p, .l00k__item__panel .l00k__panel__heading p {
  text-align: center;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .1em;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.l00k__item__panel .l00k__panel__heading {
  text-align: left;
  grid-column: full;
  grid-template-columns: 4em minmax(5em, auto) 4em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 1em;
  padding: 1em 1em 0;
  display: grid;
}

.l00k__item__panel .l00k__panel__heading button:nth-of-type(2) {
  text-align: right;
  display: inline;
}

.l00k__item__panel .l00k__panel__heading button {
  height: 1rem;
  font-size: 4em;
}

.l00k__item__panel .l00k__galleria .__wrapper:after {
  content: "";
  align-self: stretch;
  padding-inline-end: .25em;
}

.l00k__item__panel .l00k__galleria .item {
  scroll-snap-align: center;
  inline-size: 80vw;
  max-inline-size: 30rem;
  background: var(--color-background);
  transition: border-radius calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3), box-shadow calc(var(--animation-step) * 2) ease-in-out;
  box-shadow: 0 0 0 .0675em var(--color-foreground--l80);
  border-radius: 1.25em;
  flex-shrink: 0;
  min-height: 100%;
  padding: 1em 1em 0;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
}

@media (width <= 30em) {
  .l00k__item__panel .l00k__galleria .item:first-of-type {
    margin-left: 10vw;
  }
}

.l00k__item__panel .l00k__galleria .item button {
  letter-spacing: .0125em;
  transition: border-radius calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3), background calc(var(--animation-step) * 2) ease;
}

.l00k__item__panel .l00k__galleria .item:last-of-type {
  margin-right: 100%;
}

.l00k__item__panel .l00k__galleria .item button.item__activate {
  display: inline-block;
}

.l00k__item__panel .l00k__galleria .item button.item__preview {
  transition: border-radius calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3), box-shadow calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3);
  border-radius: 0;
}

.l00k__item__panel .l00k__galleria .item button.item__preview[disabled] {
  opacity: 1;
  border: 0;
  color: var(--color-foreground--l60) !important;
  background-color: #0000 !important;
}

.l00k__item__panel .l00k__galleria .item.active {
  border-radius: 0;
  box-shadow: 0 0 0 .125em var(--color-background), 0 0 0 .25em var(--color-foreground), 0 0 .125em 0em var(--color-green--a025) !important;
}

.l00k__item__panel .l00k__galleria .item.active button.item__activate {
  display: none;
}

.l00k__item__panel .l00k__galleria .item.active button.item__isActive {
  transition: border-radius calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3), box-shadow calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3);
  border-radius: 111em;
  padding: .5em .875em;
  display: block;
}

.l00k__item__panel .l00k__galleria .item.active button.item__isActive[disabled] {
  opacity: 1;
  border-color: var(--color-green);
  width: auto;
  margin: .675em auto;
  background-color: var(--color-green) !important;
  color: var(--color-foreground) !important;
}

.l00k__item__panel .l00k__galleria .item.active footer {
  text-align: center;
}

.l00k__item__panel .l00k__galleria .item.--new {
  border-radius: .25em;
  padding: 1em;
}

.l00k__item__panel .l00k__galleria .item.--new h1 {
  font-size: 2em;
}

.l00k__item__panel .l00k__galleria .item.--new .__preview {
  color: var(--color-foreground--l60) !important;
}

.l00k__item__panel .l00k__galleria .item.--new .__new {
  grid-column: 1 / span 2;
  width: 100% !important;
}

.l00k__item__panel .l00k__galleria .item.--new p {
  text-align: left;
  font-family: var(--font-family);
  text-transform: none;
  letter-spacing: unset;
  margin: 0 0 2em;
  padding: 0;
  font-size: 1.5em;
}

.l00k__item__panel .l00k__galleria .item.--new a {
  color: inherit;
  text-decoration: none;
}

.l00k__item__panel .l00k__galleria .item.--new footer {
  text-align: center;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: .5em;
  display: grid;
}

.l00k__item__panel .l00k__galleria .item.--new footer a {
  text-decoration: underline;
}

@keyframes comingOnline {
  0% {
    transform: scale(0);
  }

  10.15% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.l00k__item__panel abbr.item__isActive, .l00k__item__panel abbr.item__isDisabled {
  background-color: var(--color-green);
  right: calc(var(--space) * 1.5);
  top: calc(var(--space) * 1.5);
  animation-name: comingOnline;
  animation-fill-mode: both;
  animation-delay: 0;
  animation-duration: calc(var(--animation-step) * 8);
  border-radius: 111em;
  width: 1em;
  height: 1em;
  position: absolute;
  box-shadow: 0 0 .25em .125em var(--color-green--a025), 0 0 .25em .125em var(--color-green--a025) !important;
}

.l00k__item__panel abbr.item__isDisabled {
  background-color: var(--color-foreground--l90);
  box-shadow: none !important;
}

@supports not (aspect-ratio: 1) {
  .l00k__item__panel .l00k__galleria .item:before {
    float: left;
    content: "";
    padding-top: 56.25%;
  }

  .l00k__item__panel .l00k__galleria .item:after {
    content: "";
    clear: both;
    display: block;
  }
}

.words__preview {
  overscroll-behavior-x: contain;
  grid-column: full;
  grid-template-columns: repeat(auto-fit, minmax(4em, 2fr));
  grid-auto-flow: column;
  gap: 1em;
  padding: 0 0 1em;
  display: grid;
}

.words__preview > div {
  background: var(--color-foreground--l90);
  text-align: center;
  border-radius: .25em;
  margin: 0 0;
  padding: 1em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25em;
}

form .l00k__item__panel button {
  margin: 0;
}

.__note {
  font-family: var(--font-family);
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 1.5em;
  font-weight: 400;
}

.mobile-tw .bPop, .mobile-uc .bPop {
  display: block;
}

.mobile-tw .nav-content, .mobile-uc .nav-content {
  text-align: center;
  width: 100%;
  padding: .25em .5em 0;
}

@media (width <= 600px) {
  .mobile-tw .nav-content .row, .mobile-uc .nav-content .row {
    height: auto;
    display: block;
  }
}

.mobile-tw .nav-content .row ul, .mobile-uc .nav-content .row ul {
  padding-left: 0;
  padding-right: 0;
}

@media (width <= 600px) {
  .mobile-tw .nav-content .row ul, .mobile-uc .nav-content .row ul {
    height: auto;
    display: block;
  }
}

.mobile-tw .nav-content .row ul h3, .mobile-uc .nav-content .row ul h3 {
  color: var(--color-quartinary);
  text-transform: uppercase;
  width: 100%;
  margin: .75em auto .25em;
  padding: .25em;
  font-weight: 800;
  display: block;
}

.mobile-tw .nav-content .row ul li a, .mobile-uc .nav-content .row ul li a {
  color: #000;
  cursor: pointer;
  font-weight: 200;
}

.mobile-tw .nav-content .row ul li a:hover, .mobile-uc .nav-content .row ul li a:hover {
  color: var(--color-quartinary);
}

@media (width >= 736px) {
  .mobile-tw .nav-content .row ul:not(:first-child), .mobile-uc .nav-content .row ul:not(:first-child) {
    border-left: 1px solid var(--color-secondary);
  }

  .mobile-tw .nav-content .row ul:nth-child(3), .mobile-uc .nav-content .row ul:nth-child(3) {
    border-top: 1px solid var(--color-secondary);
    border-left: 0;
    flex-basis: 100%;
    max-width: 100%;
    width: 100% !important;
  }
}

@media (width >= 976px) {
  .mobile-tw .nav-content .row ul:nth-child(3), .mobile-uc .nav-content .row ul:nth-child(3) {
    border-top: 0;
    border-left: 1px solid var(--color-secondary);
    flex-basis: 33%;
    max-width: 33%;
    width: 33% !important;
  }
}

.mobile-tw .nav-content .fw, .mobile-uc .nav-content .fw {
  text-align: center;
  width: 100%;
  padding: 5vh 30px 3em;
  display: block;
}

@media (width <= 600px) {
  .mobile-tw .nav-content .fw, .mobile-uc .nav-content .fw {
    padding: 40px 10px 3em !important;
  }
}

.mobile-tw .nav-content h1, .mobile-uc .nav-content h1 {
  padding: 1em 0;
  font-size: 7vw;
  font-weight: 800;
}

.mobile-tw .nav-content h2, .mobile-uc .nav-content h2 {
  max-width: none;
  margin-bottom: 30px;
  padding-bottom: .75em;
  font-size: 8vw;
  font-weight: 200;
}

.mobile-tw .nav-content h2 span, .mobile-uc .nav-content h2 span {
  color: #000;
}

.mobile-tw .nav-content ul, .mobile-uc .nav-content ul {
  margin-bottom: 5em;
}

.mobile-tw .nav-content ul li, .mobile-uc .nav-content ul li {
  padding: .25em 0 .5em;
  line-height: 1.5em;
}

.mobile-tw .nav-content ul li a, .mobile-uc .nav-content ul li a {
  color: #fff;
}

@media (width >= 736px) {
  .mobile-tw .nav-content, .mobile-uc .nav-content {
    padding: .25em 0 3em;
  }
}

.mobile-tw .nav-content p, .mobile-uc .nav-content p {
  background: #fff;
  margin: 0 auto;
  padding: 1em 0;
}

@media (width >= 736px) {
  .mobile-tw .nav-content p, .mobile-uc .nav-content p {
    border: 5px solid #e6e6e6;
    padding: 2em;
    font-weight: 200;
  }
}

.mobile-tw .nav-content p a, .mobile-uc .nav-content p a {
  background: #000;
  border-color: #0000;
  width: 100%;
}

.mobile-tw .nav-content p a:hover, .mobile-uc .nav-content p a:hover {
  background: #00f;
}

.hidden-close, .hidden-close-uc {
  opacity: 0;
  background-color: #0000;
  background-image: radial-gradient(#fff0 19%, #ffffff80 20%), none;
  background-position: 0 0, 3px 3px;
  background-repeat: repeat, repeat;
  background-size: 6px 6px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1 !important;
}

.hidden-close.down, .hidden-close-uc.down {
  opacity: 1;
  z-index: 9000 !important;
}

.hidden-tw, .hidden-uc {
  opacity: 0;
  background-color: #0000;
  background-image: radial-gradient(#ffffffd9 19%, #fff 20%), none;
  background-position: 0 0, 3px 3px;
  background-repeat: repeat, repeat;
  background-size: 6px 6px;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  border: 1px solid #cca133;
  width: 90%;
  height: 90%;
  display: block;
  position: fixed;
  top: 5%;
  left: 5%;
  overflow: hidden;
  z-index: 9001 !important;
}

.hidden-tw .bar, .hidden-uc .bar {
  margin-bottom: 0;
}

.hidden-tw.down, .hidden-uc.down {
  opacity: 1;
  z-index: 9000 !important;
}

.mobile-tw, .mobile-uc {
  visibility: hidden;
  height: 100%;
  margin: 0;
  display: block;
}

.mobile-tw.down, .mobile-uc.down {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 8000 !important;
}

.mobile-tw::-webkit-scrollbar {
  width: 11px;
  padding: 3px;
  background: none !important;
}

.mobile-tw::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #0000004d;
}

.mobile-tw::-webkit-scrollbar-track {
  background: #bf89001a !important;
  -webkit-box-shadow: inset 0 0 6px #bf890033 !important;
}

.mobile-tw::-webkit-scrollbar-thumb {
  border-radius: 50px;
  width: 8px;
  display: block;
  background-color: #bf890066 !important;
  outline: 0 solid #bf890099 !important;
}

@keyframes jiggle {
  0% {
    transform: translate(1px, 1px)rotate(1deg);
  }

  10% {
    transform: translate(-1px, -2px)rotate(-2deg);
  }

  20% {
    transform: translate(-3px)rotate(2deg);
  }

  30% {
    transform: translate(3px, 2px)rotate(1deg);
  }

  40% {
    transform: translate(1px, -1px)rotate(2deg);
  }

  50% {
    transform: translate(-1px, 2px)rotate(-2deg);
  }

  60% {
    transform: translate(-3px, 1px)rotate(1deg);
  }

  70% {
    transform: translate(3px, 1px)rotate(-2deg);
  }

  80% {
    transform: translate(-1px, -1px)rotate(2deg);
  }

  90% {
    transform: translate(1px, 2px)rotate(1deg);
  }

  100% {
    transform: translate(1px, -2px)rotate(-2deg);
  }
}

@keyframes jiggleAlt {
  0% {
    transform: translate(1px, 1px)rotate(1deg);
  }

  10% {
    transform: translate(-1px, -2px)rotate(-2deg);
  }

  20% {
    transform: translate(-1px)rotate(1deg);
  }

  30% {
    transform: translate(1px, 2px)rotate(1deg);
  }

  40% {
    transform: translate(1px, -1px)rotate(2deg);
  }

  50% {
    transform: translate(-1px, 2px)rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px)rotate(1deg);
  }

  70% {
    transform: translate(1px, 1px)rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px)rotate(2deg);
  }

  90% {
    transform: translate(1px, 1px)rotate(1deg);
  }

  100% {
    transform: translate(1px, -2px)rotate(-2deg);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  10.15% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

path.favIcon {
  fill: #000;
}

@media (prefers-color-scheme: dark) {
  path.favIcon {
    fill: #fff;
  }
}

:root {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.375em;
}

html {
  background: var(--color-background);
  color: var(--color-foreground);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: var(--font-family);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

html, body {
  font-size: 16px;
  position: relative;
}

* {
  box-sizing: border-box;
}

:before, :after {
  box-sizing: inherit;
}

body, main, article {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

main, header {
  margin: 0 auto;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main {
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  background-color: var(--color-background);
  height: auto;
}

body {
  color: var(--foreground-color);
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: var(--font-serif);
}

section p {
  font-size: var(--font-paragraph-size);
  max-width: 28em;
}

section p strong, section p b {
  font-weight: 700;
}

section p a {
  color: var(--color-primary-birght);
  font-weight: 700;
  text-decoration: none;
}

main {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0;
  display: grid;
}

@media (width >= 736px) {
  main {
    grid-template-columns: minmax(10em, 25vw) 1fr;
  }
}

article {
  display: grid;
}

main > header {
  padding: var(--space);
  z-index: 99999;
  pointer-events: none;
  width: 100%;
  position: relative;
  overflow: hidden;
}

main > header > nav {
  pointer-events: all;
}

main > header > nav > ul {
  padding: 0 0 .5em;
  font-size: 16px;
}

main > header > nav > ul li {
  padding: 1em 0 1.25em;
}

@media (width <= 600px) {
  main > header > nav > ul li {
    padding: 1em 0 .5em;
  }
}

@media (width >= 976px) {
  main > header > nav > ul li {
    padding: 1.25em 0;
  }
}

main > header > nav > ul li a {
  font-weight: 300;
  font-family: var(--font-family);
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: border-radius calc(var(--animation-step) * 3) cubic-bezier(.6, -1, .25, 3), box-shadow calc(var(--animation-step) * 2) ease-in-out, color calc(var(--animation-step) * 2) ease-in-out, background calc(var(--animation-step) * 2) ease-in-out;
  box-shadow: 0 0 0 0em var(--color-foreground);
  background: #fff;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: clamp(1em, 4vw, 1.125em);
  text-decoration: none;
  display: block;
  overflow: hidden;
}

main > header > nav > ul li a.--active {
  border-radius: 0;
}

main > header > nav > ul li > ul {
  padding: .125em 0 0 1em;
}

main > header > nav > ul li > ul li {
  padding: 0 0 0;
}

main > header > nav > ul li > ul li a {
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-family);
}

@media (width >= 736px) {
  main > header {
    overflow: visible;
  }

  main > header > nav {
    top: var(--space);
    line-height: var(--font-line-height-body);
    font-size: var(--font-paragraph-size);
    margin-top: 35em;
    position: sticky;
  }
}

h1#sean {
  letter-spacing: .000125em;
  margin: var(--space) 0 var(--space) 0;
  z-index: 11;
  mix-blend-mode: hard-light;
  pointer-events: none;
  transition-timing-function: easeInOut;
  animation-name: fadeIn;
  animation-delay: .125s;
  animation-duration: calc(var(--animation-step) * 3);
  width: 100vw;
  font-weight: 400;
  animation-fill-mode: both;
  position: relative;
}

h1#sean span {
  display: inline-block;
}

@media (width >= 736px) {
  h1#sean {
    margin: 0 0 var(--space) -.5rem;
    position: absolute;
    top: 1.25em;
  }
}

@media (width >= 1280px) {
  h1#sean {
    margin: 0 0 var(--space) -.5rem;
    position: absolute;
    top: .75em;
  }
}

section {
  padding: var(--space);
  gap: var(--space);
  display: grid;
}

section#mast {
  padding: 0 var(--space) 0 var(--space);
}

@media (width >= 736px) {
  section#mast {
    padding: calc(var(--space) * 3) var(--space) 0 var(--space);
    grid-template-columns: 1fr 2fr;
    max-height: 80vh;
  }
}

section#mast a {
  color: unset;
  text-decoration: none;
}

section#new {
  margin-top: .875em;
}

@media (width >= 736px) {
  section#new {
    margin-top: unset;
  }
}

section#new .window {
  z-index: 1000;
}

section#profile {
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

section#profile #profile__photo {
  pointer-events: none;
}

section#profile #profile__photo img {
  mix-blend-mode: hue;
}

section#about {
  z-index: 99999;
  gap: var(--space);
}

@media (width >= 736px) {
  section#about {
    grid-template-columns: 1fr;
  }
}

@media (width >= 976px) {
  section#about {
    grid-template-columns: 1fr;
  }
}

@media (width >= 1280px) {
  section#about {
    grid-template-columns: minmax(12em, 35em) min-content;
  }

  section#about > :nth-of-type(2) {
    order: -1;
  }
}

section.books {
  z-index: 99999;
  gap: var(--space);
  margin-bottom: 0;
}

@media (width >= 736px) {
  section.books {
    grid-template-columns: 1fr;
  }
}

@media (width >= 976px) {
  section.books {
    grid-template-columns: 1fr;
  }
}

@media (width >= 1280px) {
  section.books {
    grid-template-columns: 1fr;
  }

  section.books > :nth-of-type(2) {
    order: 1;
  }
}

section.books button.--xl {
  min-width: 12em;
}

section.books > div {
  position: relative;
}

@media (width >= 736px) {
  section.books > div {
    position: unset;
  }
}

@media (width >= 1280px) {
  section#doYou {
    grid-template-columns: 1fr;
  }
}

section#doYou .book__shelf {
  grid-template-columns: repeat(2, minmax(4em, 10em));
  padding-bottom: 0;
}

@media (width >= 736px) {
  section#doYou .book__shelf {
    grid-template-columns: repeat(3, minmax(6em, 10em));
  }
}

section#otherWriting {
  gap: var(--space);
}

@media (width >= 736px) {
  section#otherWriting {
    grid-template-columns: 1fr;
  }
}

section#events {
  gap: var(--space);
}

@media (width >= 736px) {
  section#events {
    grid-template-columns: 2fr;
  }
}

section#events h3 {
  font-size: 1.75em;
  font-family: var(--font-serif);
  margin: 0 0 .25em;
}

@media (width >= 736px) {
  section#stg {
    grid-template-columns: 1fr 1fr;
    display: grid !important;
  }
}

section .note {
  margin: var(--space) var(--space) var(--space) 0;
  border-left: 1px solid var(--color-primary-birghtwe);
  padding: 0;
  padding-left: var(--space) !important;
}

section .note p i {
  font-family: var(--font-serif);
  font-size: 1.375em;
  line-height: var(--font-line-height-body);
  font-weight: 500;
}

section h4 {
  font-family: var(--font-family);
  font-weight: 700;
}

section h2 {
  max-width: 8em;
}

@media (width >= 976px) {
  section h2[data-heading="lg"] {
    margin-left: -.5em;
  }
}

section h2[data-heading="xxl"] {
  margin-bottom: .125em;
}

@media (width >= 976px) {
  section h2[data-heading="xxl"] {
    margin-left: -.125em;
  }
}

.lil-note {
  padding: calc(var(--space) / 2);
  border: 1px solid var(--color-foreground--l90);
  color: var(--color-primary);
  font-weight: unset;
  max-width: 32em;
}

hr.dotdotdot {
  margin: .75em 0 1.25em;
  border: 0 !important;
}

hr.dotdotdot:before {
  content: "~";
  font-weight: 800;
  font-family: var(--font-serif);
  color: var(--color-primary);
  font-size: 4em;
}

.section__image > div {
  border: 1px solid var(--color-primary-birghtwe);
  padding: calc(var(--space) / 2);
  max-width: 32em;
}

.book__shelf {
  gap: calc(var(--space) / 2);
  padding-bottom: var(--space);
  grid-template-columns: repeat(4, minmax(6em, 10em));
  grid-auto-rows: max-content;
  align-items: end;
  margin-bottom: -1em;
  display: grid;
  overflow: scroll;
}

.book__shelf.--wide, .l00k__item__panel .l00k__galleria .item button.book__shelf, .l00k__item__panel .l00k__galleria .item.--new .book__shelf.__new, main > header > nav > ul li a.book__shelf {
  margin-right: calc(-1 * var(--space) / 1);
  margin-left: calc(-1 * var(--space) / 1);
  padding-right: var(--space);
  padding-left: var(--space);
  grid-template-columns: repeat(7, minmax(6em, 10em));
}

@media (width >= 1280px) {
  .book__shelf.--wide, .l00k__item__panel .l00k__galleria .item button.book__shelf, .l00k__item__panel .l00k__galleria .item.--new .book__shelf.__new, main > header > nav > ul li a.book__shelf {
    grid-template-columns: repeat(4, minmax(6em, 10em));
    margin: 0;
    padding: 0;
  }
}

.book__shelf > div {
  display: inline-block;
}

.book__shelf > div img {
  padding: calc(var(--space) / 4);
  border: 1px solid var(--color-primary-birghtwe);
  display: block;
}

.imgOne {
  margin: calc(var(--space) * 1) calc(var(--space) * 2) calc(var(--space) * 2);
  mix-blend-mode: multiply;
  max-width: 42em;
  display: inline-block;
  position: relative;
}

@media (width >= 736px) {
  .imgOne {
    margin: 22em calc(var(--space) * 2) calc(var(--space) * 2) 0;
  }
}

@media (width >= 976px) {
  .imgOne {
    margin: 0 calc(var(--space) * 2) calc(var(--space) * 2) 0;
    float: right;
  }
}

@media (width >= 1280px) {
  .imgOne {
    max-width: 62em;
  }
}

.imgOne > * {
  padding: var(--space);
  border: 1px solid var(--color-primary-birghtwe);
  mix-blend-mode: multiply;
}

.imgOne > * > img {
  mix-blend-mode: multiply;
  transition-timing-function: easeInOut;
  animation-name: fadeIn;
  animation-delay: .375s;
  animation-duration: calc(var(--animation-step) * 3);
  animation-fill-mode: both;
  display: block;
}

.imgOne .__space.__iii {
  mix-blend-mode: multiply;
}

@media (width >= 736px) {
  .imgOne .__iv {
    display: none;
  }
}

.imgOne > :nth-of-type(2), .imgOne > :nth-of-type(3), .imgOne > :nth-of-type(4), .imgOne > :nth-of-type(5) {
  top: calc(var(--space) / 1);
  left: calc(var(--space) / 1);
  mix-blend-mode: multiply;
  width: 100%;
  position: absolute;
}

.imgOne > :nth-of-type(2) > div, .imgOne > :nth-of-type(3) > div, .imgOne > :nth-of-type(4) > div, .imgOne > :nth-of-type(5) > div {
  width: calc(100% - var(--space) * 2);
  top: var(--space);
  left: var(--space);
  background-size: 100%;
  position: absolute;
}

.imgOne #diamond {
  mix-blend-mode: normal;
}

.imgOne > :nth-of-type(3) {
  top: calc(-1 * var(--space) / 1);
  left: calc(-1 * var(--space) / 1);
}

.imgOne > :nth-of-type(4) {
  top: calc(var(--space) * 2);
  left: calc(var(--space) * 2);
}

.imgOne > :nth-of-type(5) {
  top: calc(-1 * var(--space) * 2);
  left: calc(-1 * var(--space) * 2);
}

.imgOne img {
  image-rendering: pixelated;
}

@media (width >= 1500px) {
  .imagesCollected {
    right: var(--space);
    transform-origin: center;
    image-rendering: pixelated;
    font-size: 2em;
    position: relative;
  }
}

#diamond, #reflection {
  border: 1px solid #0000;
  border-radius: 100em;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999 !important;
}

#diamond span, #reflection span {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#diamond span svg, #reflection span svg {
  display: block;
  position: absolute;
}

#diamond span svg .diamondOne, #reflection span svg .diamondOne {
  visibility: visible;
  fill: var(--color-background);
}

#diamond span svg .circleOne, #reflection span svg .circleOne {
  visibility: hidden;
  fill: var(--color-background);
}

#reflection {
  visibility: hidden;
  mix-blend-mode: multiply;
  margin-top: 10em;
  position: absolute;
  left: 40%;
}

#reflection span svg .diamondOne {
  visibility: hidden;
  fill: var(--color-tertiary);
}

#reflection span svg .circleOne {
  visibility: visible;
  fill: var(--color-primary);
}

@media (width >= 736px) {
  #reflection {
    visibility: visible;
    top: 30em;
  }
}

.diamond {
  z-index: 1;
  border: 1px solid #0000;
  border-radius: 100em;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diamond span {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.diamond span svg {
  display: block;
  position: absolute;
}

.diamond span svg .circleTwo {
  visibility: hidden;
}

.diamond span svg .diamondTwo {
  visibility: visible;
  fill: var(--color-primary);
}

.profile__heading {
  gap: calc(var(--space) / .75);
  margin: 0 0 var(--space);
  grid-template-columns: auto 3fr;
  align-items: center;
  display: grid;
}

.profile__heading > * {
  max-width: 12em;
  margin: 0 !important;
}

.profile__heading > #profile__photo {
  order: 2;
}

@media (width >= 736px) {
  .profile__heading > #profile__photo {
    order: -1;
  }
}

#profile__photo {
  box-shadow: 0 0 0 calc(var(--space) / 6) var(--color-primary-birght);
  border-radius: 50%;
  width: clamp(6em, 20vw, 12em);
  display: block;
  overflow: hidden;
}

#profile__photo img {
  width: 100%;
  display: block;
}

.window__shadow {
  aspect-ratio: 1;
  background: radial-gradient(var(--color-primary-birghtwe) 10%, var(--color-background) 50%);
  mix-blend-mode: color-burn;
  image-rendering: pixelated;
  border-radius: 111em;
  width: calc(100vw - 2.8rem);
  max-width: 20em;
  position: absolute;
}

.window__shadow #diamond span {
  z-index: 0 !important;
}

.window {
  margin-bottom: calc(-1 * var(--space) * 3);
  width: 100%;
  font-family: SF Mono, Segoe-Mono-Boot, monospace;
  font-size: 1em;
  font-weight: 200;
  transition: background 85ms ease-in-out, border 85ms ease-in-out;
}

@media (width >= 736px) {
  .window {
    margin-bottom: unset;
    width: calc(100vw - 2.8rem);
    max-width: 20em;
  }
}

.window > div {
  opacity: 1;
  transition: background calc(var(--animation-step) * 2) ease, border calc(var(--animation-step) * 2) ease, box-shadow calc(var(--animation-step) * 2) ease;
  background-color: #0000;
  background-image: radial-gradient(#ffffffe6 19%, #fff 19.1%), none;
  background-position: 0 0, 1em 1em;
  background-repeat: repeat, repeat;
  background-size: .5em .5em;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  border: 1px solid purple;
  min-height: 280px;
  display: block;
  box-shadow: 0 .2em .5em 0 #80008000, .2em .2em .2em #80008000, 0 0 .5em 0 #80008000;
  touch-action: auto !important;
}

.window > div .window__header {
  text-align: left;
  color: purple;
  border-bottom: 1px solid purple;
  align-items: center;
  height: 3.5em;
  margin-bottom: 0;
  padding: 0 .25em 0 1em;
  font-weight: 100;
  display: flex;
  position: relative;
  top: 0;
  touch-action: auto !important;
}

.window > div .window__header abbr {
  display: flex;
}

.window > div .window__header abbr .icon {
  width: 1.5em;
  font-size: 3em;
  display: inline-block;
}

.window > div .window__header abbr .txt {
  letter-spacing: .1em;
  font-size: 1em;
  font-weight: 200;
  display: inline-block;
}

.window > div .window__header abbr .txt a {
  color: purple;
  text-decoration: none;
}

.window > div .window__header abbr .txt a:hover {
  color: #fff;
}

.window > div .window__header abbr .txt.--alt {
  color: var(--color-foreground);
  font-size: 1.5em;
  font-weight: 400;
}

.window > div .window__header .popup-close-button {
  cursor: pointer;
  color: purple;
  background: none;
  border: 0;
  border-radius: 0;
  height: 100%;
  min-height: 3.5rem;
  margin-left: auto;
  padding: .25em;
  font-size: 1.75em;
  font-weight: 200;
  display: inline-block;
  top: 0;
  touch-action: auto !important;
}

.window > div .window__header .popup-close-button span {
  margin-top: -.125em;
  padding: 0 .25em;
  display: block;
  overflow: visible;
}

.window > div .window__header .popup-close-button:hover {
  transform: scale(1.2);
  color: var(--color-primary) !important;
}

.window > div .window__contents {
  color: green;
  text-align: left;
  letter-spacing: .1em;
  padding: 2.5em 1em 1em;
}

.window > div .window__contents p {
  max-width: 80%;
  margin-bottom: 1.5em;
  line-height: 1.375em;
  font-weight: 400 !important;
}

.window > div .window__contents button {
  border-radius: var(--border-radius);
  width: 100%;
}

.window > div .window__contents a {
  color: purple;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.window > div .window__contents a:hover {
  color: #00f;
}

@media (width >= 736px) {
  #new .window {
    margin-left: calc(var(--space) * 2);
  }
}

#newBook {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.window.buy__window__do, .buy__window__wagers, .buy__window__UsConductors {
  z-index: 11111;
  display: none;
  position: absolute;
}

.buy__window__wagers .book__shop {
  background-color: color-mix(in srgb, var(--color-quartinary) 20%, white);
}

.buy__window__UsConductors .book__shop {
  background-color: color-mix(in srgb, var(--color-tertiary) 60%, white);
}

ul.bullet {
  font-size: var(--font-paragraph-size);
  margin: .125em 0 2em;
}

@media (width >= 736px) {
  ul.bullet {
    padding-left: 1.5em;
  }
}

ul.bullet li {
  max-width: 550px;
  padding: .25em 0;
  font-weight: 300;
  line-height: 1.5em;
}

ul.bullet li:before {
  content: "•";
  margin-left: -1.125em;
  position: absolute;
}

@media (width >= 736px) {
  ul.bullet li:before {
    margin-left: -1.5em;
    padding-left: .1em;
  }
}

ul.__books {
  font-family: var(--font-serif);
  grid-template-columns: repeat(1, minmax(1em, 1fr));
  grid-auto-rows: max-content;
  justify-content: stretch;
  gap: 0;
  width: auto;
  margin: 0 0 1em;
  padding: 0;
  display: grid;
  list-style-type: none !important;
}

ul.__books li {
  max-width: 28em;
  display: grid;
}

ul.__books li a {
  border-top: 1px solid var(--color-primary-birghtwe);
  border-bottom: 1px solid var(--color-primary-birghtwe);
  padding: calc(var(--space) / 2) calc(var(--space) / 3);
  color: var(--foreground-color);
  text-align: left;
  font-weight: 300;
  font-family: var(--font-family);
  margin-bottom: -1px;
  font-style: italic;
  text-decoration: none;
  display: block;
}

ul.__books li a:hover {
  color: var(--color-background);
  border-color: var(--color-quartinary);
  background-color: var(--color-quartinary);
  z-index: 11;
}

ul.__books li a:hover + a:hover {
  border-color: var(--color-quartinary);
}

ul.__books li:first-child a {
  border-bottom: 0;
}

ul.events {
  margin: 0;
}

ul.events li {
  max-width: 550px;
  padding: .25em 0;
  font-weight: 200;
  line-height: 1.5em;
}

ul.events li:before {
  content: "";
  margin-left: -1.125em;
  position: absolute;
}

@media (width >= 736px) {
  ul.events li:before {
    margin-left: -1.5em;
    padding-left: .1em;
  }
}

ul.events p, ul.events h4, ul.bullet p, ul.bullet h4 {
  padding-left: 0 !important;
}

ul.events h4, ul.bullet h4 {
  font-weight: 200 !important;
}

blockquote {
  margin: .5em .5em 2em 0;
  padding-left: 0;
  position: relative;
}

blockquote p {
  font-style: italic;
  font-family: var(--font-serif);
  margin: 0 0 .25em;
  font-weight: 200 !important;
}

@media (width >= 736px) {
  blockquote p {
    font-size: 1.5em;
    font-weight: 1.25em;
    margin-left: 0;
    padding-left: 2.5em !important;
  }
}

blockquote:before {
  content: "“";
  font-size: 7em;
  font-family: var(--font-serif);
  color: wheat;
  margin-top: .25em;
  display: none;
  position: absolute;
  left: -.0125em;
}

@media (width >= 736px) {
  blockquote:before {
    display: block;
  }
}

blockquote cite {
  margin-top: -.5em;
  font-size: .875em;
  font-style: normal;
  font-weight: 200;
  color: #3d3005 !important;
}

@media (width >= 736px) {
  blockquote cite {
    padding: 0 0 1.5em 4.5em;
    font-size: .875em;
  }
}

blockquote cite:before {
  content: "-";
  padding-right: .5em;
}

#sq__pend {
  position: sticky;
  bottom: 2em;
}

#sq__pend span svg path {
  stroke-width: 1px;
  stroke: var(--color-primary-birghtwe);
}

@media (width >= 1280px) {
  #sq__pend {
    z-index: 1;
    width: 50vw;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sun {
  image-rendering: pixelated;
  opacity: 1;
  left: var(--space);
  top: var(--space);
  opacity: .25;
  mix-blend-mode: luminosity;
  z-index: 111;
  background: url("sun-235.8d24429a.gif") 0 0 / 80px;
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
}

@media (width >= 736px) {
  .sun {
    background-size: 175px;
    width: 175px;
    height: 175px;
    display: block;
  }
}

.imgThree {
  z-index: 10;
  border: var(--color-primary) 0 solid;
  padding: calc(var(--space) * 2) 0 0 0;
  width: 100%;
  max-width: 50em;
  margin-top: -1px;
  display: block;
  position: relative;
}

.imgThree .img {
  z-index: 1000;
  height: auto;
  margin: 0 auto;
  display: block;
}

.imgThree .img div {
  padding: var(--space);
  border: 1px solid var(--color-primary);
}

.imgThree .img div:nth-of-type(2) {
  margin-left: -1px;
}

.imgThree .img div:after {
  content: "";
  opacity: .125;
  image-rendering: pixelated;
  top: calc(1 * (var(--space)  - 3px));
  left: calc(var(--space) * 2);
  width: calc(100% - var(--space));
  height: calc(100% - var(--space) * 2);
  z-index: -1;
  background: url("noise_1.78f5f987.gif") 0 0 / 100px;
  display: block;
  position: absolute;
}

.book__shop {
  background-color: var(--color-green);
  visibility: hidden;
  transform-origin: top;
  border: 1px solid purple;
  width: 100%;
  display: none;
  position: absolute;
  top: 3.5em;
  left: 0;
  overflow: hidden;
  transform: scaleY(0);
}

.book__shop > div {
  opacity: 0;
  padding: calc(var(--space) / 2);
}

.book__shop > div:after {
  content: "";
  opacity: .25;
  image-rendering: pixelated;
  mix-blend-mode: color-dodge;
  z-index: 0;
  pointer-events: none;
  background: url("noise_1.78f5f987.gif") 0 0 / 100px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.book__shop h3 {
  font-size: 1.5em;
  font-family: var(--font-serif);
  max-width: 80%;
  margin: .5em 0 .25em;
}

.book__shop ul {
  margin: 0 0 1.5em;
}

.book__shop ul a {
  color: var(--color-secondary);
  font-weight: 400;
}

.book__shop ul a:hover {
  color: var(--color-quartinary);
}

footer {
  padding: var(--space);
  color: var(--color-foreground);
}

footer .row {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

@media (width <= 600px) {
  footer .row {
    padding: 0 .25em 1.5em;
  }
}

footer a {
  color: var(--color-foreground);
  font-weight: 400;
}

footer a:hover {
  color: var(--color-quartinary);
}

footer h4 {
  text-transform: uppercase;
  padding-top: .5em;
  font-size: .875em;
  font-weight: 200;
}

footer p {
  text-align: left;
  font-weight: 200;
}

footer p a {
  font-weight: 400;
}

footer .footer__captions {
  margin-top: 0;
}

footer .footer__captions p {
  padding: 6em 2em 1em 0;
}

@media (width >= 736px) {
  footer .footer__captions p {
    text-align: right;
    padding: 0 2em 0 0;
  }
}

footer .footer__page-no {
  height: 3em;
}

@media (width <= 600px) {
  footer {
    width: 100%;
    margin: 0;
  }
}

.credit {
  opacity: .5;
}

.credit a {
  text-decoration: none;
}

.credit:hover {
  opacity: 1;
}

main.page {
  display: block;
  grid-template-columns: 1fr !important;
}

main.page h2 {
  margin: 0 0 1em !important;
}

main.page section {
  display: block;
}

main.page footer {
  margin-top: calc(var(--space) * 3);
}

main.page h1#sean {
  letter-spacing: .000125em;
  margin: var(--space) 0 var(--space) 0;
  z-index: 11;
  mix-blend-mode: hard-light;
  pointer-events: none;
  width: 100vw;
  font-weight: 400;
  position: relative;
}

main.page h1#sean span {
  display: inline-block;
}

@media (width >= 736px) {
  main.page h1#sean {
    margin: 0 0 var(--space);
    top: unset;
    position: relative;
  }
}

@media (width >= 1280px) {
  main.page h1#sean {
    margin: 0 0 var(--space);
    top: unset;
    position: relative;
  }
}

/*# sourceMappingURL=press.e378193d.css.map */
