/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #d9272e;
  }
}
@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-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .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-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .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-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));
  }
  .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-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .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));
    }
  }
}
@layer theme, base, components, utilities;
@layer theme;
@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;
:root {
  --lt-red: #d9272e;
  --lt-red-dark: #a9161c;
  --lt-ink: #171719;
  --lt-charcoal: #222224;
  --lt-paper: #f4f1eb;
  --lt-paper-deep: #ebe6dd;
  --lt-white: #ffffff;
  --lt-muted: #68645f;
  --lt-line: rgba(23, 23, 25, 0.14);
  --lt-line-dark: rgba(255, 255, 255, 0.13);
  --lt-display: "Barlow Condensed", sans-serif;
  --lt-body: "Manrope", sans-serif;
  --lt-shell: min(92vw, 1320px);
  --lt-header-height: 82px;
  --lt-shadow: 0 28px 80px rgba(14, 14, 16, 0.13);
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--lt-header-height) + 24px);
}
body.lt-body {
  margin: 0;
  background: var(--lt-paper);
  color: var(--lt-ink);
  font-family: var(--lt-body);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.admin-bar .lt-site-header {
  top: 32px;
}
img, svg {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
button, summary {
  font: inherit;
}
::selection {
  background: var(--lt-red);
  color: var(--lt-white);
}
.lt-shell {
  width: var(--lt-shell);
  margin-inline: auto;
}
.lt-skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 100000;
  padding: 12px 18px;
  background: var(--lt-white);
  color: var(--lt-ink);
  font-weight: 700;
  border: 2px solid var(--lt-red);
}
.lt-skip-link:focus {
  top: 16px;
}
.lt-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--lt-header-height);
  background: rgba(23, 23, 25, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}
