/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
html.lenis,html.lenis body {
  height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: clip;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
@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;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --site-ease-circ: cubic-bezier(0, 0.55, 0.45, 1);
    --site-ease-circ-fast: cubic-bezier(0, 0.55, 0.45, 1);
    --site-transition-circ: 0.2s cubic-bezier(0, 0.55, 0.45, 1);
    --color-white: #fff;
    --color-black: #000;
    --color-maroon: #2a0c09;
    --color-maroon-light: #541811;
  }
}
@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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-8 {
    top: calc(var(--spacing) * 8);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-16 {
    right: calc(var(--spacing) * 16);
  }
  .left-3\/4 {
    left: calc(3 / 4 * 100%);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .-mt-\[15\%\] {
    margin-top: calc(15% * -1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-auto {
    height: auto;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .w-3\/4 {
    width: calc(3 / 4 * 100%);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[clamp\(120px\,28\.8vw\,553px\)\] {
    width: clamp(120px, 28.8vw, 553px);
  }
  .w-\[min\(560px\,92vw\)\] {
    width: min(560px, 92vw);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[65\%\] {
    max-width: 65%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-maroon-light {
    border-color: var(--color-maroon-light);
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-maroon {
    background-color: var(--color-maroon);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-current {
    fill: currentcolor;
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[clamp\(20px\,2\.81vw\,54px\)\] {
    font-size: clamp(20px, 2.81vw, 54px);
  }
  .text-\[clamp\(24px\,2\.92vw\,56px\)\] {
    font-size: clamp(24px, 2.92vw, 56px);
  }
  .text-\[clamp\(32px\,3\.44vw\,66px\)\] {
    font-size: clamp(32px, 3.44vw, 66px);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .max-lg\:max-w-\[80\%\] {
    @media (width < 1024px) {
      max-width: 80%;
    }
  }
  .max-lg\:gap-x-6 {
    @media (width < 1024px) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:px-8 {
    @media (width < 1024px) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .max-lg\:py-3 {
    @media (width < 1024px) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:top-4 {
    @media (width < 736px) {
      top: calc(var(--spacing) * 4);
    }
  }
  .max-md\:right-4 {
    @media (width < 736px) {
      right: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mb-8 {
    @media (width < 736px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-md\:max-w-\[92\%\] {
    @media (width < 736px) {
      max-width: 92%;
    }
  }
  .max-md\:gap-x-4 {
    @media (width < 736px) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:p-6 {
    @media (width < 736px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .max-md\:px-6 {
    @media (width < 736px) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-md\:py-2 {
    @media (width < 736px) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .max-md\:py-10 {
    @media (width < 736px) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .max-md\:pt-6 {
    @media (width < 736px) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .max-md\:pb-10 {
    @media (width < 736px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
}
body {
  background-color: black;
  font-family: "Agdasima", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.main::before,
.main::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 10;
  display: none;
}
@media (min-width: 1920px) {
  .main::before,
  .main::after {
    display: block;
  }
}
.main::before {
  left: 0;
  background: linear-gradient(to right, #000, transparent);
}
.main::after {
  right: 0;
  background: linear-gradient(to left, #000, transparent);
}
.hero__title {
  opacity: 0;
}
.newsletter__button {
  transition: border-color var(--site-transition-circ);
}
.newsletter__button:hover {
  border-color: #fff;
}
.newsletter-modal.is-open {
  display: flex;
}
.newsletter-modal__close {
  transition: opacity var(--site-transition-circ);
}
.newsletter-modal__close:hover {
  opacity: 0.6;
}
body.newsletter-modal-open {
  overflow: hidden;
}
.social__item {
  transition: opacity var(--site-transition-circ);
}
.social__item img {
  height: clamp(16px, 3.2vw, 45px);
  width: auto;
}
.social__item:hover {
  opacity: 0.7;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-leading: initial;
      --tw-font-weight: initial;
    }
  }
}

