/* =========================================================
   ytup Main Stylesheet
   ========================================================= */

/* 1. FONTS: PRAGMATICA EXTENDED & OBVIOUSLY */
@font-face {
  font-family: 'pragmatica-extended';
  src: url('/fonts/pragmatica-extended-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'pragmatica-extended';
  src: url('/fonts/pragmatica-extended-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'obviously';
  src: url('/fonts/obviously-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'obviously';
  src: url('/fonts/obviously-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

/* 2. REAL DESIGN TOKENS (EXTRACTED EXACTLY FROM DEVTOOLS) */
:root {
  --base-font-size: 16px;

  /* Typography */
  --heading-font-font-family: "pragmatica-extended", sans-serif;
  --heading-font-font-style: normal;
  --heading-font-font-weight: 500;
  --heading-font-text-transform: uppercase;
  --heading-font-letter-spacing: -0.08em;
  --heading-font-line-height: 1em;

  --body-font-font-family: "Inter Tight", sans-serif;
  --body-font-font-style: normal;
  --body-font-font-weight: 500;
  --body-font-text-transform: none;
  --body-font-letter-spacing: 0.03em;
  --body-font-line-height: 1.2em;

  --meta-font-font-family: "obviously", sans-serif;
  --meta-font-font-style: normal;
  --meta-font-font-weight: 400;
  --meta-font-text-transform: none;
  --meta-font-letter-spacing: 0em;
  --meta-font-line-height: 1.2em;

  /* Heading Sizes */
  --heading-1-size: 7.1rem;
  --heading-1-size-value: 7.1;
  --heading-2-size: 4.7rem;
  --heading-2-size-value: 4.7;
  --heading-3-size: 2rem;
  --heading-3-size-value: 2;
  --heading-4-size: 1.4rem;
  --heading-4-size-value: 1.4;
  --large-text-size: 1rem;
  --large-text-size-value: 1;
  --normal-text-size: 0.9rem;
  --normal-text-size-value: 0.9;
  --small-text-size: 0.8rem;
  --small-text-size-value: 0.8;
  --normal-meta-size: 0.9rem;
  --normal-meta-size-value: 0.9;

  /* Layout */
  --maxPageWidth: 1900px;
  --pagePadding: 3vw;
  --header-height: 60.962501525878906px;
  --header-fixed-top-offset: 60.390625px;

  /* Color System */
  --white-hsl: 0, 0%, 100%;
  --black-hsl: 195, 2%, 5%;
  --safeLightAccent-hsl: 30, 79.75%, 69.02%;
  --safeDarkAccent-hsl: 0, 0%, 0%;
  --safeInverseAccent-hsl: 0, 0%, 0%;
  --safeInverseLightAccent-hsl: 0, 0%, 0%;
  --safeInverseDarkAccent-hsl: 0, 0%, 100%;
  --accent-hsl: 30, 79.75%, 69.02%;
  --lightAccent-hsl: 230.77, 26.53%, 90.39%;
  --darkAccent-hsl: 193.75, 25.26%, 37.25%;

  /* Color Tokens */
  --siteBackgroundColor: hsl(var(--black-hsl));
  --paragraphMediumColor: #ffffff;
  --headingLargeColor: #ffffff;
  --headerBorderColor: hsla(var(--accent-hsl), 1);
  --solidHeaderBackgroundColor: hsla(var(--black-hsl), 1);
  --solidHeaderNavigationColor: hsla(var(--accent-hsl), 1);
  --gradientHeaderBackgroundColor: hsla(var(--white-hsl), 1);
  --gradientHeaderNavigationColor: hsla(var(--black-hsl), 1);
  --navigationLinkColor: #ffffff;

  --color-black: #0c0d0d;
  --color-deep-black: #000000;
  --color-white: #ffffff;
  --color-card-dark: #121313;
  --color-card-border: rgba(255, 255, 255, 0.09);
  --color-accent: hsl(var(--accent-hsl));
  --color-accent-tan: #a37a52;
  --color-accent-tan-hover: #b88b5d;
  --color-text-muted: #a3a3a3;

  /* Header Button Font */
  --header-button-font-font-family: var(--heading-font-font-family);
  --header-button-font-font-style: var(--heading-font-font-style);
  --header-button-font-font-size: 0.9rem;
  --header-button-font-font-size-value: 0.9;
  --header-button-font-font-weight: var(--heading-font-font-weight);
  --header-button-font-line-height: var(--heading-font-line-height);
  --header-button-font-letter-spacing: var(--heading-font-letter-spacing);
  --header-button-font-text-transform: var(--heading-font-text-transform);

  /* Tertiary Button (Header CTA Discord Button) */
  --tertiary-button-stroke: 0px;
  --tertiary-button-padding-y: 0.7rem;
  --tertiary-button-padding-x: 1.6rem;
  --tertiary-button-padding-top: 0.7rem;
  --tertiary-button-padding-right: 1.6rem;
  --tertiary-button-padding-bottom: 0.7rem;
  --tertiary-button-padding-left: 1.6rem;
  --tertiary-button-font-font-family: var(--heading-font-font-family);
  --tertiary-button-font-font-style: normal;
  --tertiary-button-font-font-weight: 500;
  --tertiary-button-font-line-height: 1.2em;
  --tertiary-button-font-letter-spacing: -0.04em;
  --tertiary-button-font-text-transform: uppercase;
  --tertiary-button-font-font-size: 1rem;
  --tertiary-button-font-size-value: 1;
  --tertiary-button-rounded-border-top-left-radius: 6.4px;
  --tertiary-button-rounded-border-top-right-radius: 6.4px;
  --tertiary-button-rounded-border-bottom-left-radius: 6.4px;
  --tertiary-button-rounded-border-bottom-right-radius: 6.4px;
  --tertiaryButtonTextColor: hsla(var(--safeInverseAccent-hsl), 1);
  --tertiaryButtonBackgroundColor: hsla(var(--accent-hsl), 1);

  /* Primary Button */
  --primary-button-stroke: 1px;
  --primary-button-padding-y: 14px;
  --primary-button-padding-x: 36px;
  --primaryButtonTextColor: #ffffff;
  --primaryButtonBackgroundColor: #000000;

  /* Secondary Button */
  --secondary-button-stroke: 1px;
  --secondary-button-padding-y: 14px;
  --secondary-button-padding-x: 36px;
  --secondaryButtonTextColor: #ffffff;
  --secondaryButtonBackgroundColor: transparent;
}

[data-section-theme="bright-inverse"] {
  --list-section-simple-card-color: hsla(var(--accent-hsl), 1);
  --list-section-simple-card-title-color: hsla(var(--safeInverseAccent-hsl), 1);
  --list-section-simple-card-description-color: hsla(var(--safeInverseAccent-hsl), 1);
  --list-section-simple-button-background-color: hsla(var(--accent-hsl), 1);
  --paragraphMediumColor: hsla(var(--accent-hsl), 1);
  --siteTitleColor: hsla(var(--accent-hsl), 1);
  --tertiaryButtonBackgroundColor: hsla(var(--accent-hsl), 1);
  --tertiaryButtonTextColor: hsla(var(--safeInverseAccent-hsl), 1);
}

.theme-btn--primary-inverse {
  --tertiaryButtonBackgroundColor: hsla(var(--accent-hsl), 1);
  --tertiaryButtonTextColor: hsla(var(--safeInverseAccent-hsl), 1);
}

/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: var(--base-font-size);
  scroll-behavior: smooth;
  background-color: var(--color-deep-black);
}

body {
  font-family: var(--body-font-font-family);
  font-weight: var(--body-font-font-weight);
  letter-spacing: var(--body-font-letter-spacing);
  line-height: var(--body-font-line-height);
  background-color: var(--color-deep-black);
  color: var(--color-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 3. HEADINGS */
h1,
h2,
h3,
h4 {
  font-family: var(--heading-font-font-family);
  font-style: var(--heading-font-font-style);
  font-weight: var(--heading-font-font-weight);
  line-height: var(--heading-font-line-height);
  letter-spacing: var(--heading-font-letter-spacing);
  text-transform: var(--heading-font-text-transform);
}

h1 {
  font-size: min(calc((var(--heading-1-size-value) - 1) * 1.5vw + 1.2rem), calc(var(--heading-1-size-value) * 1rem));
  line-height: 1em;
}

h2 {
  font-size: min(calc((var(--heading-2-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--heading-2-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--heading-2-size-value) * 1rem)));
  line-height: calc(var(--heading-font-line-height) * (1 + (1 - var(--heading-2-size-value)) / 25));
}

h3 {
  font-size: min(calc((var(--heading-3-size-value) - 1) * 1vw + 1rem), calc(var(--heading-3-size-value) * 1rem));
  line-height: 1.1em;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 var(--pagePadding);
}

/* 4. EXACT BUTTON STYLING & SQS SPECIFICATION */
.btn {
  position: relative;
  display: inline-block;
  line-height: normal;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: middle;
}

#siteWrapper .header-actions-action--cta .sqs-button-element--primary,
#siteWrapper .header-actions-action--cta .sqs-button-element--secondary,
#siteWrapper .header-actions-action--cta .sqs-button-element--tertiary,
#siteWrapper .header-skip-link {
  font-family: var(--header-button-font-font-family) !important;
  font-style: var(--header-button-font-font-style) !important;
  font-size: var(--header-button-font-font-size) !important;
  font-weight: var(--header-button-font-font-weight) !important;
  line-height: var(--header-button-font-line-height) !important;
  letter-spacing: var(--header-button-font-letter-spacing) !important;
  text-transform: var(--header-button-font-text-transform) !important;
}

#siteWrapper.site-wrapper .sqs-button-element--primary,
#siteWrapper.site-wrapper .sqs-button-element--secondary,
#siteWrapper.site-wrapper .sqs-button-element--tertiary {
  line-height: normal;
  border-style: solid;
}

#siteWrapper.site-wrapper .sqs-button-element--tertiary {
  border-width: var(--tertiary-button-stroke);
  padding-top: var(--tertiary-button-padding-top, var(--tertiary-button-padding-y));
  padding-right: var(--tertiary-button-padding-right, var(--tertiary-button-padding-x));
  padding-bottom: var(--tertiary-button-padding-bottom, var(--tertiary-button-padding-y));
  padding-left: var(--tertiary-button-padding-left, var(--tertiary-button-padding-x));
}

@media screen and (min-width: 768px),
screen and (orientation: landscape) {
  #siteWrapper .sqs-button-element--tertiary {
    font-size: min(calc((var(--tertiary-button-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--tertiary-button-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--tertiary-button-font-size-value) * 1rem)));
  }
}

#siteWrapper .sqs-button-element--tertiary {
  font-family: var(--tertiary-button-font-font-family);
  font-style: var(--tertiary-button-font-font-style);
  font-weight: var(--tertiary-button-font-weight);
  line-height: var(--tertiary-button-font-line-height);
  letter-spacing: var(--tertiary-button-font-letter-spacing);
  text-transform: var(--tertiary-button-font-text-transform);
}

.tertiary-button-shape-pill .sqs-button-element--tertiary,
.secondary-button-shape-pill .sqs-button-element--secondary,
.primary-button-shape-pill .sqs-button-element--primary {
  border-radius: 300px;
}

.tertiary-button-style-solid .sqs-button-element--tertiary {
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  color: var(--tertiaryButtonTextColor);
  background: var(--tertiaryButtonBackgroundColor);
  border-color: var(--tertiaryButtonTextColor);
}

.secondary-button-style-outline .sqs-button-element--secondary {
  color: var(--color-white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 14px 36px;
  font-family: var(--body-font-font-family);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.primary-button-style-solid .sqs-button-element--primary {
  color: var(--color-white);
  background: var(--color-deep-black);
  border: 1px solid var(--color-deep-black);
  padding: 14px 36px;
  font-family: var(--body-font-font-family);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.section-ready-cta .sqs-button-element--primary {
  background: var(--color-deep-black);
  color: var(--color-white);
  border-color: var(--color-deep-black);
}

.site-footer .sqs-button-element--primary {
  background: var(--color-deep-black);
  color: var(--color-white);
  border-color: var(--color-deep-black);
}

.btn-tan-popup {
  background-color: var(--color-accent-tan);
  color: var(--color-white);
  border-radius: 4px;
  padding: 14px 30px;
  font-weight: 600;
  border: none;
}

.btn-tan-popup:hover {
  background-color: var(--color-accent-tan-hover);
}

/* Flex Liquid Hover Animation */
@media (hover: hover) {

  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input),
  .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input),
  .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input) {
    transform: scaleY(1);
    transition: .6s cubic-bezier(.19, 1, .22, 1) color, .6s cubic-bezier(.19, 1, .22, 1) border-color;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }

  .tweak-global-animations-animation-type-flex.tertiary-button-style-solid .sqs-button-element--tertiary:not(input)::before {
    border-color: var(--tertiaryButtonBackgroundColor);
    background-color: var(--tertiaryButtonTextColor);
  }

  .tweak-global-animations-animation-type-flex.secondary-button-shape-pill .sqs-button-element--secondary::before,
  .tweak-global-animations-animation-type-flex.tertiary-button-shape-pill .sqs-button-element--tertiary::before,
  .tweak-global-animations-animation-type-flex.primary-button-shape-pill .sqs-button-element--primary::before {
    border-radius: 300px;
  }

  .tweak-global-animations-animation-type-flex .sqs-button-element--primary:not(input)::before,
  .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input)::before,
  .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input)::before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    border-style: solid;
    border-width: 2px;
    transition: .6s cubic-bezier(.19, 1, .22, 1) clip-path;
    clip-path: polygon(-2% 102%, 102% 102%, 102% 102%, -2% 102%);
    transform: translateZ(0);
  }

  .tweak-global-animations-animation-type-flex .sqs-button-element--tertiary:not(input):hover::before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
  }

  .tweak-global-animations-animation-type-flex .header-actions-action--cta .sqs-button-element--tertiary:not(input):hover,
  .tweak-global-animations-animation-type-flex.tertiary-button-style-solid .sqs-button-element--tertiary:not(input):hover {
    color: var(--tertiaryButtonBackgroundColor) !important;
  }

  .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input)::before {
    background-color: #ffffff;
    border-color: #ffffff;
  }

  .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input):hover::before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
  }

  .tweak-global-animations-animation-type-flex .sqs-button-element--secondary:not(input):hover {
    color: #000000 !important;
  }

  .section-ready-cta .sqs-button-element--primary:not(input)::before {
    background-color: #333333;
    border-color: #333333;
  }

  .section-ready-cta .sqs-button-element--primary:not(input):hover::before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
  }

  .site-footer .sqs-button-element--primary:not(input)::before {
    background-color: #ffffff;
    border-color: #000000;
  }

  .site-footer .sqs-button-element--primary:not(input):hover::before {
    clip-path: polygon(-2% -2%, 102% -2%, 102% 102%, -2% 102%);
  }

  .site-footer .sqs-button-element--primary:not(input):hover {
    color: #000000 !important;
  }
}

