/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-400: oklch(75% 0.183 55.934);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-sky-800: oklch(44.3% 0.11 240.79);
    --color-sky-950: oklch(29.3% 0.066 243.157);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-400: oklch(70.7% 0.165 254.624);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-indigo-900: oklch(35.9% 0.144 278.697);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-extralight: 200;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@font-face {
  font-family: "Eksell Display";
  src: url("/assets/fonts/EksellDisplay-Large.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eksell Display";
  src: url("/assets/fonts/EksellDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eksell Display";
  src: url("/assets/fonts/EksellDisplay-Small.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url("/assets/fonts/Louize.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url("/assets/fonts/Louize-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url("/assets/fonts/Louize-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url("/assets/fonts/Louize-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url("/assets/fonts/Louize-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize";
  src: url("/assets/fonts/Louize-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/assets/fonts/LouizeDisplay.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/assets/fonts/LouizeDisplay-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/assets/fonts/LouizeDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/assets/fonts/LouizeDisplay-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/assets/fonts/LouizeDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Louize Display";
  src: url("/assets/fonts/LouizeDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
carousel-prev, carousel-next {
  display: none;
  height: calc(var(--spacing) * 6);
  width: calc(var(--spacing) * 6);
  opacity: 30%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  @media (width >= 48rem) {
    display: block;
  }
  @media (width >= 48rem) {
    height: calc(var(--spacing) * 8);
  }
  @media (width >= 48rem) {
    width: calc(var(--spacing) * 8);
  }
  background: white;
  content: "\0a0";
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  cursor: pointer;
}
carousel-prev:hover, carousel-next:hover {
  opacity: 100%;
}
carousel-prev {
  mask-image: url(/assets/img/arrow-prev.svg);
}
carousel-next {
  mask-image: url(/assets/img/arrow-next.svg);
}
carousel-dots {
  margin-top: calc(var(--spacing) * 4);
  margin-bottom: calc(var(--spacing) * 0);
  display: block;
  width: 100%;
  text-align: center;
  --tw-leading: calc(var(--spacing) * 0);
  line-height: calc(var(--spacing) * 0);
  ul {
    margin-inline: auto;
    display: inline-flex;
    width: fit-content;
    flex-wrap: wrap;
    justify-content: space-evenly;
    column-gap: calc(var(--spacing) * 2);
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 4);
    }
    li {
      margin-block: calc(var(--spacing) * 1);
      button {
        display: block;
        height: calc(var(--spacing) * 2);
        width: calc(var(--spacing) * 2);
        cursor: pointer;
        border-radius: calc(infinity * 1px);
        background-color: var(--color-orange-400);
        @media (width >= 48rem) {
          height: calc(var(--spacing) * 3);
        }
        @media (width >= 48rem) {
          width: calc(var(--spacing) * 3);
        }
        font-size: 0;
      }
    }
    li:not(.slick-active) {
      button {
        opacity: 25%;
      }
    }
    li:hover {
      button {
        opacity: 75%;
      }
    }
  }
}
.marquee-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.marquee-content {
  display: flex;
  flex-wrap: nowrap;
  gap: calc(var(--spacing) * 2);
  white-space: nowrap;
  @media (width >= 48rem) {
    gap: calc(var(--spacing) * 4);
  }
}
:root {
  --font-navigation: "Louize Display", Iowan Old Style, Apple Garamond,
    Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-body: "Louize", Iowan Old Style, Apple Garamond, Baskerville,
    Times New Roman, Droid Serif, Times, Source Serif Pro, serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-headings: "Eksell Display", Iowan Old Style, Apple Garamond,
    Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
@keyframes logo-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
html, body {
  width: 100%;
  scroll-behavior: smooth;
  color: var(--color-white);
  & *::selection {
    background-color: var(--color-orange-600);
  }
  &::selection {
    background-color: var(--color-orange-600);
  }
  & *::selection {
    color: var(--color-white);
  }
  &::selection {
    color: var(--color-white);
  }
  font-family: var(--font-body);
  background: radial-gradient( circle at center, #090e1e, #090e1e 10%, transparent 10%, transparent 20%, #090e1e 20%, #090e1e 30%, transparent 30%, transparent 40%, #090e1e 40%, #090e1e 50%, transparent 50%, transparent 60%, #090e1e 60%, #090e1e 70%, transparent 70%, transparent 80%, #090e1e 80%, #090e1e 90%, transparent 90% );
  background-size: 3em 3em;
  background-color: #030712;
}
header {
  font-family: var(--font-navigation);
  z-index: 10;
  display: block;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: calc(var(--spacing) * 4);
  background-image: url("/assets/img/catherine/about.webp");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  padding: calc(var(--spacing) * 4);
  @media (width >= 64rem) {
    display: flex;
  }
  @media (width >= 64rem) {
    height: auto;
  }
  @media (width >= 64rem) {
    background-image: none;
  }
  @media (width >= 64rem) {
    padding: calc(var(--spacing) * 6);
  }
  @media (width >= 64rem) {
    padding-bottom: calc(var(--spacing) * 0);
  }
  h1 {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    a:hover {
      color: var(--color-blue-300);
    }
  }
  nav {
    margin-top: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
    ul {
      flex-wrap: wrap;
      column-gap: calc(var(--spacing) * 8);
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
      --tw-leading: calc(var(--spacing) * 13);
      line-height: calc(var(--spacing) * 13);
      @media (width >= 64rem) {
        display: inline-flex;
      }
    }
    a {
      cursor: pointer;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
    a:hover {
      color: var(--color-orange-500);
    }
  }
}
h2 {
  font-family: var(--font-headings);
  margin-inline: auto;
  max-width: var(--container-7xl);
  text-align: center;
  font-size: var(--text-5xl);
  line-height: var(--tw-leading, var(--text-5xl--line-height));
  color: var(--color-orange-500);
  @media (width >= 64rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  em {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
    font-family: var(--font-body);
  }
}
h3 {
  font-family: var(--font-headings);
  margin-inline: auto;
  max-width: var(--container-7xl);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
  color: var(--color-orange-400);
  @media (width >= 64rem) {
    text-align: center;
  }
  em {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
    font-family: var(--font-body);
  }
}
h4 {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  color: var(--color-amber-400);
  @media (width >= 64rem) {
    text-align: center;
  }
  font-family: var(--font-headings);
  em {
    --tw-font-weight: var(--font-weight-extralight);
    font-weight: var(--font-weight-extralight);
    font-family: var(--font-body);
  }
}
p {
  margin-block: calc(var(--spacing) * 8);
}
.book-cover {
  position: relative;
  height: fit-content;
  border-top-left-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
  border-top-right-radius: var(--radius-lg);
  border-bottom-right-radius: var(--radius-lg);
  img {
    display: block;
    border-top-left-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    --tw-shadow-color: #000;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
    }
  }
  &::after {
    bottom: 0;
    box-shadow: 1px 0 3px rgba(255, 255, 255, 0.7);
    content: "";
    left: 0.5rem;
    position: absolute;
    top: 0;
    width: 3px;
  }
  &:hover {
    cursor: pointer;
    --tw-saturate: saturate(200%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
section {
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 8);
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 6);
  }
  scrollbar-color: var(--color-orange-500) #080f4f;
  a {
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }
  &::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #080f4f;
  }
  &::-webkit-scrollbar-track {
    background-color: #080f4f;
  }
  &::-webkit-scrollbar-thumb {
    border-radius: var(--radius-lg);
    background-color: var(--color-orange-500);
  }
}
above-fold {
  display: block;
  background-size: auto 1550px;
  background-position: right top;
  background-repeat: no-repeat;
  @media (width >= 64rem) {
    background-image: url("/assets/img/catherine/about.webp");
  }
  section[id="hello"] {
    margin-inline: auto;
    max-width: var(--container-7xl);
    background-color: var(--color-gray-900);
    padding-block: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 8);
    @media (width >= 64rem) {
      background-color: transparent;
    }
    @media (width >= 64rem) {
      padding-right: 550px;
    }
  }
  strong, em {
    color: var(--color-blue-300);
  }
  h2 {
    margin-inline: auto;
    display: block;
    max-width: var(--container-7xl);
    text-align: left;
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    color: var(--color-orange-500);
    --tw-backdrop-grayscale: grayscale(50%);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 8);
    }
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  p {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
section[id="more-about-me"] {
  background-color: var(--color-sky-800);
  padding-bottom: calc(var(--spacing) * 4);
  h2 {
    color: var(--color-amber-400);
  }
  section-wrapper {
    margin-inline: auto;
    display: block;
    max-width: var(--container-7xl);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
}
section[id="books"] {
  overflow: hidden;
  background-color: var(--color-indigo-900);
  h2 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  h3 {
    display: none;
  }
  books-wrapper {
    position: relative;
    display: block;
    ul {
      margin-inline: auto;
      display: grid;
      align-items: flex-end;
      column-gap: calc(var(--spacing) * 6);
      overflow-x: scroll;
      padding-bottom: calc(var(--spacing) * 4);
      grid-auto-flow: column;
      scrollbar-width: none;
      -ms-overflow-style: none;
      &::-webkit-scrollbar {
        display: none;
      }
      li {
        height: auto;
        min-width: calc(var(--spacing) * 36);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        @media (width >= 64rem) {
          min-width: calc(var(--spacing) * 48);
        }
      }
      li:hover {
        zoom: 1.01;
      }
    }
    li span {
      display: none;
    }
    books-wrapper-scroll {
      position: relative;
      margin-inline: auto;
      margin-top: calc(var(--spacing) * 4);
      display: block;
      height: calc(var(--spacing) * 2);
      width: calc(var(--spacing) * 75);
      cursor: pointer;
      border-radius: calc(infinity * 1px);
      @media (width >= 48rem) {
        height: calc(var(--spacing) * 4);
      }
      background: rgba(255, 255, 255, 0.2);
      div {
        position: absolute;
        top: calc(var(--spacing) * 0);
        height: 100%;
        border-radius: calc(infinity * 1px);
        background-color: var(--color-orange-500);
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        transition: width 0.1s, left 0.1s;
      }
      &:hover div, &.dragging div {
        --tw-scale-x: 115%;
        --tw-scale-y: 115%;
        --tw-scale-z: 115%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
        background-color: var(--color-orange-400);
      }
    }
  }
  publishers-wrapper {
    margin-top: calc(var(--spacing) * 12);
    display: block;
    width: 100%;
    overflow: hidden;
    li {
      display: flex;
      height: calc(var(--spacing) * 24);
      width: calc(var(--spacing) * 36);
      align-items: center;
      object-fit: contain;
      &:hover {
        @media (hover: hover) {
          cursor: pointer;
        }
      }
      img {
        display: block;
        height: 100%;
        width: 100%;
        object-fit: contain;
        opacity: 75%;
        --tw-invert: invert(100%);
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
      }
    }
    li:hover {
      img {
        opacity: 100%;
      }
    }
    li span {
      display: none;
      background: #000;
    }
  }
}
section[id="clients"] {
  background-color: var(--color-sky-950);
  section-header {
    display: inline-flex;
    width: 100%;
    align-items: center;
    h1 {
      word-break: break-all;
    }
    carousel-prev, carousel-next {
      @media (width >= 64rem) {
        display: none;
      }
    }
  }
  section-wrapper {
    margin-inline: auto;
    margin-block: calc(var(--spacing) * 8);
    display: grid;
    max-width: var(--container-7xl);
    gap: calc(var(--spacing) * 12);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 12);
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    ul {
      li {
        padding-block: calc(var(--spacing) * 2);
      }
      li:not(:last-of-type) {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
        --tw-border-style: dotted;
        border-style: dotted;
        border-color: var(--color-blue-500);
      }
    }
  }
}
section[id="testimonials"] {
  background: #131b66;
  padding-bottom: calc(var(--spacing) * 12);
  section-header {
    display: inline-flex;
    width: 100%;
    align-items: center;
  }
  section-wrapper {
    margin-inline: auto;
    display: block;
    max-width: var(--container-5xl);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    figure {
      margin-block: calc(var(--spacing) * 12);
      margin-bottom: calc(var(--spacing) * 0);
      blockquote + figcaption {
        position: relative;
        margin-top: calc(var(--spacing) * 8);
        margin-bottom: calc(var(--spacing) * 0);
        @media (width >= 64rem) {
          font-size: var(--text-2xl);
          line-height: var(--tw-leading, var(--text-2xl--line-height));
        }
        color: var(--color-blue-300);
      }
    }
  }
}
section[id="services"] {
  background: #070d41;
  hr {
    border: none;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 Q12.5 0 25 10 T50 10 T75 10 T100 10' fill='none' stroke='blue' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 50px 10px;
  }
  h3 {
    margin-top: calc(var(--spacing) * 8);
  }
  section-wrapper {
    margin-inline: auto;
    display: block;
    max-width: var(--container-5xl);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  ul strong, p strong {
    color: var(--color-blue-300);
  }
  ul em, p em {
    color: var(--color-blue-300);
  }
  ul {
    margin-block: calc(var(--spacing) * 8);
    margin-left: calc(var(--spacing) * 4);
    list-style-type: disc;
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
    @media (width >= 64rem) {
      margin-left: calc(var(--spacing) * 0);
    }
    li::marker {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      color: var(--color-blue-400);
    }
  }
  mark {
    background-color: transparent;
    color: var(--color-blue-300);
  }
}
section[id="contact"] {
  background-color: var(--color-gray-950);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  *:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--color-orange-400);
  }
  h3 {
    margin-top: calc(var(--spacing) * 4);
    max-width: var(--container-7xl);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  section-wrapper {
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 12);
    display: block;
    max-width: var(--container-5xl);
  }
  label {
    @media (width >= 48rem) {
      display: flex;
    }
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  span {
    margin-bottom: calc(var(--spacing) * 2);
    display: flex;
    width: calc(var(--spacing) * 72);
    align-items: center;
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 64rem) {
      margin: calc(var(--spacing) * 0);
    }
  }
  input, textarea {
    width: 100%;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-blue-300);
    padding: calc(var(--spacing) * 4);
  }
  textarea {
    height: calc(var(--spacing) * 64);
  }
  p:last-child {
    display: flex;
  }
  p:last-child::before {
    display: none;
    @media (width >= 48rem) {
      display: block;
    }
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 80);
    }
    content: " ";
  }
  button[type="submit"] {
    font-family: "Eksell Display";
    display: flex;
    width: 100%;
    justify-content: center;
    border-radius: var(--radius-md);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--color-orange-500);
    padding-block: calc(var(--spacing) * 6);
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
    color: var(--color-orange-500);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      cursor: pointer;
      background-color: var(--color-orange-500);
      color: var(--color-white);
      svg {
        fill: var(--color-white);
      }
    }
    span {
      width: auto;
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    svg {
      margin-top: calc(var(--spacing) * 1);
      margin-left: calc(var(--spacing) * 3);
      fill: var(--color-orange-500);
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
}
footer {
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
  padding-top: calc(var(--spacing) * 12);
  padding-bottom: calc(var(--spacing) * 18);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  @media (width >= 48rem) {
    padding-bottom: calc(var(--spacing) * 24);
  }
  @media (width >= 64rem) {
    text-align: center;
  }
  font-family: var(--font-navigation);
  a {
    text-decoration-line: underline;
    text-underline-offset: 4px;
  }
  br {
    display: none;
    @media (width >= 64rem) {
      display: block;
    }
  }
  strong {
    font-family: var(--font-headings);
    font-weight: 400;
  }
  a[title="About this Labyrinth"] {
    margin-inline: auto;
    margin-bottom: calc(var(--spacing) * 12);
    display: block;
    height: calc(var(--spacing) * 48);
    width: calc(var(--spacing) * 48);
    span {
      display: none;
    }
    &::before {
      margin-inline: auto;
      margin-bottom: calc(var(--spacing) * 12);
      display: block;
      height: calc(var(--spacing) * 52);
      width: calc(var(--spacing) * 52);
      background-color: currentcolor;
      color: var(--color-orange-500);
      content: "\0a0";
      mask-image: url(/assets/img/catherine/labyrinth.png);
      mask-position: center;
      mask-repeat: no-repeat;
      mask-size: cover;
    }
  }
  site-version {
    font-style: italic;
    opacity: 15%;
  }
}
back-to-top {
  pointer-events: none;
  position: fixed;
  right: calc(var(--spacing) * 4);
  bottom: calc(var(--spacing) * 4);
  opacity: 0%;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &.visible {
    pointer-events: auto;
    opacity: 100%;
  }
  a {
    display: block;
    border-radius: calc(infinity * 1px);
    padding: calc(var(--spacing) * 1);
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  a:hover {
    background: rgba(255, 255, 255, 1);
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-space-y-reverse: 0;
      --tw-outline-style: solid;
      --tw-tracking: initial;
      --tw-duration: initial;
    }
  }
}
