/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[72px\] {
    min-height: 72px;
  }
  .min-h-\[90dvh\] {
    min-height: 90dvh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[0\.992\] {
    scale: 0.992;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[14px_1fr\] {
    grid-template-columns: 14px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[1\.2rem\] {
    border-radius: 1.2rem;
  }
  .rounded-\[1\.9rem\] {
    border-radius: 1.9rem;
  }
  .rounded-\[1\.35rem\] {
    border-radius: 1.35rem;
  }
  .rounded-\[1\.65rem\] {
    border-radius: 1.65rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-bl-\[8em\] {
    border-bottom-left-radius: 8em;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[\#d8cfb6\] {
    border-color: #d8cfb6;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-\[\#1E3D59\] {
    background-color: #1E3D59;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-\[0\.95\] {
    --tw-leading: 0.95;
    line-height: 0.95;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.03em\] {
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
  }
  .tracking-\[-0\.04em\] {
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-350 {
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-125 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 125%;
        --tw-scale-y: 125%;
        --tw-scale-z: 125%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:text-blue-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-blue-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:h-16 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:h-28 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 28);
    }
  }
  .md\:h-96 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 96);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:py-8 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-sm {
    @media (width >= 48rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_auto\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) auto;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(320px\,0\.8fr\)\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1.2fr) minmax(320px,0.8fr);
    }
  }
  .rtl\:space-x-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
  }
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/space-grotesk-500-Dr-cltI.woff2") format("woff2");
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/space-grotesk-600-Dr-cltI.woff2") format("woff2");
}
* {
  --color-one: #1E3D59;
  --color-opacity-one: rgba(30, 61, 89, 0.9);
  --color-two: #F5F1E3;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --font-symbol: "Noto Sans Symbols 2", "Noto Sans Symbols", "Segoe UI Symbol", "Apple Symbols", serif;
  --surface-blue: linear-gradient(180deg, rgba(30, 61, 89, 0.98), rgba(24, 49, 72, 1));
  --pattern-lattice: url("data:image/svg+xml,%3Csvg width='48' height='64' viewBox='0 0 48 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48 28v-4L36 12 24 24 12 12 0 24v4l4 4-4 4v4l12 12 12-12 12 12 12-12v-4l-4-4 4-4zM8 32l-6-6 10-10 10 10-6 6 6 6-10 10L2 38l6-6zm12 0l4-4 4 4-4 4-4-4zm12 0l-6-6 10-10 10 10-6 6 6 6-10 10-10-10 6-6zM0 16L10 6 4 0h4l4 4 4-4h4l-6 6 10 10L34 6l-6-6h4l4 4 4-4h4l-6 6 10 10v4L36 8 24 20 12 8 0 20v-4zm0 32l10 10-6 6h4l4-4 4 4h4l-6-6 10-10 10 10-6 6h4l4-4 4 4h4l-6-6 10-10v-4L36 56 24 44 12 56 0 44v4z' fill='%23f5f1e3' fill-opacity='0.10' fill-rule='evenodd'/%3E%3C/svg%3E");
  --pattern-orbs: url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983-12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%23f5f1e3' fill-opacity='0.10' fill-rule='evenodd'/%3E%3C/svg%3E");
  --pattern-grid: url("data:image/svg+xml,%3Csvg width='84' height='16' viewBox='0 0 84 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78 7V4h-2v3h-3v2h3v3h2V9h3V7h-3zM30 7V4h-2v3h-3v2h3v3h2V9h3V7h-3zM10 0h2v16h-2V0zm6 0h4v16h-4V0zM2 0h4v16H2V0zm50 0h2v16h-2V0zM38 0h2v16h-2V0zm28 0h2v16h-2V0zm-8 0h6v16h-6V0zM42 0h6v16h-6V0z' fill='%23f5f1e3' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
  --pattern-stamp: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='107' viewBox='0 0 77 107'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='stamp-collection' fill='%23f5f1e3' fill-opacity='0.08'%3E%3Cpath d='M46 101a5 5 0 0 1 5 5h5a5 5 0 0 1 10 0h5a5 5 0 0 1 5-5v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10v-5a5 5 0 0 1 0-10V6a5 5 0 0 1-5-5h-5a5 5 0 0 1-10 0h-5a5 5 0 0 1-10 0h-5a5 5 0 0 1-10 0h-5a5 5 0 0 1-10 0H6a5 5 0 0 1-5 5v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 0 10v5a5 5 0 0 1 5 5h5a5 5 0 0 1 10 0h5a5 5 0 0 1 10 0h5a5 5 0 0 1 5-5zm15-2a7 7 0 0 0-6.71 5h-1.58a7 7 0 0 0-13.42 0h-1.58a7 7 0 0 0-13.42 0h-1.58a7 7 0 0 0-13.42 0H7.71A7.01 7.01 0 0 0 3 99.29v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58a7 7 0 0 0 0-13.42v-1.58A7 7 0 0 0 3 9.29V7.71A7.02 7.02 0 0 0 7.71 3h1.58a7 7 0 0 0 13.42 0h1.58a7 7 0 0 0 13.42 0h1.58a7 7 0 0 0 13.42 0h1.58a7 7 0 0 0 13.42 0h1.58A7.02 7.02 0 0 0 74 7.71v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7 7 0 0 0 0 13.42v1.58a7.01 7.01 0 0 0-4.71 4.71h-1.58A7 7 0 0 0 61 99zM12 12h53v83H12V12zm51 81H14V14h49v79z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bg-color-one {
  background-color: var(--color-one);
  background-repeat: repeat;
  background-position: center;
  color: var(--color-two);
}
.bg-color-two {
  background-color: var(--color-two);
  color: var(--color-one);
}
.bg-opacity-one {
  background-color: var(--color-opacity-one);
  background-repeat: repeat;
  background-position: center;
  color: var(--color-two);
}
body {
  font-family: "Space Grotesk", "Trebuchet MS", "Segoe UI", sans-serif;
  background-color: var(--color-one);
  color: var(--color-two);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.alert {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 80;
  max-width: min(26rem, calc(100vw - 2rem));
  border-radius: 1rem;
  border: 1px solid rgba(30, 61, 89, 0.12);
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  box-shadow: 0 18px 40px rgba(8, 20, 31, 0.14);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.alert-success, .alert-status {
  background: rgba(236, 248, 242, 0.94);
  color: #18452c;
}
.alert-error, .alert-danger {
  background: rgba(255, 241, 239, 0.96);
  color: #8b2d1f;
}
.section-pad {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section1 {
  position: relative;
  overflow: hidden;
  background-color: #1e3d59;
}
.section1 > .section-container {
  position: relative;
  z-index: 1;
}
.section-container {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.font-editorial {
  font-family: "Iowan Old Style", "Georgia", serif;
}
.pattern-orbs {
  background-image: var(--pattern-orbs);
  background-repeat: repeat;
  background-position: center;
}
.pattern-grid {
  background-image: var(--pattern-grid);
  background-repeat: repeat;
  background-position: center;
}
.pattern-stamp {
  background-image: var(--pattern-stamp);
  background-repeat: repeat;
  background-position: center;
}
.section-title {
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.section-subtitle {
  font-size: 1.125rem;
  line-height: 1.6;
  opacity: 0.9;
}
.card {
  border-radius: 1.6rem;
  overflow: hidden;
  transition-timing-function: var(--ease-smooth);
  will-change: transform, box-shadow;
}
.btn-surface {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: var(--color-two);
  color: var(--color-one);
  border: 1px solid currentColor;
  border-radius: 9999px;
  padding: 0.5rem 1.1rem;
  font-weight: 600;
  transition: transform 0.2s var(--ease-smooth), box-shadow 0.2s var(--ease-smooth);
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: var(--color-one);
  color: var(--color-two);
  border: 1px solid var(--color-one);
  border-radius: 9999px;
  padding: 0.4rem 0.9rem;
  font-weight: 600;
  transition: transform 0.2s var(--ease-smooth), box-shadow 0.2s var(--ease-smooth);
}
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.btn-surface:hover, .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}
.btn-link:hover {
  opacity: 0.75;
  transform: translateY(-1px);
}
button, a, summary, [role="button"], input[type="checkbox"], input[type="radio"] {
  cursor: pointer;
}
button:disabled, [role="button"][aria-disabled="true"] {
  cursor: not-allowed;
}
.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.2rem 0.55rem;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid currentColor;
}
.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.75rem;
  border: 1px solid currentColor;
}
.card-title {
  font-size: clamp(1rem, 1vw + 0.9rem, 1.25rem);
  line-height: 1.3;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.card-text {
  font-size: clamp(0.9rem, 0.6vw + 0.8rem, 1rem);
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.section2-service-card {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(30, 61, 89, 0.12);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 241, 227, 0.94) 100%);
  box-shadow: 0 18px 40px rgba(30, 61, 89, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.section2-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 45%);
  pointer-events: none;
}
.section2-service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(30, 61, 89, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}
.section2-service-visual {
  position: relative;
  min-height: 9.75rem;
  padding: 1.25rem;
  background-color: rgba(30, 61, 89, 0.96);
  color: var(--color-two);
  isolation: isolate;
}
.section2-service-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 36%), linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 58%);
  pointer-events: none;
}
.section2-service-visual::after {
  content: "";
  position: absolute;
  right: -3rem;
  bottom: -3.5rem;
  width: 10rem;
  height: 10rem;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 68%);
  filter: blur(6px);
  pointer-events: none;
}
.section2-service-visual-inner {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.section2-service-index {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.28);
  background: rgba(245, 241, 227, 0.08);
  padding: 0.38rem 0.7rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section2-service-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 9999px;
  background: rgba(245, 241, 227, 0.12);
  padding: 0.45rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.section2-service-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.4rem 1.35rem 1.45rem;
  text-align: left;
}
.section2-service-kicker {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.54);
}
.section2-service-title {
  margin-top: 0.65rem;
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: clamp(1.45rem, 1vw + 1.2rem, 1.9rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--color-one);
}
.section2-service-text {
  padding-top: 0.95rem;
  font-size: clamp(0.95rem, 0.45vw + 0.85rem, 1rem);
  line-height: 1.68;
  color: rgba(30, 61, 89, 0.84);
}
.section2-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  padding: 0.34rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(30, 61, 89, 0.78);
}
.section2-note-card {
  position: relative;
  border: 1px solid rgba(30, 61, 89, 0.1);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.66);
  padding: 1.35rem 1.35rem 1.4rem;
  box-shadow: 0 12px 30px rgba(30, 61, 89, 0.05);
  backdrop-filter: blur(6px);
}
.section2-note-line {
  display: block;
  width: 3rem;
  height: 0.2rem;
  border-radius: 9999px;
  background: linear-gradient(90deg, rgba(30, 61, 89, 0.92), rgba(188, 135, 69, 0.65));
}
.section2-note-title {
  padding-top: 1rem;
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 700;
  color: var(--color-one);
}
.section2-note-text {
  padding-top: 0.85rem;
  font-size: 0.96rem;
  line-height: 1.65;
  color: rgba(30, 61, 89, 0.82);
}
.section3-project-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(216, 207, 182, 0.52);
  border-radius: 1.8rem;
  background: linear-gradient(180deg, rgba(250, 247, 238, 0.98) 0%, rgba(245, 241, 227, 0.96) 100%);
  box-shadow: 0 20px 44px rgba(11, 25, 37, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}