/* 5. SITE HEADER */
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: transform 140ms ease-in-out, background 0.3s ease;
  background: rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border-bottom: 1px solid var(--headerBorderColor);
  pointer-events: auto;
}

.header-announcement-bar-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 0.3vw;
  padding-bottom: 0.3vw;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  pointer-events: auto;
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  max-width: var(--maxPageWidth);
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.header-layout-branding-center .header-nav {
  width: 33%;
  flex: 1 1 33%;
}

.header-layout-branding-center .site-brand-title {
  width: 34%;
  flex: 1 1 34%;
  text-align: center;
  position: static;
  transform: none;
}

.header-layout-branding-center .header-actions {
  width: 33%;
  flex: 1 1 33%;
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.header-actions--right {
  justify-content: flex-end;
}

.header-actions--right .header-actions-action {
  margin: 0 0 0 2.5vw;
}

.header-actions .header-actions-action--cta {
  white-space: nowrap;
}

.header-actions-action,
.header-menu-actions-action {
  text-align: center;
  line-height: 1;
}

:not(.header--menu-open) .header-actions {
  color: var(--navigationLinkColor);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 1.7vw;
  font-family: var(--heading-font-font-family);
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 1em;
}

.nav-link {
  color: var(--color-white);
  opacity: 0.9;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: var(--heading-font-font-family);
  font-size: 0.9rem;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 1em;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-link:hover,
.nav-dropdown:hover .nav-link,
.nav-dropdown.is-open .nav-link {
  opacity: 1;
  color: var(--color-accent);
}

/* Hover underline precisely under text */
.nav-link .nav-text {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
}

.nav-link .nav-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-link:hover .nav-text::after,
.nav-dropdown:hover .nav-link .nav-text::after,
.nav-dropdown.is-open .nav-link .nav-text::after {
  width: 100%;
}

/* Fallback if nav-link doesn't have .nav-text */
.nav-link:not(:has(.nav-text)) {
  position: relative;
  padding-bottom: 3px;
}

.nav-link:not(:has(.nav-text))::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.nav-link:not(:has(.nav-text)):hover::after {
  width: 100%;
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-btn svg {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}

.nav-dropdown:hover .nav-dropdown-btn svg,
.nav-dropdown.is-open .nav-dropdown-btn svg {
  transform: rotate(180deg);
}

.dropdown-box {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: rgba(14, 14, 14, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 10px;
  min-width: 260px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: all 0.2s ease;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* Invisible bridge so mouse moving from Resources button into the menu never loses hover */
.dropdown-box::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  height: 16px;
}

.nav-dropdown:hover .dropdown-box,
.nav-dropdown:focus-within .dropdown-box,
.nav-dropdown.is-open .dropdown-box {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dropdown-box a {
  display: block;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  color: #eeeeee;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.dropdown-box a .dropdown-text {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
}

.dropdown-box a .dropdown-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-accent);
  transition: width 0.25s cubic-bezier(0.25, 1, 0.5, 1);
}

.dropdown-box a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
}

.dropdown-box a:hover .dropdown-text {
  color: var(--color-accent);
}

.dropdown-box a:hover .dropdown-text::after {
  width: 100%;
}

.site-brand-title {
  font-family: var(--heading-font-font-family);
  font-size: 1.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  color: var(--color-white);
  text-decoration: none;
  display: inline-block;
}

.mobile-burger {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 1020;
}

.mobile-burger span {
  width: 22px;
  height: 2px;
  background: var(--color-white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-burger.active span:nth-child(2) {
  opacity: 0;
}

.mobile-burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--color-deep-black);
  z-index: 1010;
  display: flex;
  flex-direction: column;
  padding: 100px 32px 40px 32px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.mobile-menu-drawer.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mobile-menu-drawer a {
  font-family: var(--heading-font-font-family);
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  margin-bottom: 24px;
  display: block;
  color: var(--color-white);
}

/* 6. HERO SECTION */
.hero-section {
  background: var(--color-deep-black);
  padding: 150px 0 60px 0;
  text-align: center;
  position: relative;
}

.hero-subhead {
  font-family: var(--heading-font-font-family);
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  color: var(--color-white);
  margin-bottom: 4px;
}

.hero-h1-main {
  font-family: var(--heading-font-font-family);
  font-size: clamp(3.2rem, 7.5vw, 7.1rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 1em;
  color: var(--color-white);
  margin: 0;
}

.hero-giant-text {
  font-family: var(--heading-font-font-family);
  font-size: clamp(3.6rem, 13.5vw, 176.5px);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 0.95em;
  color: var(--color-white);
  margin-top: 10px;
}

/* Wave Dividers */
.wave-divider-wrap {
  width: 100%;
  height: 6vw;
  min-height: 48px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.wave-divider-wrap svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* 7. SECTION 2: WHITE VIDEO & BIO */
.section-white {
  background: var(--color-white);
  color: var(--color-deep-black);
  padding: 80px 0 100px 0;
  text-align: center;
  position: relative;
}

.section-white h2 {
  color: var(--color-deep-black);
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: calc(1em * (1 + (1 - 4.7) / 25));
  margin-bottom: 24px;
}

.white-section-desc {
  font-family: var(--body-font-font-family);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #333333;
  max-width: 780px;
  margin: 0 auto 50px auto;
}

.video-container {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-container .plyr {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video-container .plyr--video {
  --plyr-color-main: #ffffff;
  --plyr-video-control-color: #ffffff;
}

.video-container .plyr__control--overlaid {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.video-play-button-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: opacity 0.25s ease;
  z-index: 5;
}

.video-play-button-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.play-circle-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}

.video-play-button-overlay:hover .play-circle-icon {
  transform: scale(1.08);
  background: rgba(0, 0, 0, 0.9);
}

.play-circle-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  margin-left: 4px;
}

/* 8. SECTION 3: USER ITEMS LIST SIMPLE (BRIGHT-INVERSE THEME) */
.user-items-list-section.bright-inverse,
.section-highlights,
[data-section-theme="bright-inverse"].user-items-list-section {
  background: var(--color-deep-black);
  padding: 80px 0;
}

.user-items-list-item-container[data-section-id="6953ff7d7bad2e6f128bcdeb"] {
  --title-font-size-value: 1.4;
  --body-font-size-value: 0.9;
  --button-font-size-value: 0.8;
}

/* Base: 1 column (mobile) — exact original */
.user-items-list-simple {
  list-style: none;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}

.user-items-list-simple[data-alignment-vertical="stretch"] {
  align-items: stretch;
}

/* Inset: padding + max-width on the list itself */
.user-items-list-simple[data-layout-width="inset"] {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  max-width: var(--maxPageWidth);
}

/* 576px+: 2 columns */
@media screen and (min-width: 576px) {
  .user-items-list-simple:not([data-num-columns="1"]) {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 768px+: 3 columns */
@media screen and (min-width: 768px) {

  .user-items-list-simple[data-num-columns="6"],
  .user-items-list-simple[data-num-columns="5"],
  .user-items-list-simple[data-num-columns="4"],
  .user-items-list-simple[data-num-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 1100px+: 4 columns */
@media screen and (min-width: 1100px) {

  .user-items-list-simple[data-num-columns="6"],
  .user-items-list-simple[data-num-columns="5"],
  .user-items-list-simple[data-num-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

.user-items-list-simple .list-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border-radius: 40px;
  text-align: center;
  align-items: center;
  box-sizing: border-box;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.8s;
}

.user-items-list-simple .list-item[data-is-card-enabled="true"],
.user-items-list-simple .list-item.highlight-card,
.highlight-card {
  background-color: var(--list-section-simple-card-color, hsla(30, 79.75%, 69.02%, 1)) !important;
  border-radius: 40px !important;
  color: var(--list-section-simple-card-title-color, #000000) !important;
}

.user-items-list-simple .list-item:hover,
.highlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 0, 0, 0.18) !important;
}

.user-items-list-simple .list-item-media,
.highlight-icon-circle {
  width: 40%;
  margin-bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-items-list-simple .list-item-media-inner[data-aspect-ratio="circle"],
.highlight-icon-circle[data-aspect-ratio="circle"] {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-items-list-simple .list-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.user-items-list-simple .list-item-content {
  width: 100%;
}

.user-items-list-simple .list-item-content__title,
.highlight-title {
  font-family: var(--heading-font-font-family);
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  line-height: 1em;
  color: var(--list-section-simple-card-title-color, #000000) !important;
  margin: 0;
  max-width: 100%;
}

.user-items-list-simple .list-item-content__description,
.highlight-text {
  font-family: var(--body-font-font-family);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  color: var(--list-section-simple-card-description-color, #000000) !important;
  margin-top: 4%;
  max-width: 100%;
}

.user-items-list-simple .list-item-content__description p,
.highlight-text p {
  margin: 0;
  color: var(--list-section-simple-card-description-color, #000000) !important;
}

.fadeIn:not([data-override-initial-global-animation]),
.scaleIn:not([data-override-initial-global-animation]),
.slideIn:not([data-override-initial-global-animation]) {
  opacity: 1 !important;
}

/* 9. SECTION 4 & 5: MY OPERATION (DARK CARDS) */
.section-operations {
  background: var(--color-deep-black);
  padding: 40px 0 100px 0;
}

.operations-rule {
  margin-bottom: 40px;
}

.operations-heading {
  font-family: var(--heading-font-font-family);
  font-size: clamp(2.2rem, 4vw, 4.7rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  color: var(--color-white);
  margin-bottom: 48px;
}

.operations-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px 10px;
}

.operation-item-card {
  background: var(--color-card-dark);
  border: 1px solid var(--color-card-border);
  border-radius: 20px;
  padding: 20% 10%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.operation-item-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
}

.operation-icon-wrapper {
  width: 19%;
  aspect-ratio: 1 / 1;
  margin-bottom: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.operation-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.operation-item-title {
  font-family: var(--heading-font-font-family);
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  line-height: 1.25;
  color: var(--color-white);
}

/* 10. SECTION 6 & 7: WHAT MY CLIENTS ARE MAKING & CAROUSEL */
.section-clients {
  background: var(--color-deep-black);
  padding: 40px 0 100px 0;
}

.clients-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 56px;
}

.clients-intro-text {
  font-family: var(--body-font-font-family);
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--color-text-muted);
  line-height: 1.6;
  max-width: 520px;
}

.carousel-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.carousel-track-inner {
  display: flex;
  gap: 20px;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: transform;
}

.carousel-card-slide {
  flex: 0 0 calc(25% - 15px);
  aspect-ratio: 3 / 4;
  border-radius: 20px;
  overflow: hidden;
  background: #161616;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.6);
  user-select: none;
}

.carousel-card-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.carousel-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(28, 28, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}

.carousel-arrow-btn:hover {
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-deep-black);
}

.carousel-btn-prev {
  left: 12px;
}

.carousel-btn-next {
  right: 12px;
}

.carousel-arrow-btn svg {
  width: 24px;
  height: 24px;
}

.carousel-cta-wrapper {
  text-align: center;
  margin-top: 48px;
}

/* 11. SECTION 8 & 9: READY TO MAKE A LIVING (WHITE SECTION) */
.section-ready-cta {
  background: var(--color-white);
  color: var(--color-deep-black);
  padding: 90px 0 120px 0;
  text-align: center;
  position: relative;
}

.section-ready-cta h2 {
  color: var(--color-deep-black);
  font-size: clamp(2.2rem, 4.5vw, 4.7rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  margin-bottom: 56px;
}

.cta-composite-images {
  position: relative;
  max-width: 440px;
  margin: 0 auto 56px auto;
}

.cta-main-laptop {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.cta-main-laptop img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.cta-analytics-floating-badge {
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 380px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  background: var(--color-white);
}

.cta-analytics-floating-badge img {
  width: 100%;
  height: auto;
  display: block;
}

/* 12. SECTION 10: FOOTER */
.site-footer {
  background: var(--color-white);
  color: var(--color-deep-black);
  padding: 100px 0 60px 0;
  position: relative;
  overflow: hidden;
}

.sqsrte-scaled-text-container.loaded .sqsrte-scaled-text,
.sqsrte-scaled-text-container.loaded .sqsrte-scaled-text h2 {
  position: relative;
  left: initial;
  white-space: nowrap !important;
  margin: 0;
}

.sqsrte-scaled-text-container>.sqsrte-scaled-text h2 {
  margin: 0;
  padding: 0;
  line-height: 0.9;
}

.footer-watermark-ytup,
.footer-watermark-npro {
  font-family: var(--heading-font-font-family);
  font-size: clamp(120px, 28vw, 470.4px) !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.08em;
  color: hsla(var(--black-hsl), 1) !important;
  text-align: center;
  line-height: 0.9;
  user-select: none;
  margin: 0;
  display: block;
}

.marquee-strip {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 60px 0;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: continuousTicker 55s linear infinite;
}

.marquee-strip:hover .marquee-track {
  animation-play-state: paused;
}

.marquee-item-text {
  font-family: var(--heading-font-font-family);
  font-size: clamp(1.1rem, 1.8vw, 1.5rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  color: var(--color-deep-black);
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-right: 28px;
}

@keyframes continuousTicker {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

.footer-action-wrap {
  text-align: center;
  margin-bottom: 60px;
}

.footer-columns-row {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--body-font-font-family);
  font-size: 1rem;
  line-height: 1.8;
}

.footer-col-head {
  font-family: var(--body-font-font-family);
  font-weight: 700;
  color: var(--color-deep-black);
  margin-bottom: 12px;
}

.footer-columns-row ul {
  list-style: none;
}

.footer-columns-row ul li a {
  color: #555555;
  text-decoration: none;
}

.footer-columns-row ul li a:hover {
  color: #555555;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-discord-handle {
  color: #555555;
}

/* 13. POPUP DISCOUNT MODAL */
.popup-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  padding: 20px;
}

.popup-modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.popup-modal-card {
  background: rgba(226, 226, 226, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  color: #111111;
  width: 100%;
  max-width: 580px;
  border-radius: 20px;
  padding: 56px 48px;
  position: relative;
  text-align: center;
  transform: scale(0.92);
  transition: transform 0.3s ease;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.popup-modal-overlay.open .popup-modal-card {
  transform: scale(1);
}

.popup-close-btn {
  position: absolute;
  top: 18px;
  right: 22px;
  font-size: 28px;
  line-height: 1;
  color: #666;
  cursor: pointer;
}

.popup-close-btn:hover {
  color: #000;
}

.popup-modal-card h2 {
  font-family: var(--heading-font-font-family);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  margin-bottom: 16px;
  color: #111111;
  line-height: 1.15;
}

.popup-modal-body {
  font-family: var(--body-font-font-family);
  font-size: 1.05rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 28px;
}

.popup-modal-body u {
  font-weight: 700;
}

.popup-form-row {
  display: flex;
  gap: 12px;
  max-width: 480px;
  margin: 0 auto 18px auto;
}

.popup-input-field {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-family: var(--body-font-font-family);
  font-size: 1rem;
  background: #ffffff;
  color: #000000;
  outline: none;
}

.popup-input-field:focus {
  border-color: #888888;
}

.popup-disclaimer {
  font-size: 0.82rem;
  color: #444444;
  line-height: 1.4;
}

.popup-success-banner {
  display: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1b6827;
  margin-top: 16px;
}

/* 14. RESPONSIVE MEDIA QUERIES */
@media (max-width: 1100px) {
  .highlights-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .operations-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .carousel-card-slide {
    flex: 0 0 calc(33.333% - 14px);
  }
}

@media (max-width: 768px) {

  .header-nav,
  .header-actions {
    display: none;
  }

  .header-inner {
    justify-content: space-between;
  }

  .site-brand-title,
  .header-layout-branding-center .site-brand-title {
    width: auto;
    flex: none;
    text-align: left;
    position: static;
    transform: none;
  }

  .mobile-burger {
    display: flex;
  }

  .highlights-grid {
    grid-template-columns: 1fr;
  }

  .operations-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .carousel-card-slide {
    flex: 0 0 calc(50% - 10px);
  }

  .clients-header-row {
    flex-direction: column;
    gap: 20px;
  }

  .footer-columns-row {
    flex-direction: column;
    gap: 32px;
  }

  .popup-modal-card {
    padding: 40px 24px;
  }

  .popup-form-row {
    flex-direction: column;
  }

  .cta-analytics-floating-badge {
    bottom: -16px;
  }
}

@media (max-width: 480px) {
  .operations-grid {
    grid-template-columns: 1fr;
  }

  .carousel-card-slide {
    flex: 0 0 85%;
  }
}

/* =========================================================
   SECTION 3: HIGHLIGHT CARDS — TYPOGRAPHY OVERRIDES
   Section background stays BLACK (set above at .user-items-list-section.bright-inverse)
   Only the individual cards get the tan color
   ========================================================= */

/* TITLE: force 1.4rem — overrides global h2 (~4.7rem) */
.user-items-list-simple .list-item-content__title,
.user-items-list-item-container[data-section-id="6953ff7d7bad2e6f128bcdeb"] .list-item-content__title {
  font-family: var(--heading-font-font-family) !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.08em !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin: 0 !important;
  max-width: 100%;
}

/* DESCRIPTION: 0.9rem body text */
.user-items-list-simple .list-item-content__description,
.user-items-list-simple .list-item-content__description p,
.user-items-list-item-container[data-section-id="6953ff7d7bad2e6f128bcdeb"] .list-item-content__description,
.user-items-list-item-container[data-section-id="6953ff7d7bad2e6f128bcdeb"] .list-item-content__description p {
  font-family: var(--body-font-font-family) !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.2em !important;
  color: #000000 !important;
  margin-top: 4% !important;
  max-width: 100%;
}

/* =========================================================
   USER-ITEMS-LIST-SIMPLE GRID SYSTEM
   ========================================================= */

.user-items-list-simple {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}

.user-items-list-simple[data-alignment-vertical="stretch"] {
  align-items: stretch;
}

.user-items-list-simple[data-layout-width="inset"] {
  padding-left: var(--pagePadding, 3vw);
  padding-right: var(--pagePadding, 3vw);
  max-width: var(--maxPageWidth, 1900px);
}

@media screen and (min-width: 576px) {
  .user-items-list-simple:not([data-num-columns="1"]) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {

  .user-items-list-simple[data-num-columns="6"],
  .user-items-list-simple[data-num-columns="5"],
  .user-items-list-simple[data-num-columns="4"],
  .user-items-list-simple[data-num-columns="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1100px) {

  .user-items-list-simple[data-num-columns="6"],
  .user-items-list-simple[data-num-columns="5"],
  .user-items-list-simple[data-num-columns="4"] {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .user-items-list-simple[data-num-columns="6"] {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* Section 695f3d5f95a0a21c6c9c06d4: My Operation 6-card title sizing */
@supports (--test-custom-property: true) {
  .user-items-list-item-container[data-section-id="695f3d5f95a0a21c6c9c06d4"] {
    --title-font-size-value: 1.1;
    --body-font-size-value: 0.9;
    --button-font-size-value: 0.8;
  }
}

.user-items-list-item-container[data-section-id="695f3d5f95a0a21c6c9c06d4"] .list-item-content__title {
  font-size: 1.1rem !important;
}

/* list-item-media-inner aspect ratios */
.list-item-media-inner[data-aspect-ratio="1:1"] {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}

.list-item-media-inner[data-aspect-ratio="circle"] {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.list-item-media-inner img.list-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   FLUID EDITOR: "my operation" HEADING SECTION
   Section ID: 695f3d5b96e56341778e6434
   ========================================================= */

.fe-695f3d5b96e56341778e6433 {
  --grid-gutter: calc(var(--sqs-mobile-site-gutter, 6vw) - 11px);
  --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (8 - 1))) / 8);
  display: grid;
  position: relative;
  grid-area: 1 / 1 / -1 / -1;
  grid-template-rows: repeat(3, minmax(24px, auto));
  grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(8, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
  row-gap: 11px;
  column-gap: 11px;
  overflow-x: hidden;
  overflow-x: clip;
}

@media (min-width: 768px) {
  .fe-695f3d5b96e56341778e6433 {
    --grid-gutter: calc(var(--sqs-site-gutter, 4vw) - 11px);
    --cell-max-width: calc((var(--sqs-site-max-width, 1500px) - (11px * (24 - 1))) / 24);
    --inset-padding: 0vw;
    --row-height-scaling-factor: 0.0215;
    --container-width: min(var(--sqs-site-max-width, 1500px), calc(100vw - var(--sqs-site-gutter, 4vw) * 2 - var(--inset-padding)));
    grid-template-rows: repeat(5, minmax(calc(var(--container-width) * var(--row-height-scaling-factor)), auto));
    grid-template-columns: minmax(var(--grid-gutter), 1fr) repeat(24, minmax(0, var(--cell-max-width))) minmax(var(--grid-gutter), 1fr);
  }
}

/* "my operation" h2 text block */
.fe-block-be4c9802b3625442fed2 {
  grid-area: 1 / 2 / 3 / 10;
  z-index: 3;
  mix-blend-mode: normal;
  border-radius: 0;
}

.fe-block-be4c9802b3625442fed2 .sqs-block {
  justify-content: flex-start;
}

.fe-block-be4c9802b3625442fed2 .sqs-block-alignment-wrapper {
  align-items: flex-start;
}

@media (min-width: 768px) {
  .fe-block-be4c9802b3625442fed2 {
    grid-area: 2 / 2 / 6 / 12;
    z-index: 3;
  }
}

.sqs-block-html .sqs-html-content> :last-child {
  margin-bottom: 0px;
}

.sqs-block-html .sqs-html-content> :first-child {
  margin-top: 0px;
}

#block-be4c9802b3625442fed2 .sqs-html-content {
  --tweak-text-block-padding: 6% 6% 6% 6%;
  --tweak-text-block-padding: initial;
}

#block-be4c9802b3625442fed2 {
  --stroke-style: none;
  --stroke-thickness: 6px;
}

.fe-block-be4c9802b3625442fed2 {
  --blur-value: blur(15px);
  --tweak-text-block-blend: normal;
  --tweak-text-block-radius: 0px 0px 0px 0px;
}

/* =========================================================
   PAGE LOAD STABILITY & ZERO LAYOUT SHIFT
   Eliminates visual jumps, stutters, and pop-in delays
   ========================================================= */
.preFade,
.preFlex,
.fadeIn,
.flexIn,
.list-item-basic-animation {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.carousel-card-slide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.list-item-media {
  aspect-ratio: 1 / 1;
}

.video-container {
  aspect-ratio: 16 / 9;
  background-color: #000000;
}