.lt-header-inner {
  width: min(96vw, 1480px);
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.lt-brand {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  min-width: 270px;
}
.lt-brand-logo {
  width: 150px;
  height: auto;
  object-fit: contain;
}
.lt-brand-divider {
  width: 1px;
  height: 38px;
  background: rgba(255, 255, 255, 0.23);
}
.lt-brand-context {
  color: rgba(255, 255, 255, 0.74);
  font: 600 14px/1.1 var(--lt-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lt-main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 3vw, 52px);
  margin-left: auto;
}
.lt-main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.lt-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -10px;
  height: 2px;
  background: var(--lt-red);
  transition: right 180ms ease;
}
.lt-main-nav a:hover, .lt-main-nav a:focus-visible {
  color: var(--lt-white);
}
.lt-main-nav a:hover::after, .lt-main-nav a:focus-visible::after {
  right: 0;
}
.lt-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 25px;
  background: var(--lt-red);
  color: var(--lt-white);
  font: 700 15px/1 var(--lt-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
}
.lt-header-cta svg {
  width: 20px;
}
.lt-header-cta:hover, .lt-header-cta:focus-visible {
  background: #eb343b;
  transform: translateY(-2px);
}
.lt-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 25px;
  border: 1px solid transparent;
  font: 700 16px/1 var(--lt-display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.lt-button svg {
  width: 21px;
}
.lt-button:hover, .lt-button:focus-visible {
  transform: translateY(-3px);
}
.lt-button-primary {
  background: var(--lt-red);
  color: var(--lt-white);
}
.lt-button-primary:hover, .lt-button-primary:focus-visible {
  background: #ef343b;
}
.lt-button-ghost {
  border-color: rgba(255, 255, 255, 0.27);
  color: var(--lt-white);
}
.lt-button-ghost:hover, .lt-button-ghost:focus-visible {
  background: var(--lt-white);
  color: var(--lt-ink);
  border-color: var(--lt-white);
}
.lt-button-dark {
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-button-white {
  background: var(--lt-white);
  color: var(--lt-red-dark);
}
.lt-overline, .lt-kicker {
  margin: 0 0 22px;
  color: var(--lt-red-dark);
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.lt-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.74);
}
.lt-kicker span {
  width: 33px;
  height: 3px;
  background: var(--lt-red);
}
.lt-hero {
  position: relative;
  isolation: isolate;
  min-height: calc(100vh - var(--lt-header-height));
  padding: clamp(70px, 8vw, 116px) 0 0;
  overflow: hidden;
  background: radial-gradient(circle at 78% 28%, rgba(217, 39, 46, 0.18), transparent 28%),	linear-gradient(135deg, #111113 0%, #1b1b1d 58%, #101012 100%);
  color: var(--lt-white);
}
.lt-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.14;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(to bottom, black, transparent 93%);
}
.lt-hero-glow {
  position: absolute;
  z-index: -1;
  top: 9%;
  right: -8%;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(217, 39, 46, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 6vw rgba(217, 39, 46, 0.028),	0 0 0 12vw rgba(217, 39, 46, 0.018);
}
.lt-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
}
.lt-hero-copy {
  max-width: 760px;
}
.lt-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--lt-white);
  font: 800 clamp(54px, 5.5vw, 84px) / 0.94 var(--lt-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lt-hero h1 span {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.88);
  text-wrap: balance;
}
.lt-hero h1 em {
  color: #f04449;
  font-style: normal;
}
.lt-hero-lead {
  max-width: 690px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.7;
}
.lt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 37px;
}
.lt-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 44px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.lt-hero-proof div {
  padding: 18px 20px 20px;
  background: rgba(17, 17, 19, 0.7);
}
.lt-hero-proof strong {
  display: block;
  color: var(--lt-white);
  font: 800 30px/1 var(--lt-display);
  letter-spacing: 0.02em;
}
.lt-hero-proof span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.35;
}
.lt-loop-board {
  position: relative;
  min-height: 594px;
  padding: 36px 36px 32px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),	rgba(255, 255, 255, 0.035);
  background-size: 42px 42px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.28);
}
.lt-loop-board::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}
.lt-loop-heading {
  position: relative;
  z-index: 1;
  padding: 0 0 26px 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.lt-loop-heading::before {
  content: "∞";
  position: absolute;
  left: 0;
  top: -10px;
  color: var(--lt-red);
  font: 700 68px/1 var(--lt-display);
}
.lt-loop-heading span, .lt-loop-heading small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font: 600 12px/1.2 var(--lt-display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lt-loop-heading strong {
  display: block;
  margin: 4px 0 8px;
  font: 700 31px/1 var(--lt-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lt-loop-list {
  position: relative;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: loop;
}
.lt-loop-list::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 23px;
  width: 2px;
  background: linear-gradient(var(--lt-red), rgba(217, 39, 46, 0.2));
}
.lt-loop-list li {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 19px;
  min-height: 54px;
  color: rgba(255, 255, 255, 0.68);
}
.lt-loop-list b {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 34px;
  background: var(--lt-ink);
  border: 1px solid rgba(217, 39, 46, 0.65);
  color: var(--lt-white);
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.06em;
}
.lt-loop-list span {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font: 600 15px/1.15 var(--lt-display);
  letter-spacing: 0.035em;
  text-transform: uppercase;
}
.lt-loop-list li:last-child span {
  border-bottom: 0;
}
.lt-loop-return {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 20px;
  color: #ff6b72;
  font: 700 12px/1 var(--lt-display);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lt-loop-return svg {
  width: 95px;
}
.lt-logo-rail {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(110px, 0.65fr)) 1fr;
  align-items: center;
  gap: 30px;
  margin-top: clamp(62px, 8vw, 105px);
  min-height: 108px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}
.lt-logo-rail > span {
  color: rgba(255, 255, 255, 0.72);
  font: 700 13px/1.3 var(--lt-display);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lt-logo-rail img {
  width: auto;
  max-width: 150px;
  max-height: 46px;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: 0.66;
  object-fit: contain;
}
.lt-logo-rail a {
  justify-self: end;
  color: var(--lt-white);
  font: 700 13px/1 var(--lt-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lt-logo-rail a span {
  color: var(--lt-red);
  margin-left: 8px;
}
.lt-positioning, .lt-cases, .lt-knowledge, .lt-faq {
  padding: clamp(82px, 9vw, 132px) 0;
  background: var(--lt-paper);
}
.lt-section-intro {
  max-width: 870px;
  margin-bottom: 54px;
}
.lt-section-intro-split {
  max-width: none;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: end;
  gap: clamp(60px, 9vw, 145px);
}
.lt-section-intro h2, .lt-outcomes h2, .lt-team h2, .lt-faq h2, .lt-final-cta h2 {
  margin: 0;
  font: 800 clamp(43px, 5vw, 72px) / 0.98 var(--lt-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lt-section-intro h2 span, .lt-outcomes h2 span, .lt-final-cta h2 span {
  color: var(--lt-red);
}
.lt-section-intro > p:last-child, .lt-section-intro-split > p, .lt-outcomes-copy > p, .lt-team-manifesto > p, .lt-knowledge .lt-section-intro > p:last-child {
  margin: 0;
  color: var(--lt-muted);
  font-size: 18px;
  line-height: 1.75;
}
.lt-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
}
.lt-principles article {
  position: relative;
  min-height: 290px;
  padding: 42px 38px 38px 0;
  border-right: 1px solid var(--lt-line);
}
.lt-principles article + article {
  padding-left: 38px;
}
.lt-principles article:last-child {
  border-right: 0;
}
.lt-principles article::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 54px;
  height: 4px;
  background: var(--lt-red);
}
.lt-principles span {
  color: var(--lt-red-dark);
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.16em;
}
.lt-principles h3 {
  max-width: 330px;
  margin: 34px 0 19px;
  font: 800 clamp(31px, 3vw, 46px) / 0.97 var(--lt-display);
  text-transform: uppercase;
}
.lt-principles p {
  margin: 0;
  color: var(--lt-muted);
  line-height: 1.75;
}
.lt-model {
  position: relative;
  padding: clamp(82px, 9vw, 132px) 0;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),	var(--lt-ink);
  background-size: 74px 74px;
  color: var(--lt-white);
}
.lt-section-intro-light {
  max-width: 930px;
}
.lt-model .lt-overline, .lt-team .lt-overline {
  color: #ff6b72;
}
.lt-section-intro-light h2 {
  color: var(--lt-white);
}
.lt-section-intro-light > p:last-child {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.62);
}
.lt-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lt-step {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  transition: border-color 180ms ease, background 180ms ease;
}
.lt-step[open] {
  border-color: rgba(217, 39, 46, 0.75);
  background: rgba(255, 255, 255, 0.065);
}
.lt-step:last-child {
  grid-column: 1 / -1;
}
.lt-step summary {
  display: grid;
  grid-template-columns: 58px 1fr 32px;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
}
.lt-step summary::-webkit-details-marker {
  display: none;
}
.lt-step-number {
  color: var(--lt-red);
  font: 800 33px/1 var(--lt-display);
}
.lt-step-summary small {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.72);
  font: 600 11px/1 var(--lt-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lt-step-summary strong {
  display: block;
  font: 700 clamp(24px, 2.2vw, 34px) / 1.02 var(--lt-display);
  text-transform: uppercase;
}
.lt-step-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}
.lt-step-toggle::before, .lt-step-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--lt-white);
  transform: translate(-50%, -50%);
}
.lt-step-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}
.lt-step[open] .lt-step-toggle {
  background: var(--lt-red);
  border-color: var(--lt-red);
}
.lt-step[open] .lt-step-toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}
.lt-step-content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  padding: 0 26px 28px 104px;
  animation: lt-reveal 260ms ease both;
}
.lt-step-content > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  line-height: 1.72;
}
.lt-step-result {
  padding: 17px 19px;
  background: rgba(0, 0, 0, 0.25);
  border-left: 3px solid var(--lt-red);
}
.lt-step-result small {
  display: block;
  margin-bottom: 7px;
  color: #ff6b72;
  font: 700 10px/1 var(--lt-display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lt-step-result strong {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.lt-step-content .lt-text-link {
  grid-column: 1 / -1;
}
.lt-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--lt-ink);
  font: 700 13px/1.2 var(--lt-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  transition: color 180ms ease, gap 180ms ease;
}
.lt-model .lt-text-link, .lt-text-link-light {
  color: var(--lt-white);
}
.lt-text-link span {
  color: var(--lt-red);
  font-size: 18px;
}
.lt-text-link:hover, .lt-text-link:focus-visible {
  color: var(--lt-red);
  gap: 15px;
}
.lt-outcomes {
  padding: clamp(82px, 9vw, 132px) 0;
  background: var(--lt-red);
  color: var(--lt-white);
}
.lt-outcomes-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(66px, 10vw, 155px);
  align-items: start;
}
.lt-outcomes .lt-overline {
  color: var(--lt-white);
  opacity: 1;
}
.lt-outcomes h2 span {
  color: var(--lt-ink);
}
.lt-outcomes-copy > p {
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.96);
}
.lt-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.lt-outcome-grid article {
  min-height: 230px;
  padding: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.lt-outcome-grid b {
  color: var(--lt-white);
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.14em;
}
.lt-outcome-grid h3 {
  margin: 28px 0 13px;
  font: 700 31px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-outcome-grid p {
  margin: 0;
  color: var(--lt-white);
  font-size: 14px;
  line-height: 1.65;
}
.lt-reference-quote {
  padding: 30px 0 2px 34px;
  border-left: 4px solid var(--lt-red);
}
.lt-reference-quote blockquote {
  margin: 0;
  font: 600 24px/1.45 var(--lt-body);
  letter-spacing: -0.02em;
}
.lt-reference-quote p {
  margin: 18px 0 9px;
  color: var(--lt-muted);
  font-size: 13px;
}
.lt-reference-quote a {
  color: var(--lt-red-dark);
  font: 700 12px/1 var(--lt-display);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lt-flagship-case {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(390px, 0.84fr);
  margin: 58px 0 34px;
  overflow: hidden;
  background: var(--lt-ink);
  color: var(--lt-white);
  border-top: 4px solid var(--lt-red);
  box-shadow: 0 24px 70px rgba(20, 20, 22, 0.18);
}
.lt-flagship-case-media {
  position: relative;
  display: block;
  min-height: 540px;
  overflow: hidden;
  background: var(--lt-charcoal);
}
.lt-flagship-case-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.04);
  transition: transform 650ms ease, filter 650ms ease;
}
.lt-flagship-case:hover .lt-flagship-case-media > img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.02);
}
.lt-flagship-case-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 58%, rgba(20, 20, 22, 0.36));
  pointer-events: none;
}
.lt-flagship-case-badge {
  position: absolute;
  z-index: 1;
  left: 26px;
  bottom: 26px;
  display: grid;
  place-items: center;
  width: min(310px, calc(100% - 52px));
  min-height: 96px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
}
.lt-flagship-case-badge img {
  width: 100%;
  max-width: 270px;
  height: auto;
  max-height: 76px;
  object-fit: contain;
}
.lt-flagship-case-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(40px, 5vw, 72px);
}
.lt-flagship-case-copy .lt-overline {
  color: #ff686e;
}
.lt-flagship-case-copy h3 {
  margin: 18px 0 24px;
  font: 800 clamp(46px, 5.1vw, 76px) / 0.92 var(--lt-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.lt-flagship-case-copy h3 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}
.lt-flagship-case-lead {
  margin: 0;
  color: #c4c2bf;
  font-size: 18px;
  line-height: 1.7;
}
.lt-flagship-case-role {
  margin: 28px 0 30px;
  padding: 20px 0 20px 22px;
  border-left: 4px solid var(--lt-red);
}
.lt-flagship-case-role strong {
  display: block;
  margin-bottom: 8px;
  color: var(--lt-white);
  font: 800 13px/1 var(--lt-display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lt-flagship-case-role p {
  margin: 0;
  color: #aaa8a5;
  font-size: 14px;
  line-height: 1.65;
}
.lt-flagship-case-copy .lt-button {
  align-self: flex-start;
}
.lt-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lt-case-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--lt-white);
  border: 1px solid var(--lt-line);
  box-shadow: 0 15px 45px rgba(20, 20, 22, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.lt-case-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--lt-shadow);
}
.lt-case-image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
  background: var(--lt-charcoal);
}
.lt-case-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(1.04);
  transition: transform 500ms ease, filter 500ms ease;
}
.lt-case-card:hover .lt-case-image > img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.02);
}
.lt-case-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 10, 12, 0.58), transparent 58%);
}
.lt-case-logo {
  position: absolute;
  z-index: 1;
  left: 22px;
  bottom: 20px;
  display: grid;
  place-items: center;
  min-width: 132px;
  height: 56px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}
