/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@900&family=Barlow:wght@900&family=Bebas+Neue&family=Cormorant+Garamond:wght@500&family=Figtree:wght@900&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Outfit:wght@900&family=Urbanist:wght@900&display=swap");
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --aspect-video: 16 / 9;
    --default-font-family: var(--wp--preset--font-family--body);
    --default-mono-font-family: var(--wp--preset--font-family--mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(0.25rem * 3);
  }
  .mt-4 {
    margin-top: calc(0.25rem * 4);
  }
  .mt-5 {
    margin-top: calc(0.25rem * 5);
  }
  .mt-6 {
    margin-top: calc(0.25rem * 6);
  }
  .mt-8 {
    margin-top: calc(0.25rem * 8);
  }
  .mt-10 {
    margin-top: calc(0.25rem * 10);
  }
  .mb-4 {
    margin-bottom: calc(0.25rem * 4);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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-\[72rem\] {
    max-width: 72rem;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .gap-0 {
    gap: calc(0.25rem * 0);
  }
  .gap-3 {
    gap: calc(0.25rem * 3);
  }
  .gap-4 {
    gap: calc(0.25rem * 4);
  }
  .gap-6 {
    gap: calc(0.25rem * 6);
  }
  .gap-8 {
    gap: calc(0.25rem * 8);
  }
  .gap-10 {
    gap: calc(0.25rem * 10);
  }
  .gap-x-10 {
    column-gap: calc(0.25rem * 10);
  }
  .gap-y-8 {
    row-gap: calc(0.25rem * 8);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border {
    border-color: var(--wp--preset--color--border);
  }
  .bg-\[\#f6f4ee\] {
    background-color: #f6f4ee;
  }
  .p-6 {
    padding: calc(0.25rem * 6);
  }
  .px-6 {
    padding-inline: calc(0.25rem * 6);
  }
  .py-8 {
    padding-block: calc(0.25rem * 8);
  }
  .py-10 {
    padding-block: calc(0.25rem * 10);
  }
  .py-12 {
    padding-block: calc(0.25rem * 12);
  }
  .py-14 {
    padding-block: calc(0.25rem * 14);
  }
  .py-16 {
    padding-block: calc(0.25rem * 16);
  }
  .py-18 {
    padding-block: calc(0.25rem * 18);
  }
  .py-20 {
    padding-block: calc(0.25rem * 20);
  }
  .pb-24 {
    padding-bottom: calc(0.25rem * 24);
  }
  .font-display {
    font-family: var(--wp--preset--font-family--display);
  }
  .font-mono {
    font-family: var(--wp--preset--font-family--mono);
  }
  .font-serif {
    font-family: var(--wp--preset--font-family--body);
  }
  .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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[0\.68rem\] {
    font-size: 0.68rem;
  }
  .leading-\[0\.82\] {
    --tw-leading: 0.82;
    line-height: 0.82;
  }
  .leading-\[0\.86\] {
    --tw-leading: 0.86;
    line-height: 0.86;
  }
  .leading-\[0\.88\] {
    --tw-leading: 0.88;
    line-height: 0.88;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-\[0\.24em\] {
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
  }
  .tracking-\[0\.32em\] {
    --tw-tracking: 0.32em;
    letter-spacing: 0.32em;
  }
  .tracking-\[0\.35em\] {
    --tw-tracking: 0.35em;
    letter-spacing: 0.35em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-\[\#171717\] {
    color: #171717;
  }
  .text-foreground {
    color: var(--wp--preset--color--ivory);
  }
  .text-foreground\/88 {
    color: var(--wp--preset--color--ivory);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--wp--preset--color--ivory) 88%, transparent);
    }
  }
  .text-muted-foreground {
    color: var(--wp--preset--color--stone);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(0.25rem * 8);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 8);
    }
  }
  .md\:px-10 {
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 10);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 10);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 12);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 14);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 16);
    }
  }
  .md\:py-18 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 18);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 24);
    }
  }
  .md\:py-32 {
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 32);
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--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-\[7rem\] {
    @media (width >= 48rem) {
      font-size: 7rem;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(0.25rem * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(0.25rem * 6);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(0.25rem * 10);
    }
  }
  .lg\:py-10 {
    @media (width >= 64rem) {
      padding-block: calc(0.25rem * 10);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(0.25rem * 14);
    }
  }
  .lg\:text-\[0\.7rem\] {
    @media (width >= 64rem) {
      font-size: 0.7rem;
    }
  }
  .lg\:text-\[6\.5rem\] {
    @media (width >= 64rem) {
      font-size: 6.5rem;
    }
  }
  .lg\:tracking-\[0\.28em\] {
    @media (width >= 64rem) {
      --tw-tracking: 0.28em;
      letter-spacing: 0.28em;
    }
  }
}
@font-face {
  font-family: "Josefin Sans Test";
  src: url("../fonts/JosefinSans-Bold-r27.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@layer base {
  :root {
    color-scheme: dark;
    --tex-soft-bg: var(--wp--preset--color--night);
    --tex-soft-elevated: #1a1816;
    --tex-soft-label: #c4b69c;
    --tex-soft-meta: #a8a299;
    --tex-soft-data: #d4d0c8;
    --tex-soft-hint: #a8a299;
    --tex-soft-disabled: #706c64;
    --tex-soft-serif: #c8c4bc;
    --tex-soft-border: rgb(236 232 224 / 0.18);
    --tex-soft-border-strong: rgb(236 232 224 / 0.38);
    --tex-soft-radius: var(--wp--custom--radius, 0.25rem);
    --tex-soft-transition: 350ms ease;
  }
  html {
    background-color: var(--tex-soft-bg);
  }
  body {
    background-color: var(--tex-soft-bg);
    background-image: radial-gradient(circle at top, rgb(181 168 138 / 0.1), transparent 34%),
      linear-gradient(rgb(18 17 15 / 0.96), rgb(18 17 15 / 1)),
      url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: auto, auto, 180px 180px;
    color: var(--wp--preset--color--ivory);
    font-family: var(--wp--preset--font-family--body);
    text-rendering: optimizeLegibility;
  }
  ::selection {
    background: rgb(181 168 138 / 0.85);
    color: rgb(15 14 12 / 1);
  }
}
@layer components {
  .wp-site-blocks {
    min-height: 100vh;
    background-color: transparent;
    color: var(--wp--preset--color--ivory);
  }
  .tex-label,
  .tex-frame-label,
  .is-style-tex-eyebrow {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    color: var(--tex-soft-label);
    letter-spacing: 0.25em;
  }
  .tex-meta {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.1em;
  }
  .tex-data {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.75rem;
    color: var(--tex-soft-data);
    letter-spacing: 0;
  }
  .tex-hint {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.6875rem;
    color: var(--tex-soft-hint);
    letter-spacing: 0;
  }
  .tex-disabled {
    color: var(--tex-soft-disabled);
  }
  .tex-section-label {
    display: flex;
    align-items: center;
    gap: calc(0.25rem * 4);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    color: var(--tex-soft-label);
    letter-spacing: 0.25em;
  }
  .tex-section-label::before {
    content: "";
    display: block;
    width: 2rem;
    height: 1px;
    background-color: var(--tex-soft-label);
  }
  .tex-serif {
    font-family: "Cormorant Garamond", "Libre Baskerville", Georgia, serif;
    font-weight: 500;
    color: var(--tex-soft-serif);
  }
  .tex-display {
    font-family: "Outfit", var(--wp--preset--font-family--display);
    font-weight: 900;
    text-transform: uppercase;
  }
  .is-style-tex-lead {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--wp--preset--color--ivory);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--wp--preset--color--ivory) 88%, transparent);
    }
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .is-style-tex-muted {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--tex-soft-meta);
  }
  .tex-home-meta-line {
    align-items: center;
    gap: calc(0.25rem * 4);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.25em;
  }
  .tex-home-meta-line .wp-block-separator {
    margin-block: calc(0.25rem * 0);
    height: 1px;
    width: calc(0.25rem * 16);
    border-style: var(--tw-border-style);
    border-width: 0px;
    background-color: rgb(196 182 156 / 0.55);
  }
  .tex-surface,
  .is-style-tex-surface {
    border-style: var(--tw-border-style);
    border-width: 1px;
    background-color: rgb(26 24 22 / 0.82);
    border-color: var(--tex-soft-border);
    border-radius: var(--tex-soft-radius);
  }
  :where(.tex-page-content, .editor-styles-wrapper) {
    --tex-step-0: clamp(1rem, 0.98rem + 0.08vw, 1.1rem);
    --tex-step-1: clamp(1.125rem, 1.05rem + 0.35vw, 1.35rem);
    --tex-step-2: clamp(1.35rem, 1.15rem + 0.8vw, 1.8rem);
    --tex-step-3: clamp(1.7rem, 1.35rem + 1.3vw, 2.4rem);
    --tex-step-4: clamp(2.1rem, 1.6rem + 1.9vw, 3.4rem);
    --tex-step-5: clamp(2.6rem, 1.85rem + 2.8vw, 4.8rem);
    --tex-step-6: clamp(3.3rem, 2.15rem + 4.8vw, 6.75rem);
    --tex-step-7: clamp(4.5rem, 2.5rem + 8vw, 11rem);
    --tex-heading-scale: 1;
  }
  :where(.tex-page-content, .editor-styles-wrapper) :where(h1.wp-block-heading) {
    font-size: calc(var(--tex-step-6) * var(--tex-heading-scale));
    letter-spacing: -0.05em;
    line-height: 0.82;
  }
  :where(.tex-page-content, .editor-styles-wrapper) :where(h2.wp-block-heading) {
    font-size: calc(var(--tex-step-5) * var(--tex-heading-scale));
    letter-spacing: -0.04em;
    line-height: 0.86;
  }
  :where(.tex-page-content, .editor-styles-wrapper) :where(h3.wp-block-heading) {
    font-size: calc(var(--tex-step-4) * var(--tex-heading-scale));
    letter-spacing: -0.03em;
    line-height: 0.9;
  }
  :where(.tex-page-content, .editor-styles-wrapper) :where(h4.wp-block-heading) {
    font-size: calc(var(--tex-step-3) * var(--tex-heading-scale));
    letter-spacing: -0.02em;
    line-height: 0.96;
  }
  :where(.tex-page-content, .editor-styles-wrapper) :where(h5.wp-block-heading) {
    font-size: calc(var(--tex-step-2) * var(--tex-heading-scale));
    letter-spacing: -0.015em;
    line-height: 1;
  }
  :where(.tex-page-content, .editor-styles-wrapper) :where(h6.wp-block-heading) {
    font-size: calc(var(--tex-step-1) * var(--tex-heading-scale));
    letter-spacing: -0.01em;
    line-height: 1.05;
  }
  .tex-hero-main {
    --tex-heading-scale: 1.6;
  }
  .tex-hero-panel {
    --tex-heading-scale: 0.78;
  }
  .tex-section-shell {
    --tex-heading-scale: 1.28;
  }
  .tex-link-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    gap: calc(0.25rem * 8);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(0.25rem * 6);
    @media (width >= 48rem) {
      padding: calc(0.25rem * 7);
    }
    background-color: rgb(26 24 22 / 0.72);
    border-color: var(--tex-soft-border);
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      background-color var(--tex-soft-transition),
      color var(--tex-soft-transition),
      box-shadow var(--tex-soft-transition);
    --tex-heading-scale: 0.58;
  }
  .tex-link-card > p:not(.tex-frame-label):not(.is-style-tex-eyebrow),
  .tex-video-card > p:not(.tex-frame-label):not(.is-style-tex-eyebrow) {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--tex-soft-serif);
  }
  .tex-link-card:hover,
  .tex-link-card:focus-within {
    border-color: var(--wp--preset--color--aged-gold);
    background-color: rgb(30 28 26 / 0.82);
  }
  .tex-link-card a {
    color: var(--wp--preset--color--ivory);
    text-decoration-line: none;
    transition: color var(--tex-soft-transition);
  }
  .tex-link-card:hover a,
  .tex-link-card:focus-within a {
    color: var(--wp--preset--color--aged-gold);
  }
  .tex-video-card {
    height: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding: calc(0.25rem * 5);
    @media (width >= 48rem) {
      padding: calc(0.25rem * 6);
    }
    background-color: rgb(26 24 22 / 0.68);
    border-color: var(--tex-soft-border);
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      background-color var(--tex-soft-transition);
    --tex-heading-scale: 0.58;
  }
  .tex-video-card:hover,
  .tex-video-card:focus-within {
    border-color: var(--wp--preset--color--aged-gold);
    background-color: rgb(30 28 26 / 0.8);
  }
  .tex-video-card .wp-block-embed {
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: rgb(236 232 224 / 0.16);
    border-radius: var(--tex-soft-radius);
  }
  .tex-video-card iframe {
    aspect-ratio: var(--aspect-video);
    width: 100%;
  }
  .tex-hero-panel-quote {
    margin-top: calc(0.25rem * 10);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-top: calc(0.25rem * 6);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    font-style: italic;
    color: var(--tex-soft-serif);
  }
  .tex-quote-band {
    border-left-style: var(--tw-border-style);
    border-left-width: 0px;
    padding-left: calc(0.25rem * 0);
  }
  .tex-quote-band p {
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-leading: 1.25;
    line-height: 1.25;
    color: var(--wp--preset--color--ivory);
    font-style: italic;
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .tex-quote-band cite {
    margin-top: calc(0.25rem * 6);
    display: block;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    font-style: normal;
    color: var(--tex-soft-meta);
    letter-spacing: 0.25em;
  }
  .tex-cta-band {
    --tex-heading-scale: 0.84;
  }
  .tex-page-content > *:first-child {
    margin-top: calc(0.25rem * 0);
  }
  .wp-block-navigation .wp-block-navigation-item__content {
    color: var(--wp--preset--color--stone);
    transition: color var(--tex-soft-transition);
  }
  .tex-site-header__shell {
    display: grid;
    gap: 1.5rem;
    align-items: center;
  }
  .tex-site-header__brand,
  .tex-site-header__menu {
    min-width: 0;
  }
  .tex-site-header__utilities {
    justify-self: end;
  }
  .tex-primary-nav .wp-block-navigation-item,
  .tex-primary-nav .wp-block-navigation-item__content {
    white-space: nowrap;
  }
  .tex-primary-nav .wp-block-navigation__container {
    align-items: center;
  }
  @media (max-width: 69.9375rem) {
    .tex-site-header__shell {
      grid-template-columns: minmax(0, 1fr) auto;
      grid-template-areas: "brand brand"
        "menu utilities";
    }
    .tex-site-header__brand {
      grid-area: brand;
    }
    .tex-site-header__menu {
      grid-area: menu;
      justify-self: start;
    }
    .tex-site-header__utilities {
      grid-area: utilities;
      align-self: center;
    }
    .tex-primary-nav {
      width: auto;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
      display: flex !important;
      align-items: center;
      justify-content: center;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: none !important;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container.is-menu-open:not(.disable-default-overlay) {
      background-color: var(--wp--preset--color--night);
      color: var(--wp--preset--color--ivory);
      padding: 1.5rem;
    }
    .tex-primary-nav .wp-block-navigation__responsive-close {
      max-width: none;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container-content {
      padding-top: 4rem;
    }
    .tex-primary-nav
      .wp-block-navigation__responsive-container-content
      .wp-block-navigation__container {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.25rem;
    }
  }
  @media (min-width: 70rem) {
    .tex-site-header__shell {
      grid-template-columns: auto minmax(0, 1fr) auto;
      grid-template-areas: "brand menu utilities";
      column-gap: 2rem;
    }
    .tex-site-header__brand {
      grid-area: brand;
    }
    .tex-site-header__menu {
      grid-area: menu;
      justify-self: end;
    }
    .tex-site-header__utilities {
      grid-area: utilities;
    }
    .tex-primary-nav {
      width: 100%;
      justify-content: flex-end;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container-open {
      display: none !important;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
      display: block !important;
      position: relative;
      width: auto;
      z-index: auto;
    }
    .tex-primary-nav .wp-block-navigation__responsive-container-content {
      display: block;
    }
    .tex-primary-nav .wp-block-navigation__container {
      display: flex !important;
      flex-wrap: nowrap !important;
      justify-content: flex-end;
    }
  }
  .wp-block-navigation .wp-block-navigation-item__content:hover,
  .wp-block-navigation .wp-block-navigation-item__content:focus-visible {
    color: var(--wp--preset--color--ivory);
  }
  .tex-header-utilities a,
  .tex-header-utilities button,
  .tex-header-utilities .wc-block-mini-cart__button {
    color: var(--wp--preset--color--stone);
    transition: color var(--tex-soft-transition);
  }
  .tex-header-utilities a:hover,
  .tex-header-utilities a:focus-visible,
  .tex-header-utilities button:hover,
  .tex-header-utilities button:focus-visible,
  .tex-header-utilities .wc-block-mini-cart__button:hover,
  .tex-header-utilities .wc-block-mini-cart__button:focus-visible {
    color: var(--wp--preset--color--ivory);
  }
  .tex-header-utilities .wc-block-mini-cart__button {
    display: flex;
    align-items: center;
  }
  .wp-block-post-title a,
  .wp-block-site-title a {
    color: var(--wp--preset--color--ivory);
    text-decoration-line: none;
  }
  .wp-block-post-excerpt__more-link {
    margin-top: calc(0.25rem * 6);
    display: inline-flex;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-inline: calc(0.25rem * 5);
    padding-block: calc(0.25rem * 3);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.7rem;
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
    &:hover {
      @media (hover: hover) {
        border-color: var(--wp--preset--color--aged-gold);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--wp--preset--color--aged-gold);
      }
    }
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      color var(--tex-soft-transition),
      background-color var(--tex-soft-transition);
  }
  .wp-block-query-pagination {
    margin-top: calc(0.25rem * 10);
    gap: calc(0.25rem * 4);
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-top: calc(0.25rem * 6);
  }
  .wp-block-query-pagination a {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.7rem;
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
    text-transform: uppercase;
  }
  .tex-woo-native-shell {
    background-color: #f3f1eb;
    color: #171717;
    font-family: system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif;
  }
  .tex-woo-native-shell :is(
    p,
    label,
    legend,
    span,
    div
  ) {
    color: inherit;
  }
  .woocommerce-cart .tex-woo-native-shell :is(
    .wc-block-components-title,
    .wc-block-components-checkout-step__title,
    .wc-block-components-checkout-step__heading,
    .wc-block-components-order-summary__title,
    .wc-block-cart__totals-title,
    .wc-block-cart__empty-cart__title
  ),
  .woocommerce-checkout .tex-woo-native-shell :is(
    .wc-block-components-title,
    .wc-block-components-checkout-step__title,
    .wc-block-components-checkout-step__heading,
    .wc-block-components-order-summary__title,
    .wc-block-cart__totals-title,
    .wc-block-cart__empty-cart__title
  ) {
    color: #171717 !important;
    font-family: system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
  }
  .woocommerce-checkout .tex-woo-native-shell :is(
    .wc-block-checkout__contact-fields .wc-block-components-checkout-step__title,
    .wc-block-checkout__billing-fields .wc-block-components-checkout-step__title,
    .wp-block-woocommerce-checkout-payment-block .wc-block-components-checkout-step__title,
    .wc-block-components-checkout-order-summary__title-text
  ) {
    font-family: var(--wp--preset--font-family--display) !important;
    font-size: clamp(1.05rem, 0.95rem + 0.5vw, 1.3rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.015em !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }
  .woocommerce-checkout .tex-woo-native-shell :is(
    .wc-block-components-panel__button,
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label
  ) {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    line-height: 1.25 !important;
    text-transform: none !important;
  }
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-totals-footer-item
    .wc-block-formatted-money-amount {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
  }
  .woocommerce-cart .tex-woo-native-shell :is(
    .wc-block-components-button:not(.is-link),
    .wc-block-cart__submit-button
  ),
  .woocommerce-checkout .tex-woo-native-shell :is(
    .wc-block-components-button:not(.is-link),
    .wc-block-components-checkout-place-order-button
  ) {
    background: #171717 !important;
    border-color: #171717 !important;
    color: #f7f7f5 !important;
    font-family: system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
    font-size: 1rem !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
  .woocommerce-cart .tex-woo-native-shell :is(
    .wc-block-components-formatted-money-amount,
    .wc-block-components-totals-item__label,
    .wc-block-components-totals-item__value,
    .wc-block-components-order-summary-item__description,
    .wc-block-components-address-card__address-section,
    .wc-block-components-text,
    .wc-block-components-checkout-step__description
  ),
  .woocommerce-checkout .tex-woo-native-shell :is(
    .wc-block-components-formatted-money-amount,
    .wc-block-components-totals-item__label,
    .wc-block-components-totals-item__value,
    .wc-block-components-order-summary-item__description,
    .wc-block-components-address-card__address-section,
    .wc-block-components-text,
    .wc-block-components-checkout-step__description,
    .wc-block-components-payment-method-label,
    .wc-block-components-radio-control__secondary-label
  ) {
    color: #171717 !important;
  }
  .woocommerce-cart .tex-woo-native-shell :is(
    input:not([type="checkbox"]):not([type="radio"]),
    select,
    textarea
  ),
  .woocommerce-checkout .tex-woo-native-shell :is(
    input:not([type="checkbox"]):not([type="radio"]),
    select,
    textarea
  ) {
    background: #fff !important;
    border-color: rgba(23, 23, 23, 0.25) !important;
    color: #171717 !important;
    font-family: system-ui,
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif !important;
  }
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-sidebar-layout:not(.is-large)
    .checkout-order-summary-block-fill-wrapper {
    display: none !important;
  }
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-checkout-return-to-cart-button,
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-checkout-return-to-cart-button:hover,
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-checkout-return-to-cart-button:focus-visible {
    color: #171717 !important;
  }
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-checkout-return-to-cart-button:hover,
  .woocommerce-checkout
    .tex-woo-native-shell
    .wc-block-components-checkout-return-to-cart-button:focus-visible {
    text-decoration: underline;
    text-underline-offset: 0.18em;
  }
  .tex-ticket-product__container {
    margin-inline: auto;
    width: 100%;
    padding-inline: calc(0.25rem * 6);
    @media (width >= 48rem) {
      padding-inline: calc(0.25rem * 10);
    }
    max-width: 82rem;
  }
  .tex-ticket-product__section-label {
    margin-bottom: calc(0.25rem * 6);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.62rem;
    text-transform: uppercase;
    color: var(--tex-soft-label);
    letter-spacing: 0.25em;
  }
  .tex-ticket-product__hero {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-block: calc(0.25rem * 16);
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 24);
    }
  }
  .tex-ticket-product__tour-label {
    margin-bottom: calc(0.25rem * 4);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.78rem;
    text-transform: uppercase;
    @media (width >= 48rem) {
      font-size: 0.88rem;
    }
    color: var(--tex-soft-label);
    letter-spacing: 0.25em;
  }
  .tex-ticket-product__city {
    font-family: var(--wp--preset--font-family--display);
    margin: calc(0.25rem * 0);
    max-width: var(--container-5xl);
    font-size: clamp(3.4rem, 8vw, 6.25rem);
    --tw-leading: 0.92;
    line-height: 0.92;
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
  }
  .tex-ticket-product__date-line {
    margin-top: calc(0.25rem * 4);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: calc(0.25rem * 4);
    row-gap: calc(0.25rem * 2);
  }
  .tex-ticket-product__date {
    font-family: var(--wp--preset--font-family--display);
    margin: calc(0.25rem * 0);
    font-size: clamp(1.45rem, 3.4vw, 2.35rem);
    --tw-leading: 1;
    line-height: 1;
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
    color: var(--wp--preset--color--aged-gold);
    text-transform: uppercase;
  }
  .tex-ticket-product__venue-name {
    margin: calc(0.25rem * 0);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.8rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.18em;
  }
  .tex-ticket-product__event-note {
    margin-top: calc(0.25rem * 7);
    max-width: var(--container-3xl);
    font-family: var(--wp--preset--font-family--body);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    font-style: italic;
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    color: var(--tex-soft-serif);
  }
  .tex-ticket-product__purchase {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-block: calc(0.25rem * 14);
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 18);
    }
    background-color: rgb(26 24 22 / 0.88);
  }
  .tex-ticket-product__purchase-grid {
    display: grid;
    gap: calc(0.25rem * 10);
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      gap: calc(0.25rem * 14);
    }
  }
  @media (min-width: 48rem) {
    .tex-ticket-product__purchase-grid {
      grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 28rem);
      justify-content: space-between;
    }
  }
  .tex-ticket-product__purchase-copy {
    min-width: calc(0.25rem * 0);
  }
  .tex-ticket-product__price {
    font-family: var(--wp--preset--font-family--display);
    font-size: clamp(3rem, 6vw, 4.75rem);
    --tw-leading: 0.92;
    line-height: 0.92;
    --tw-tracking: -0.03em;
    letter-spacing: -0.03em;
    color: var(--wp--preset--color--ivory);
  }
  .tex-ticket-product__price .woocommerce-Price-amount,
  .tex-ticket-product__price bdi {
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
  }
  .tex-ticket-product__price small {
    margin-top: calc(0.25rem * 2);
    display: block;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.62rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.16em;
  }
  .tex-ticket-product__stock-warning {
    margin-top: calc(0.25rem * 4);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
    color: var(--wp--preset--color--aged-gold);
    text-transform: uppercase;
  }
  .tex-ticket-product__status-label {
    font-family: var(--wp--preset--font-family--display);
    margin-top: calc(0.25rem * 4);
    font-size: clamp(2.1rem, 4vw, 3.25rem);
    --tw-leading: 1;
    line-height: 1;
    --tw-tracking: -0.025em;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
  }
  .tex-ticket-product__purchase-action {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .tex-ticket-product__cart-form {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: calc(0.25rem * 5);
    max-width: 28rem;
  }
  .tex-ticket-product__quantity {
    display: flex;
    flex-direction: column;
    gap: calc(0.25rem * 3);
  }
  .tex-ticket-product__quantity-label {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.62rem;
    text-transform: uppercase;
    color: var(--tex-soft-label);
    letter-spacing: 0.22em;
  }
  .tex-ticket-product__qty-input {
    width: 100%;
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 4);
    font-family: var(--wp--preset--font-family--mono);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    color: var(--wp--preset--color--ivory);
    --tw-outline-style: none;
    outline-style: none;
    background-color: rgb(18 17 15 / 0.7);
    border-color: var(--tex-soft-border-strong);
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      background-color var(--tex-soft-transition),
      color var(--tex-soft-transition);
  }
  .tex-ticket-product__qty-input:focus {
    border-color: var(--wp--preset--color--aged-gold);
  }
  .tex-ticket-product__add-to-cart {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--wp--preset--color--ivory);
    background-color: var(--wp--preset--color--ivory);
    padding-inline: calc(0.25rem * 6);
    padding-block: calc(0.25rem * 4);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.78rem;
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
    color: var(--wp--preset--color--night);
    text-transform: uppercase;
    &:hover {
      @media (hover: hover) {
        border-color: var(--wp--preset--color--aged-gold);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--wp--preset--color--aged-gold);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--wp--preset--color--night);
      }
    }
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      background-color var(--tex-soft-transition),
      color var(--tex-soft-transition),
      box-shadow var(--tex-soft-transition);
  }
  .tex-ticket-product__purchase-action .stock,
  .tex-ticket-product__purchase-action .out-of-stock {
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.16em;
  }
  .tex-ticket-product__editorial {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-block: calc(0.25rem * 16);
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 24);
    }
  }
  .tex-ticket-product__editorial-content {
    max-width: var(--container-4xl);
  }
  .tex-ticket-product__editorial-content > * + * {
    margin-top: calc(0.25rem * 6);
  }
  .tex-ticket-product__editorial-content p {
    font-family: var(--wp--preset--font-family--body);
    font-size: 1.12rem;
    --tw-leading: 1.75;
    line-height: 1.75;
    color: var(--wp--preset--color--ivory);
    @media (width >= 48rem) {
      font-size: 1.24rem;
    }
  }
  .tex-ticket-product__details {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-block: calc(0.25rem * 14);
    @media (width >= 48rem) {
      padding-block: calc(0.25rem * 18);
    }
  }
  .tex-ticket-product__details-grid {
    display: grid;
    gap: calc(0.25rem * 8);
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    max-width: 72rem;
  }
  .tex-ticket-product__detail {
    min-width: calc(0.25rem * 0);
  }
  .tex-ticket-product__detail-label {
    margin-bottom: calc(0.25rem * 2);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.62rem;
    text-transform: uppercase;
    color: var(--tex-soft-label);
    letter-spacing: 0.16em;
  }
  .tex-ticket-product__detail-value {
    font-family: var(--wp--preset--font-family--display);
    font-size: 1.6rem;
    --tw-leading: 0.96;
    line-height: 0.96;
    --tw-tracking: -0.02em;
    letter-spacing: -0.02em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
  }
  .tex-ticket-product__detail-value a {
    color: var(--wp--preset--color--ivory);
    text-decoration-line: none;
    &:hover {
      @media (hover: hover) {
        color: var(--wp--preset--color--aged-gold);
      }
    }
    transition: color var(--tex-soft-transition);
  }
  .tex-ticket-product__detail-sub {
    margin-top: calc(0.25rem * 2);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--tex-soft-meta);
  }
  .wtx-tour-events__empty {
    border-style: var(--tw-border-style);
    border-width: 1px;
    --tw-border-style: dashed;
    border-style: dashed;
    border-color: var(--wp--preset--color--border);
    padding: calc(0.25rem * 6);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.72rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.24em;
    border-radius: var(--tex-soft-radius);
  }
  .wtx-tour-events {
    --wtx-tour-display-font: "Bebas Neue", var(--wp--preset--font-family--display);
  }
  .wtx-tour-events__grid {
    display: none;
  }
  .wtx-tour-events__list {
    display: block;
    overflow: hidden;
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--wp--preset--color--border);
    border-radius: var(--tex-soft-radius);
  }
  .wtx-tour-list__item {
    display: flex;
    align-items: center;
    gap: calc(0.25rem * 4);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 4);
    color: inherit;
    text-decoration-line: none;
    transition: background-color var(--tex-soft-transition),
      color var(--tex-soft-transition),
      border-color var(--tex-soft-transition);
  }
  .wtx-tour-list__item:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .wtx-tour-list__item:hover,
  .wtx-tour-list__item:focus-visible {
    background-color: rgb(26 24 22 / 0.92);
  }
  .wtx-tour-list__item.is-status-sold_out,
  .wtx-tour-list__item.is-status-cancelled {
    opacity: 55%;
  }
  .wtx-tour-list__date {
    width: calc(0.25rem * 16);
    flex-shrink: 0;
  }
  .wtx-tour-list__weekday {
    display: block;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.625rem;
    text-transform: uppercase;
    color: var(--tex-soft-meta);
    letter-spacing: 0.18em;
  }
  .wtx-tour-list__day {
    font-family: var(--wtx-tour-display-font);
    display: block;
    font-size: 1.75rem;
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
  }
  .wtx-tour-list__info {
    min-width: calc(0.25rem * 0);
    flex: 1;
  }
  .wtx-tour-list__city {
    font-family: var(--wtx-tour-display-font);
    font-size: 1.9rem;
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
    color: var(--wp--preset--color--aged-gold);
    text-transform: uppercase;
  }
  .wtx-tour-list__venue {
    margin-top: calc(0.25rem * 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.625rem;
    color: var(--tex-soft-meta);
    letter-spacing: 0.08em;
  }
  .wtx-tour-list__cta {
    flex-shrink: 0;
  }
  .wtx-tour-list__tickets,
  .wtx-tour-list__status {
    display: inline-flex;
    align-items: center;
    gap: calc(0.25rem * 1);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.56rem;
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
  }
  .wtx-tour-list__tickets {
    color: var(--wp--preset--color--ivory);
    transition: color var(--tex-soft-transition);
  }
  .wtx-tour-list__item:hover .wtx-tour-list__tickets,
  .wtx-tour-list__item:focus-visible .wtx-tour-list__tickets {
    color: var(--wp--preset--color--aged-gold);
  }
  .wtx-tour-list__status {
    color: var(--tex-soft-meta);
  }
  .wtx-tour-list__arrow,
  .wtx-tour-card__arrow {
    font-size: 0.8rem;
    --tw-leading: 1;
    line-height: 1;
  }
  @media (min-width: 640px) {
    .wtx-tour-events:not(.is-columns-1) .wtx-tour-events__list {
      display: none;
    }
    .wtx-tour-events:not(.is-columns-1) .wtx-tour-events__grid {
      display: grid;
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
      border-color: var(--wp--preset--color--border);
    }
  }
  .wtx-tour-events.is-columns-2 .wtx-tour-events__grid {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .wtx-tour-events.is-columns-3 .wtx-tour-events__grid {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .wtx-tour-events.is-columns-4 .wtx-tour-events__grid {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .wtx-tour-card {
    display: flex;
    flex-direction: column;
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding: calc(0.25rem * 5);
    color: inherit;
    text-decoration-line: none;
    background-color: rgb(18 17 15 / 0.28);
    transition: background-color var(--tex-soft-transition),
      color var(--tex-soft-transition),
      border-color var(--tex-soft-transition);
  }
  .wtx-tour-card:hover,
  .wtx-tour-card:focus-visible {
    background-color: rgb(26 24 22 / 0.88);
  }
  .wtx-tour-card.is-status-sold_out,
  .wtx-tour-card.is-status-cancelled {
    opacity: 55%;
  }
  .wtx-tour-card__header {
    margin-bottom: calc(0.25rem * 1);
    display: flex;
    min-width: calc(0.25rem * 0);
    align-items: flex-start;
    gap: calc(0.25rem * 3.5);
  }
  .wtx-tour-card__date {
    font-family: var(--wtx-tour-display-font);
    flex-shrink: 0;
    padding-top: 0.08em;
    font-size: 1.7rem;
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
  }
  .wtx-tour-card__city {
    font-family: var(--wtx-tour-display-font);
    min-width: calc(0.25rem * 0);
    flex: 1;
    padding-top: 0.08em;
    font-size: 1.85rem;
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
    white-space: nowrap;
    color: var(--wp--preset--color--aged-gold);
    text-transform: uppercase;
  }
  .wtx-tour-card__venue {
    margin-bottom: calc(0.25rem * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.625rem;
    color: var(--tex-soft-meta);
    letter-spacing: 0.08em;
  }
  .wtx-tour-card__cta,
  .wtx-tour-card__status {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(0.25rem * 1.5);
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 2.5);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.56rem;
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }
  .wtx-tour-card__cta {
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--wp--preset--color--stone);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--wp--preset--color--stone) 50%, transparent);
    }
    color: var(--wp--preset--color--ivory);
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      background-color var(--tex-soft-transition),
      color var(--tex-soft-transition);
  }
  .wtx-tour-card:hover .wtx-tour-card__cta,
  .wtx-tour-card:focus-visible .wtx-tour-card__cta {
    border-color: var(--wp--preset--color--ivory);
    background-color: var(--wp--preset--color--ivory);
    color: var(--wp--preset--color--night);
  }
  .wtx-tour-card__status {
    padding-inline: calc(0.25rem * 0);
    padding-block: calc(0.25rem * 0);
    color: var(--tex-soft-meta);
  }
  .tex-tour-font-study {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .tex-tour-font-study__intro {
    max-width: var(--container-3xl);
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(0.25rem * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(0.25rem * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .tex-tour-font-study__specimen {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding-top: calc(0.25rem * 10);
    --tex-tour-study-display-font: "Inter", sans-serif;
  }
  .tex-tour-font-study__specimen--josefin {
    --tex-tour-study-display-font: "Josefin Sans Test", sans-serif;
  }
  .tex-tour-font-study__specimen--inter {
    --tex-tour-study-display-font: "Inter", sans-serif;
  }
  .tex-tour-font-study__specimen--bebas {
    --tex-tour-study-display-font: "Bebas Neue", sans-serif;
  }
  .tex-tour-font-study__specimen--barlow-black {
    --tex-tour-study-display-font: "Barlow", sans-serif;
  }
  .tex-tour-font-study__specimen--albert-sans {
    --tex-tour-study-display-font: "Albert Sans", sans-serif;
  }
  .tex-tour-font-study__specimen--outfit {
    --tex-tour-study-display-font: "Outfit", sans-serif;
  }
  .tex-tour-font-study__specimen--urbanist {
    --tex-tour-study-display-font: "Urbanist", sans-serif;
  }
  .tex-tour-font-study__specimen--figtree {
    --tex-tour-study-display-font: "Figtree", sans-serif;
  }
  .tex-tour-font-study__label {
    margin-bottom: calc(0.25rem * 5);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.68rem;
    color: var(--wp--preset--color--aged-gold);
    text-transform: uppercase;
    letter-spacing: 0.25em;
  }
  .tex-tour-font-study__note {
    margin-bottom: calc(0.25rem * 6);
    max-width: var(--container-2xl);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--tex-soft-meta);
  }
  .tex-tour-font-study__specimen .tex-tour-font-study__title {
    font-family: var(--tex-tour-study-display-font) !important;
    max-width: var(--container-4xl);
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
    --tw-leading: 0.86;
    line-height: 0.86;
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .tex-tour-font-study__grid {
    margin-top: calc(0.25rem * 8);
    display: grid;
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
    border-color: var(--wp--preset--color--border);
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  @media (min-width: 48rem) {
    .tex-tour-font-study__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 72rem) {
    .tex-tour-font-study__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .tex-tour-font-study__card {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    border-color: var(--wp--preset--color--border);
    padding: calc(0.25rem * 5);
    background-color: rgb(18 17 15 / 0.28);
  }
  .tex-tour-font-study__card-head {
    margin-bottom: calc(0.25rem * 1);
    display: flex;
    min-width: calc(0.25rem * 0);
    align-items: flex-start;
    gap: calc(0.25rem * 3.5);
  }
  .tex-tour-font-study__date {
    font-family: var(--tex-tour-study-display-font);
    flex-shrink: 0;
    padding-top: 0.08em;
    font-size: 1.7rem;
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
  }
  .tex-tour-font-study__city {
    font-family: var(--tex-tour-study-display-font);
    min-width: calc(0.25rem * 0);
    flex: 1;
    padding-top: 0.08em;
    font-size: 1.85rem;
    --tw-leading: 0.94;
    line-height: 0.94;
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
    color: var(--wp--preset--color--aged-gold);
    text-transform: uppercase;
  }
  .tex-tour-font-study__venue {
    margin-bottom: calc(0.25rem * 3);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.625rem;
    color: var(--tex-soft-meta);
    letter-spacing: 0.08em;
  }
  .tex-tour-font-study__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: calc(0.25rem * 1.5);
    border-style: var(--tw-border-style);
    border-width: 1px;
    border-color: var(--wp--preset--color--stone);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--wp--preset--color--stone) 50%, transparent);
    }
    padding-inline: calc(0.25rem * 4);
    padding-block: calc(0.25rem * 2.5);
    font-family: var(--wp--preset--font-family--mono);
    font-size: 0.56rem;
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
    color: var(--wp--preset--color--ivory);
    text-transform: uppercase;
    border-radius: var(--tex-soft-radius);
    transition: border-color var(--tex-soft-transition),
      background-color var(--tex-soft-transition),
      color var(--tex-soft-transition);
  }
  .tex-display-preview {
    --tex-preview-display-font: var(--wp--preset--font-family--display);
  }
  .tex-display-preview--outfit {
    --tex-preview-display-font: "Outfit", sans-serif;
  }
  .tex-display-preview--barlow-black {
    --tex-preview-display-font: "Barlow", sans-serif;
  }
  .tex-display-preview--inter {
    --tex-preview-display-font: "Inter", sans-serif;
  }
  .tex-display-preview--figtree {
    --tex-preview-display-font: "Figtree", sans-serif;
  }
  .tex-display-preview--albert-sans {
    --tex-preview-display-font: "Albert Sans", sans-serif;
  }
  .tex-display-preview--urbanist {
    --tex-preview-display-font: "Urbanist", sans-serif;
  }
  .tex-display-preview :where(
    .wp-block-site-title,
    .wp-block-post-title,
    h1.wp-block-heading,
    h2.wp-block-heading,
    h3.wp-block-heading,
    h4.wp-block-heading,
    h5.wp-block-heading,
    h6.wp-block-heading
  ) {
    font-family: var(--tex-preview-display-font) !important;
  }
}
.wp-block-button.is-style-tex-primary-cta > .wp-block-button__link,
.wp-block-button.is-style-tex-primary-cta > .wp-element-button {
  background-color: var(--wp--preset--color--ivory);
  background-image: linear-gradient(180deg, rgb(236 232 224 / 1) 0%, rgb(181 168 138 / 0.98) 100%);
  border-color: var(--wp--preset--color--ivory);
  box-shadow: inset 0 0 0 1px rgb(15 14 12 / 0.18),
    0 0 0 1px rgb(181 168 138 / 0.3),
    0 14px 30px rgb(181 168 138 / 0.16);
  color: var(--wp--preset--color--night);
  padding: 0.667em 1.333em;
  text-shadow: none;
  transition: background-color 350ms ease,
    background-image 350ms ease,
    border-color 350ms ease,
    box-shadow 350ms ease,
    color 350ms ease,
    transform 350ms ease;
}
.wp-block-button.is-style-tex-primary-cta > .wp-block-button__link:hover,
.wp-block-button.is-style-tex-primary-cta > .wp-block-button__link:focus-visible,
.wp-block-button.is-style-tex-primary-cta > .wp-element-button:hover,
.wp-block-button.is-style-tex-primary-cta > .wp-element-button:focus-visible {
  background-color: var(--wp--preset--color--aged-gold);
  background-image: linear-gradient(180deg, rgb(236 232 224 / 0.98) 0%, rgb(181 168 138 / 1) 100%);
  border-color: var(--wp--preset--color--aged-gold);
  box-shadow: inset 0 0 0 1px rgb(15 14 12 / 0.14),
    0 0 0 1px rgb(181 168 138 / 0.42),
    0 18px 36px rgb(181 168 138 / 0.24);
  color: var(--wp--preset--color--night);
  transform: translateY(-1px);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-space-y-reverse: 0;
    }
  }
}
