@font-face {
  font-family: 'Helvetica Neue';

  src: url('/fonts/HelveticaNeueLT-Bold.woff2') format('woff2'),
		url('/fonts/HelveticaNeueLT-Bold.woff') format('woff');

  font-style: normal;

  font-display: swap;

  font-weight: 700;
}

@font-face {
  font-family: 'Simula';

  src: url('/fonts/SimulaBook.woff2') format('woff2'),
		url('/fonts/SimulaBook.woff') format('woff');

  font-style: normal;

  font-display: swap;

  font-weight: 400;
}

@font-face {
  font-family: 'Simula';

  src: url('/fonts/SimulaItalic.woff2') format('woff2'),
		url('/fonts/SimulaItalic.woff') format('woff');

  font-style: italic;

  font-display: swap;

  font-weight: 400;
}

@font-face {
  font-family: 'Cabazon';

  src: url("https://use.typekit.net/af/dc826d/00000000000000007735a037/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
		url("https://use.typekit.net/af/dc826d/00000000000000007735a037/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
		url("https://use.typekit.net/af/dc826d/00000000000000007735a037/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");

  font-display: auto;

  font-style: normal;

  font-weight: 700;

  font-stretch: normal;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: "Helvetica Neue", Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  scrollbar-color: #FAFBF1 #141414;
}

body {
  line-height: 1em;
}

img, svg {
  display: block;
}

.font-serif {
  line-height: 1em;
  font-weight: 400;
}

.font-serif.uppercase {
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

.font-sans {
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.font-blackletter {
  line-height: 1.08em;
  letter-spacing: -0.02em;
  font-weight: 700;
}

::-moz-selection {
  background-color: #FF4C21;
  color: #141414;
}

::selection {
  background-color: #FF4C21;
  color: #141414;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1000px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container {
  max-width: 1440px;
}

.dropcap-T::first-letter {
  display: inline-block;
  padding: 20px 17px 2px 17px;
  margin-left: 5px;
  margin-right: 5px;
  /* font-size: 1em; */
  background-image: url('/dropcap-T.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 55px;
  height: 62px;
  color: transparent;
}

.button {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  padding: 8px 32px;
  height: 80px;
  color: #141414;
  background: #FF4C21;
  font-size: 56px;
  display: inline-flex;
  overflow-y: hidden;
  align-items: center;
  justify-content: center;
  gap: 30px;
  transition: all 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: width;
}

.button:hover {
  background: #D28B0A;
}

.button > * {
  will-change: transform, width, height;
  transition: all 500ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.button > img {
  align-self: flex-end;
  height: 0px;
  width: auto;
  transform: scale(0);
  transform-origin: center bottom;
  margin-bottom: 4px;
}

.button:hover > span {
  transform: scale(1.12);
}

.button:hover > img {
  height: 55px;
  transform: scale(1);
}

@media (min-width: 1000px) {
  .button {
    font-size: 85px;
    height: 108px;
    gap: 40px;
  }

  .button > img {
    margin-bottom: 10px;
  }

  .button:hover > img {
    height: 71px;
  }
}

.cut-corners {
  --g: #0000 98%,#000;
  --r: 30px;
  -webkit-mask:
			radial-gradient(var(--r) at 0    0   ,var(--g)) 0    0,
			radial-gradient(var(--r) at 100% 0   ,var(--g)) 100% 0,
			radial-gradient(var(--r) at 0    100%,var(--g)) 0    100%,
			radial-gradient(var(--r) at 100% 100%,var(--g)) 100% 100%;
          mask:
			radial-gradient(var(--r) at 0    0   ,var(--g)) 0    0,
			radial-gradient(var(--r) at 100% 0   ,var(--g)) 100% 0,
			radial-gradient(var(--r) at 0    100%,var(--g)) 0    100%,
			radial-gradient(var(--r) at 100% 100%,var(--g)) 100% 100%;
  -webkit-mask-size: 51% 51%;
          mask-size: 51% 51%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

.hero__badge {
  transform: rotate(15deg);
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero__badge:hover {
  transform: rotate(0);
}

.hero__overlay {
  display: block;
  height: 17vw;
  background: linear-gradient(to top, rgba(20, 20, 20,0.6), rgba(20, 20, 20,0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll {
  margin-left: auto;
  margin-right: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 241 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
  border-top: 1px solid #D1D4BA;
  border-bottom: 1px solid #D1D4BA;
  max-width: 1100px;
}

.scroll--a {
  border-top-left-radius: 10vw;
  border-bottom-right-radius: 10vw;
}

.scroll--b {
  border-top-right-radius: 10vw;
  border-bottom-left-radius: 10vw;
}

.scroll::before, .scroll::after {
  content: '';
  position: absolute;
  background-image: url('/scroll_roll.svg');
  width: 129px;
  height: 115px;
  background-repeat: no-repeat;
}

.scroll--a::before {
  top: -1px;
  left: calc(100% - 1px);
  transform: scaleX(0.5) translateX(-50%);
}

.scroll--a::after {
  bottom: -1px;
  right: calc(100% - 1px);
  transform: scaleX(-0.5) scaleY(-1) translateX(-50%);
}

.scroll--b::before {
  top: -1px;
  right: calc(100% - 1px);
  transform: scaleX(-0.5) translateX(-50%);
}

.scroll--b::after {
  bottom: -1px;
  left: calc(100% - 1px);
  transform: scaleX(0.5) scaleY(-1) translateX(-50%);
}

@media (min-width: 1000px) {
  .scroll--a::before {
    transform: scale(1);
  }

  .scroll--a::after {
    transform: scaleX(-1) scaleY(-1);
  }

  .scroll--b::before {
    transform: scaleX(-1);
  }

  .scroll--b::after {
    transform: scaleX(1) scaleY(-1);
  }
}

.portrait-framed {
  position: relative;
  overflow: hidden;
}

.portrait-framed img {
  aspect-ratio: 788 / 1340;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #141414;
  /* hide pixel imperfections */
}

.portrait-framed::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/frame_mobile.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media (min-width: 1000px) {
  .portrait-framed img {
    aspect-ratio: 1340 / 788;
  }

  .portrait-framed::after {
    background-image: url('/frame_desktop.svg');
  }
}

.dagger-link:hover {
  transition: color 0.3s ease;
  color: #FF4C21;
}

.dagger-link::after {
  content: '';
  width: 25px;
  height: 56px;
  margin-left: 15px;
  display: inline-block;
  background-image: url('/dagger1_crop.svg');
  background-repeat: no-repeat;
  transform: scale(1.4) rotate(-90deg);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.dagger-link:hover::after {
  transform: scale(1.4) translateX(20px) rotate(-90deg) ;
  opacity: 1;
}

.richtext {
}

.richtext a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.3s ease;
}

.richtext a:hover {
  text-decoration-color: transparent;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.left-\[10\%\] {
  left: 10%;
}

.left-\[50\%\] {
  left: 50%;
}

.right-\[10\%\] {
  right: 10%;
}

.top-0 {
  top: 0px;
}

.z-\[-1\] {
  z-index: -1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-12 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.my-5 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-6 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-8 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mb-10 {
  margin-bottom: 100px;
}

.mb-20 {
  margin-bottom: 200px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-6 {
  margin-bottom: 60px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 100px;
}

.mt-30 {
  margin-top: 300px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-8 {
  margin-top: 80px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1024\/1365\] {
  aspect-ratio: 1024/1365;
}

.h-auto {
  height: auto;
}

.min-h-\[840px\] {
  min-height: 840px;
}

.w-\[110\%\] {
  width: 110%;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-\[1140px\] {
  max-width: 1140px;
}

.max-w-\[2000px\] {
  max-width: 2000px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[660px\] {
  max-width: 660px;
}

.max-w-\[740px\] {
  max-width: 740px;
}

.shrink-0 {
  flex-shrink: 0;
}

.origin-right {
  transform-origin: right;
}

.translate-x-\[-1\.8\%\] {
  --tw-translate-x: -1.8%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-40\%\] {
  --tw-translate-y: -40%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scroll-my-10 {
  scroll-margin-top: 100px;
  scroll-margin-bottom: 100px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 10px;
}

.gap-13 {
  gap: 130px;
}

.gap-2 {
  gap: 20px;
}

.gap-3 {
  gap: 30px;
}

.gap-4 {
  gap: 40px;
}

.gap-6 {
  gap: 60px;
}

.gap-8 {
  gap: 80px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-2 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-y-4 {
  row-gap: 40px;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.bg-ink {
  --tw-bg-opacity: 1;
  background-color: rgb(20 20 20 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.px-3 {
  padding-left: 30px;
  padding-right: 30px;
}

.pl-\[9px\] {
  padding-left: 9px;
}

.pt-2 {
  padding-top: 20px;
}

.text-center {
  text-align: center;
}

.font-blackletter {
  font-family: Cabazon, serif;
}

.font-sans {
  font-family: "Helvetica Neue", Helvetica, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-serif {
  font-family: Simula, serif;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[80px\] {
  font-size: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.text-blood {
  --tw-text-opacity: 1;
  color: rgb(255 76 33 / var(--tw-text-opacity));
}

.text-gold {
  --tw-text-opacity: 1;
  color: rgb(210 139 10 / var(--tw-text-opacity));
}

.text-paper {
  --tw-text-opacity: 1;
  color: rgb(250 251 241 / var(--tw-text-opacity));
}

.underline-hover {
  text-decoration: underline;
  text-decoration-color: #D28B0A;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition: text-decoration-color 0.3s ease;
}

.underline-hover:hover {
  text-decoration-color: transparent;
}

.wrap-pretty {
  /* fallback to balance, more widely supported in 2024 */
  text-wrap: balance;
  text-wrap: pretty;
}

@media (min-width: 1000px) {
  .lg\:my-12 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .lg\:my-14 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:my-18 {
    margin-top: 180px;
    margin-bottom: 180px;
  }

  .lg\:mb-12 {
    margin-bottom: 120px;
  }

  .lg\:mb-6 {
    margin-bottom: 60px;
  }

  .lg\:mt-15 {
    margin-top: 150px;
  }

  .lg\:mt-42 {
    margin-top: 420px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[25px\] {
    width: 25px;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:basis-1\/2 {
    flex-basis: 50%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-2 {
    gap: 20px;
  }

  .lg\:pl-\[32px\] {
    padding-left: 32px;
  }

  .lg\:pt-5 {
    padding-top: 50px;
  }

  .lg\:text-\[16px\] {
    font-size: 16px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:text-\[96px\] {
    font-size: 96px;
  }
}