.lt-case-logo img {
  width: auto;
  max-width: 130px;
  max-height: 35px;
  object-fit: contain;
}
.lt-case-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}
.lt-case-body > small {
  color: var(--lt-red-dark);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.lt-case-body h3 {
  margin: 20px 0 14px;
  font: 800 31px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-case-body p {
  margin: 0;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.7;
}
.lt-case-body > strong {
  display: block;
  margin: 24px 0;
  padding: 15px 0;
  border-top: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  color: var(--lt-ink);
  font: 700 18px/1.25 var(--lt-display);
  text-transform: uppercase;
}
.lt-case-body .lt-text-link {
  margin-top: auto;
}
.lt-cases-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid var(--lt-line);
}
.lt-cases-footer p {
  margin: 0;
  color: var(--lt-muted);
}
.lt-team {
  padding: clamp(82px, 9vw, 132px) 0;
  background: radial-gradient(circle at 15% 20%, rgba(217, 39, 46, 0.15), transparent 30%),	var(--lt-ink);
  color: var(--lt-white);
}
.lt-team-layout {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(70px, 10vw, 150px);
  align-items: center;
}
.lt-team h2 {
  max-width: 650px;
}
.lt-team-manifesto > p {
  max-width: 630px;
  margin: 28px 0 34px;
  color: rgba(255, 255, 255, 0.66);
}
.lt-expertise-stack {
  border-top: 1px solid var(--lt-line-dark);
}
.lt-expertise-stack article {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 25px;
  padding: 28px 4px;
  border-bottom: 1px solid var(--lt-line-dark);
}
.lt-expertise-stack article > span {
  color: var(--lt-red);
  font: 800 31px/1 var(--lt-display);
}
.lt-expertise-stack h3 {
  margin: 0 0 9px;
  font: 700 29px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-expertise-stack p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.65;
}
.lt-knowledge {
  background: var(--lt-paper-deep);
}
.lt-knowledge .lt-section-intro {
  max-width: 920px;
}
.lt-knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--lt-line);
  border-left: 1px solid var(--lt-line);
}
.lt-knowledge-grid a {
  position: relative;
  min-height: 280px;
  padding: 34px;
  border-right: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  background: rgba(255, 255, 255, 0.22);
  transition: background 200ms ease, color 200ms ease;
}
.lt-knowledge-grid a:hover, .lt-knowledge-grid a:focus-visible {
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-knowledge-grid span {
  color: var(--lt-red-dark);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.lt-knowledge-grid h3 {
  margin: 50px 0 16px;
  font: 800 38px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-knowledge-grid p {
  max-width: 330px;
  margin: 0;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.7;
}
.lt-knowledge-grid a:hover p, .lt-knowledge-grid a:focus-visible p {
  color: rgba(255, 255, 255, 0.61);
}
.lt-knowledge-grid b {
  position: absolute;
  right: 30px;
  bottom: 24px;
  color: var(--lt-red);
  font-size: 24px;
}
.lt-faq {
  background: var(--lt-paper);
}
.lt-faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(60px, 10vw, 150px);
}
.lt-faq h2 {
  max-width: 520px;
}
.lt-faq-list {
  border-top: 1px solid var(--lt-line);
}
.lt-faq-list details {
  border-bottom: 1px solid var(--lt-line);
}
.lt-faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 27px 0;
  cursor: pointer;
  list-style: none;
  font: 700 24px/1.2 var(--lt-display);
  text-transform: uppercase;
}
.lt-faq-list summary::-webkit-details-marker {
  display: none;
}
.lt-faq-list summary span {
  position: relative;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--lt-line);
  border-radius: 50%;
}
.lt-faq-list summary span::before, .lt-faq-list summary span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--lt-ink);
  transform: translate(-50%, -50%);
}
.lt-faq-list summary span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lt-faq-list details[open] summary {
  color: var(--lt-red-dark);
}
.lt-faq-list details[open] summary span {
  background: var(--lt-red);
  border-color: var(--lt-red);
}
.lt-faq-list details[open] summary span::before, .lt-faq-list details[open] summary span::after {
  background: var(--lt-white);
}
.lt-faq-list details[open] summary span::after {
  transform: translate(-50%, -50%);
}
.lt-faq-list details p {
  max-width: 760px;
  margin: -4px 60px 25px 0;
  color: var(--lt-muted);
  line-height: 1.75;
}
.lt-final-cta {
  padding: clamp(82px, 9vw, 132px) 0;
  background: var(--lt-red);
  color: var(--lt-white);
  text-align: center;
}
.lt-final-cta .lt-overline {
  color: var(--lt-white);
  opacity: 1;
}
.lt-final-cta h2 {
  max-width: 1060px;
  margin-inline: auto;
}
.lt-final-cta h2 span {
  color: var(--lt-ink);
}
.lt-final-cta > .lt-shell > p:not(.lt-overline) {
  max-width: 760px;
  margin: 30px auto 35px;
  color: var(--lt-white);
  font-size: 18px;
}
.lt-site-footer {
  padding: 72px 0 28px;
  background: #101012;
  color: var(--lt-white);
}
.lt-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.75fr 0.75fr;
  gap: 80px;
  padding-bottom: 54px;
}
.lt-footer-logo {
  width: 158px;
  height: auto;
}
.lt-footer-brand p {
  max-width: 470px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}
.lt-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.lt-footer-column strong {
  margin-bottom: 12px;
  color: var(--lt-white);
  font: 700 15px/1 var(--lt-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lt-footer-column a, .lt-footer-column span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.65;
  transition: color 180ms ease;
}
.lt-footer-column a:hover, .lt-footer-column a:focus-visible {
  color: var(--lt-white);
}
.lt-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  letter-spacing: 0.04em;
}
.lt-footer-bottom p {
  margin: 0;
}
.lt-footer-bottom a:hover {
  color: var(--lt-white);
}
.pum-theme-18 .pum-container, .pum-theme-cutting-edge .pum-container, #popmake-22 {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38) !important;
}
#pum-22 .pum-title, #popmake-22 > .pum-title {
  display: none !important;
}
.pum-overlay {
  backdrop-filter: blur(6px);
}
.lt-popup-card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  min-height: 410px;
  background: var(--lt-paper);
  color: var(--lt-ink);
}
.lt-popup-side {
  position: relative;
  padding: 38px 32px;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),	var(--lt-ink);
  background-size: 38px 38px;
  color: var(--lt-white);
}
.lt-popup-side::after {
  content: "∞";
  position: absolute;
  right: -18px;
  bottom: -65px;
  color: rgba(217, 39, 46, 0.28);
  font: 800 220px/1 var(--lt-display);
}
.lt-popup-side span {
  position: relative;
  z-index: 1;
  color: #ff6b72;
  font: 700 12px/1 var(--lt-display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lt-popup-side strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 20px;
  font: 800 46px/0.95 var(--lt-display);
  text-transform: uppercase;
}
.lt-popup-main {
  padding: 42px;
}
.lt-popup-main h2 {
  margin: 0;
  font: 800 48px/0.98 var(--lt-display);
  text-transform: uppercase;
}
.lt-popup-main p {
  margin: 19px 0 25px;
  color: var(--lt-muted);
  line-height: 1.7;
}
.lt-popup-options {
  display: grid;
  gap: 10px;
}
.lt-popup-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border: 1px solid var(--lt-line);
  font: 700 15px/1.2 var(--lt-display);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}
