/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/app.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: 'Aldrich', system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --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);
    --color-accent: #70161e;
    --color-primary: #0c120c;
    --color-secondary: #71797e;
    --color-light: #c0c0c0;
    --font-display: 'Cinzel', serif;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: 0;
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-\[5vh\] {
    top: 5vh;
  }
  .left-0 {
    left: 0;
  }
  .left-\[5vw\] {
    left: 5vw;
  }
  .z-1 {
    z-index: 1;
  }
  .z-3 {
    z-index: 3;
  }
  .z-5 {
    z-index: 5;
  }
  .z-6 {
    z-index: 6;
  }
  .z-30 {
    z-index: 30;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .max-w-136 {
    max-width: calc(var(--spacing) * 136);
  }
  .max-w-\[min\(520px\,82vw\)\] {
    max-width: min(520px, 82vw);
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .object-cover {
    object-fit: cover;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-sans\! {
    font-family: var(--font-sans) !important;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .tracking-\[0\.22em\] {
    --tw-tracking: 0.22em;
    letter-spacing: 0.22em;
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .sepia {
    --tw-sepia: sepia(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,);
  }
  .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));
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .sm\:py-2 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:px-16 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/cinzel-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/cinzel-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Aldrich';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/aldrich-latin-400-normal.woff2') format('woff2');
}
@layer components {
  .container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 15px;
  }
  .container-main {
    padding-block: 80px;
  }
  @media (min-width: 1024px) {
    .container {
      padding-inline: 40px;
    }
    .container-main {
      padding-block: 120px;
    }
  }
  .container-fluid {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -12px;
  }
  .row > [class^='col-'],
    .row > [class*=' col-'] {
    padding-inline: 12px;
  }
  .g-0 {
    margin-inline: 0;
  }
  .g-0 > [class^='col-'],
    .g-0 > [class*=' col-'] {
    padding-inline: 0;
  }
  .g-2 {
    margin-inline: -8px;
  }
  .g-2 > [class^='col-'],
    .g-2 > [class*=' col-'] {
    padding-inline: 8px;
  }
  .g-4 {
    margin-inline: -16px;
  }
  .g-4 > [class^='col-'],
    .g-4 > [class*=' col-'] {
    padding-inline: 16px;
  }
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  @media (min-width: 800px) {
    .col-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  @media (min-width: 1120px) {
    .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
  .d-flex {
    display: flex;
  }
  .d-inline-block {
    display: inline-block;
  }
  .d-block {
    display: block;
  }
  .d-grid {
    display: grid;
  }
  .d-none {
    display: none;
  }
  .flex-column {
    flex-direction: column;
  }
  .align-items-start {
    align-items: flex-start;
  }
  .align-items-center {
    align-items: center;
  }
  .align-items-end {
    align-items: flex-end;
  }
  .justify-content-center {
    justify-content: center;
  }
  .justify-content-between {
    justify-content: space-between;
  }
  .text-center {
    text-align: center;
  }
  .text-start {
    text-align: left;
  }
  .text-end {
    text-align: right;
  }
  .h-100 {
    height: 100%;
  }
  .w-100 {
    width: 100%;
  }
  .m-auto {
    margin: auto;
  }
  @media (min-width: 800px) {
    .d-md-block {
      display: block;
    }
    .d-md-none {
      display: none;
    }
    .d-md-flex {
      display: flex;
    }
  }
  @media (min-width: 1120px) {
    .d-lg-none {
      display: none;
    }
    .d-lg-block {
      display: block;
    }
    .d-lg-flex {
      display: flex;
    }
    .d-lg-inline-block {
      display: inline-block;
    }
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-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;
}
@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-leading: initial;
      --tw-tracking: initial;
      --tw-outline-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;
    }
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/css/base.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    background-color: var(--color-light);
    color: #0c1322;
    font-family:
        'Aldrich',
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;
    font-size: 1.05rem;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Cinzel', Georgia, serif;
    font-weight: normal;
    letter-spacing: -0.055em;
    line-height: 1.15;
}

h1 {
    font-size: clamp(2.3rem, 4.7vw, 5.35rem);
}

h2 {
    font-size: clamp(1.9rem, 3.4vw, 3.4rem);
}

h3 {
    font-size: clamp(1.35rem, 2.1vw, 3rem);
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.2rem;
}

p {
    margin: 0;
}

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

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover,
a:focus {
    color: var(--color-accent);
    text-decoration: none;
}

img,
svg {
    max-width: 100%;
    display: block;
}

button {
    font-family: inherit;
    cursor: pointer;
}

:root {
    --background: var(--color-secondary);
    --color: var(--color-primary);
    --button-color: var(--color-light);
    --button-background: var(--color-accent);
    --button-secondary-hover: #575c60;
    --button-primary-hover: #901620;
}

.background--first {
    --background: #ffffff;
}
.background--second {
    --background: #030815;
}
.background--third {
    --background: #06142d;
}

.color--white {
    --color: #ffffff;
}
.color--black {
    --color: #030815;
}
.color--blue {
    --color: #06142d;
}

.pt--normal {
    padding-top: 120px;
}
@media (max-width: 1119.98px) {
    .pt--normal {
        padding-top: 80px;
    }
}
.pt--small {
    padding-top: 80px;
}

.pb--normal {
    padding-bottom: 120px;
}
@media (max-width: 1119.98px) {
    .pb--normal {
        padding-bottom: 80px;
    }
}
.pb--small {
    padding-bottom: 80px;
}

:root {
    --wtf-scroll-y: 0;
    --wtf-progress: 0;
}

html {
    scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
body {
    overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce) {
    .wtf-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/BenefitsGrid/style.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.benefits-grid {
    overflow: hidden;

    .benefits-grid__intro {
        margin-bottom: 48px;
        max-width: 924px;
    }

    .benefits-grid__headline {
        margin-top: 24px;
    }

    .benefits-grid__highlight {
        color: var(--color-accent);
    }

    .benefits-grid__lead {
        margin-top: 32px;
    }

    .benefits-grid__grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .swiper {
        height: fit-content;
        overflow: visible;
    }

    .benefits-grid__tile {
        background-color: rgba(255, 255, 255, 0.02);
        padding: 20px 20px;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 380px;
        height: fit-content;
        border: 3px solid var(--color-secondary);
        outline: 3px solid var(--color-light);
    }

    .benefits-grid__icon {
        svg {
            width: 45px;
            height: 45px;
            fill: none;
            stroke: var(--color-accent);
            stroke-width: 1.5;
            margin-bottom: 35px;
            display: block;
            transition: stroke 0.3s ease;
        }
    }

    .benefits-grid__tile-title {
        font-size: 1.7rem;
        color: white;
        font-family: var(--font-display, serif);
    }
}

@media (widht > 800px) {
    .benefits-grid__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (width > 1000px) {
    .benefits-grid__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .benefits-grid .swiper-wrapper {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        transform: none !important;
        flex-wrap: wrap;
        height: fit-content;
    }

    .benefits-grid__tile {
        padding: 55px 40px;
    }

    .benefits-grid .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }
}
@media (width < 800px) {
    .benefits-grid .swiper {
        height: 350px;
    }
}

.benefits-grid .swiper-wrapper {
    padding: 3px !important;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/Button/style.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.button-block__row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.button {
    display: inline-block;
    padding: 16px 32px;
    border-radius: 0px;
    font-weight: 800;
    font-family:
        'Aldrich',
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;
    font-size: 1.05rem;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition:
        background-color 220ms ease,
        color 220ms ease,
        border-color 220ms ease,
        transform 220ms ease,
        box-shadow 220ms ease;
}
.button--primary {
    border-color: var(--button-background);
    background-color: var(--button-background);
    color: var(--button-color);
}
.button--primary:hover {
    background-color: var(--button-primary-hover);
    border-color: var(--button-primary-hover);
    transform: translateY(-3px);
    color: inherit;
}
.button--secondary {
    --button-background: var(--color-secondary);
    border-color: var(--color-secondary);
    background-color: var(--color-secondary);
    color: var(--color-primary);
}
.button--secondary:hover {
    background-color: var(--button-secondary-hover);
    border-color: var(--button-secondary-hover);
    transform: translateY(-3px);
    color: inherit;
}
.button--outline {
    background-color: transparent;
    border-color: var(--button-primary, currentColor);
    color: var(--button-primary, currentColor);
}
.button--outline:hover {
    background-color: var(--button-color, currentColor);
    color: var(--button-hover-color, #ffffff);
    border-color: var(--button-color, currentColor);
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(6, 20, 45, 0.14);
    color: inherit;
}
.button--white {
    --button-color: #ffffff;
    --button-hover-color: #06142d;
    color: var(--button-color);
}
.button--black {
    --button-color: #06142d;
    --button-hover-color: #ffffff;
    color: var(--button-color);
}
.button--gold {
    --button-color: #d7a646;
    --button-hover-color: #06142d;
    color: var(--button-color);
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/CallToAction/style.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Call to Action — centered conversion band, optional image background. */

.cta {
    position: relative;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    padding-block: clamp(64px, 11vw, 150px);
}
.cta[data-theme='dark'] {
    background: var(--color-primary, #0c120c);
}
.cta[data-theme='accent'] {
    background: var(--color-accent, #70161e);
}
.cta[data-theme='light'] {
    background: #ededed;
}

.cta__media {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.cta__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cta__scrim {
    position: absolute;
    inset: 0;
    background: var(--color-primary, #0c120c);
}

.cta__inner {
    max-width: 60ch;
    margin-inline: auto;
    padding-inline: clamp(20px, 5vw, 48px);
    text-align: center;
}

.cta__eyebrow {
    margin: 0 0 18px;
    font-family: var(--font-sans, sans-serif);
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.cta__headline {
    margin: 0;
    font-family: var(--font-display, serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.08;
    font-size: clamp(2rem, 5vw, 4rem);
    text-wrap: balance;
}
.cta__text {
    margin: 22px auto 0;
    max-width: 46ch;
    font-family: var(--font-sans, sans-serif);
    font-size: 16px;
    line-height: 1.6;
}
.cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 34px;
}

.cta[data-theme='dark'] .cta__headline,
.cta[data-has-image] .cta__headline {
    color: var(--color-light, #c0c0c0);
}
.cta[data-theme='dark'] .cta__text,
.cta[data-has-image] .cta__text {
    color: var(--color-secondary, #71797e);
}
.cta[data-theme='dark'] .cta__eyebrow,
.cta[data-has-image] .cta__eyebrow {
    color: var(--color-accent, #70161e);
}

.cta[data-theme='accent'] .cta__headline,
.cta[data-theme='accent'] .cta__text,
.cta[data-theme='accent'] .cta__eyebrow {
    color: var(--color-light, #c0c0c0);
}

.cta[data-theme='light'] .cta__headline {
    color: #0f0f0f;
}
.cta[data-theme='light'] .cta__text {
    color: #40474a;
}
.cta[data-theme='light'] .cta__eyebrow {
    color: var(--color-accent, #70161e);
}

.cta form {
    color: var(--color-light);
    margin-top: 48px;
}
.cta form input,
.cta form textarea {
    border: 1px solid var(--color-accent);
    padding: 8px 16px;
    margin-bottom: 20px;
}
.cta .wpcf7-spinner {
    display: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/CameraPreloader/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
html.has-camera-preloader,
html.has-camera-preloader body {
    overflow: hidden;
}

.camera-preloader {
    --camera-accent: var(--color-accent, #a31524);
    --camera-black: #030307;
    --camera-panel: #0c0c11;
    --camera-silver: #a7a7ad;
    --camera-white: #f4f4f6;

    position: fixed;
    inset: 0;
    z-index: 99999;

    display: grid;
    place-items: center;

    width: 100vw;
    height: 100dvh;
    overflow: hidden;

    background: #030307;

    opacity: 1;
    visibility: visible;

    transition:
        opacity 700ms ease,
        visibility 700ms ease;
}

.camera-preloader.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* ---------------------------------
   Background screenshot
--------------------------------- */

.camera-preloader__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;
    pointer-events: none;
}

.camera-preloader__backdrop-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    opacity: 0.18;

    filter: blur(3px) brightness(0.38) saturate(0.72);

    transform: scale(1.04);

    transition:
        opacity 800ms ease,
        transform 1600ms cubic-bezier(0.22, 0.8, 0.2, 1),
        filter 800ms ease;
}

.camera-preloader__backdrop::after {
    content: '';
    position: absolute;
    inset: 0;

    background:
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.48) 52%, rgba(0, 0, 0, 0.84) 100%),
        linear-gradient(180deg, rgba(3, 3, 7, 0.28), rgba(3, 3, 7, 0.72));
}

/* ---------------------------------
   Full-screen camera body
--------------------------------- */

.camera-preloader__camera {
    position: relative;
    z-index: 2;

    width: 100%;
    height: 100%;

    opacity: 1;
    transform: scale(1);

    transition:
        opacity 650ms ease,
        transform 1200ms cubic-bezier(0.22, 0.8, 0.2, 1);
}

.camera-preloader__body {
    position: relative;

    display: grid;
    place-items: center;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.02), transparent 25%),
        linear-gradient(160deg, rgba(12, 12, 18, 0.9) 0%, rgba(4, 4, 8, 0.82) 55%, rgba(11, 11, 16, 0.9) 100%);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 -1px 0 rgba(0, 0, 0, 0.95);
}

.camera-preloader__body::before {
    content: '';
    position: absolute;
    inset: 10px;

    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 28px;

    pointer-events: none;
}

.camera-preloader__brand {
    position: absolute;
    top: clamp(24px, 5vh, 60px);
    left: clamp(28px, 5vw, 80px);

    color: rgba(255, 255, 255, 0.58);

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(9px, 0.75vw, 13px);
    font-weight: 700;
    letter-spacing: 0.24em;
}

.camera-preloader__status-light {
    position: absolute;
    top: clamp(24px, 5vh, 60px);
    right: clamp(28px, 5vw, 80px);

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: var(--camera-accent);

    box-shadow:
        0 0 0 6px rgba(163, 21, 36, 0.08),
        0 0 18px rgba(163, 21, 36, 0.45);

    animation: camera-status-pulse 2.2s ease-in-out infinite;
}

.camera-preloader__meta {
    position: absolute;
    right: clamp(28px, 5vw, 80px);
    bottom: clamp(24px, 5vh, 60px);

    display: flex;
    gap: 18px;

    color: rgba(255, 255, 255, 0.35);

    font-family: 'Courier New', monospace;

    font-size: clamp(9px, 0.7vw, 12px);
    letter-spacing: 0.14em;
}

/* ---------------------------------
   Main lens
--------------------------------- */

.camera-lens {
    position: relative;

    display: grid;
    place-items: center;

    width: min(86vw, 86vh);
    height: min(86vw, 86vh);

    border-radius: 50%;

    filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.65));
}

.camera-lens__housing {
    position: relative;

    display: grid;
    place-items: center;

    width: 100%;
    height: 100%;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;

    background:
        radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.07), transparent 22%),
        radial-gradient(circle at center, #222229 0%, #101015 48%, #050508 72%, #18181c 100%);

    box-shadow:
        inset 0 0 0 5px rgba(0, 0, 0, 0.75),
        inset 0 0 0 7px rgba(255, 255, 255, 0.035),
        inset 0 25px 36px rgba(255, 255, 255, 0.035),
        inset 0 -35px 52px rgba(0, 0, 0, 0.85),
        0 35px 70px rgba(0, 0, 0, 0.6);
}

.camera-lens__housing::before {
    content: '';
    position: absolute;
    inset: 1.7%;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;

    box-shadow:
        inset 0 0 0 4px rgba(0, 0, 0, 0.45),
        inset 0 0 18px rgba(255, 255, 255, 0.025);
}

/* ---------------------------------
   Curved SVG engraving
--------------------------------- */

.camera-lens__engraving {
    position: absolute;
    inset: 0;
    z-index: 12;

    display: block;

    width: 100%;
    height: 100%;

    overflow: visible;
    pointer-events: none;
}

.camera-lens__engraving-text {
    fill: rgba(245, 245, 247, 0.78);
    stroke: rgba(0, 0, 0, 0.32);
    stroke-width: 0.75px;

    font-family: Arial, Helvetica, sans-serif;

    font-weight: 600;
    letter-spacing: 4px;

    paint-order: stroke fill;

    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.95);
}

.camera-lens__engraving-text--top {
    font-size: 17px;
}

.camera-lens__engraving-text--bottom {
    font-size: 15px;
    letter-spacing: 3px;
}

/* ---------------------------------
   Lens rings and grip
--------------------------------- */

.camera-lens__grip {
    position: absolute;

    border-radius: 50%;
    pointer-events: none;
}

.camera-lens__grip--outer {
    inset: 7%;

    background: repeating-conic-gradient(
        from 0deg,
        rgba(255, 255, 255, 0.12) 0deg 0.8deg,
        rgba(0, 0, 0, 0.85) 0.8deg 2deg,
        rgba(255, 255, 255, 0.035) 2deg 3deg
    );

    -webkit-mask: radial-gradient(circle, transparent 69%, #000 70%);

    mask: radial-gradient(circle, transparent 69%, #000 70%);

    animation: camera-lens-rotate 28s linear infinite;
}

.camera-lens__metal-ring {
    position: absolute;
    inset: 13%;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;

    background: radial-gradient(
        circle,
        transparent 63%,
        rgba(255, 255, 255, 0.025) 64%,
        rgba(0, 0, 0, 0.55) 73%,
        transparent 74%
    );

    box-shadow:
        inset 0 0 0 5px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.025);
}

.camera-lens__grip--inner {
    inset: 18%;

    background: repeating-conic-gradient(
        from 0deg,
        rgba(255, 255, 255, 0.07) 0deg 0.6deg,
        rgba(0, 0, 0, 0.82) 0.6deg 2.2deg
    );

    -webkit-mask: radial-gradient(circle, transparent 72%, #000 73%);

    mask: radial-gradient(circle, transparent 72%, #000 73%);

    animation: camera-lens-rotate-reverse 22s linear infinite;
}

/* ---------------------------------
   Lens glass
--------------------------------- */

.camera-lens__glass {
    position: relative;
    z-index: 5;

    display: grid;
    place-items: center;

    width: 54%;
    height: 54%;
    overflow: hidden;

    border: 2px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;

    background:
        radial-gradient(circle at 37% 28%, rgba(170, 203, 145, 0.28), transparent 18%),
        radial-gradient(circle at 70% 66%, rgba(18, 85, 55, 0.42), transparent 29%),
        radial-gradient(circle, #06120d 0%, #020705 58%, #000 100%);

    box-shadow:
        inset 0 0 28px rgba(0, 0, 0, 0.95),
        inset 0 0 0 8px rgba(0, 0, 0, 0.6),
        0 0 0 8px rgba(4, 4, 7, 0.9),
        0 0 0 10px rgba(255, 255, 255, 0.035),
        0 0 40px rgba(38, 97, 61, 0.12);
}

.camera-lens__glass::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 6;

    border-radius: 50%;

    background:
        radial-gradient(circle at 35% 27%, rgba(215, 255, 225, 0.12), transparent 20%),
        radial-gradient(circle at 70% 68%, rgba(22, 126, 76, 0.16), transparent 32%);

    mix-blend-mode: screen;
    pointer-events: none;
}

/* ---------------------------------
   Aperture blades
--------------------------------- */

.camera-lens__aperture {
    position: absolute;
    inset: 0;
    z-index: 2;

    border-radius: 50%;

    opacity: 0.46;

    animation: camera-aperture-rotate 24s linear infinite;

    pointer-events: none;
}

.camera-lens__blade {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 55%;
    height: 35%;

    border-radius: 50% 12% 55% 10%;

    background: linear-gradient(120deg, rgba(13, 17, 16, 0.7), rgba(0, 0, 0, 0.82));

    transform-origin: 0 0;
}

.camera-lens__blade--1 {
    transform: rotate(0deg) translate(-3%, -50%);
}

.camera-lens__blade--2 {
    transform: rotate(60deg) translate(-3%, -50%);
}

.camera-lens__blade--3 {
    transform: rotate(120deg) translate(-3%, -50%);
}

.camera-lens__blade--4 {
    transform: rotate(180deg) translate(-3%, -50%);
}

.camera-lens__blade--5 {
    transform: rotate(240deg) translate(-3%, -50%);
}

.camera-lens__blade--6 {
    transform: rotate(300deg) translate(-3%, -50%);
}

/* ---------------------------------
   Screenshot inside the lens
--------------------------------- */

.camera-lens__preview {
    position: relative;
    z-index: 3;

    width: 64%;
    height: 64%;
    overflow: hidden;

    border-radius: 50%;
    background: #020403;

    box-shadow:
        inset 0 0 22px rgba(0, 0, 0, 0.95),
        0 0 0 7px rgba(0, 0, 0, 0.48);
}

.camera-lens__preview::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 7;

    border-radius: inherit;

    background: radial-gradient(circle, transparent 42%, rgba(0, 0, 0, 0.17) 62%, rgba(0, 0, 0, 0.75) 100%);

    pointer-events: none;
}

.camera-lens__preview-image {
    position: absolute;
    inset: 0;
    z-index: 1;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    opacity: 0.8;

    filter: brightness(0.72) contrast(1.08) saturate(0.88);

    transform: scale(1.08);

    animation: camera-preview-breathe 5s ease-in-out infinite;
}

/* ---------------------------------
   Loading dots
--------------------------------- */

.camera-lens__loader {
    position: absolute;
    inset: 0;
    z-index: 8;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    transition: opacity 250ms ease;
}

.camera-lens__loader span {
    width: 6px;
    height: 6px;

    border-radius: 50%;
    background: var(--camera-accent);

    box-shadow: 0 0 12px rgba(163, 21, 36, 0.55);

    animation: camera-loader-dot 1.2s ease-in-out infinite;
}

.camera-lens__loader span:nth-child(2) {
    animation-delay: 150ms;
}

.camera-lens__loader span:nth-child(3) {
    animation-delay: 300ms;
}

/* ---------------------------------
   Glass reflections and flare
--------------------------------- */

.camera-lens__reflection {
    position: absolute;
    z-index: 9;

    border-radius: 50%;
    pointer-events: none;
}

.camera-lens__reflection--one {
    top: -3%;
    left: 12%;

    width: 42%;
    height: 70%;

    transform: rotate(28deg);

    background: linear-gradient(90deg, rgba(219, 255, 231, 0.2), rgba(95, 175, 125, 0.05), transparent);

    filter: blur(5px);
    opacity: 0.55;
}

.camera-lens__reflection--two {
    right: 12%;
    bottom: 9%;

    width: 35%;
    height: 42%;

    background: radial-gradient(circle, rgba(23, 150, 91, 0.28), transparent 72%);

    filter: blur(4px);
}

.camera-lens__flare {
    position: absolute;
    z-index: 10;
    top: 31%;
    left: 34%;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: rgba(231, 255, 220, 0.75);

    box-shadow:
        0 0 12px rgba(205, 255, 195, 0.8),
        15px 13px 10px rgba(66, 178, 105, 0.35),
        34px 28px 15px rgba(18, 100, 65, 0.28);
}

.camera-lens__alignment-dot {
    position: absolute;
    z-index: 10;
    right: 17%;
    bottom: 18%;

    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: var(--camera-accent);

    box-shadow:
        0 0 0 4px rgba(163, 21, 36, 0.08),
        0 0 12px rgba(163, 21, 36, 0.48);
}

/* ---------------------------------
   Fullscreen expansion image
--------------------------------- */

.camera-preloader__fullscreen {
    position: absolute;
    inset: 0;
    z-index: 3;

    overflow: hidden;

    clip-path: circle(0% at 50% 50%);

    transition: clip-path 1550ms cubic-bezier(0.22, 0.8, 0.2, 1);
}

.camera-preloader__fullscreen-image {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transform: scale(1.22);

    transition: transform 1700ms cubic-bezier(0.22, 0.8, 0.2, 1);
}

/* ---------------------------------
   Expansion state
--------------------------------- */

.camera-preloader.is-expanding .camera-preloader__backdrop-image {
    opacity: 0;
    transform: scale(1.12);
}

.camera-preloader.is-expanding .camera-preloader__camera {
    opacity: 0;
    transform: scale(1.2);
}

.camera-preloader.is-expanding .camera-lens__loader {
    opacity: 0;
}

.camera-preloader.is-expanding .camera-lens__aperture {
    transform: rotate(25deg) scale(1.15);
}

.camera-preloader.is-expanding .camera-preloader__fullscreen {
    clip-path: circle(150% at 50% 50%);
}

.camera-preloader.is-expanding .camera-preloader__fullscreen-image {
    transform: scale(1);
}

/* ---------------------------------
   Animations
--------------------------------- */

@keyframes camera-status-pulse {
    0%,
    100% {
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }
}

@keyframes camera-lens-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes camera-lens-rotate-reverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes camera-aperture-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes camera-preview-breathe {
    0%,
    100% {
        transform: scale(1.08);
    }

    50% {
        transform: scale(1.13);
    }
}

@keyframes camera-loader-dot {
    0%,
    100% {
        opacity: 0.28;
        transform: translateY(0) scale(0.82);
    }

    50% {
        opacity: 1;
        transform: translateY(-5px) scale(1);
    }
}

/* ---------------------------------
   Responsive
--------------------------------- */

@media (max-aspect-ratio: 1 / 1) {
    .camera-lens {
        width: min(92vw, 72vh);
        height: min(92vw, 72vh);
    }
}

@media (max-width: 600px) {
    .camera-preloader__body::before {
        inset: 7px;
        border-radius: 18px;
    }

    .camera-lens {
        width: min(94vw, 68vh);
        height: min(94vw, 68vh);
    }

    .camera-lens__engraving-text {
        letter-spacing: 2.4px;
    }

    .camera-lens__engraving-text--top {
        font-size: 14px;
    }

    .camera-lens__engraving-text--bottom {
        font-size: 13px;
    }

    .camera-preloader__brand {
        top: 20px;
        left: 22px;
    }

    .camera-preloader__status-light {
        top: 20px;
        right: 22px;
    }

    .camera-preloader__meta {
        right: 22px;
        bottom: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .camera-preloader,
    .camera-preloader *,
    .camera-preloader *::before,
    .camera-preloader *::after {
        animation: none !important;
        transition-duration: 1ms !important;
    }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/FillingText/style.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.filling-text span {
    opacity: 0.1;
    display: inline;
    font-weight: 500 !important;
}

.filling-text span.space {
    display: inline;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/Hero/style.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
/* Hero — H1 headline over an image or video background, with scrim + CTAs. */

.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    isolation: isolate;
    color: var(--color-white);
    padding-block: 160px 60px;
}
@media (width < 100px) {
    .hero {
        padding-block: 80px 40px;
    }
}
.hero[data-height='full'] {
    height: 100svh;
    max-height: 1200px;
}
.hero[data-height='large'] {
    height: 80vh;
    max-height: 1000px;
}

.hero__media {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: var(--color-primary, #0c120c);
}
.hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero__scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, var(--color-primary, #0c120c) 0%, transparent 55%), var(--color-primary, #0c120c);
}

.hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
}
.hero[data-align='center'] .hero__content {
    align-items: center;
    text-align: center;
    justify-content: center;
}
.hero__layer {
    transform: translate3d(0, var(--hero-layer-y, 0px), 0) scale(1.08);
    will-change: transform;
    backface-visibility: hidden;
}
.hero__eyebrow {
    margin: 0 0 20px;
    font-family: var(--font-sans, sans-serif);
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.hero__headline {
    margin: 0;
    font-family: var(--font-display, serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.02;
    font-size: clamp(2.6rem, 8vw, 7rem);
    text-wrap: balance;
}
.hero__subline {
    margin: 24px 0 0;
    max-width: 52ch;
    font-family: var(--font-sans, sans-serif);
    font-size: clamp(15px, 1.4vw, 18px);
    line-height: 1.6;
}
.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hero__cue {
    position: absolute;
    left: 50%;
    bottom: 26px;
    transform: translateX(-50%);
}
.hero__cue-line {
    display: block;
    width: 1px;
    height: 54px;
    background: var(--color-light, #c0c0c0);
    opacity: 0.5;
    transform-origin: top;
    animation: hero-cue 2s ease-in-out infinite;
}
@keyframes hero-cue {
    0%,
    100% {
        transform: scaleY(0.35);
        opacity: 0.25;
    }
    50% {
        transform: scaleY(1);
        opacity: 0.7;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero__cue-line {
        animation: none;
    }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/InfiniteScrollGallery/style.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Infinite Slider — exponential image cascade controlled by script.js.
   Desktop keeps the original geometry. Mobile uses fewer, much larger images
   so the interaction remains legible and visually useful on a phone. */

.is-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: none;
}
.is-slider:active { cursor: grabbing; }

.is-slider[data-height="full"]   { height: 100svh; min-height: 520px; }
.is-slider[data-height="large"]  { height: 70vh; min-height: 460px; }
.is-slider[data-height="medium"] { height: 560px; }

.is-slider[data-theme="light"] { background: #ededed; }
.is-slider[data-theme="dark"]  { background: var(--color-primary, #0C120C); }

.is-source { display: none; }

.is-slide {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    will-change: transform, width, height;
}
.is-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.is-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid #e0e0e0;
    border-top: 3px solid #666;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: is-spin 1s linear infinite;
}
@keyframes is-spin {
    0%   { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.is-heading {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 99999;
    max-width: 60%;
    pointer-events: none;
}
.is-heading h2 {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    font-size: clamp(1.5rem, 8vmin, 7rem);
    word-wrap: break-word;
}
.is-slider[data-theme="light"] .is-heading h2 { color: #000; }
.is-slider[data-theme="dark"]  .is-heading h2 { color: var(--color-light, #C0C0C0); }

@media (max-width: 767px) {
    .is-slider {
        /* Horizontal drag still controls the gallery; vertical gestures are
           left to the page so this section never traps normal mobile scroll. */
        touch-action: pan-y;
    }

    .is-slider[data-height="full"] {
        height: 88svh;
        min-height: 540px;
        max-height: 820px;
    }

    .is-slider[data-height="large"] {
        height: 80svh;
        min-height: 520px;
    }

    .is-slider[data-height="medium"] {
        height: 72svh;
        min-height: 500px;
    }

    .is-heading {
        top: max(20px, env(safe-area-inset-top));
        left: 20px;
        max-width: calc(100% - 40px);
    }

    .is-heading h2 {
        font-size: clamp(2rem, 11vw, 4.25rem);
        line-height: 0.94;
    }
}

/* Phone landscape / very short viewport: preserve the effect without letting
   tall frames extend above the visible section. script.js also switches to a
   flatter aspect ratio in this case. */
@media (max-height: 600px) and (pointer: coarse) {
    .is-slider[data-height="full"],
    .is-slider[data-height="large"],
    .is-slider[data-height="medium"] {
        height: 100svh;
        min-height: 0;
        max-height: none;
    }

    .is-heading {
        top: 14px;
        left: 16px;
        max-width: 42%;
    }

    .is-heading h2 {
        font-size: clamp(1.6rem, 7vw, 3rem);
    }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/ParallaxGrid/style.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

.parallax-grid {
    background-color: #ffffff;
}
.parallax-grid__intro {
    margin-bottom: 64px;
    text-align: center;
}
.parallax-grid__eyebrow {
    color: #a77522;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 0;
}
.parallax-grid__headline {
    margin-top: 22px;
    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(2.3rem, 4.7vw, 5.35rem);
    line-height: 1.15;
    color: #06142d;
}
.parallax-grid__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 64px;
}
@media (min-width: 800px) {
    .parallax-grid__grid {
        grid-template-columns: 1fr 1fr;
        gap: 100px 60px;
    }
}
.parallax-grid__item {
    position: relative;
}
@media (min-width: 800px) {
    .parallax-grid__item--offset {
        transform: translateY(60px);
    }
}
.parallax-grid__img-wrap {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-bottom: 32px;
}
.parallax-grid__img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.parallax-grid__item-title {
    font-size: 1.5rem;
    color: #06142d;
    margin: 0 0 16px;
}
.parallax-grid__item-desc {
    color: #465266;
    line-height: 1.3;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/ScaleHorizontalSwiper/style.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* Two deliberately simple continuous work reels.
   The old scroll/scale reveal has been removed: this block is now just a
   clean place to show a lot of work without competing with the images. */
.scale-horizontal-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: clamp(72px, 8vw, 132px) 0;
}

.scale-horizontal-swiper__content {
    position: relative;
    z-index: 2;
    width: min(1180px, 90vw);
    margin: 0 auto clamp(36px, 5vw, 72px);
}

.scale-horizontal-swiper__eyebrow,
.scale-horizontal-swiper__headline,
.scale-horizontal-swiper__intro {
    margin: 0;
}

.scale-horizontal-swiper__eyebrow {
    margin-bottom: 14px;
}

.scale-horizontal-swiper__headline {
    max-width: 14ch;
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.scale-horizontal-swiper__intro {
    max-width: 52ch;
    margin-top: 22px;
    opacity: 0.72;
}

.scale-horizontal-swiper__stage {
    position: relative;
    display: grid;
    gap: clamp(14px, 1.6vw, 24px);
    width: 100%;
}

.scale-horizontal-swiper__swiper {
    width: 100%;
    overflow: visible;
}

/* Minimal Swiper structure in case the global Swiper stylesheet is absent. */
.scale-horizontal-swiper .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    transition-property: transform;
    transition-timing-function: linear !important;
    will-change: transform;
}

.scale-horizontal-swiper .swiper-slide {
    position: relative;
    flex-shrink: 0;
    width: clamp(280px, 28vw, 520px);
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.scale-horizontal-swiper__slide img,
.scale-horizontal-swiper__placeholder {
    display: block;
    width: 100%;
    height: 100%;
}

.scale-horizontal-swiper__slide img {
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
}

.scale-horizontal-swiper__placeholder,
.scale-horizontal-swiper__empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.45);
    background: rgba(0, 0, 0, 0.06);
}

.scale-horizontal-swiper__empty {
    width: min(680px, 90vw);
    min-height: 320px;
    margin: 0 auto;
}

.scale-horizontal-swiper__placeholder span,
.scale-horizontal-swiper__empty p {
    margin: 0;
}

@media (max-width: 1023px) {
    .scale-horizontal-swiper .swiper-slide {
        width: clamp(280px, 44vw, 440px);
    }
}

@media (max-width: 767px) {
    .scale-horizontal-swiper {
        padding: 64px 0 72px;
    }

    .scale-horizontal-swiper__content {
        width: calc(100% - 40px);
        margin-bottom: 34px;
    }

    .scale-horizontal-swiper__intro {
        max-width: 36ch;
        margin-top: 18px;
    }

    .scale-horizontal-swiper__stage {
        gap: 12px;
    }

    /* Large enough to actually read the work on a phone, while the next
       card still peeks in and communicates continuous movement. */
    .scale-horizontal-swiper .swiper-slide {
        width: 76vw;
        max-width: 360px;
    }
}

@media (max-width: 420px) {
    .scale-horizontal-swiper .swiper-slide {
        width: 80vw;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scale-horizontal-swiper__swiper {
        overflow-x: auto;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .scale-horizontal-swiper__swiper::-webkit-scrollbar {
        display: none;
    }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/TextImageShutter/style.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Text / Image (Shutter) — reversible split. The image side is frosted via an
   CSS blur; a viewfinder follows the cursor revealing the sharp
   image, and a click reveals the whole thing. Image always comes first on mobile. */

.tis {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: var(--color-primary, #0c120c);
}
.tis[data-order='image-text'] {
    flex-direction: row-reverse;
}

.tis__text,
.tis__media {
    flex: 1 1 50%;
    min-width: 0;
}

.tis__text {
    display: flex;
    align-items: center;
    padding: clamp(32px, 6vw, 96px);
}
.tis__inner {
    max-width: 46ch;
}
.tis__heading {
    margin: 0 0 20px;
    font-family: var(--font-display, serif);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.04;
    font-size: clamp(2rem, 4vw, 3.6rem);
    color: var(--color-light, #c0c0c0);
}
.tis__body {
    font-family: var(--font-sans, sans-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-secondary, #71797e);
}
.tis__body p {
    margin: 0 0 1em;
}
.tis__cta {
    margin-top: 28px;
}

/* --- shutter --- */
.tis__media {
    position: relative;
    overflow: hidden;
    min-height: 420px;
}
.shutter {
    position: absolute;
    inset: 0;
    cursor: crosshair;
    overflow: hidden;
    outline: none;
}
.shutter__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
    user-select: none;
}
.shutter__img--blur {
    transform: scale(1.08);
} /* oversize so blurred edges stay outside the frame */
.shutter__img--sharp {
    clip-path: inset(100%);
    will-change: clip-path;
}

/* viewfinder brackets */
.shutter__vf {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 180px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.shutter.is-active .shutter__vf {
    opacity: 1;
}
.shutter.is-revealed .shutter__vf {
    opacity: 0;
}
.shutter__vf span {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
}
.shutter__vf span:nth-child(1) {
    top: 0;
    left: 0;
    border-right: 0;
    border-bottom: 0;
}
.shutter__vf span:nth-child(2) {
    top: 0;
    right: 0;
    border-left: 0;
    border-bottom: 0;
}
.shutter__vf span:nth-child(3) {
    bottom: 0;
    left: 0;
    border-right: 0;
    border-top: 0;
}
.shutter__vf span:nth-child(4) {
    bottom: 0;
    right: 0;
    border-left: 0;
    border-top: 0;
}

.shutter__img.show {
    clip-path: inset(0) !important;
    cursor: auto;
}
@media (max-width: 809px) {
    .tis,
    .tis[data-order] {
        flex-direction: column;
    }
    .tis__media {
        order: -1;
        min-height: 60vh;
    }
    .tis__text {
        padding: 32px 0 0;
    }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/TripleHero/style.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Triple Hero — three stacked media layers split by diagonal gradient masks.
   Triple view: hover previews the split (desktop). Click a panel -> it takes
   over the whole block at full brightness, with its caption on the left and a
   Back control on the right. Mask boundaries --p1/--p2 are animated by GSAP.
   Uses theme tokens from app.css @theme. */

.triple-hero {
    --p1: 38%;
    --p2: 70%;
    --angle: 45deg;
    --feather: 0.6%;

    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 520px;
    overflow: hidden;
    background-color: var(--color-primary, #0C120C);
    isolation: isolate;
}

/* --- stacked layers --- */
.th-stage { position: absolute; inset: 0; z-index: 1; }
.th-layer { position: absolute; inset: 0; transition: filter 0.6s ease; will-change: filter; }
.th-media { width: 100%; height: 100%; object-fit: cover; display: block; }

.th-layer--2 {
    -webkit-mask-image: linear-gradient(var(--angle), transparent calc(var(--p1) - var(--feather)), #000 var(--p1));
    mask-image: linear-gradient(var(--angle), transparent calc(var(--p1) - var(--feather)), #000 var(--p1));
}
.th-layer--3 {
    -webkit-mask-image: linear-gradient(var(--angle), transparent calc(var(--p2) - var(--feather)), #000 var(--p2));
    mask-image: linear-gradient(var(--angle), transparent calc(var(--p2) - var(--feather)), #000 var(--p2));
}

/* resting depth */
.th-layer--1 { filter: brightness(1) grayscale(0); }
.th-layer--2 { filter: brightness(0.45) grayscale(1); }
.th-layer--3 { filter: brightness(0.22) grayscale(1); }

/* hover preview (triple mode) — active panel to full colour */
.triple-hero[data-mode="triple"][data-active="1"] .th-layer--2 { filter: brightness(0.35) grayscale(1); }
.triple-hero[data-mode="triple"][data-active="1"] .th-layer--3 { filter: brightness(0.2) grayscale(1); }
.triple-hero[data-mode="triple"][data-active="2"] .th-layer--1 { filter: brightness(0.4) grayscale(1); }
.triple-hero[data-mode="triple"][data-active="2"] .th-layer--2 { filter: brightness(1) grayscale(0); }
.triple-hero[data-mode="triple"][data-active="2"] .th-layer--3 { filter: brightness(0.2) grayscale(1); }
.triple-hero[data-mode="triple"][data-active="3"] .th-layer--1 { filter: brightness(0.4) grayscale(1); }
.triple-hero[data-mode="triple"][data-active="3"] .th-layer--2 { filter: brightness(0.35) grayscale(1); }
.triple-hero[data-mode="triple"][data-active="3"] .th-layer--3 { filter: brightness(1) grayscale(0); }

/* expanded — the open panel fills the block at full brightness (masks are
   animated to their extremes in JS so the chosen layer covers everything) */
.triple-hero[data-mode="expanded"] .th-layer { filter: brightness(0.12) grayscale(1); }
.triple-hero[data-mode="expanded"][data-expanded="1"] .th-layer--1 { filter: none; }
.triple-hero[data-mode="expanded"][data-expanded="2"] .th-layer--2 { filter: none; }
.triple-hero[data-mode="expanded"][data-expanded="3"] .th-layer--3 { filter: none; }

/* --- click zones --- */
.th-zones { position: absolute; inset: 0; z-index: 3; display: flex; }
.th-zone {
    flex: 1 0 0; background: transparent; border: 0; padding: 0; margin: 0;
    cursor: pointer; display: flex; align-items: flex-start; justify-content: flex-start;
    color: var(--color-light, #C0C0C0);
}
.th-zone__label {
    margin: 22px; padding: 6px 14px;
    font-family: var(--font-sans, sans-serif); font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
    background: color-mix(in srgb, var(--color-primary, #0C120C) 70%, transparent);
    opacity: 0; transform: translateY(-6px);
    transition: opacity 0.4s ease, transform 0.4s ease; pointer-events: none;
}
.th-zone:hover .th-zone__label { opacity: 1; transform: translateY(0); }
.triple-hero[data-mode="expanded"] .th-zones { pointer-events: none; }

/* --- default (triple) overlay --- */
.th-content {
    position: absolute; inset: 0; z-index: 2;
    display: flex; flex-direction: column; justify-content: flex-end; gap: 14px;
    padding: 40px; pointer-events: none; transition: opacity 0.4s ease;
}
.triple-hero[data-mode="expanded"] .th-content { opacity: 0; }
.th-heading {
    margin: 0; font-family: var(--font-display, serif); font-weight: 400;
    text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.02;
    font-size: clamp(2.4rem, 6vw, 5.5rem); color: var(--color-light, #C0C0C0);
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.55);
}
.th-desc {
    max-width: 46ch; font-family: var(--font-sans, sans-serif); font-size: 15px; line-height: 1.5;
    color: var(--color-light, #C0C0C0);
    background: color-mix(in srgb, var(--color-primary, #0C120C) 62%, transparent);
    padding: 12px 16px; border-left: 3px solid var(--color-accent, #70161E);
}

/* --- expanded overlay (caption left, description + Back right) --- */
.th-expanded {
    position: absolute; inset: 0; z-index: 6;
    display: flex; align-items: flex-end; justify-content: space-between; gap: 24px;
    padding: 40px; opacity: 0; pointer-events: none; transition: opacity 0.45s ease;
}
.triple-hero[data-mode="expanded"] .th-expanded { opacity: 1; }

.th-exp-title {
    margin: 0; font-family: var(--font-display, serif); font-weight: 400;
    text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.02;
    font-size: clamp(2rem, 5vw, 4.5rem); color: var(--color-light, #C0C0C0);
    text-shadow: 0 2px 30px rgba(0, 0, 0, 0.55); display: none;
}
.th-exp-right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; max-width: 46ch; }
.th-exp-desc { display: none; }
.th-exp-caption {
    margin: 0; font-family: var(--font-sans, sans-serif); font-size: 15px; line-height: 1.5;
    color: var(--color-light, #C0C0C0); text-align: right;
    background: color-mix(in srgb, var(--color-primary, #0C120C) 62%, transparent);
    padding: 12px 16px; border-right: 3px solid var(--color-accent, #70161E);
}
.th-exp-link {
    display: inline-block; margin-top: 10px; font-family: var(--font-sans, sans-serif);
    font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none;
    color: var(--color-light, #C0C0C0); border-bottom: 1px solid var(--color-accent, #70161E); padding-bottom: 2px;
}
.th-back {
    display: inline-flex; align-items: center; gap: 8px; cursor: pointer; pointer-events: auto;
    font-family: var(--font-sans, sans-serif); font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
    color: var(--color-primary, #0C120C); background: var(--color-light, #C0C0C0);
    border: 0; padding: 10px 18px; transition: background 0.25s ease, color 0.25s ease;
}
.th-back:hover { background: var(--color-accent, #70161E); color: var(--color-light, #C0C0C0); }

/* show only the active panel's caption/title */
.triple-hero[data-expanded="1"] .th-exp-title[data-panel="1"],
.triple-hero[data-expanded="1"] .th-exp-desc[data-panel="1"],
.triple-hero[data-expanded="2"] .th-exp-title[data-panel="2"],
.triple-hero[data-expanded="2"] .th-exp-desc[data-panel="2"],
.triple-hero[data-expanded="3"] .th-exp-title[data-panel="3"],
.triple-hero[data-expanded="3"] .th-exp-desc[data-panel="3"] { display: block; }

/* --- mobile: three intentional horizontal image bands --- */
@media (max-width: 809px) {
    .triple-hero {
        --angle: 180deg;
        --p1: 33.333%;
        --p2: 66.666%;
        height: 100svh;
        min-height: 100svh;
    }

    .th-zones {
        flex-direction: column;
    }

    .th-zone {
        position: relative;
        align-items: flex-end;
        min-height: 0;
    }

    /* Touch devices have no hover state, so panel names stay visible. */
    .th-zone__label {
        margin: 0 20px 18px;
        padding: 7px 12px;
        opacity: 1;
        transform: none;
        background: color-mix(in srgb, var(--color-primary, #0C120C) 76%, transparent);
    }

    .th-zone + .th-zone {
        border-top: 1px solid color-mix(in srgb, var(--color-light, #C0C0C0) 28%, transparent);
    }

    .th-content,
    .th-expanded {
        padding: 22px 20px max(22px, env(safe-area-inset-bottom));
    }

    .th-content {
        justify-content: flex-start;
        gap: 10px;
        background: linear-gradient(180deg, rgba(0,0,0,.38), transparent 34%);
    }

    .th-heading {
        max-width: 92%;
        font-size: clamp(2rem, 11vw, 4.2rem);
    }

    .th-desc {
        max-width: min(34ch, 92%);
        font-size: 14px;
        padding: 9px 12px;
    }

    .th-expanded {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        gap: 16px;
        background: linear-gradient(0deg, rgba(0,0,0,.5), transparent 52%);
    }

    .th-exp-left,
    .th-exp-right {
        width: 100%;
    }

    .th-exp-title {
        font-size: clamp(2rem, 10vw, 3.8rem);
    }

    .th-exp-right {
        align-items: flex-start;
        max-width: 100%;
    }

    .th-exp-caption {
        max-width: 34ch;
        text-align: left;
        border-right: 0;
        border-left: 3px solid var(--color-accent, #70161E);
    }
}

@media (max-width: 420px) {
    .triple-hero {
        min-height: 100svh;
    }

    .th-desc {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .th-layer, .th-zone__label, .th-content, .th-expanded { transition: none; }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/VelocityMarquee/style.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
.vm {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: clamp(28px, 6vw, 72px) 0;
    background: var(--color-primary, #0c120c);
}
.vm[data-theme='dark'] {
    background: var(--color-primary, #0c120c);
    --vm-fg: var(--color-light, #c0c0c0);
}
.vm[data-theme='light'] {
    background: #ededed;
    --vm-fg: #0f0f0f;
}

.vm__row {
    overflow: hidden;
}
.vm__track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
}
.vm__unit {
    display: inline-flex;
    align-items: center;
}

.vm__text {
    font-family: var(--font-display, serif);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.12;
    font-size: clamp(2.6rem, 15vw, 20rem);
    color: var(--vm-fg, #c0c0c0);
}
.vm__text.is-outline {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--vm-fg, #c0c0c0);
    text-stroke: 1.5px var(--vm-fg, #c0c0c0);
}
.vm__sep {
    font-family: var(--font-display, serif);
    font-size: clamp(2.6rem, 9vw, 9rem);
    line-height: 1.12;
    color: var(--color-accent, #70161e);
    padding: 0 0.3em;
}

@media (prefers-reduced-motion: reduce) {
    .vm__track {
        transform: none !important;
    }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/_badge/style.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.gh-badge {
    --gh-red: #ff0000;
    --gh-black: #07060d;
    --gh-panel: #0d0c14;
    --gh-white: #f5f4f7;
    --gh-muted: #a19eaa;
    --gh-pointer-x: 50%;
    --gh-pointer-y: 50%;

    position: relative;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 6px 11px 6px 7px;
    overflow: hidden;
    width: fit-content;

    color: var(--gh-white);
    text-decoration: none;

    background: rgba(13, 12, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 9px;

    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);

    transition:
        transform 220ms ease,
        border-color 220ms ease,
        box-shadow 220ms ease;
}

.gh-badge::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;

    background: radial-gradient(
        120px circle at var(--gh-pointer-x) var(--gh-pointer-y),
        rgba(255, 0, 0, 0.16),
        transparent 70%
    );

    opacity: 0;
    transition: opacity 220ms ease;
    pointer-events: none;
}

.gh-badge::after {
    content: '';
    position: absolute;
    top: 0;
    left: -45%;
    width: 34%;
    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);

    transform: skewX(-18deg);
    transition: left 550ms cubic-bezier(0.2, 0.75, 0.2, 1);
    pointer-events: none;
}

.gh-badge:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 0, 0, 0.72);

    box-shadow:
        0 13px 32px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 0, 0, 0.08);

    ::before {
        opacity: 1;
    }

    ::after {
        left: 120%;
    }

    .gh-badge__heart {
        animation: gh-heartbeat 700ms ease-in-out;
    }

    .gh-badge__brand {
        animation-duration: 3.2s;
        filter: drop-shadow(0 0 5px rgba(255, 0, 0, 0.2));
    }

    .gh-badge__line {
        transform: scaleX(1.35);
    }
}

.gh-badge:focus-visible {
    outline: 2px solid var(--gh-red);
    outline-offset: 3px;
}

.gh-badge__logo {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    overflow: hidden;

    background: var(--gh-black);
    border: 1px solid rgba(255, 0, 0, 0.24);
    border-radius: 6px;

    img {
        display: block;
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
}

.gh-badge__text {
    color: var(--gh-muted);
    font-size: 13px;
    font-weight: 620;
    letter-spacing: -0.015em;
    white-space: nowrap;
}

.gh-badge__heart {
    display: inline-block;
    margin: 0 2px;
    transform-origin: center;
}

.gh-badge__brand {
    display: inline-block;
    color: transparent;
    font-weight: 760;

    background-image: linear-gradient(
        110deg,
        #ff0000 0%,
        #ff0000 38%,
        #ff6666 44%,
        #ffffff 50%,
        #ff6666 56%,
        #ff0000 62%,
        #ff0000 100%
    );

    background-size: 240% 100%;
    background-position: 110% 50%;
    background-clip: text;
    -webkit-background-clip: text;

    animation: gh-brand-mask 7s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.gh-badge__line {
    width: 14px;
    height: 2px;
    margin-left: 2px;
    flex: 0 0 auto;

    background: var(--gh-red);
    transform-origin: right center;

    transition: transform 220ms ease;
}

@keyframes gh-heartbeat {
    0%,
    100% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.22);
    }

    45% {
        transform: scale(0.96);
    }

    65% {
        transform: scale(1.13);
    }
}

@keyframes gh-brand-mask {
    0%,
    18% {
        background-position: 110% 50%;
    }

    50% {
        background-position: -10% 50%;
    }

    82%,
    100% {
        background-position: -10% 50%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gh-badge {
        .gh-badge,
        .gh-badge::before,
        .gh-badge::after,
        .gh-badge__heart,
        .gh-badge__brand,
        .gh-badge__line {
            animation: none !important;
            transition: none !important;
        }

        .gh-badge__brand {
            color: var(--gh-red);
            background: none;
        }
    }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/_footer/style.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* Footer — minimal, centered: brand on top, copyright + legal below. */

.footer {
    background: var(--color-primary, #0c120c);
    color: var(--color-secondary, #71797e);
    padding-block: clamp(40px, 6vw, 72px);
    border-top: 1px solid var(--color-accent);
}
.footer__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(60px, 33vw, 80px);
    text-align: center;
}

.footer__brand {
    display: inline-block;
    text-decoration: none;
}
.footer__logo {
    height: clamp(160px, 12vw, 240px);
    width: auto;
    display: block;
}
.footer__brand-text {
    font-family: var(--font-display, serif);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: clamp(1.2rem, 2.4vw, 1.8rem);
    color: var(--color-light, #c0c0c0);
}

.footer__bottom {
    gap: 10px 22px;
    font-size: 13px;
}
.footer__copy {
    margin: 0;
}

.footer__legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}
.footer__legal a {
    color: var(--color-secondary, #71797e);
    text-decoration: none;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}
.footer__legal a:hover {
    color: var(--color-light, #c0c0c0);
    text-decoration: underline;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.19_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./blocks/_header/style.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

.header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: transform 300ms ease;
}
.header__topbar {
    background-color: #030815;
    border-bottom: 1px solid #030815;
    padding: 10px 0;
}
.header__topbar-text {
    margin: 0;
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-family:
        'Aldrich',
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        sans-serif;
}
.header__topbar-highlight {
    color: #d7a646;
}
.header__main {
    background-color: var(--color-primary);
    border-bottom: 1px solid rgba(6, 20, 45, 0.15);
}

.header__brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #06142d;
}
.header__logo {
    height: 65px;
    width: auto;
}
.header__brand-text {
    font-family: 'Cinzel', Georgia, serif;
    font-weight: 700;
    font-size: 0.96rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-light);
    display: flex;
    flex-direction: column;
}
.header__brand-sub {
    margin-top: 6px;
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: #a77522;
}
.header__nav ul {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header__nav .menu-item a {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--color-light);
    white-space: nowrap;
}
.header__actions {
    flex-shrink: 0;
}
.header__burger {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    padding: 0;
    gap: 5px;

    border: 0;
    border-radius: 50%;

    background-color: rgba(6, 20, 45, 0.06);
    color: #06142d;

    cursor: pointer;

    transition:
        background-color 200ms ease,
        transform 200ms ease;
}

.header__burger:hover {
    background-color: rgba(6, 20, 45, 0.11);
}

.header__burger:active {
    transform: scale(0.94);
}

.header__burger:focus-visible {
    outline: 2px solid #d7a646;
    outline-offset: 3px;
}

.header__burger-line {
    display: block;

    width: 21px;
    height: 2px;

    border-radius: 999px;

    background-color: white;

    transform-origin: center;

    transition:
        transform 350ms cubic-bezier(0.76, 0, 0.24, 1),
        opacity 200ms ease,
        width 300ms ease;
}

.header__burger:not(.header__burger--close) .header__burger-line:nth-child(2) {
    width: 15px;
    transform: translateX(3px);
}

.header__burger--close {
    position: absolute;
    top: 24px;
    right: 24px;

    color: #ffffff;

    background-color: rgba(255, 255, 255, 0.08);
}

.header__burger--close:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

/*
 * It starts as three bars.
 * When the overlay opens, those bars animate into an X.
 */
.header__overlay.is-open .header__burger--close .header__burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.header__overlay.is-open .header__burger--close .header__burger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.header__overlay.is-open .header__burger--close .header__burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
/* Mobile overlay menu */
.header__overlay {
    position: fixed;
    inset: 0;

    z-index: 200;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 40px;

    padding: 80px 24px 40px;

    background-color: var(--color-primary);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-20px);
    clip-path: inset(0 0 100% 0);

    transition:
        clip-path 500ms cubic-bezier(0.76, 0, 0.24, 1),
        transform 500ms cubic-bezier(0.76, 0, 0.24, 1),
        opacity 250ms ease,
        visibility 0s linear 500ms;
}

.header__overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
    clip-path: inset(0 0 0 0);

    transition-delay: 0s;
}
.header__overlay .header__burger-line {
    background-color: #ffffff;
}

.header__overlay-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;

    gap: 24px;
}

.header__overlay-nav li {
    opacity: 0;
    transform: translateY(14px);

    transition:
        opacity 350ms ease,
        transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.header__overlay.is-open .header__overlay-nav li {
    opacity: 1;
    transform: translateY(0);
}

.header__overlay.is-open .header__overlay-nav li:nth-child(1) {
    transition-delay: 120ms;
}

.header__overlay.is-open .header__overlay-nav li:nth-child(2) {
    transition-delay: 170ms;
}

.header__overlay.is-open .header__overlay-nav li:nth-child(3) {
    transition-delay: 220ms;
}

.header__overlay.is-open .header__overlay-nav li:nth-child(4) {
    transition-delay: 270ms;
}

.header__overlay.is-open .header__overlay-nav li:nth-child(5) {
    transition-delay: 320ms;
}

.header__overlay-nav a {
    color: #ffffff;

    font-family: 'Cinzel', Georgia, serif;
    font-size: clamp(1.5rem, 5vw, 2.1rem);
    font-weight: 700;

    text-decoration: none;

    transition:
        color 200ms ease,
        opacity 200ms ease;
}

.header__overlay-nav a:hover {
    color: var(--color-accent);
}
.header__overlay-nav a {
    color: #ffffff;
    font-family: 'Cinzel', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 700;
}