.section3-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(11, 25, 37, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.section3-project-media {
  position: relative;
  min-height: 15rem;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 36, 53, 0.95), rgba(30, 61, 89, 0.92));
}
.section3-project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 29, 43, 0.1), rgba(13, 29, 43, 0.44)), linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%);
  pointer-events: none;
}
.section3-project-media-dual {
  min-height: 16rem;
}
.section3-project-rotator {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.section3-project-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, 8%, 0) scale(0.985);
  will-change: transform, opacity;
}
.section3-project-frame-primary {
  opacity: 1;
  animation: section3ProjectFramePrimary 8.8s var(--ease-smooth) infinite;
}
.section3-project-frame-secondary {
  animation: section3ProjectFrameSecondary 8.8s var(--ease-smooth) infinite;
}
.section3-project-rotator-meta {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: flex;
  gap: 0.45rem;
}
.section3-project-rotator-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.16);
  background: rgba(13, 29, 43, 0.42);
  padding: 0.34rem 0.7rem;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 241, 227, 0.78);
  backdrop-filter: blur(8px);
}
.section3-project-rotator-pill-primary {
  animation: section3ProjectPillPrimary 8.8s var(--ease-smooth) infinite;
}
.section3-project-rotator-pill-secondary {
  animation: section3ProjectPillSecondary 8.8s var(--ease-smooth) infinite;
}
.section3-project-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.18);
  background: rgba(245, 241, 227, 0.12);
  padding: 0.42rem 0.8rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-two);
  backdrop-filter: blur(8px);
}
.section3-project-shot-main, .section3-project-shot-inset {
  display: block;
}
.section3-project-shot-main {
  position: absolute;
  inset: 0;
}
.section3-project-shot-inset {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: clamp(9.5rem, 38%, 12rem);
  overflow: hidden;
  border: 1px solid rgba(245, 241, 227, 0.32);
  border-radius: 1rem;
  box-shadow: 0 20px 40px rgba(11, 25, 37, 0.24);
}
.section3-project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.section3-project-shot-main .section3-project-image {
  min-height: 15rem;
}
.section3-project-shot-inset .section3-project-image {
  aspect-ratio: 1.05 / 1;
}
.section3-project-media-dual:hover .section3-project-frame, .section3-project-media-dual:hover .section3-project-rotator-pill {
  animation-play-state: paused;
}
.section3-project-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
  color: var(--color-one);
}
.section3-project-head {
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(216, 207, 182, 0.7);
}
.section3-project-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.54);
}
.section3-project-title {
  padding-top: 0.7rem;
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: clamp(1.55rem, 1vw + 1.2rem, 2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--color-one);
}
.section3-project-text {
  padding-top: 0.95rem;
  font-size: clamp(0.96rem, 0.45vw + 0.86rem, 1rem);
  line-height: 1.68;
  color: rgba(30, 61, 89, 0.84);
}
.section3-project-grid {
  display: grid;
  gap: 0.8rem;
  padding-top: 1.2rem;
}
.section3-project-fact {
  border: 1px solid rgba(216, 207, 182, 0.78);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.9rem 0.95rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.section3-project-fact-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.55);
}
.section3-project-fact-text {
  padding-top: 0.5rem;
  font-size: 0.93rem;
  line-height: 1.62;
  color: rgba(30, 61, 89, 0.82);
}
.section3-tech-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.12);
  background: rgba(30, 61, 89, 0.05);
  padding: 0.34rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(30, 61, 89, 0.78);
}
.section3-project-meta {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 1rem;
}
.section3-project-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.section3-project-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(216, 207, 182, 0.7);
}
.section3-project-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.14);
  background: rgba(30, 61, 89, 0.05);
  padding: 0.62rem 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-one);
  transition: transform 0.18s var(--ease-smooth), background-color 0.18s var(--ease-smooth), border-color 0.18s var(--ease-smooth);
}
.section3-project-button:hover {
  transform: translateY(-1px);
  background: rgba(30, 61, 89, 0.08);
  border-color: rgba(30, 61, 89, 0.22);
}
@keyframes section3ProjectFramePrimary {
  0%, 41% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  48%, 100% {
    opacity: 0;
    transform: translate3d(0, -7%, 0) scale(1.015);
  }
}
@keyframes section3ProjectFrameSecondary {
  0%, 44% {
    opacity: 0;
    transform: translate3d(0, 8%, 0) scale(0.985);
  }
  52%, 93% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -6%, 0) scale(1.012);
  }
}
@keyframes section3ProjectPillPrimary {
  0%, 41% {
    border-color: rgba(245, 241, 227, 0.26);
    background: rgba(245, 241, 227, 0.18);
    color: rgba(255, 255, 255, 0.98);
  }
  48%, 100% {
    border-color: rgba(245, 241, 227, 0.16);
    background: rgba(13, 29, 43, 0.42);
    color: rgba(245, 241, 227, 0.78);
  }
}
@keyframes section3ProjectPillSecondary {
  0%, 44% {
    border-color: rgba(245, 241, 227, 0.16);
    background: rgba(13, 29, 43, 0.42);
    color: rgba(245, 241, 227, 0.78);
  }
  52%, 93% {
    border-color: rgba(245, 241, 227, 0.26);
    background: rgba(245, 241, 227, 0.18);
    color: rgba(255, 255, 255, 0.98);
  }
  100% {
    border-color: rgba(245, 241, 227, 0.16);
    background: rgba(13, 29, 43, 0.42);
    color: rgba(245, 241, 227, 0.78);
  }
}
.section3-project-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.94rem;
  font-weight: 700;
  color: var(--color-one);
  text-decoration: none;
}
.section3-project-link::after {
  content: "↗";
  font-size: 0.95em;
  transition: transform 0.18s var(--ease-smooth);
}
.section3-project-link:hover::after {
  transform: translate(1px, -1px);
}
.section3-modal-shell {
  overflow: hidden;
  border: 1px solid rgba(216, 207, 182, 0.56);
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(250, 247, 238, 0.98) 0%, rgba(245, 241, 227, 0.96) 100%);
  box-shadow: 0 30px 80px rgba(11, 25, 37, 0.3);
}
.section3-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.4rem 1.4rem 1.15rem;
  border-bottom: 1px solid rgba(216, 207, 182, 0.7);
}
.section3-modal-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(30, 61, 89, 0.07);
  padding: 0.34rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.62);
}
.section3-modal-title {
  padding-top: 0.8rem;
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: clamp(1.75rem, 1vw + 1.35rem, 2.25rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: var(--color-one);
}
.section3-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.12);
  background: rgba(30, 61, 89, 0.04);
  font-size: 1.45rem;
  line-height: 1;
  color: rgba(30, 61, 89, 0.76);
}
.section3-modal-body {
  padding: 1.25rem 1.4rem 1.4rem;
}
.section3-modal-grid {
  display: grid;
  gap: 0.9rem;
}
.section3-modal-card {
  border: 1px solid rgba(216, 207, 182, 0.78);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.58);
  padding: 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.section3-modal-label {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.56);
}
.section3-modal-text {
  padding-top: 0.6rem;
  font-size: 0.98rem;
  line-height: 1.68;
  color: rgba(30, 61, 89, 0.84);
}
.section3-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  padding-top: 1.15rem;
}
.section3-modal-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.14);
  background: rgba(30, 61, 89, 0.05);
  padding: 0.68rem 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-one);
  text-decoration: none;
}
[data-modal-root] {
  background: rgba(7, 18, 28, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.section4 [x-cloak] {
  display: none !important;
}
.section4-scrollzone {
  --section4-sticky-top: 10px;
  position: relative;
  min-height: var(--section4-scrollzone-height, calc((var(--deck-steps, 3) * 72dvh) + 13rem));
}
.section4-pin {
  position: sticky;
  top: var(--section4-sticky-top);
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: calc(80dvh - var(--section4-sticky-top) - 1rem);
}
.section4-head {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
  gap: 1.6rem;
  align-items: end;
  padding: 1.65rem 1.75rem;
  border: 1px solid rgba(30, 61, 89, 0.08);
  border-radius: 1.9rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.56)), var(--pattern-grid);
  background-repeat: no-repeat, repeat;
  box-shadow: 0 22px 48px rgba(30, 61, 89, 0.08);
}
.section4-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.12);
  background: rgba(30, 61, 89, 0.05);
  padding: 0.4rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.64);
}
.section4-title {
  max-width: 21ch;
  padding-top: 0.95rem;
  font-size: clamp(2.4rem, 4.2vw, 4.05rem);
  line-height: 0.93;
  letter-spacing: -0.055em;
  color: var(--color-one);
}
.section4-head-badge {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  border-radius: 9999px;
  border: 1px solid rgba(188, 135, 69, 0.18);
  background: rgba(188, 135, 69, 0.08);
  padding: 0.46rem 0.82rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(120, 77, 18, 0.8);
}
.section4-head-copy {
  display: grid;
  gap: 0.8rem;
  align-content: end;
  justify-items: start;
}
.section4-lead {
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.74;
  color: rgba(30, 61, 89, 0.78);
}
.section4-progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
}
.section4-progress-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.72);
}
.section4-progress-meta p {
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: 1.15rem;
  color: var(--color-one);
}
.section4-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(295px, 0.88fr);
  gap: 1rem;
  align-items: stretch;
  outline: none;
}
.section4-stage {
  position: relative;
  min-height: 33.5rem;
  padding: 1.8rem;
  border-radius: 2rem;
  background: radial-gradient(circle at top right, rgba(212, 170, 91, 0.16), transparent 28%), linear-gradient(180deg, rgba(30, 61, 89, 0.96), rgba(16, 34, 51, 1));
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 28px 60px rgba(17, 33, 49, 0.18);
}
.section4-stage-ghost {
  position: absolute;
  inset: auto 2.1rem 1.9rem auto;
  width: min(100%, 26rem);
  height: 22rem;
  border-radius: 1.7rem;
  border: 1px solid rgba(245, 241, 227, 0.08);
  background: rgba(245, 241, 227, 0.06);
}
.section4-stage-ghost-one {
  transform: rotate(-8deg) translateX(-2rem);
}
.section4-stage-ghost-two {
  transform: rotate(7deg) translateX(1rem) translateY(0.6rem);
}
.section4-stage-lys {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: clamp(6.5rem, 11vw, 8rem);
  aspect-ratio: 1;
  animation: section4Float 4.2s ease-in-out infinite;
  pointer-events: none;
}
.section4-stage-lys span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-symbol);
  line-height: 1;
  text-rendering: geometricPrecision;
  user-select: none;
}
.section4-stage-lys-shadow, .section4-stage-lys-depth, .section4-stage-lys-main, .section4-stage-lys-highlight, .section4-stage-lys-stroke {
  font-size: clamp(6.5rem, 11vw, 8rem);
}
.section4-stage-lys-shadow {
  transform: translate(0.22rem, 0.36rem);
  color: rgba(4, 10, 17, 0.34);
  filter: blur(7px);
  opacity: 0.56;
}
.section4-stage-lys-depth {
  transform: translate(0.08rem, 0.14rem);
  color: #9b6d31;
  opacity: 0.9;
}
.section4-stage-lys-main {
  background: linear-gradient(145deg, #fff3cb 0%, #f2d48e 24%, #c59648 56%, #714a16 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section4-stage-lys-highlight {
  transform: translate(-0.08rem, -0.08rem) scale(0.99);
  color: rgba(255, 251, 235, 0.24);
  opacity: 0.8;
}
.section4-stage-lys-stroke {
  color: transparent;
  -webkit-text-stroke: 0.025em rgba(255, 248, 230, 0.32);
  opacity: 0.9;
}
.section4-card {
  position: absolute;
  inset: 1.8rem auto 1.8rem 1.8rem;
  z-index: 2;
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  gap: 1rem;
  width: min(calc(100% - 3.6rem), 36.5rem);
  height: calc(100% - 3.6rem);
  padding: 1.6rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(245, 241, 227, 0.12);
  background: rgba(251, 248, 240, 0.96);
  box-shadow: 0 26px 56px rgba(8, 22, 34, 0.18);
  overflow: hidden;
}
.section4-card-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  padding: 0.38rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.62);
}
.section4-card-title {
  max-width: 15ch;
  min-height: 0;
  padding-top: 0.15rem;
  font-size: clamp(1.95rem, 3vw, 3.1rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--color-one);
}
.section4-card-price-block {
  display: grid;
  gap: 0.45rem;
  padding: 0.95rem 1rem 1rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(188, 135, 69, 0.16);
  background: linear-gradient(180deg, rgba(255, 252, 244, 0.98), rgba(248, 239, 219, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}
.section4-card-price-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(120, 77, 18, 0.72);
}
.section4-card-price {
  font-family: "Iowan Old Style", "Georgia", serif;
  max-width: 18rem;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--color-one);
}
.section4-card-text {
  min-height: 0;
  line-height: 1.68;
  color: rgba(30, 61, 89, 0.78);
}
.section4-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-content: flex-start;
}
.section4-tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  padding: 0.38rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: rgba(30, 61, 89, 0.76);
}
.section4-card-note {
  align-self: end;
  padding-top: 0.15rem;
  font-size: 0.95rem;
  line-height: 1.68;
  color: rgba(30, 61, 89, 0.6);
}
.section4-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: auto;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.16);
  background: rgba(30, 61, 89, 0.06);
  padding: 0.82rem 1.1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-one);
  transition: transform 0.18s var(--ease-smooth), background-color 0.18s var(--ease-smooth);
}
.section4-card-button:hover, .section4-tab:hover, .section4-modal-actions a:hover {
  transform: translateY(-1px);
}
.section4-sidebar {
  display: grid;
  gap: 0.9rem;
}
.section4-switcher {
  display: grid;
  gap: 0.75rem;
}
.section4-tab {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  position: relative;
  isolation: isolate;
  width: 100%;
  gap: 0.9rem;
  padding: 1.05rem 1.1rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(30, 61, 89, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 246, 237, 0.84));
  font-weight: 700;
  color: var(--color-one);
  box-shadow: 0 12px 26px rgba(30, 61, 89, 0.07);
  transition: transform 0.18s var(--ease-smooth), background-color 0.18s var(--ease-smooth), border-color 0.18s var(--ease-smooth), box-shadow 0.18s var(--ease-smooth);
}
.section4-tab::before, .section4-tab::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.section4-tab::before {
  inset: -1px;
  z-index: 1;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient( from 220deg, rgba(212, 170, 91, 0) 0deg, rgba(212, 170, 91, 0.92) 42deg, rgba(255, 241, 201, 0.98) 82deg, rgba(212, 170, 91, 0.72) 118deg, rgba(212, 170, 91, 0.08) 180deg, rgba(212, 170, 91, 0) 360deg );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transform: scale(0.955);
}
.section4-tab::after {
  inset: -0.55rem;
  z-index: 0;
  border-radius: calc(1.3rem + 0.55rem);
  background: radial-gradient(circle at 10% 50%, rgba(255, 241, 201, 0.98) 0 1.8px, transparent 3px), radial-gradient(circle at 19% 17%, rgba(212, 170, 91, 0.92) 0 1.5px, transparent 2.7px), radial-gradient(circle at 38% 8%, rgba(255, 241, 201, 0.92) 0 1.6px, transparent 2.8px), radial-gradient(circle at 64% 10%, rgba(212, 170, 91, 0.9) 0 1.4px, transparent 2.6px), radial-gradient(circle at 86% 18%, rgba(255, 241, 201, 0.98) 0 1.8px, transparent 3px), radial-gradient(circle at 94% 50%, rgba(212, 170, 91, 0.94) 0 1.8px, transparent 3px), radial-gradient(circle at 86% 82%, rgba(255, 241, 201, 0.92) 0 1.7px, transparent 2.9px), radial-gradient(circle at 63% 92%, rgba(212, 170, 91, 0.86) 0 1.5px, transparent 2.7px), radial-gradient(circle at 37% 92%, rgba(255, 241, 201, 0.92) 0 1.6px, transparent 2.8px), radial-gradient(circle at 18% 84%, rgba(212, 170, 91, 0.9) 0 1.5px, transparent 2.6px);
  transform: scale(0.8);
  filter: blur(0.2px);
}
.section4-tab.is-active {
  border-color: rgba(212, 170, 91, 0.42);
  background: linear-gradient(180deg, rgba(255, 251, 241, 0.92), rgba(255, 247, 231, 0.82));
  box-shadow: 0 16px 30px rgba(212, 170, 91, 0.14), inset 0 1px 0 rgba(255, 251, 239, 0.8);
}
.section4-tab.is-active::before {
  animation: section4TabBorderBurst 780ms var(--ease-smooth) both;
}
.section4-tab.is-active::after {
  animation: section4TabParticlesBurst 920ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.section4-tab-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.05);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(30, 61, 89, 0.58);
}
.section4-tab-label {
  display: block;
  min-width: 0;
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: 1.12rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--color-one);
}
.section4-tab-copy {
  display: grid;
  gap: 0.26rem;
  min-width: 0;
  text-align: left;
}
.section4-tab-price {
  display: block;
  min-width: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(120, 77, 18, 0.78);
}
.section4-tab.is-active .section4-tab-index {
  border-color: rgba(212, 170, 91, 0.42);
  background: rgba(212, 170, 91, 0.14);
  color: rgba(141, 90, 14, 0.96);
}
.section4-mini-process {
  display: grid;
  gap: 0.7rem;
  padding: 1.1rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(30, 61, 89, 0.12);
}
.section4-mini-step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 0.8rem;
  align-items: baseline;
}
.section4-mini-step span {
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.78);
}
.section4-mini-step p {
  color: rgba(30, 61, 89, 0.88);
}
.section4-mini-step small {
  display: block;
  padding-top: 0.25rem;
  font-size: 0.78rem;
  color: rgba(30, 61, 89, 0.74);
}
.section4-included {
  display: grid;
  gap: 0.9rem;
  margin-top: 0;
  padding: 1.3rem 1.4rem;
  border: 1px solid rgba(30, 61, 89, 0.08);
  border-radius: 1.7rem;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 40px rgba(30, 61, 89, 0.05);
}
.section4-strip-label {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.78);
}
.section4-included-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.section4-included-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(30, 61, 89, 0.06);
  padding: 0.46rem 0.8rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(30, 61, 89, 0.76);
}
.section4-rail {
  margin-top: 1.1rem;
  padding: 1.45rem;
  border-radius: 1.8rem;
  background: rgba(30, 61, 89, 0.94);
  color: var(--color-two);
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(17, 33, 49, 0.16);
}
.section4-rail-line {
  position: relative;
  height: 1px;
  background: rgba(245, 241, 227, 0.26);
}
.section4-rail-lys {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: var(--font-symbol);
  font-size: 1.5rem;
  color: #d4aa5b;
  transform: translate(-10%, -50%);
  animation: section4RailDrift 12s ease-in-out infinite alternate;
}
.section4-rail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  padding-top: 1.2rem;
}
.section4-rail-step span {
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 241, 227, 0.78);
}
.section4-rail-step h3 {
  padding-top: 0.72rem;
  font-size: 0.96rem;
  font-weight: 700;
  color: rgba(255, 252, 244, 0.98);
}
.section4-rail-step p {
  padding-top: 0.35rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(245, 241, 227, 0.88);
}
.section4-modal-shell {
  overflow: hidden;
  border-radius: 1.9rem;
  border: 1px solid rgba(216, 207, 182, 0.56);
  background: linear-gradient(180deg, rgba(251, 248, 240, 0.98), rgba(245, 241, 227, 0.96)), var(--pattern-grid);
  background-repeat: no-repeat, repeat;
  box-shadow: 0 30px 80px rgba(11, 25, 37, 0.3);
}
.section4-modal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1.15rem;
  border-bottom: 1px solid rgba(216, 207, 182, 0.7);
}
.section4-modal-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  padding: 0.38rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.62);
}
.section4-modal-title {
  padding-top: 0.85rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--color-one);
}
.section4-modal-price {
  padding-top: 0.8rem;
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: 1.65rem;
  line-height: 1;
  color: var(--color-one);
}
.section4-modal-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.12);
  background: rgba(30, 61, 89, 0.04);
  font-size: 1.45rem;
  line-height: 1;
  color: rgba(30, 61, 89, 0.76);
}
.section4-modal-body {
  padding: 1.35rem 1.5rem 1.6rem;
}
.section4-modal-lead {
  max-width: 38rem;
  line-height: 1.76;
  color: rgba(30, 61, 89, 0.8);
}
.section4-modal-list {
  display: grid;
  gap: 0.75rem;
  padding-top: 1.25rem;
}
.section4-modal-list li {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  line-height: 1.72;
  color: rgba(30, 61, 89, 0.82);
}
.section4-modal-list li::before {
  content: "";
  display: block;
  width: 0.56rem;
  height: 0.56rem;
  margin-top: 0.56rem;
  border-radius: 9999px;
  background: #bc8745;
}
.section4-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  padding-top: 1.15rem;
}
.section4-modal-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(30, 61, 89, 0.14);
  background: rgba(30, 61, 89, 0.05);
  padding: 0.68rem 1rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--color-one);
  text-decoration: none;
}
.section5-panel {
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 2.2rem;
  color: var(--color-one);
  box-shadow: 0 28px 60px rgba(8, 20, 31, 0.14);
}
.section5-panel-hybrid {
  background: radial-gradient(circle at top left, rgba(30, 61, 89, 0.08), transparent 30%), linear-gradient(180deg, rgba(252, 249, 241, 0.98), rgba(245, 241, 227, 0.96)), var(--pattern-grid);
  background-repeat: no-repeat, no-repeat, repeat;
}
.section6-minimal-shell {
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  margin-top: 1rem;
  padding: clamp(2rem, 5vw, 3.8rem);
  border-radius: 2rem;
  border: 1px solid rgba(245, 241, 227, 0.12);
  background: var(--surface-blue), var(--pattern-grid);
  background-repeat: no-repeat, repeat;
  text-align: center;
  color: var(--color-two);
  box-shadow: 0 24px 48px rgba(8, 20, 31, 0.26);
}
.section6-minimal-shell::after {
  content: "";
  width: min(10rem, 28vw);
  height: 1px;
  margin-top: -0.1rem;
  background: linear-gradient( 90deg, transparent 0%, rgba(245, 241, 227, 0.18) 18%, rgba(188, 135, 69, 0.62) 50%, rgba(245, 241, 227, 0.18) 82%, transparent 100% );
}
.section6-minimal-title {
  max-width: 10ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: rgba(255, 248, 234, 0.98);
}
.section6-minimal-text {
  max-width: 46rem;
  line-height: 1.8;
  color: rgba(245, 241, 227, 0.8);
}
.section6-minimal-mail {
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: rgba(255, 246, 224, 0.96);
}
.section6-minimal-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.7rem;
  margin-top: 0.2rem;
}
.section6-minimal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.14);
  background: rgba(245, 241, 227, 0.08);
  padding: 0.72rem 1rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: rgba(245, 241, 227, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 248, 234, 0.06);
}
.section6-minimal-badge::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255, 243, 208, 0.98), rgba(212, 170, 91, 0.92));
  box-shadow: 0 0 0 0.18rem rgba(212, 170, 91, 0.14);
}
.section6-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.4rem;
  width: 100%;
  align-items: start;
  text-align: left;
}
.section6-contact-copy {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}
.section6-contact-note {
  max-width: 28rem;
  line-height: 1.78;
  color: rgba(245, 241, 227, 0.74);
}
.section6-form {
  position: relative;
  display: grid;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: 1.6rem;
  border: 1px solid rgba(245, 241, 227, 0.14);
  background: rgba(245, 241, 227, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 248, 234, 0.06);
}
.section6-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.section6-field {
  display: grid;
  gap: 0.45rem;
}
.section6-field span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245, 241, 227, 0.72);
}
.section6-field input, .section6-field textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(245, 241, 227, 0.14);
  background: rgba(8, 20, 31, 0.16);
  padding: 0.88rem 0.95rem;
  color: rgba(255, 248, 234, 0.96);
  outline: none;
  transition: border-color 0.18s var(--ease-smooth), background-color 0.18s var(--ease-smooth), box-shadow 0.18s var(--ease-smooth);
}
.section6-field input::placeholder, .section6-field textarea::placeholder {
  color: rgba(245, 241, 227, 0.42);
}
.section6-field input:focus, .section6-field textarea:focus {
  border-color: rgba(212, 170, 91, 0.52);
  background: rgba(8, 20, 31, 0.22);
  box-shadow: 0 0 0 0.18rem rgba(212, 170, 91, 0.14);
}
.section6-field textarea {
  resize: vertical;
  min-height: 9rem;
}
.section6-form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section6-turnstile {
  min-height: 66px;
}
.section6-form-warning {
  font-size: 0.84rem;
  color: rgba(255, 220, 187, 0.92);
}
.section6-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.section6-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.16);
  background: rgba(245, 241, 227, 0.1);
  padding: 0.86rem 1.15rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 248, 234, 0.96);
  transition: transform 0.18s var(--ease-smooth), background-color 0.18s var(--ease-smooth), border-color 0.18s var(--ease-smooth);
}
.section6-form-submit:hover {
  transform: translateY(-1px);
  border-color: rgba(212, 170, 91, 0.4);
  background: rgba(245, 241, 227, 0.14);
}
.section6-form-meta {
  font-size: 0.84rem;
  color: rgba(245, 241, 227, 0.68);
}
.section5-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: 1.25rem;
  align-items: end;
}
.section5-index {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(30, 61, 89, 0.08);
  padding: 0.4rem 0.78rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.64);
}
.section5-head-title {
  padding-top: 0.9rem;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}