.lt-popup-options a:hover, .lt-popup-options a:focus-visible {
  background: var(--lt-red);
  color: var(--lt-white);
  border-color: var(--lt-red);
}
.pum-close.popmake-close {
  width: 42px !important;
  height: 42px !important;
  right: 10px !important;
  top: 10px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: var(--lt-red) !important;
  color: var(--lt-white) !important;
  font-size: 22px !important;
  line-height: 42px !important;
  box-shadow: none !important;
}
@keyframes lt-reveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1180px) {
  .lt-main-nav {
    gap: 22px;
  }
  .lt-main-nav a:nth-child(4) {
    display: none;
  }
  .lt-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.76fr);
    gap: 54px;
  }
  .lt-hero h1 {
    font-size: clamp(52px, 6.6vw, 76px);
  }
  .lt-loop-board {
    min-height: 560px;
    padding-inline: 28px;
  }
  .lt-case-image {
    height: 220px;
  }
}
@media (max-width: 960px) {
  :root {
    --lt-header-height: 72px;
  }
  body.admin-bar .lt-site-header {
    top: 46px;
  }
  .lt-brand {
    min-width: 0;
  }
  .lt-brand-logo {
    width: 132px;
  }
  .lt-brand-context,	.lt-brand-divider,	.lt-main-nav {
    display: none;
  }
  .lt-header-cta {
    min-height: 48px;
    padding-inline: 18px;
    font-size: 13px;
  }
  .lt-hero {
    min-height: 0;
  }
  .lt-hero-layout {
    grid-template-columns: 1fr;
  }
  .lt-hero-copy {
    max-width: 820px;
  }
  .lt-loop-board {
    min-height: 0;
  }
  .lt-loop-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
  .lt-loop-list::before {
    display: none;
  }
  .lt-loop-list li {
    grid-template-columns: 42px 1fr;
  }
  .lt-loop-list b {
    width: 42px;
  }
  .lt-logo-rail {
    grid-template-columns: repeat(3, 1fr);
    padding: 24px 0;
  }
  .lt-logo-rail > span,	.lt-logo-rail > a {
    grid-column: 1 / -1;
    justify-self: start;
  }
  .lt-section-intro-split,	.lt-outcomes-layout,	.lt-team-layout,	.lt-faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lt-section-intro-split {
    align-items: start;
  }
  .lt-principles {
    grid-template-columns: 1fr;
  }
  .lt-principles article,	.lt-principles article + article {
    min-height: 0;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--lt-line);
  }
  .lt-principles article:last-child {
    border-bottom: 0;
  }
  .lt-principles h3 {
    max-width: none;
  }
  .lt-flagship-case {
    grid-template-columns: 1fr;
  }
  .lt-flagship-case-media {
    min-height: 480px;
  }
  .lt-case-grid {
    grid-template-columns: 1fr;
  }
  .lt-case-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .lt-case-image {
    height: 100%;
    min-height: 330px;
  }
  .lt-knowledge-grid {
    grid-template-columns: 1fr;
  }
  .lt-knowledge-grid a {
    min-height: 220px;
  }
  .lt-footer-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .lt-footer-column:last-child {
    grid-column: 2;
  }
}
@media (max-width: 720px) {
  :root {
    --lt-shell: min(90vw, 1320px);
  }
  body.admin-bar .lt-site-header {
    top: 0;
  }
  .lt-header-inner {
    width: 92vw;
  }
  .lt-brand-logo {
    width: 112px;
  }
  .lt-header-cta {
    min-height: 44px;
    padding-inline: 14px;
    font-size: 12px;
  }
  .lt-header-cta svg {
    display: none;
  }
  .lt-hero {
    padding-top: 62px;
  }
  .lt-hero h1 {
    font-size: clamp(44px, 12vw, 60px);
  }
  .lt-hero-lead {
    font-size: 16px;
  }
  .lt-hero-actions {
    flex-direction: column;
  }
  .lt-button {
    width: 100%;
  }
  .lt-hero-proof {
    grid-template-columns: 1fr;
  }
  .lt-hero-proof div {
    display: grid;
    grid-template-columns: 90px 1fr;
    align-items: center;
    gap: 12px;
  }
  .lt-hero-proof span {
    margin: 0;
  }
  .lt-loop-board {
    padding: 26px 20px;
  }
  .lt-loop-heading {
    padding-left: 0;
  }
  .lt-loop-heading::before {
    display: none;
  }
  .lt-loop-list {
    grid-template-columns: 1fr;
  }
  .lt-logo-rail {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .lt-logo-rail img {
    max-width: 100%;
    max-height: 34px;
  }
  .lt-section-intro h2,	.lt-outcomes h2,	.lt-team h2,	.lt-faq h2,	.lt-final-cta h2 {
    font-size: clamp(40px, 12vw, 58px);
  }
  .lt-section-intro > p:last-child,	.lt-section-intro-split > p,	.lt-outcomes-copy > p,	.lt-team-manifesto > p,	.lt-knowledge .lt-section-intro > p:last-child {
    font-size: 16px;
  }
  .lt-steps-grid {
    grid-template-columns: 1fr;
  }
  .lt-step:last-child {
    grid-column: auto;
  }
  .lt-step summary {
    grid-template-columns: 44px 1fr 28px;
    gap: 14px;
    min-height: 96px;
    padding: 18px;
  }
  .lt-step-number {
    font-size: 27px;
  }
  .lt-step-summary strong {
    font-size: 24px;
  }
  .lt-step-content {
    grid-template-columns: 1fr;
    padding: 0 18px 22px;
  }
  .lt-step-content .lt-text-link {
    grid-column: auto;
  }
  .lt-outcome-grid {
    grid-template-columns: 1fr;
  }
  .lt-outcome-grid article {
    min-height: 0;
  }
  .lt-reference-quote {
    padding-left: 22px;
  }
  .lt-reference-quote blockquote {
    font-size: 20px;
  }
  .lt-flagship-case {
    margin-top: 42px;
  }
  .lt-flagship-case-media {
    min-height: 310px;
  }
  .lt-flagship-case-badge {
    left: 18px;
    bottom: 18px;
    width: min(250px, calc(100% - 36px));
    min-height: 76px;
  }
  .lt-flagship-case-copy {
    padding: 34px 24px 38px;
  }
  .lt-flagship-case-copy h3 {
    font-size: clamp(43px, 14vw, 60px);
  }
  .lt-flagship-case-lead {
    font-size: 16px;
  }
  .lt-case-card {
    display: flex;
  }
  .lt-case-image {
    height: 220px;
    min-height: 0;
  }
  .lt-cases-footer {
    flex-direction: column;
    align-items: stretch;
  }
  .lt-cases-footer p {
    text-align: center;
  }
  .lt-knowledge-grid h3 {
    margin-top: 36px;
  }
  .lt-faq-list summary {
    font-size: 20px;
  }
  .lt-faq-list details p {
    margin-right: 0;
  }
  .lt-footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lt-footer-column:last-child {
    grid-column: auto;
  }
  .lt-footer-bottom {
    flex-direction: column;
  }
  .lt-popup-card {
    grid-template-columns: 1fr;
  }
  .lt-popup-side {
    min-height: 150px;
    padding: 28px;
  }
  .lt-popup-side strong {
    font-size: 34px;
  }
  .lt-popup-main {
    padding: 32px 24px;
  }
  .lt-popup-main h2 {
    font-size: 38px;
  }
}
.lt-foundations {
  position: relative;
  isolation: isolate;
  padding: clamp(92px, 8vw, 132px) 0;
  overflow: hidden;
  background: linear-gradient(rgba(23, 23, 25, 0.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(23, 23, 25, 0.035) 1px, transparent 1px),	var(--lt-paper-deep);
  background-size: 74px 74px;
  color: var(--lt-ink);
}
.lt-foundations::before {
  content: "FOUNDATIONS";
  position: absolute;
  z-index: -1;
  top: 72px;
  right: -18px;
  color: rgba(23, 23, 25, 0.035);
  font: 800 clamp(90px, 15vw, 230px)/0.8 var(--lt-display);
  letter-spacing: -0.03em;
}
.lt-foundation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 58px;
  border-top: 1px solid rgba(23, 23, 25, 0.18);
  border-left: 1px solid rgba(23, 23, 25, 0.18);
}
.lt-foundation-card {
  position: relative;
  padding: clamp(30px, 3.4vw, 48px);
  border-right: 1px solid rgba(23, 23, 25, 0.18);
  border-bottom: 1px solid rgba(23, 23, 25, 0.18);
  background: rgba(255, 255, 255, 0.54);
}
.lt-foundation-card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: clamp(30px, 3.4vw, 48px);
  width: 54px;
  height: 4px;
  background: var(--lt-red);
}
.lt-foundation-top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.lt-foundation-top b {
  color: var(--lt-red);
  font: 800 42px/1 var(--lt-display);
}
.lt-foundation-top p {
  margin: 0;
  color: var(--lt-muted);
  font: 700 12px/1.2 var(--lt-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lt-foundation-card h3 {
  max-width: 520px;
  margin: 34px 0 26px;
  font: 800 clamp(34px, 3.3vw, 50px)/0.96 var(--lt-display);
  letter-spacing: -0.012em;
  text-transform: uppercase;
}
.lt-foundation-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lt-foundation-card li {
  position: relative;
  padding: 16px 0 16px 22px;
  border-top: 1px solid rgba(23, 23, 25, 0.12);
  color: var(--lt-muted);
  font-size: 15px;
  line-height: 1.58;
}
.lt-foundation-card li::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--lt-red);
}
.lt-foundation-card li strong {
  color: var(--lt-ink);
}
.lt-foundation-card-tech {
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-foundation-card-tech::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(217, 39, 46, 0.36);
  border-radius: 50%;
  pointer-events: none;
}
.lt-foundation-card-tech .lt-foundation-top p {
  color: rgba(255, 255, 255, 0.54);
}
.lt-foundation-card-tech h3 {
  color: var(--lt-white);
}
.lt-foundation-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.65;
}
.lt-tech-products {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.lt-tech-product {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
  min-height: 116px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.055);
  color: var(--lt-white);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.lt-tech-product:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 68, 73, 0.7);
  background: rgba(255, 255, 255, 0.09);
}
.lt-tech-product img {
  width: 100px;
  height: 70px;
  padding: 8px;
  object-fit: contain;
  background: var(--lt-white);
}
.lt-tech-product strong, .lt-tech-product small {
  display: block;
}
.lt-tech-product strong {
  font: 800 25px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-tech-product small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1.45;
}
.lt-partner-ecosystem {
  display: grid;
  grid-template-columns: 0.72fr 1.78fr;
  gap: clamp(34px, 5vw, 76px);
  margin-top: 64px;
  padding: clamp(34px, 4.6vw, 64px);
  border-left: 4px solid var(--lt-red);
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-partner-copy .lt-overline {
  margin-bottom: 18px;
  color: #ff646a;
}
.lt-partner-copy h3 {
  margin: 0;
  font: 800 clamp(32px, 3.2vw, 48px)/0.98 var(--lt-display);
  text-transform: uppercase;
}
.lt-partner-copy > p:last-child {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.6;
}
.lt-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.lt-partner-card {
  display: flex;
  flex-direction: column;
  min-height: 252px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.045);
  color: var(--lt-white);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}
.lt-partner-card:hover {
  transform: translateY(-3px);
  border-color: rgba(240, 68, 73, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.lt-partner-card img {
  width: 100%;
  height: 88px;
  padding: 14px;
  object-fit: contain;
  background: var(--lt-white);
}
.lt-partner-card span {
  display: block;
  margin-top: auto;
  padding-top: 24px;
}
.lt-partner-card strong, .lt-partner-card small {
  display: block;
}
.lt-partner-card strong {
  font: 700 20px/1.05 var(--lt-display);
  text-transform: uppercase;
}
.lt-partner-card small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1050px) {
  .lt-foundation-grid {
    grid-template-columns: 1fr;
  }
  .lt-partner-ecosystem {
    grid-template-columns: 1fr;
  }
  .lt-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .lt-foundations {
    padding: 72px 0;
  }
  .lt-foundation-grid {
    margin-top: 38px;
  }
  .lt-foundation-card {
    padding: 28px 24px;
  }
  .lt-foundation-card h3 {
    margin: 28px 0 22px;
    font-size: 36px;
  }
  .lt-tech-products,	.lt-partner-grid {
    grid-template-columns: 1fr;
  }
  .lt-tech-product {
    grid-template-columns: 88px 1fr;
  }
  .lt-tech-product img {
    width: 88px;
  }
  .lt-partner-ecosystem {
    margin-top: 44px;
    padding: 30px 24px;
  }
  .lt-partner-card {
    min-height: 220px;
  }
}
.lt-problems {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 54px;
  border-top: 1px solid var(--lt-line);
  border-left: 1px solid var(--lt-line);
}
.lt-problems article {
  position: relative;
  min-height: 224px;
  padding: 30px;
  border-right: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  background: rgba(255, 255, 255, 0.46);
}
.lt-problems article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 30px;
  width: 42px;
  height: 3px;
  background: var(--lt-red);
}
.lt-problems span {
  color: var(--lt-red-dark);
  font: 700 12px/1 var(--lt-display);
  letter-spacing: 0.16em;
}
.lt-problems h3 {
  max-width: 330px;
  margin: 28px 0 14px;
  font: 800 clamp(25px, 2.2vw, 34px)/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-problems p {
  margin: 0;
  color: var(--lt-muted);
  line-height: 1.65;
}
.lt-pathway {
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}
.lt-pathway-head, .lt-path-row {
  display: grid;
  grid-template-columns: 0.65fr 1.2fr 1.65fr 1.15fr;
}
.lt-pathway-head {
  color: rgba(255, 255, 255, 0.48);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lt-pathway-head span {
  padding: 0 22px 14px;
}
.lt-path-row {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.025);
  transition: background 180ms ease, border-color 180ms ease;
}
.lt-path-row:hover {
  border-top-color: rgba(240, 68, 73, 0.7);
  background: rgba(255, 255, 255, 0.055);
}
.lt-path-row > div {
  min-width: 0;
  padding: 26px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.lt-path-row > div:last-child {
  border-right: 0;
}
.lt-path-step b {
  display: block;
  color: #f04449;
  font: 800 34px/1 var(--lt-display);
}
.lt-path-step small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.48);
  font: 600 10px/1.35 var(--lt-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lt-path-problem > small, .lt-path-action > small, .lt-path-result > small {
  display: block;
  margin-bottom: 10px;
  color: #ff6b72;
  font: 700 10px/1 var(--lt-display);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lt-path-problem p, .lt-path-action p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.55;
}
.lt-path-action h3 {
  margin: 0 0 10px;
  color: var(--lt-white);
  font: 700 23px/1.05 var(--lt-display);
  text-transform: uppercase;
}
.lt-path-result strong {
  display: block;
  color: var(--lt-white);
  font-size: 14px;
  line-height: 1.55;
}
.lt-path-result a {
  display: inline-flex;
  gap: 8px;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--lt-white);
  font: 700 11px/1.2 var(--lt-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lt-path-result a:hover {
  color: #ff6b72;
  border-bottom-color: #ff6b72;
}
@media (max-width: 1050px) {
  .lt-problems {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lt-pathway-head {
    display: none;
  }
  .lt-path-row {
    grid-template-columns: 100px 1fr 1fr;
  }
  .lt-path-step {
    grid-row: 1 / 3;
  }
  .lt-path-result {
    grid-column: 2 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }
}
@media (max-width: 720px) {
  .lt-problems {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }
  .lt-problems article {
    min-height: 0;
    padding: 26px;
  }
  .lt-pathway {
    margin-top: 38px;
  }
  .lt-path-row {
    grid-template-columns: 70px 1fr;
  }
  .lt-path-step {
    grid-row: auto;
  }
  .lt-path-problem,	.lt-path-action,	.lt-path-result {
    grid-column: 2;
  }
  .lt-path-row > div {
    padding: 20px 16px;
  }
  .lt-path-step small {
    display: none;
  }
}
.lt-program-brief {
  padding: 0 0 clamp(82px, 8vw, 118px);
  background: var(--lt-paper);
}
.lt-program-brief-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: clamp(50px, 7vw, 110px);
  padding-top: 10px;
  border-top: 1px solid var(--lt-line);
}
.lt-program-brief-head > div:first-child {
  padding-top: 46px;
}
.lt-program-brief h2 {
  max-width: 780px;
  margin: 0;
  font: 800 clamp(42px, 4.6vw, 68px) / 0.98 var(--lt-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lt-program-brief h2 span {
  color: var(--lt-red);
}
.lt-program-brief-head > div:first-child > p:last-child {
  max-width: 760px;
  margin: 26px 0 0;
  color: var(--lt-muted);
  font-size: 17px;
  line-height: 1.72;
}
.lt-program-timing {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lt-line);
  border-left: 1px solid var(--lt-line);
}
.lt-program-timing article {
  min-height: 146px;
  padding: 24px 20px;
  border-right: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-program-timing strong, .lt-program-timing span {
  display: block;
}
.lt-program-timing strong {
  color: #f04449;
  font: 800 clamp(28px, 2.7vw, 40px) / 1 var(--lt-display);
  text-transform: uppercase;
}
.lt-program-timing span {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.5;
}
.lt-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid var(--lt-line);
  border-left: 1px solid var(--lt-line);
}
.lt-program-grid article {
  position: relative;
  min-height: 215px;
  padding: 28px 30px;
  border-right: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  background: rgba(255, 255, 255, 0.46);
}
.lt-program-grid article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 30px;
  width: 42px;
  height: 3px;
  background: var(--lt-red);
}
.lt-program-grid span, .lt-program-grid strong {
  display: block;
}
.lt-program-grid span {
  color: var(--lt-red-dark);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lt-program-grid strong {
  margin-top: 27px;
  font: 800 28px/1.03 var(--lt-display);
  text-transform: uppercase;
}
.lt-program-grid p {
  margin: 16px 0 0;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.65;
}
.lt-loop-board {
  min-height: 632px;
}
.lt-loop-list li {
  min-height: 58px;
}
.lt-loop-list span {
  font-size: 13px;
  line-height: 1.18;
}
.lt-logo-rail {
  grid-template-columns: minmax(150px, 1.15fr) repeat(5, minmax(80px, 0.62fr)) minmax(145px, 1fr);
  gap: 22px;
}
.lt-logo-rail img {
  max-width: 126px;
}
.lt-pathway-head, .lt-path-row {
  grid-template-columns: 1.25fr 1.05fr 1.35fr 1.05fr;
}
.lt-path-step h3 {
  margin: 18px 0 0;
  color: var(--lt-white);
  font: 700 23px/1.06 var(--lt-display);
  text-transform: uppercase;
}
.lt-path-action p {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1180px) {
  .lt-logo-rail {
    gap: 15px;
  }
  .lt-logo-rail img {
    max-width: 108px;
  }
}
@media (max-width: 1050px) {
  .lt-program-brief-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 38px;
  }
  .lt-program-timing {
    max-width: 760px;
  }
  .lt-program-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lt-path-row {
    grid-template-columns: minmax(210px, 0.9fr) 1fr 1fr;
  }
  .lt-path-step h3 {
    font-size: 21px;
  }
}
@media (max-width: 960px) {
  .lt-loop-board {
    min-height: 0;
  }
  .lt-logo-rail {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
  }
  .lt-logo-rail > span,	.lt-logo-rail > a {
    grid-column: 1 / -1;
  }
}
@media (max-width: 720px) {
  .lt-program-brief {
    padding-bottom: 72px;
  }
  .lt-program-brief-head > div:first-child {
    padding-top: 36px;
  }
  .lt-program-brief h2 {
    font-size: clamp(39px, 11vw, 54px);
  }
  .lt-program-timing,	.lt-program-grid {
    grid-template-columns: 1fr;
  }
  .lt-program-timing article,	.lt-program-grid article {
    min-height: 0;
  }
  .lt-logo-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lt-logo-rail img {
    max-width: 130px;
    max-height: 38px;
  }
  .lt-path-row {
    grid-template-columns: 1fr;
  }
  .lt-path-step,	.lt-path-problem,	.lt-path-action,	.lt-path-result {
    grid-column: 1;
  }
  .lt-path-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: start;
    gap: 0 16px;
  }
  .lt-path-step b {
    grid-row: 1 / 3;
  }
  .lt-path-step h3 {
    margin: 0;
    font-size: 23px;
  }
  .lt-path-step small {
    display: block;
    grid-column: 2;
    margin-top: 9px;
  }
}
.lt-logo-rail img[alt^="UPM Raflatac"] {
  transform: scale(1.65);
  transform-origin: center;
}
:root {
  --lt-section-nav-height: 54px;
}
html {
  scroll-padding-top: calc(var(--lt-header-height) + var(--lt-section-nav-height) + 20px);
}
.lt-nav-dropdown {
  position: relative;
}
.lt-nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 180ms ease;
}
.lt-nav-dropdown summary::-webkit-details-marker, .lt-mobile-menu summary::-webkit-details-marker {
  display: none;
}
.lt-nav-dropdown summary:hover, .lt-nav-dropdown summary:focus-visible, .lt-nav-dropdown[open] summary {
  color: var(--lt-white);
}
.lt-nav-caret {
  width: 14px;
  transition: transform 180ms ease;
}
.lt-nav-dropdown[open] .lt-nav-caret {
  transform: rotate(180deg);
}
.lt-nav-dropdown-panel {
  position: absolute;
  top: calc(100% + 28px);
  right: -88px;
  width: 430px;
  padding: 10px;
  background: #202022;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}
.lt-nav-dropdown-panel::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  height: 29px;
}
.lt-main-nav .lt-nav-dropdown-panel a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 5px 15px;
  padding: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: var(--lt-white);
  letter-spacing: 0;
  text-transform: none;
}
.lt-main-nav .lt-nav-dropdown-panel a:last-child {
  border-bottom: 0;
}
.lt-main-nav .lt-nav-dropdown-panel a::after {
  display: none;
}
.lt-nav-dropdown-panel a > span {
  grid-row: 1 / 3;
  color: #ff5a60;
  font: 800 23px/1 var(--lt-display);
}
.lt-nav-dropdown-panel strong, .lt-nav-dropdown-panel small {
  display: block;
}
.lt-nav-dropdown-panel strong {
  font: 700 19px/1.1 var(--lt-display);
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.lt-nav-dropdown-panel small {
  color: rgba(255, 255, 255, 0.56);
  font: 500 11px/1.45 var(--lt-body);
}
.lt-main-nav .lt-nav-dropdown-panel a:hover, .lt-main-nav .lt-nav-dropdown-panel a:focus-visible {
  background: rgba(217, 39, 46, 0.13);
}
.lt-mobile-menu {
  display: none;
}
.lt-section-nav {
  position: sticky;
  top: var(--lt-header-height);
  z-index: 900;
  height: var(--lt-section-nav-height);
  background: rgba(244, 241, 235, 0.97);
  border-bottom: 1px solid var(--lt-line);
  box-shadow: 0 9px 24px rgba(20, 20, 22, 0.05);
  backdrop-filter: blur(14px);
}
body.admin-bar .lt-section-nav {
  top: calc(var(--lt-header-height) + 32px);
}
.lt-section-nav-inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(96vw, 1380px);
  height: 100%;
  margin-inline: auto;
}
.lt-section-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-right: 1px solid var(--lt-line);
  color: #474440;
  font: 700 12px/1 var(--lt-display);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}