.section5-head-text {
  max-width: 35rem;
  line-height: 1.78;
  color: rgba(30, 61, 89, 0.78);
}
.section5-kicker, .section5-score-kicker, .section5-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 9999px;
  padding: 0.38rem 0.72rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.section5-kicker {
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  color: rgba(30, 61, 89, 0.62);
}
.section5-kicker-soft {
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  color: rgba(30, 61, 89, 0.62);
}
.section5-kicker-light, .section5-badge {
  border: 1px solid rgba(245, 241, 227, 0.14);
  background: rgba(245, 241, 227, 0.06);
  color: rgba(245, 241, 227, 0.8);
}
.section5-score-kicker {
  border: 1px solid rgba(30, 61, 89, 0.1);
  background: rgba(30, 61, 89, 0.04);
  color: rgba(30, 61, 89, 0.62);
}
.section5-surface-light, .section5-surface-blue, .section5-surface-dark, .section5-manifest-main, .section5-score-rail, .section5-modal-teaser, .section5-premium-copy, .section5-premium-score {
  border-radius: 1.8rem;
}
.section5-surface-light {
  border: 1px solid rgba(216, 207, 182, 0.56);
  background: rgba(251, 248, 240, 0.98);
  box-shadow: 0 18px 38px rgba(8, 20, 31, 0.08);
}
.section5-surface-blue {
  border: 1px solid rgba(245, 241, 227, 0.12);
  background: var(--surface-blue), var(--pattern-grid);
  background-repeat: no-repeat, repeat;
  color: var(--color-two);
  box-shadow: 0 22px 46px rgba(8, 20, 31, 0.22);
}
.section5-surface-dark, .section5-manifest-main, .section5-premium-copy, .section5-modal-teaser {
  border: 1px solid rgba(245, 241, 227, 0.12);
  background: var(--surface-blue), var(--pattern-grid);
  background-repeat: no-repeat, repeat;
  color: var(--color-two);
  box-shadow: 0 22px 46px rgba(8, 20, 31, 0.26);
}
.section5-card-title {
  padding-top: 0.9rem;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}