.lt-section-nav a:first-child {
  border-left: 1px solid var(--lt-line);
}
.lt-section-nav a span {
  color: var(--lt-red-dark);
  font-size: 10px;
}
.lt-section-nav a:hover, .lt-section-nav a:focus-visible {
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-section-nav a:hover span, .lt-section-nav a:focus-visible span {
  color: #ff656b;
}
.lt-hero-flagship {
  margin-top: clamp(64px, 8vw, 108px);
  padding-bottom: clamp(72px, 9vw, 124px);
}
.lt-flagship-case--hero {
  margin: 0;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 1.04fr);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-top: 4px solid var(--lt-red);
  background: #202022;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.36);
}
.lt-flagship-case--hero .lt-flagship-case-media {
  min-height: 455px;
}
.lt-flagship-case-copy h2 {
  margin: 18px 0 24px;
  font: 800 clamp(46px, 5.1vw, 76px) / 0.92 var(--lt-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lt-flagship-case-copy h2 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}
.lt-reference-banner {
  display: grid;
  grid-template-columns: 1fr auto 24px;
  align-items: center;
  gap: 26px;
  min-height: 92px;
  padding: 22px 30px;
  background: var(--lt-red);
  color: var(--lt-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 180ms ease;
}
.lt-reference-banner:hover, .lt-reference-banner:focus-visible {
  background: #ef343b;
}
.lt-reference-banner > span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.lt-reference-banner strong {
  font: 800 clamp(21px, 2vw, 29px) / 1 var(--lt-display);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.lt-reference-banner svg {
  width: 24px;
}
.lt-reference-quote-label {
  color: var(--lt-red-dark) !important;
  font: 700 11px/1 var(--lt-display) !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lt-case-index-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px;
  overflow: hidden;
  background: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),	var(--lt-ink);
  background-size: 42px 42px;
  border-top: 4px solid var(--lt-red);
  color: var(--lt-white);
  box-shadow: 0 15px 45px rgba(20, 20, 22, 0.12);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.lt-case-index-card:hover, .lt-case-index-card:focus-visible {
  transform: translateY(-7px);
  box-shadow: var(--lt-shadow);
}
.lt-case-index-card::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -58px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(217, 39, 46, 0.4);
  border-radius: 50%;
}
.lt-case-index-card-number {
  color: var(--lt-red);
  font: 800 52px/1 var(--lt-display);
}
.lt-case-index-card small {
  margin-top: 52px;
  color: #ff6b72;
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lt-case-index-card h3 {
  max-width: 310px;
  margin: 20px 0 17px;
  font: 800 38px/0.98 var(--lt-display);
  text-transform: uppercase;
}
.lt-case-index-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.7;
}
.lt-case-index-card strong {
  margin-top: auto;
  padding-top: 34px;
  font: 700 14px/1 var(--lt-display);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lt-case-index-card strong span {
  color: #ff6b72;
}
.lt-cases-footer {
  align-items: flex-start;
}
.lt-cases-footer > p {
  max-width: 560px;
}
.lt-cases-footer-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}
.lt-index-page {
  background: var(--lt-paper);
}
.lt-index-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(88px, 10vw, 148px) 0 clamp(78px, 9vw, 126px);
  background: radial-gradient(circle at 82% 30%, rgba(217, 39, 46, 0.22), transparent 28%),	linear-gradient(135deg, #111113, #1d1d20 64%, #111113);
  color: var(--lt-white);
}
.lt-index-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.12;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to bottom, black, transparent 96%);
}
.lt-index-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  align-items: end;
  gap: clamp(60px, 10vw, 150px);
}
.lt-index-hero h1 {
  max-width: 850px;
  margin: 0;
  font: 800 clamp(56px, 7vw, 100px) / 0.92 var(--lt-display);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lt-index-hero-layout > div:first-child > p:last-child {
  max-width: 760px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.72;
}
.lt-index-hero-note {
  padding: 32px 0 8px 32px;
  border-left: 4px solid var(--lt-red);
}
.lt-index-hero-note small, .lt-index-hero-note strong, .lt-index-hero-note a {
  display: block;
}
.lt-index-hero-note small {
  color: #ff6b72;
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lt-index-hero-note strong {
  margin-top: 22px;
  font: 800 clamp(35px, 4vw, 56px) / 0.98 var(--lt-display);
  text-transform: uppercase;
}
.lt-index-hero-note a {
  margin-top: 30px;
  color: var(--lt-white);
  font: 700 13px/1.35 var(--lt-display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.lt-index-hero-note a span {
  color: #ff6b72;
}
.lt-index-section {
  padding: clamp(78px, 9vw, 128px) 0;
}
.lt-index-section:nth-of-type(even) {
  background: var(--lt-paper-deep);
}
.lt-index-section-head {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  align-items: end;
  gap: clamp(58px, 9vw, 140px);
  margin-bottom: 52px;
}
.lt-index-section-head h2, .lt-country-framework h2, .lt-country-global h2 {
  margin: 0;
  font: 800 clamp(42px, 5vw, 70px) / 0.98 var(--lt-display);
  letter-spacing: -0.025em;
  text-transform: uppercase;
  text-wrap: balance;
}
.lt-index-section-head > p, .lt-country-framework-intro > p:last-child, .lt-country-global p {
  margin: 0;
  color: var(--lt-muted);
  font-size: 17px;
  line-height: 1.74;
}
.lt-index-feature-grid, .lt-index-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--lt-line);
  border-left: 1px solid var(--lt-line);
}
.lt-index-feature-grid > a, .lt-index-method-grid > a {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.48);
  border-right: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  transition: background 200ms ease, transform 200ms ease;
}
.lt-index-feature-grid > a::before, .lt-index-method-grid > a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 34px;
  width: 48px;
  height: 4px;
  background: var(--lt-red);
}
.lt-index-feature-grid > a:hover, .lt-index-feature-grid > a:focus-visible, .lt-index-method-grid > a:hover, .lt-index-method-grid > a:focus-visible {
  z-index: 1;
  background: var(--lt-white);
  transform: translateY(-5px);
}
.lt-index-feature-grid small {
  color: var(--lt-red-dark);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.lt-index-feature-grid h3, .lt-index-method-grid h3 {
  margin: 44px 0 18px;
  font: 800 34px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-index-feature-grid p, .lt-index-method-grid p {
  margin: 0;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.72;
}
.lt-index-feature-grid strong, .lt-index-method-grid strong {
  margin-top: auto;
  padding-top: 32px;
  color: var(--lt-ink);
  font: 700 13px/1.2 var(--lt-display);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.lt-index-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lt-index-post-card {
  overflow: hidden;
  background: var(--lt-white);
  border: 1px solid var(--lt-line);
  box-shadow: 0 15px 45px rgba(20, 20, 22, 0.06);
}
.lt-index-post-media {
  display: grid;
  place-items: center;
  height: 250px;
  overflow: hidden;
  background: var(--lt-ink);
  color: var(--lt-red);
  font: 800 56px/1 var(--lt-display);
}
.lt-index-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}
.lt-index-post-card:hover .lt-index-post-media img {
  transform: scale(1.04);
}
.lt-index-post-card > div {
  padding: 28px;
}
.lt-index-post-card small {
  color: var(--lt-red-dark);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lt-index-post-card h3 {
  margin: 18px 0 13px;
  font: 800 31px/1.02 var(--lt-display);
  text-transform: uppercase;
}
.lt-index-post-card p {
  margin: 0 0 24px;
  color: var(--lt-muted);
  font-size: 14px;
  line-height: 1.7;
}
.lt-index-pagination {
  margin-top: 44px;
}
.lt-index-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.lt-index-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 13px;
  border: 1px solid var(--lt-line);
  font: 700 13px/1 var(--lt-display);
}
.lt-index-pagination .current {
  background: var(--lt-red);
  color: var(--lt-white);
  border-color: var(--lt-red);
}
.lt-index-method-grid > a > span {
  color: var(--lt-red);
  font: 800 38px/1 var(--lt-display);
}
.lt-knowledge-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}
.lt-country-framework {
  padding: clamp(76px, 8vw, 112px) 0;
  background: var(--lt-ink);
  color: var(--lt-white);
}
.lt-country-framework .lt-overline, .lt-country-global .lt-overline {
  color: #ff6b72;
}
.lt-country-framework > .lt-shell {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(60px, 9vw, 140px);
}
.lt-country-framework-intro > p:last-child {
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.78);
}
.lt-country-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.lt-country-step-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  min-height: 69px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font: 700 22px/1.1 var(--lt-display);
  text-transform: uppercase;
}
.lt-country-step-list span {
  color: #ff6b72;
  font-size: 18px;
}
.lt-country-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.lt-country-case {
  overflow: hidden;
  background: var(--lt-white);
  border: 1px solid var(--lt-line);
  box-shadow: 0 18px 55px rgba(20, 20, 22, 0.08);
}
.lt-country-case-media {
  position: relative;
  display: block;
  height: 330px;
  overflow: hidden;
  background: var(--lt-charcoal);
}
.lt-country-case-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}
.lt-country-case:hover .lt-country-case-media > img {
  transform: scale(1.035);
}
.lt-country-case-media > span {
  position: absolute;
  left: 24px;
  bottom: 22px;
  display: grid;
  place-items: center;
  min-width: 150px;
  height: 60px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}
.lt-country-case-media > span img {
  width: auto;
  max-width: 128px;
  max-height: 36px;
}
.lt-country-case > div {
  padding: 32px;
}
.lt-country-case small {
  color: var(--lt-red-dark);
  font: 700 11px/1 var(--lt-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lt-country-case h3 {
  margin: 20px 0 14px;
  font: 800 38px/1 var(--lt-display);
  text-transform: uppercase;
}
.lt-country-case p {
  margin: 0;
  color: var(--lt-muted);
  line-height: 1.7;
}
.lt-country-case > div > strong {
  display: block;
  margin: 24px 0;
  padding: 17px 0;
  border-top: 1px solid var(--lt-line);
  border-bottom: 1px solid var(--lt-line);
  font: 700 20px/1.25 var(--lt-display);
  text-transform: uppercase;
}
.lt-country-global {
  padding: clamp(76px, 8vw, 112px) 0;
  background: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),	linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),	var(--lt-ink);
  background-size: 72px 72px;
  color: var(--lt-white);
}
.lt-country-global-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 70px;
}
.lt-country-global p {
  max-width: 760px;
  margin-top: 26px;
  color: rgba(255, 255, 255, 0.78);
}
@media (max-width: 1180px) {
  .lt-main-nav {
    gap: 20px;
  }
  .lt-main-nav a:nth-child(4) {
    display: inline-flex;
  }
  .lt-flagship-case--hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }
  .lt-index-feature-grid > a,	.lt-index-method-grid > a {
    padding: 28px;
  }
}
@media (max-width: 960px) {
  .lt-header-cta {
    display: none;
  }
  .lt-mobile-menu {
    position: relative;
    display: block;
    margin-left: auto;
    color: var(--lt-white);
  }
  .lt-mobile-menu > summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    list-style: none;
    font: 700 13px/1 var(--lt-display);
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .lt-mobile-menu > summary svg {
    width: 20px;
  }
  .lt-mobile-menu[open] > summary {
    background: var(--lt-red);
    border-color: var(--lt-red);
  }
  .lt-mobile-menu-panel {
    position: fixed;
    top: var(--lt-header-height);
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    padding: 28px 5vw 30px;
    background: #1d1d1f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 65px rgba(0, 0, 0, 0.36);
  }
  body.admin-bar .lt-mobile-menu-panel {
    top: calc(var(--lt-header-height) + 46px);
  }
  .lt-mobile-menu-section {
    display: grid;
    gap: 3px;
  }
  .lt-mobile-menu-section small {
    margin-bottom: 8px;
    color: #ff646a;
    font: 700 10px/1 var(--lt-display);
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }
  .lt-mobile-menu-section a {
    padding: 9px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.84);
    font: 700 17px/1.15 var(--lt-display);
    text-transform: uppercase;
  }
  .lt-mobile-menu-cta {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: var(--lt-red);
    color: var(--lt-white);
    font: 700 14px/1 var(--lt-display);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .lt-flagship-case--hero {
    grid-template-columns: 1fr;
  }
  .lt-flagship-case--hero .lt-flagship-case-media {
    min-height: 440px;
  }
  .lt-index-hero-layout,	.lt-index-section-head,	.lt-country-framework > .lt-shell,	.lt-country-global-layout {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 46px;
  }
  .lt-index-hero-note {
    max-width: 650px;
  }
  .lt-index-feature-grid,	.lt-index-method-grid {
    grid-template-columns: 1fr;
  }
  .lt-index-feature-grid > a,	.lt-index-method-grid > a {
    min-height: 250px;
  }
  .lt-index-post-grid {
    grid-template-columns: 1fr;
  }
  .lt-index-post-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
  }
  .lt-index-post-media {
    height: 100%;
    min-height: 300px;
  }
  .lt-country-global-layout .lt-button {
    width: fit-content;
  }
}
@media (max-width: 720px) {
  html {
    scroll-padding-top: calc(var(--lt-header-height) + 16px);
  }
  body.home {
    padding-bottom: 64px;
  }
  .lt-section-nav {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    height: 64px;
    border-top: 1px solid rgba(23, 23, 25, 0.18);
    border-bottom: 0;
    box-shadow: 0 -10px 32px rgba(20, 20, 22, 0.16);
  }
  body.admin-bar .lt-section-nav {
    top: auto;
  }
  .lt-section-nav-inner {
    width: 100%;
    grid-template-columns: repeat(6, minmax(62px, 1fr));
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .lt-section-nav-inner::-webkit-scrollbar {
    display: none;
  }
  .lt-section-nav a {
    flex-direction: column;
    gap: 4px;
    min-width: 62px;
    padding: 8px 4px 7px;
    border-right: 1px solid var(--lt-line);
    font-size: 9px;
    letter-spacing: 0.045em;
  }
  .lt-section-nav a:first-child {
    border-left: 0;
  }
  .lt-section-nav a span {
    font-size: 9px;
  }
  .lt-mobile-menu-panel {
    grid-template-columns: 1fr;
    max-height: calc(100vh - var(--lt-header-height));
    overflow-y: auto;
    padding: 24px 5vw 26px;
  }
  body.admin-bar .lt-mobile-menu-panel {
    top: var(--lt-header-height);
  }
  .lt-mobile-menu-section:first-child {
    display: none;
  }
  .lt-hero-flagship {
    margin-top: 58px;
    padding-bottom: 72px;
  }
  .lt-flagship-case--hero .lt-flagship-case-media {
    min-height: 300px;
  }
  .lt-flagship-case-copy h2 {
    font-size: clamp(43px, 14vw, 60px);
  }
  .lt-reference-banner {
    grid-template-columns: 1fr 22px;
    gap: 10px 18px;
    padding: 20px 22px;
  }
  .lt-reference-banner > span {
    grid-column: 1 / -1;
    font-size: 12px;
  }
  .lt-reference-banner strong {
    font-size: 23px;
  }
  .lt-case-index-card {
    min-height: 410px;
  }
  .lt-cases-footer-actions {
    width: 100%;
  }
  .lt-cases-footer-actions .lt-button {
    width: 100%;
  }
  .lt-index-hero {
    padding: 72px 0 70px;
  }
  .lt-index-hero h1 {
    font-size: clamp(48px, 14vw, 68px);
  }
  .lt-index-hero-layout > div:first-child > p:last-child {
    font-size: 16px;
  }
  .lt-index-hero-note {
    padding-left: 22px;
  }
  .lt-index-section-head h2,	.lt-country-framework h2,	.lt-country-global h2 {
    font-size: clamp(39px, 11.5vw, 55px);
  }
  .lt-index-feature-grid > a,	.lt-index-method-grid > a {
    min-height: 280px;
  }
  .lt-index-post-card {
    display: block;
  }
  .lt-index-post-media {
    height: 220px;
    min-height: 0;
  }
  .lt-country-step-list li {
    grid-template-columns: 50px 1fr;
    font-size: 19px;
  }
  .lt-country-case-grid {
    grid-template-columns: 1fr;
  }
  .lt-country-case-media {
    height: 250px;
  }
  .lt-country-case > div {
    padding: 26px;
  }
  .lt-country-global-layout .lt-button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,	*::before,	*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