.section5-card-title-light {
  color: white;
}
.section5-copy {
  line-height: 1.74;
  color: rgba(30, 61, 89, 0.8);
}
.section5-copy + .section5-copy {
  padding-top: 0.95rem;
}
.section5-copy-light {
  color: rgba(245, 241, 227, 0.78);
}
.section5-copy-muted {
  color: rgba(30, 61, 89, 0.66);
}
.section5-map-visual {
  display: grid;
  place-items: center;
  min-height: 15rem;
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.05);
}
.section5-surface-blue .section5-map-visual {
  background: rgba(245, 241, 227, 0.08);
}
.section5-map-visual-compact {
  min-height: 12rem;
}
.section5-map-visual svg, .section5-map-visual img {
  width: 100%;
  max-width: 21rem;
  height: auto;
}
.section5-split-grid, .section5-premium-grid, .section5-stage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.section5-map-card, .section5-about-card, .section5-stage-map, .section5-stage-copy {
  padding: 1.55rem;
}
.section5-map-card, .section5-about-card, .section5-stage-map, .section5-stage-copy, .section5-premium-copy, .section5-premium-score, .section5-score-rail-head, .section5-manifest-copy {
  display: grid;
  gap: 0.8rem;
}
.section5-proof-grid, .section5-duo-grid, .section5-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.section5-proof-card, .section5-score-card, .section5-feature-card, .section5-journey-card {
  padding: 1.35rem;
}
.section5-proof-title, .section5-faq-card h3, .section5-faq-strip-card h3, .section5-faq-compact-item h3, .section5-feature-card h3 {
  font-size: 1.1rem;
  line-height: 1.35;
  color: var(--color-one);
}
.section5-score-card {
  display: grid;
  gap: 1rem;
}
.section5-score-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}
.section5-score-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}
.section5-score-item {
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  padding: 0.95rem 0.65rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(216, 207, 182, 0.65);
  background: rgba(255, 255, 255, 0.52);
  text-align: center;
}
.section5-score-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 9999px;
  border: 4px solid #08bf6f;
  font-family: "Iowan Old Style", "Georgia", serif;
  font-size: 1.8rem;
  color: #08bf6f;
}
.section5-score-item p, .section5-score-rail-item p, .section5-inline-scores span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.62);
}
.section5-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.section5-faq-card {
  padding: 1.2rem;
}
.section5-faq-card p, .section5-faq-strip-card p, .section5-faq-compact-item p, .section5-feature-card p, .section5-journey-proof p {
  padding-top: 0.8rem;
  line-height: 1.7;
  color: rgba(30, 61, 89, 0.76);
}
.section5-manifest-shell {
  margin-top: 1rem;
}
.section5-manifest-main {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 1rem;
  padding: 1.65rem;
}
.section5-manifest-map {
  display: grid;
  gap: 1rem;
  align-content: start;
  padding: 1.2rem;
  border-radius: 1.45rem;
  background: rgba(245, 241, 227, 0.06);
}
.section5-manifest-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: -0.8rem;
  padding-inline: 1.15rem;
  position: relative;
  z-index: 1;
}
.section5-proof-card-pop {
  box-shadow: 0 24px 44px rgba(8, 20, 31, 0.18);
}
.section5-faq-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.section5-faq-strip-card {
  padding: 1.15rem 1.2rem;
  border-radius: 1.35rem;
  background: rgba(245, 241, 227, 0.08);
  border: 1px solid rgba(245, 241, 227, 0.12);
}
.section5-faq-strip-card h3, .section5-journey-proof h3 {
  color: white;
}
.section5-faq-strip-card p, .section5-journey-proof p {
  color: rgba(245, 241, 227, 0.78);
}
.section5-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.section5-journey-card {
  display: grid;
  align-content: start;
  gap: 0.95rem;
}
.section5-journey-proof + .section5-journey-proof {
  padding-top: 1rem;
  margin-top: 0.2rem;
  border-top: 1px solid rgba(245, 241, 227, 0.1);
}
.section5-score-rail {
  margin-top: 1rem;
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(216, 207, 182, 0.56);
  background: rgba(251, 248, 240, 0.96);
}
.section5-score-rail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.section5-score-rail-item {
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  padding: 1rem 0.8rem;
  border-radius: 1.25rem;
  background: rgba(30, 61, 89, 0.05);
}
.section5-faq-compact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1rem;
}
.section5-faq-compact-item {
  padding: 1.1rem 1.15rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(216, 207, 182, 0.56);
  background: rgba(251, 248, 240, 0.96);
}
.section5-premium-copy, .section5-premium-score {
  padding: 1.55rem;
}
.section5-premium-score {
  border: 1px solid rgba(216, 207, 182, 0.32);
  background: rgba(251, 248, 240, 0.98);
  color: var(--color-one);
}
.section5-score-grid-premium {
  margin-top: 1rem;
}
.section5-score-item-premium {
  background: rgba(30, 61, 89, 0.04);
}
.section5-chip-row, .section5-modal-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}
.section5-chip-row span, .section5-modal-preview span {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.14);
  background: rgba(245, 241, 227, 0.06);
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(245, 241, 227, 0.84);
}
.section5-modal-teaser {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.45rem 1.55rem;
}
.section5-hybrid-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 1rem;
  margin-top: 1rem;
}
.section5-hybrid-side {
  position: relative;
  display: grid;
  gap: 0.9rem;
  align-content: start;
  overflow: hidden;
  min-height: 24rem;
  padding: 1.45rem 1.5rem 9rem;
  border-radius: 1.8rem;
  border: 1px solid rgba(245, 241, 227, 0.12);
  background: radial-gradient(circle at top right, rgba(188, 135, 69, 0.14), transparent 30%), var(--surface-blue), var(--pattern-grid);
  background-repeat: no-repeat, no-repeat, repeat;
  box-shadow: 0 22px 46px rgba(8, 20, 31, 0.26);
}
.section5-hybrid-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.2rem;
}
.section5-hybrid-points span {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border: 1px solid rgba(245, 241, 227, 0.14);
  background: rgba(245, 241, 227, 0.06);
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(245, 241, 227, 0.84);
}
.section5-hybrid-lys-wrap {
  --section5-lys-aura: rgba(248, 235, 204, 0.26);
  --section5-lys-main: rgba(255, 244, 221, 0.82);
  --section5-lys-main-active: rgba(255, 249, 238, 0.98);
  --section5-lys-depth: rgba(205, 180, 128, 0.46);
  --section5-lys-depth-active: rgba(224, 194, 132, 0.72);
  --section5-lys-highlight: rgba(255, 252, 245, 0.62);
  --section5-lys-highlight-active: rgba(255, 253, 247, 0.98);
  --section5-lys-stroke: rgba(255, 250, 239, 0.42);
  --section5-lys-stroke-active: rgba(255, 250, 239, 0.72);
  --section5-lys-glow-soft: rgba(255, 245, 220, 0.12);
  --section5-lys-glow-strong: rgba(255, 246, 225, 0.36);
  --section5-lys-glow-gold: rgba(227, 196, 138, 0.2);
  position: absolute;
  right: 0.35rem;
  bottom: -0.35rem;
  width: clamp(9rem, 42%, 12rem);
  aspect-ratio: 1;
  pointer-events: auto;
}
.section5-hybrid-lys-wrap::before, .section5-hybrid-lys-wrap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section5-hybrid-lys-wrap::before {
  inset: auto 12% 4% 12%;
  height: 1.35rem;
  border-radius: 9999px;
  background: radial-gradient( ellipse at center, var(--section5-lys-main) 0%, var(--section5-lys-highlight) 28%, var(--section5-lys-aura) 58%, transparent 78% ), linear-gradient( 90deg, transparent 0%, var(--section5-lys-depth) 18%, var(--section5-lys-highlight) 50%, var(--section5-lys-depth) 82%, transparent 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient( ellipse at center, color-mix(in srgb, var(--section5-lys-main) 74%, transparent) 0%, color-mix(in srgb, var(--section5-lys-highlight) 56%, transparent) 28%, color-mix(in srgb, var(--section5-lys-aura) 30%, transparent) 58%, transparent 78% ), linear-gradient( 90deg, transparent 0%, color-mix(in srgb, var(--section5-lys-depth) 38%, transparent) 18%, color-mix(in srgb, var(--section5-lys-highlight) 54%, transparent) 50%, color-mix(in srgb, var(--section5-lys-depth) 38%, transparent) 82%, transparent 100% );
  }
  opacity: 0.52;
  transform: scaleX(0.9) scaleY(0.84);
  transform-origin: center;
  transition: opacity 320ms var(--ease-smooth), transform 420ms var(--ease-smooth);
}
.section5-hybrid-lys-wrap::after {
  inset: -10%;
  opacity: 0;
  transform: scale(0.72) rotate(-8deg);
  background: radial-gradient(circle at 18% 64%, rgba(255, 246, 221, 0.98) 0 1.8px, transparent 3px), radial-gradient(circle at 28% 28%, rgba(212, 170, 91, 0.96) 0 1.5px, transparent 2.6px), radial-gradient(circle at 44% 12%, rgba(255, 244, 219, 0.92) 0 1.5px, transparent 2.7px), radial-gradient(circle at 64% 10%, rgba(212, 170, 91, 0.94) 0 1.7px, transparent 2.9px), radial-gradient(circle at 78% 20%, rgba(255, 246, 221, 0.96) 0 1.7px, transparent 2.9px), radial-gradient(circle at 88% 44%, rgba(212, 170, 91, 0.9) 0 1.6px, transparent 2.8px), radial-gradient(circle at 80% 72%, rgba(255, 244, 219, 0.92) 0 1.7px, transparent 2.8px), radial-gradient(circle at 62% 88%, rgba(212, 170, 91, 0.88) 0 1.5px, transparent 2.7px), radial-gradient(circle at 32% 90%, rgba(255, 246, 221, 0.9) 0 1.6px, transparent 2.8px);
  filter: blur(0.15px);
}
.section5-hybrid-lys {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--font-symbol);
  font-size: clamp(6.6rem, 11vw, 8.9rem);
  line-height: 1;
  pointer-events: none;
  transition: opacity 320ms var(--ease-smooth), color 320ms var(--ease-smooth), filter 240ms var(--ease-smooth);
}
.section5-hybrid-lys-shadow {
  transform: translate3d(0.26rem, 0.62rem, 0);
  color: rgba(5, 11, 18, 0.22);
  opacity: 0.52;
}
.section5-hybrid-lys-depth {
  transform: translate3d(0.14rem, 0.28rem, 0);
  color: var(--section5-lys-depth);
  opacity: 0.92;
}
.section5-hybrid-lys-main {
  color: var(--section5-lys-main);
}
.section5-hybrid-lys-highlight {
  transform: translate3d(-0.08rem, -0.16rem, 0);
  color: var(--section5-lys-highlight);
  opacity: 0.62;
}
.section5-hybrid-lys-stroke {
  color: transparent;
  -webkit-text-stroke: 1px var(--section5-lys-stroke);
  opacity: 0.52;
}
.section5-hybrid-lys-wrap.is-forging::before {
  opacity: 0.78;
  transform: scaleX(1.04) scaleY(1.08);
}
.section5-hybrid-lys-wrap.is-forging .section5-hybrid-lys-shadow {
  opacity: 0.62;
}
.section5-hybrid-lys-wrap.is-forging .section5-hybrid-lys-depth {
  color: var(--section5-lys-depth-active);
}
.section5-hybrid-lys-wrap.is-forging .section5-hybrid-lys-main {
  color: var(--section5-lys-main-active);
}
.section5-hybrid-lys-wrap.is-forging .section5-hybrid-lys-highlight {
  opacity: 0.96;
  color: var(--section5-lys-highlight-active);
}
.section5-hybrid-lys-wrap.is-forging .section5-hybrid-lys-stroke {
  -webkit-text-stroke-color: var(--section5-lys-stroke-active);
  opacity: 0.88;
}
.section5-hybrid-lys-wrap.is-bursting::after {
  animation: section5LysForgeSparks 940ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.section5-hybrid-lys-wrap.is-bursting .section5-hybrid-lys-highlight {
  animation: section5LysForgeFlash 860ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.section5-accordion-shell {
  align-self: start;
}
.section5-accordion-list {
  display: grid;
  gap: 0.75rem;
}
.section5-accordion-item {
  position: relative;
  border-radius: 1.45rem;
  border: 1px solid rgba(216, 207, 182, 0.56);
  background: rgba(251, 248, 240, 0.96);
  box-shadow: 0 14px 28px rgba(8, 20, 31, 0.06);
  overflow: hidden;
  transition: border-color 220ms var(--ease-smooth), box-shadow 220ms var(--ease-smooth), transform 220ms var(--ease-smooth);
}
.section5-accordion-item.is-open {
  border-color: rgba(30, 61, 89, 0.16);
  box-shadow: 0 18px 34px rgba(8, 20, 31, 0.09);
}
.section5-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 1.25rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-one);
}
.section5-accordion-trigger span:first-child {
  min-width: 0;
}
.section5-accordion-icon {
  position: relative;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  color: rgba(30, 61, 89, 0.56);
}
.section5-accordion-icon::before, .section5-accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1.5px;
  border-radius: 9999px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 220ms var(--ease-smooth), opacity 220ms var(--ease-smooth);
}
.section5-accordion-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.section5-accordion-icon.is-open::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  opacity: 0;
}
.section5-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms var(--ease-smooth);
}
.section5-accordion-panel.is-open {
  grid-template-rows: 1fr;
}
.section5-accordion-panel-inner {
  overflow: hidden;
}
.section5-accordion-panel p {
  padding: 0 1.25rem 1.2rem;
  line-height: 1.72;
  color: rgba(30, 61, 89, 0.78);
}
.section5-accordion-list-large .section5-accordion-item {
  box-shadow: 0 14px 28px rgba(8, 20, 31, 0.06);
}
.section5-variant .section5-head {
  align-items: start;
}
.section5-variant .section5-head-text {
  max-width: 38rem;
}
.section5-variant-particules .section5-hybrid-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 16% 22%, rgba(255, 241, 201, 0.16) 0 1.6px, transparent 2.9px), radial-gradient(circle at 31% 72%, rgba(212, 170, 91, 0.18) 0 1.8px, transparent 3.1px), radial-gradient(circle at 68% 18%, rgba(255, 241, 201, 0.14) 0 1.6px, transparent 2.8px), radial-gradient(circle at 82% 62%, rgba(212, 170, 91, 0.16) 0 1.8px, transparent 3px), radial-gradient(circle at 58% 84%, rgba(255, 241, 201, 0.14) 0 1.5px, transparent 2.7px);
  opacity: 0.9;
  animation: section5AmbientSparkle 7s linear infinite;
  pointer-events: none;
}
.section5-variant-particules .section5-hybrid-lys-wrap::before {
  content: none;
}
.section5-variant-particules .section5-accordion-item.is-bursting::after {
  animation-duration: 1080ms;
  filter: blur(0.1px);
}
@keyframes section5AmbientSparkle {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.72;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
@keyframes section5LysForgeFlash {
  0% {
    opacity: 0.64;
  }
  32% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes section5LysForgeSparks {
  0% {
    opacity: 0;
    transform: scale(0.74) rotate(-8deg);
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 0.86;
  }
  100% {
    opacity: 0;
    transform: scale(1.14) rotate(6deg);
  }
}
@keyframes section5AccordionBorderBurst {
  0% {
    opacity: 0;
    transform: scale(0.92);
    filter: saturate(1.45) blur(1.2px);
  }
  28% {
    opacity: 1;
    transform: scale(1.03);
    filter: saturate(1.08) blur(0);
  }
  100% {
    opacity: 0.95;
    transform: scale(1);
    filter: saturate(1) blur(0);
  }
}
@keyframes section5AccordionParticleBurst {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  20% {
    opacity: 1;
  }
  68% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes section4Float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes section4RailDrift {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 0.4rem);
  }
}
@keyframes section4TabBorderBurst {
  0% {
    opacity: 0;
    transform: scale(0.92);
    filter: saturate(1.45) blur(1.2px);
  }
  28% {
    opacity: 1;
    transform: scale(1.03);
    filter: saturate(1.08) blur(0);
  }
  100% {
    opacity: 0.95;
    transform: scale(1);
    filter: saturate(1) blur(0);
  }
}
@keyframes section4TabParticlesBurst {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  22% {
    opacity: 1;
  }
  68% {
    opacity: 0.66;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@media (max-width: 1100px) {
  .section4-head, .section4-layout, .section5-head, .section5-hybrid-grid, .section6-contact-grid {
    grid-template-columns: 1fr;
  }
  .section4-scrollzone {
    min-height: var(--section4-scrollzone-height, calc((var(--deck-steps, 3) * 70dvh) + 13rem));
  }
  .section4-rail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .section5-journey-grid, .section5-score-rail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .section4-scrollzone {
    min-height: auto;
  }
  .section4-pin {
    position: relative;
    top: auto;
    min-height: auto;
  }
  .section4-head, .section4-included, .section4-rail, .section4-modal-head, .section4-modal-body, .section5-panel {
    padding: 1.25rem;
  }
  .section4-title {
    max-width: none;
  }
  .section4-progress-meta {
    flex-direction: column;
    align-items: start;
  }
  .section4-stage {
    min-height: 31.5rem;
    padding: 1.35rem;
  }
  .section4-card {
    inset: 1.35rem;
    width: auto;
    height: calc(100% - 2.7rem);
  }
  .section4-stage-lys {
    width: 5.6rem;
  }
  .section4-stage-lys-shadow, .section4-stage-lys-depth, .section4-stage-lys-main, .section4-stage-lys-highlight, .section4-stage-lys-stroke {
    font-size: 5.6rem;
  }
  .section4-stage-ghost {
    width: calc(100% - 3rem);
  }
  .section4-rail-grid {
    grid-template-columns: 1fr;
  }
  .section5-head-title {
    max-width: none;
  }
  .section5-journey-grid, .section5-score-rail-grid {
    grid-template-columns: 1fr;
  }
  .section6-minimal-mail, .section6-minimal-title {
    max-width: none;
    font-size: 1rem;
  }
  .section6-form-grid {
    grid-template-columns: 1fr;
  }
  .section6-form-actions, .section6-minimal-meta {
    justify-content: flex-start;
  }
  .section5-accordion-trigger {
    padding: 1rem 1.1rem;
  }
  .section5-accordion-panel p {
    padding: 0 1.1rem 1.05rem;
  }
  .alert {
    left: 1rem;
    right: 1rem;
    max-width: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .section4-stage-lys, .section4-rail-lys {
    animation: none;
  }
  .section4-tab.is-active::before, .section4-tab.is-active::after {
    animation: none;
    opacity: 1;
    transform: none;
    filter: none;
  }
}
.classic-hero-reveal {
  --classic-hero-pointer-shift-x: 0px;
  --classic-hero-pointer-shift-y: 0px;
  position: relative;
  container-type: inline-size;
  perspective: 1800px;
  transform-style: preserve-3d;
}
.classic-hero-face {
  transition: opacity 760ms var(--ease-smooth), transform 980ms cubic-bezier(0.22, 1, 0.36, 1), filter 680ms ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.classic-hero-face-emblem {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.5rem, 3cqi, 1.75rem);
  z-index: 1;
  pointer-events: none;
  transform-origin: right center;
  transform: rotateY(0deg) scale(1);
}
.classic-hero-reload-shell {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms var(--ease-smooth), transform 220ms var(--ease-smooth);
  transform: translateY(-0.35rem);
}
.classic-hero-reload-shell.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.classic-hero-face-text {
  position: relative;
  opacity: 0;
  transform-origin: left center;
  transform: rotateY(88deg) translateX(-3%) scale(0.98);
  filter: blur(12px);
  pointer-events: none;
}
.classic-hero-face-text > .grid {
  perspective: 1800px;
  transform-style: preserve-3d;
}
.classic-hero-face-text > .grid > * {
  opacity: 0;
  transform-origin: left center;
  transform: rotateY(24deg) rotateX(8deg) translate3d(-1.75rem, 0.75rem, 4rem) scale(0.985);
  filter: blur(10px);
  transition: opacity 620ms ease, transform 1120ms cubic-bezier(0.22, 1, 0.36, 1), filter 680ms ease, box-shadow 520ms ease;
  transform-style: preserve-3d;
  will-change: transform, opacity, filter;
}
.classic-hero-face-text > .grid > *:nth-child(1) {
  transition-delay: 100ms;
}
.classic-hero-face-text > .grid > *:nth-child(2) {
  transition-delay: 180ms;
}
.classic-hero-face-text > .grid > *:nth-child(3) {
  transition-delay: 260ms;
}
.classic-hero-reveal[data-mode="text"] .classic-hero-face-emblem {
  opacity: 0;
  transform: rotateY(-92deg) translateX(4%) scale(0.96);
  filter: blur(12px);
  pointer-events: none;
}
.classic-hero-reveal[data-mode="text"] .classic-hero-face-text {
  opacity: 1;
  transform: rotateY(0deg) translateX(0) scale(1);
  filter: none;
  pointer-events: auto;
}
.classic-hero-reveal[data-mode="text"] .classic-hero-face-text > .grid > * {
  opacity: 1;
  transform: rotateY(0deg) rotateX(0deg) translate3d(0, 0, 0) scale(1);
  filter: none;
}
@media (max-width: 1429px) {
  .classic-hero-cadence-card {
    display: none;
  }
}
.classic-hero-emblem-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 100%;
  padding-inline: clamp(0.25rem, 2cqi, 1.25rem);
  transform-style: preserve-3d;
}
.classic-hero-emblem-glow {
  position: absolute;
  inset: 12% 14%;
  border-radius: 9999px;
  background: radial-gradient(circle, rgba(30, 61, 89, 0.18), rgba(30, 61, 89, 0) 60%), radial-gradient(circle, rgba(188, 135, 69, 0.14), rgba(188, 135, 69, 0) 68%);
  filter: blur(24px);
}
.classic-hero-emblem {
  position: relative;
  width: min(100%, 44rem);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  font-family: "Noto Sans Symbols 2", "Noto Sans Symbols", "Segoe UI Symbol", "Apple Symbols", serif;
  font-size: clamp(16rem, min(108cqi, 72dvh), 42rem);
  line-height: 1.04;
  overflow: visible;
  transform: translate3d( var(--classic-hero-pointer-shift-x), var(--classic-hero-pointer-shift-y), 0 );
  transform-style: preserve-3d;
  transition: transform 150ms var(--ease-smooth);
  filter: drop-shadow(0 24px 38px rgba(30, 61, 89, 0.22)) drop-shadow(0 0 36px rgba(188, 135, 69, 0.22));
}
.classic-hero-emblem > span {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: inherit;
  line-height: inherit;
  transform: translate( calc(-50% + var(--classic-hero-emblem-x, 0px)), calc(-50% + var(--classic-hero-emblem-y, -5%)) ) scale(var(--classic-hero-emblem-scale, 1));
}
.classic-hero-emblem-shadow {
  --classic-hero-emblem-x: 0.05em;
  --classic-hero-emblem-y: 0.065em;
  --classic-hero-emblem-scale: 1.02;
  color: rgba(13, 28, 43, 0.28);
  filter: blur(4px);
  opacity: 0.22;
}
.classic-hero-emblem-depth {
  --classic-hero-emblem-x: 0.024em;
  --classic-hero-emblem-y: 0.034em;
  color: #8f6328;
  opacity: 0.9;
}
.classic-hero-emblem-main {
  background: linear-gradient(145deg, #fff6d8 0%, #efd7a0 24%, #c49047 58%, #744e1d 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.classic-hero-emblem-highlight {
  --classic-hero-emblem-x: -0.018em;
  --classic-hero-emblem-y: -0.022em;
  --classic-hero-emblem-scale: 0.99;
  color: rgba(255, 249, 234, 0.24);
  opacity: 0.86;
}
.classic-hero-emblem-stroke {
  color: transparent;
  -webkit-text-stroke: 0.006em rgba(255, 246, 224, 0.32);
  opacity: 0.92;
}
.classic-hero-reload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(30, 61, 89, 0.16);
  border-radius: 9999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 241, 231, 0.92));
  box-shadow: 0 12px 26px rgba(30, 61, 89, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 0.5rem 0.82rem 0.5rem 0.72rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(30, 61, 89, 0.86);
  transition: transform 0.18s var(--ease-smooth), opacity 0.18s var(--ease-smooth), box-shadow 0.18s var(--ease-smooth), border-color 0.18s var(--ease-smooth);
}
.classic-hero-reload svg {
  width: 0.92rem;
  height: 0.92rem;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
  opacity: 0.9;
}
.classic-hero-reload:hover {
  transform: translateY(-1px);
  opacity: 1;
  border-color: rgba(30, 61, 89, 0.24);
  box-shadow: 0 16px 30px rgba(30, 61, 89, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.section1 {
  background-image: var(--pattern-orbs);
  background-repeat: repeat;
  background-position: center;
}
.section3 {
  background-image: var(--pattern-grid);
}
.section5 {
  background-image: var(--pattern-stamp);
}
.marquee {
  animation: marquee var(--marquee-duration, 25s) linear infinite;
  will-change: transform;
}
.marquee.is-paused, .marquee:hover {
  animation-play-state: paused;
}
.marquee-group {
  display: flex;
  min-width: 100vw;
  align-items: center;
  justify-content: space-evenly;
  gap: 8rem;
}
.section2-marquee-shell {
  border-left: 4px solid #1e3d59;
  border-right: 4px solid #1e3d59;
}
.logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}
.logo-caption {
  display: block;
  margin-top: 0.2rem;
  font-family: "Space Grotesk", "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.9;
}
.logo-tint {
  filter: brightness(0) saturate(100%) invert(20%) sepia(25%) saturate(1268%) hue-rotate(164deg) brightness(91%) contrast(90%);
}
@media (prefers-reduced-motion: reduce) {
  .card {
    transition: none;
  }
  .classic-hero-face {
    transition: none;
  }
  .marquee {
    animation: none;
    transform: none;
  }
  .section3-project-frame, .section3-project-rotator-pill {
    animation: none;
  }
  .section3-project-frame-primary {
    opacity: 1;
    transform: none;
  }
  .section3-project-frame-secondary {
    opacity: 0;
  }
  .section2-service-card, .section2-service-card:hover, .section3-project-card, .section3-project-card:hover {
    transform: none;
  }
}
@media (min-width: 768px) {
  .section-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .section-container {
    width: 80%;
  }
  .marquee-group {
    gap: 6rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .card-title {
    font-size: clamp(1.1rem, 0.8vw + 1rem, 1.35rem);
  }
  .section2-service-body {
    padding: 1.55rem 1.55rem 1.6rem;
  }
  .section2-note-card {
    padding: 1.55rem 1.55rem 1.6rem;
  }
  .section3-project-media {
    min-height: 16.5rem;
  }
  .section3-project-media-dual {
    min-height: 17.5rem;
  }
  .section3-project-shot-main .section3-project-image {
    min-height: 16.5rem;
  }
  .section3-project-body {
    padding: 1.55rem;
  }
  .section3-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .section3-modal-head {
    padding: 1.65rem 1.7rem 1.2rem;
  }
  .section3-modal-body {
    padding: 1.45rem 1.7rem 1.7rem;
  }
  .section3-modal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
nav {
  width: 100vw;
  background: var(--color-two);
  color: var(--color-one);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer {
  background-color: #1e3d59;
  background-image: var(--pattern-lattice);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
