@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

/* ============================================================
   ABOUT — THEME 6 (Neo Brutal) — FULLY TOKENIZED
   File: about6.css | HTML prefix: ebabt2
   Light neo-brutal: cream canvas, black ink, signal orange,
   acid yellow, diagonal corner cuts, thick hard borders,
   offset hard shadows, zero radius, huge display type.

   ARCHITECTURE
   • Every visual value is a CSS custom property defined below.
   • Colors are semantic per element — never shared between
     different UI elements (each element is independently
     themeable).
   • Only truly global values are shared: font families,
     animation easing, animation keywords, spacing scale,
     blur scale, pill/circle radius, transition timing.
   • Responsive values use explicit -desktop/-tablet/-mobile
     tokens, overridden inside the media queries below.
   • The only hardcoded literals allowed are @media breakpoints
     (CSS custom properties are invalid inside media queries)
     and structural keywords such as display / content strings.
   ============================================================ */

.ebabt2-section {
  /* =========================================================
     GLOBAL / CORE (shared tokens only)
     ========================================================= */
  --ebabt2-font-family: 'El Messiri', sans-serif;
  --ebabt2-font-family-latin: 'Space Grotesk', sans-serif;

  --ebabt2-animation-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ebabt2-animation-linear: linear;
  --ebabt2-animation-infinite: infinite;
  --ebabt2-animation-steps: steps(1);

  --ebabt2-spacing-gap-xs: 0.45rem;
  --ebabt2-spacing-gap-sm: 0.6rem;
  --ebabt2-spacing-gap-md: 0.7rem;
  --ebabt2-spacing-gap-lg: 1rem;

  --ebabt2-radius-pill: 0px;
  --ebabt2-radius-circle: 0px;
  --ebabt2-radius-card: 0px;

  --ebabt2-transition-duration: 0.15s;

  /* =========================================================
     COLORS — SECTION
     ========================================================= */
  --ebabt2-section-background: #f0ece4;
  /* reserved section gradient (kept from original palette) */
  --ebabt2-section-background-accent: linear-gradient(120deg, #ff4400, #ff6a00);

  /* =========================================================
     COLORS — DECOR — ORBS
     ========================================================= */
  --ebabt2-section-background-orb-a: rgba(255, 68, 0, 0.08);
  --ebabt2-section-background-orb-b: rgba(234, 179, 8, 0.14);

  /* =========================================================
     COLORS — DECOR — SHAPES
     ========================================================= */
  --ebabt2-bg-shape-border-color: rgba(10, 10, 10, 0.25);
  --ebabt2-bg-shape-b-border-color: rgba(255, 68, 0, 0.5);

  /* =========================================================
     COLORS — DECOR — DOTS
     ========================================================= */
  --ebabt2-bg-dots-background-image: radial-gradient(rgba(10, 10, 10, 0.14) 1.5px, transparent 1.5px);
  --ebabt2-bg-dots-mask-image: linear-gradient(180deg, #000, transparent 70%);

  /* =========================================================
     COLORS — KICKER
     ========================================================= */
  --ebabt2-kicker-text-color: #0a0a0a;
  --ebabt2-kicker-line-background: #ff4400;

  /* =========================================================
     COLORS — HEAD
     ========================================================= */
  --ebabt2-title-color: #0a0a0a;
  --ebabt2-title-accent-color: #ff4400;
  --ebabt2-title-accent-text-decoration-color: #eab308;
  --ebabt2-subtitle-color: rgba(10, 10, 10, 0.6);

  /* =========================================================
     COLORS — FIGURE
     ========================================================= */
  --ebabt2-figure-background: #ffffff;
  --ebabt2-figure-border-color: #0a0a0a;
  --ebabt2-figure-corner-background: #eab308;

  /* =========================================================
     COLORS — IMAGE + OVERLAY
     ========================================================= */
  --ebabt2-image-overlay-background: linear-gradient(0deg, rgba(10, 10, 10, 0.5), transparent 50%);
  --ebabt2-image-tag-color: #eab308;

  /* =========================================================
     COLORS — FRAMEBOX (hidden in theme 6)
     ========================================================= */

  /* =========================================================
     COLORS — CHIP
     ========================================================= */
  --ebabt2-chip-background: #ffffff;
  --ebabt2-chip-border-color: #0a0a0a;
  --ebabt2-chip-shadow: 6px 6px 0 #0a0a0a;
  --ebabt2-chip-icon-background: #ff4400;
  --ebabt2-chip-icon-color: #f2ede4;
  --ebabt2-exp-number-color: #0a0a0a;
  --ebabt2-chip-label-color: #0a0a0a;

  /* =========================================================
     COLORS — NOTE
     ========================================================= */
  --ebabt2-note-background: #0a0a0a;
  --ebabt2-note-border-color: #ff4400;
  --ebabt2-note-color: #eab308;
  --ebabt2-note-icon-color: #eab308;
  --ebabt2-note-title-color: #f2ede4;
  --ebabt2-note-subtitle-color: rgba(242, 237, 228, 0.6);

  /* =========================================================
     COLORS — LEAD
     ========================================================= */
  --ebabt2-leadbox-background: #ffffff;
  --ebabt2-leadbox-border-color: #0a0a0a;
  --ebabt2-leadbox-shadow: 6px 6px 0 #0a0a0a;
  --ebabt2-leadicon-background: #ff4400;
  --ebabt2-leadicon-color: #f2ede4;
  --ebabt2-lead-text-color: #0a0a0a;

  /* =========================================================
     COLORS — TABS
     ========================================================= */
  --ebabt2-tab-button-background: #ffffff;
  --ebabt2-tab-button-border-color: #0a0a0a;
  --ebabt2-tab-button-color: rgba(10, 10, 10, 0.6);
  --ebabt2-tab-button-hover-background: #fff4ec;
  --ebabt2-tab-button-hover-color: #0a0a0a;
  --ebabt2-tab-button-active-background: #ff4400;
  --ebabt2-tab-button-active-border-color: #0a0a0a;
  --ebabt2-tab-button-active-color: #f2ede4;
  --ebabt2-tab-button-active-shadow: 6px 6px 0 #0a0a0a;
  --ebabt2-tab-icon-color: #ff4400;
  --ebabt2-tab-active-icon-color: #f2ede4;
  --ebabt2-tab-panel-background: #ffffff;
  --ebabt2-tab-panel-border-color: #0a0a0a;
  --ebabt2-tab-panel-tag-color: #eab308;
  --ebabt2-tab-panel-description-color: #0a0a0a;
  --ebabt2-point-text-color: rgba(10, 10, 10, 0.6);
  --ebabt2-point-marker-color: #eab308;

  /* =========================================================
     COLORS — BUTTONS
     ========================================================= */
  --ebabt2-btn-border-color: #0a0a0a;
  --ebabt2-button-solid-background: #ff4400;
  --ebabt2-button-solid-color: #f2ede4;
  --ebabt2-button-solid-shadow: 10px 10px 0 #0a0a0a;
  --ebabt2-button-solid-hover-shadow: 12px 12px 0 #eab308;
  --ebabt2-button-ghost-background: #ffffff;
  --ebabt2-button-ghost-color: #0a0a0a;
  --ebabt2-button-ghost-shadow: 6px 6px 0 #0a0a0a;
  --ebabt2-button-ghost-hover-background: #fff4ec;

  /* =========================================================
     TYPOGRAPHY — SIZES / WEIGHTS / LINE-HEIGHTS / TRACKING
     ========================================================= */
  --ebabt2-title-font-size: 2.9rem;
  --ebabt2-title-font-weight: 700;
  --ebabt2-title-line-height: 1.25;
  --ebabt2-title-letter-spacing: -0.5px;
  --ebabt2-title-accent-font-family: var(--ebabt2-font-family-latin);
  --ebabt2-title-accent-font-weight: 700;
  --ebabt2-title-accent-text-transform: uppercase;
  --ebabt2-title-accent-text-decoration: underline;
  --ebabt2-title-accent-text-decoration-thickness: 6px;
  --ebabt2-title-accent-text-underline-offset: 8px;
  --ebabt2-subtitle-font-size: 1.04rem;
  --ebabt2-subtitle-line-height: 1.9;
  --ebabt2-subtitle-max-width: 620px;

  --ebabt2-kicker-text-font-family: var(--ebabt2-font-family-latin);
  --ebabt2-kicker-text-font-size: 0.76rem;
  --ebabt2-kicker-text-font-weight: 700;
  --ebabt2-kicker-text-letter-spacing: 6px;
  --ebabt2-kicker-text-transform: uppercase;

  --ebabt2-image-tag-font-family: var(--ebabt2-font-family-latin);
  --ebabt2-image-tag-font-size: 0.8rem;
  --ebabt2-image-tag-font-weight: 700;
  --ebabt2-image-tag-letter-spacing: 3px;

  --ebabt2-chip-icon-font-size: 0.95rem;
  --ebabt2-exp-number-font-family: var(--ebabt2-font-family-latin);
  --ebabt2-exp-number-font-size: 1.4rem;
  --ebabt2-exp-number-font-weight: 700;
  --ebabt2-exp-number-line-height: 1;
  --ebabt2-chip-label-font-size: 0.78rem;
  --ebabt2-chip-label-font-weight: 700;
  --ebabt2-note-icon-font-size: 0.95rem;
  --ebabt2-note-title-font-size: 0.84rem;
  --ebabt2-note-title-font-weight: 700;
  --ebabt2-note-subtitle-font-size: 0.74rem;

  --ebabt2-lead-text-font-size: 1.04rem;
  --ebabt2-lead-text-line-height: 1.85;
  --ebabt2-leadicon-font-size: 1rem;

  --ebabt2-tab-button-font-family: var(--ebabt2-font-family);
  --ebabt2-tab-button-font-size: 0.92rem;
  --ebabt2-tab-button-font-weight: 700;
  --ebabt2-tab-button-text-transform: uppercase;
  --ebabt2-tab-button-letter-spacing: 1px;
  --ebabt2-tab-icon-font-size: 0.75rem;
  --ebabt2-tab-panel-tag-font-family: var(--ebabt2-font-family-latin);
  --ebabt2-tab-panel-tag-font-weight: 700;
  --ebabt2-tab-panel-tag-font-size: 1rem;
  --ebabt2-tab-panel-description-font-size: 0.98rem;
  --ebabt2-tab-panel-description-line-height: 1.9;
  --ebabt2-point-text-font-size: 0.92rem;
  --ebabt2-point-marker-font-size: 0.8rem;
  --ebabt2-point-marker-content: '\25AA';

  --ebabt2-button-font-family: var(--ebabt2-font-family);
  --ebabt2-button-font-size: 0.92rem;
  --ebabt2-button-font-weight: 700;
  --ebabt2-button-text-transform: uppercase;
  --ebabt2-button-letter-spacing: 1.5px;

  /* =========================================================
     SPACING — PADDING / MARGIN / GAP
     ========================================================= */
  --ebabt2-section-padding-y: 6rem;
  --ebabt2-section-padding-x: 4rem;
  --ebabt2-container-max-width: 1180px;
  --ebabt2-kicker-gap: var(--ebabt2-spacing-gap-md);
  --ebabt2-kicker-margin-bottom: 1rem;
  --ebabt2-kicker-line-width: 70px;
  --ebabt2-kicker-line-height: 12px;
  --ebabt2-head-margin-bottom: 3rem;
  --ebabt2-title-margin-block-start: 1.6rem;
  --ebabt2-title-margin-block-end: 1rem;
  --ebabt2-figure-corner-top: 14px;
  --ebabt2-figure-corner-inline-start: 14px;
  --ebabt2-figure-corner-width: 70px;
  --ebabt2-figure-corner-height: 70px;
  --ebabt2-image-tag-top: 24px;
  --ebabt2-image-tag-inline-end: 20px;
  --ebabt2-chip-position-bottom: 24px;
  --ebabt2-chip-position-inline-start: 20px;
  --ebabt2-chip-gap: var(--ebabt2-spacing-gap-md);
  --ebabt2-chip-padding-y: 0.7rem;
  --ebabt2-chip-padding-x: 1.1rem;
  --ebabt2-chip-icon-size: 40px;
  --ebabt2-chip-label-margin-top: 0.15rem;
  --ebabt2-note-position-top: 24px;
  --ebabt2-note-position-inline-start: 20px;
  --ebabt2-note-gap: var(--ebabt2-spacing-gap-sm);
  --ebabt2-note-padding-y: 0.6rem;
  --ebabt2-note-padding-x: 1rem;
  --ebabt2-leadbox-gap: var(--ebabt2-spacing-gap-lg);
  --ebabt2-leadbox-padding-y: 1.2rem;
  --ebabt2-leadbox-padding-x: 1.3rem;
  --ebabt2-leadicon-size: 42px;
  --ebabt2-tabs-margin-top: 1.6rem;
  --ebabt2-tabsnav-gap: var(--ebabt2-spacing-gap-sm);
  --ebabt2-tabsnav-margin-bottom: 1rem;
  --ebabt2-tab-button-gap: var(--ebabt2-spacing-gap-xs);
  --ebabt2-tab-button-padding-y: 0.6rem;
  --ebabt2-tab-button-padding-x: 1.3rem;
  --ebabt2-tab-panel-padding-y: 1.4rem;
  --ebabt2-tab-panel-padding-x: 1.5rem;
  --ebabt2-tab-panel-tag-top: 0.6rem;
  --ebabt2-tab-panel-tag-inline-end: 1rem;
  --ebabt2-points-margin-top: 1rem;
  --ebabt2-points-gap: var(--ebabt2-spacing-gap-md);
  --ebabt2-point-item-gap: var(--ebabt2-spacing-gap-sm);
  --ebabt2-actions-margin-top: 1.9rem;
  --ebabt2-actions-gap: 0.9rem;
  --ebabt2-button-gap: 0.55rem;
  --ebabt2-button-padding-y: 0.85rem;
  --ebabt2-button-padding-x: 1.8rem;

  /* =========================================================
     LAYOUT
     ========================================================= */
  --ebabt2-section-position: relative;
  --ebabt2-section-direction: rtl;
  --ebabt2-section-overflow: hidden;
  --ebabt2-section-isolation: isolate;

  --ebabt2-bg-position: absolute;
  --ebabt2-bg-inset: 0;
  --ebabt2-bg-z-index: 0;
  --ebabt2-bg-overflow: hidden;
  --ebabt2-bg-pointer-events: none;

  --ebabt2-bg-orb-position: absolute;
  --ebabt2-bg-orb-border-radius: 50%;
  --ebabt2-bg-orb-a-width: 420px;
  --ebabt2-bg-orb-a-height: 420px;
  --ebabt2-bg-orb-a-top: -160px;
  --ebabt2-bg-orb-a-inline-end: -120px;
  --ebabt2-bg-orb-b-width: 320px;
  --ebabt2-bg-orb-b-height: 320px;
  --ebabt2-bg-orb-b-bottom: -120px;
  --ebabt2-bg-orb-b-inline-start: -100px;

  --ebabt2-bg-shape-position: absolute;
  --ebabt2-bg-shape-a-top: 14%;
  --ebabt2-bg-shape-a-inline-start: 8%;
  --ebabt2-bg-shape-a-width: 90px;
  --ebabt2-bg-shape-a-height: 90px;
  --ebabt2-bg-shape-a-transform: rotate(45deg);
  --ebabt2-bg-shape-b-bottom: 16%;
  --ebabt2-bg-shape-b-inline-end: 6%;
  --ebabt2-bg-shape-b-width: 130px;
  --ebabt2-bg-shape-b-height: 60px;
  --ebabt2-bg-shape-b-transform: rotate(-8deg);

  --ebabt2-bg-dots-position: absolute;
  --ebabt2-bg-dots-inset: 0;
  --ebabt2-bg-dots-background-size: 30px 30px;
  --ebabt2-bg-dots-opacity: 0.4;

  --ebabt2-container-position: relative;
  --ebabt2-container-z-index: 1;
  --ebabt2-container-margin-inline: auto;

  --ebabt2-kicker-display: flex;
  --ebabt2-kicker-align-items: center;
  --ebabt2-kicker-line-flex-grow: 0;
  --ebabt2-kicker-line-flex-shrink: 0;
  --ebabt2-kicker-line-flex-basis: var(--ebabt2-kicker-line-width);

  --ebabt2-stage-display: grid;
  --ebabt2-stage-grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  --ebabt2-stage-grid-template-columns-mobile: minmax(0, 1fr);
  --ebabt2-stage-gap: 3rem 4rem;
  --ebabt2-stage-gap-tablet: 2.5rem;
  --ebabt2-stage-align-items: center;

  --ebabt2-visual-position: relative;
  --ebabt2-figure-position: relative;
  --ebabt2-figure-corner-position: absolute;
  --ebabt2-figure-corner-z-index: 2;
  --ebabt2-imgwrap-position: relative;
  --ebabt2-imgwrap-overflow: hidden;

  --ebabt2-image-display: block;
  --ebabt2-image-width: 100%;
  --ebabt2-image-aspect-ratio: 4 / 5;
  --ebabt2-image-object-fit: cover;
  --ebabt2-image-filter: grayscale(1) contrast(1.25);
  --ebabt2-image-overlay-position: absolute;
  --ebabt2-image-overlay-inset: 0;
  --ebabt2-image-tag-position: absolute;

  --ebabt2-framebox-display: none;

  --ebabt2-chip-position: absolute;
  --ebabt2-chip-display: flex;
  --ebabt2-chip-align-items: center;
  --ebabt2-chip-icon-display: flex;
  --ebabt2-chip-icon-align-items: center;
  --ebabt2-chip-icon-justify-content: center;
  --ebabt2-chip-body-display: flex;
  --ebabt2-chip-body-flex-direction: column;

  --ebabt2-note-position: absolute;
  --ebabt2-note-display: flex;
  --ebabt2-note-align-items: center;
  --ebabt2-note-body-display: flex;
  --ebabt2-note-body-flex-direction: column;

  --ebabt2-leadbox-display: flex;
  --ebabt2-leadbox-align-items: flex-start;
  --ebabt2-leadicon-flex-shrink: 0;
  --ebabt2-leadicon-display: flex;
  --ebabt2-leadicon-align-items: center;
  --ebabt2-leadicon-justify-content: center;

  --ebabt2-tabsnav-display: flex;
  --ebabt2-tabsnav-align-items: center;
  --ebabt2-tabsnav-flex-wrap: wrap;
  --ebabt2-tab-button-display: flex;
  --ebabt2-tab-button-align-items: center;
  --ebabt2-tab-button-cursor: pointer;
  --ebabt2-tab-panel-display: none;
  --ebabt2-tab-panel-display-active: block;
  --ebabt2-tab-panel-position: relative;
  --ebabt2-tab-panel-tag-position: absolute;
  --ebabt2-points-list-style: none;
  --ebabt2-points-display: grid;
  --ebabt2-point-item-display: flex;
  --ebabt2-point-item-align-items: center;
  --ebabt2-point-marker-flex-shrink: 0;

  --ebabt2-actions-display: flex;
  --ebabt2-actions-align-items: center;
  --ebabt2-actions-flex-wrap: wrap;
  --ebabt2-actions-flex-direction: row;
  --ebabt2-button-display: inline-flex;
  --ebabt2-button-align-items: center;
  --ebabt2-button-text-decoration: none;
  --ebabt2-button-justify-content: flex-start;

  /* =========================================================
     BORDER
     ========================================================= */
  --ebabt2-bg-shape-border-width: 3px;
  --ebabt2-figure-border-width: 3px;
  --ebabt2-chip-border-width: 3px;
  --ebabt2-note-border-width: 3px;
  --ebabt2-leadbox-border-width: 3px;
  --ebabt2-tab-button-border-width: 3px;
  --ebabt2-tab-panel-border-width: 3px;
  --ebabt2-btn-border-width: 3px;

  --ebabt2-bg-shape-border: var(--ebabt2-bg-shape-border-width) solid var(--ebabt2-bg-shape-border-color);
  --ebabt2-figure-border: var(--ebabt2-figure-border-width) solid var(--ebabt2-figure-border-color);
  --ebabt2-chip-border: var(--ebabt2-chip-border-width) solid var(--ebabt2-chip-border-color);
  --ebabt2-note-border: var(--ebabt2-note-border-width) solid var(--ebabt2-note-border-color);
  --ebabt2-leadbox-border: var(--ebabt2-leadbox-border-width) solid var(--ebabt2-leadbox-border-color);
  --ebabt2-tab-button-border: var(--ebabt2-tab-button-border-width) solid var(--ebabt2-tab-button-border-color);
  --ebabt2-tab-panel-border: var(--ebabt2-tab-panel-border-width) solid var(--ebabt2-tab-panel-border-color);
  --ebabt2-btn-border: var(--ebabt2-btn-border-width) solid var(--ebabt2-btn-border-color);

  /* =========================================================
     SHADOW
     ========================================================= */
  --ebabt2-chip-box-shadow: var(--ebabt2-chip-shadow);
  --ebabt2-leadbox-box-shadow: var(--ebabt2-leadbox-shadow);
  --ebabt2-tab-button-active-box-shadow: var(--ebabt2-tab-button-active-shadow);
  --ebabt2-button-solid-box-shadow: var(--ebabt2-button-solid-shadow);
  --ebabt2-button-solid-hover-box-shadow: var(--ebabt2-button-solid-hover-shadow);
  --ebabt2-button-ghost-box-shadow: var(--ebabt2-button-ghost-shadow);

  /* =========================================================
     SHAPES / CLIP PATHS / MASKS
     ========================================================= */
  --ebabt2-kicker-line-clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  --ebabt2-figure-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
  --ebabt2-figure-corner-clip-path: polygon(0 0, 100% 0, 100% 100%);
  --ebabt2-leadicon-clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);

  /* =========================================================
     ANIMATION — DURATIONS / TIMING / KEYFRAME VALUES
     ========================================================= */
  --ebabt2-animation-blip-duration: 1.2s;
  --ebabt2-animation-blip-timing: var(--ebabt2-animation-steps);
  --ebabt2-animation-blip-opacity-a: 1;
  --ebabt2-animation-blip-opacity-b: 0.2;
  --ebabt2-animation-panel-in-duration: 0.3s;
  --ebabt2-animation-panel-in-opacity-start: 0;
  --ebabt2-animation-panel-in-opacity-end: 1;
  --ebabt2-animation-panel-in-distance-start: 10px;
  --ebabt2-animation-panel-in-distance-end: 0;

  /* =========================================================
     REVEAL / TRANSITIONS
     ========================================================= */
  --ebabt2-reveal-opacity-start: 0;
  --ebabt2-reveal-opacity-end: 1;
  --ebabt2-reveal-translate-distance: 26px;
  --ebabt2-reveal-transition-duration: 0.5s;
  --ebabt2-reveal-delay-1: 0.1s;
  --ebabt2-reveal-delay-2: 0.2s;

  --ebabt2-tab-transition-duration: var(--ebabt2-transition-duration);
  --ebabt2-button-transition-duration: var(--ebabt2-transition-duration);

  --ebabt2-tab-button-active-transform: translate(-2px, -2px);
  --ebabt2-button-solid-hover-transform: translate(-4px, -4px);
  --ebabt2-button-ghost-hover-transform: translate(-2px, -2px);

  /* =========================================================
     RESPONSIVE — BREAKPOINT TOKENS
     ========================================================= */
  --ebabt2-title-font-size-tablet: 2.2rem;
  --ebabt2-title-font-size-mobile: 1.8rem;
  --ebabt2-section-padding-x-tablet: 2rem;
  --ebabt2-section-padding-x-mobile: 1.1rem;
  --ebabt2-section-padding-x-small: 0.9rem;
  --ebabt2-section-padding-y-mobile: 3.5rem;

  /* =========================================================
     BASE RULES (desktop)
     ========================================================= */
  position: var(--ebabt2-section-position);
  padding: var(--ebabt2-section-padding-y) var(--ebabt2-section-padding-x);
  background: var(--ebabt2-section-background);
  font-family: var(--ebabt2-font-family);
  direction: var(--ebabt2-section-direction);
  overflow: var(--ebabt2-section-overflow);
  isolation: var(--ebabt2-section-isolation);
}

/* ============================ BACKGROUND ============================ */
.ebabt2-bg {
  position: var(--ebabt2-bg-position);
  inset: var(--ebabt2-bg-inset);
  z-index: var(--ebabt2-bg-z-index);
  overflow: var(--ebabt2-bg-overflow);
  pointer-events: var(--ebabt2-bg-pointer-events);
}

.ebabt2-bg-orb {
  position: var(--ebabt2-bg-orb-position);
  border-radius: var(--ebabt2-bg-orb-border-radius);
}
.ebabt2-bg-orb-a {
  width: var(--ebabt2-bg-orb-a-width);
  height: var(--ebabt2-bg-orb-a-height);
  top: var(--ebabt2-bg-orb-a-top);
  inset-inline-end: var(--ebabt2-bg-orb-a-inline-end);
  background: var(--ebabt2-section-background-orb-a);
}
.ebabt2-bg-orb-b {
  width: var(--ebabt2-bg-orb-b-width);
  height: var(--ebabt2-bg-orb-b-height);
  bottom: var(--ebabt2-bg-orb-b-bottom);
  inset-inline-start: var(--ebabt2-bg-orb-b-inline-start);
  background: var(--ebabt2-section-background-orb-b);
}
.ebabt2-bg-orb-c { display: none; }

.ebabt2-bg-shape {
  position: var(--ebabt2-bg-shape-position);
  border: var(--ebabt2-bg-shape-border);
}
.ebabt2-bg-shape-a {
  top: var(--ebabt2-bg-shape-a-top);
  inset-inline-start: var(--ebabt2-bg-shape-a-inline-start);
  width: var(--ebabt2-bg-shape-a-width);
  height: var(--ebabt2-bg-shape-a-height);
  transform: var(--ebabt2-bg-shape-a-transform);
}
.ebabt2-bg-shape-b {
  bottom: var(--ebabt2-bg-shape-b-bottom);
  inset-inline-end: var(--ebabt2-bg-shape-b-inline-end);
  width: var(--ebabt2-bg-shape-b-width);
  height: var(--ebabt2-bg-shape-b-height);
  border-color: var(--ebabt2-bg-shape-b-border-color);
  transform: var(--ebabt2-bg-shape-b-transform);
}
.ebabt2-bg-shape-c { display: none; }

.ebabt2-bg-dots {
  position: var(--ebabt2-bg-dots-position);
  inset: var(--ebabt2-bg-dots-inset);
  background-image: var(--ebabt2-bg-dots-background-image);
  background-size: var(--ebabt2-bg-dots-background-size);
  opacity: var(--ebabt2-bg-dots-opacity);
  mask-image: var(--ebabt2-bg-dots-mask-image);
  -webkit-mask-image: var(--ebabt2-bg-dots-mask-image);
}

.ebabt2-bg-grid, .ebabt2-bg-scan, .ebabt2-bg-noise, .ebabt2-bg-rays,
.ebabt2-bg-waves, .ebabt2-bg-particles, .ebabt2-marquee, .ebabt2-side,
.ebabt2-corner, .ebabt2-badge-ribbon, .ebabt2-frameslant, .ebabt2-visual-tag { display: none; }

/* ============================ KICKER + HEAD ============================ */
.ebabt2-container {
  position: var(--ebabt2-container-position);
  z-index: var(--ebabt2-container-z-index);
  max-width: var(--ebabt2-container-max-width);
  margin-inline: var(--ebabt2-container-margin-inline);
}
.ebabt2-kicker {
  display: var(--ebabt2-kicker-display);
  align-items: var(--ebabt2-kicker-align-items);
  gap: var(--ebabt2-kicker-gap);
  margin-bottom: var(--ebabt2-kicker-margin-bottom);
}
.ebabt2-kicker-text {
  font-family: var(--ebabt2-kicker-text-font-family);
  font-size: var(--ebabt2-kicker-text-font-size);
  font-weight: var(--ebabt2-kicker-text-font-weight);
  letter-spacing: var(--ebabt2-kicker-text-letter-spacing);
  text-transform: var(--ebabt2-kicker-text-transform);
  color: var(--ebabt2-kicker-text-color);
}
.ebabt2-kicker-line {
  flex: var(--ebabt2-kicker-line-flex-grow) var(--ebabt2-kicker-line-flex-shrink) var(--ebabt2-kicker-line-flex-basis);
  height: var(--ebabt2-kicker-line-height);
  background: var(--ebabt2-kicker-line-background);
  clip-path: var(--ebabt2-kicker-line-clip-path);
}

.ebabt2-head { margin-bottom: var(--ebabt2-head-margin-bottom); }

.ebabt2-title {
  margin: var(--ebabt2-title-margin-block-start) 0 var(--ebabt2-title-margin-block-end);
  font-size: var(--ebabt2-title-font-size);
  font-weight: var(--ebabt2-title-font-weight);
  line-height: var(--ebabt2-title-line-height);
  color: var(--ebabt2-title-color);
  letter-spacing: var(--ebabt2-title-letter-spacing);
}
.ebabt2-title-accent {
  font-family: var(--ebabt2-title-accent-font-family);
  font-weight: var(--ebabt2-title-accent-font-weight);
  text-transform: var(--ebabt2-title-accent-text-transform);
  color: var(--ebabt2-title-accent-color);
  text-decoration: var(--ebabt2-title-accent-text-decoration);
  text-decoration-color: var(--ebabt2-title-accent-text-decoration-color);
  text-decoration-thickness: var(--ebabt2-title-accent-text-decoration-thickness);
  text-underline-offset: var(--ebabt2-title-accent-text-underline-offset);
}
.ebabt2-subtitle {
  max-width: var(--ebabt2-subtitle-max-width);
  font-size: var(--ebabt2-subtitle-font-size);
  line-height: var(--ebabt2-subtitle-line-height);
  color: var(--ebabt2-subtitle-color);
}

/* ============================ STAGE ============================ */
.ebabt2-stage {
  display: var(--ebabt2-stage-display);
  grid-template-columns: var(--ebabt2-stage-grid-template-columns);
  gap: var(--ebabt2-stage-gap);
  align-items: var(--ebabt2-stage-align-items);
}

.ebabt2-visual { position: var(--ebabt2-visual-position); }
.ebabt2-figure {
  position: var(--ebabt2-figure-position);
  border: var(--ebabt2-figure-border);
  background: var(--ebabt2-figure-background);
  clip-path: var(--ebabt2-figure-clip-path);
}
.ebabt2-figure::before {
  content: '';
  position: var(--ebabt2-figure-corner-position);
  top: var(--ebabt2-figure-corner-top);
  inset-inline-start: var(--ebabt2-figure-corner-inline-start);
  width: var(--ebabt2-figure-corner-width);
  height: var(--ebabt2-figure-corner-height);
  background: var(--ebabt2-figure-corner-background);
  clip-path: var(--ebabt2-figure-corner-clip-path);
  z-index: var(--ebabt2-figure-corner-z-index);
}
.ebabt2-imgwrap {
  position: var(--ebabt2-imgwrap-position);
  overflow: var(--ebabt2-imgwrap-overflow);
}
.ebabt2-img {
  display: var(--ebabt2-image-display);
  width: var(--ebabt2-image-width);
  aspect-ratio: var(--ebabt2-image-aspect-ratio);
  object-fit: var(--ebabt2-image-object-fit);
  filter: var(--ebabt2-image-filter);
}
.ebabt2-imgveil {
  position: var(--ebabt2-image-overlay-position);
  inset: var(--ebabt2-image-overlay-inset);
  background: var(--ebabt2-image-overlay-background);
}
.ebabt2-imgveil::after {
  content: 'ABOUT///06';
  position: var(--ebabt2-image-tag-position);
  top: var(--ebabt2-image-tag-top);
  inset-inline-end: var(--ebabt2-image-tag-inline-end);
  font-family: var(--ebabt2-image-tag-font-family);
  font-size: var(--ebabt2-image-tag-font-size);
  font-weight: var(--ebabt2-image-tag-font-weight);
  letter-spacing: var(--ebabt2-image-tag-letter-spacing);
  color: var(--ebabt2-image-tag-color);
}
.ebabt2-imggrid { display: none; }
.ebabt2-framebox { display: var(--ebabt2-framebox-display); }
.ebabt2-imgcorner-a, .ebabt2-imgcorner-b { display: none; }

.ebabt2-chip {
  position: var(--ebabt2-chip-position);
  bottom: var(--ebabt2-chip-position-bottom);
  inset-inline-start: var(--ebabt2-chip-position-inline-start);
  display: var(--ebabt2-chip-display);
  align-items: var(--ebabt2-chip-align-items);
  gap: var(--ebabt2-chip-gap);
  padding: var(--ebabt2-chip-padding-y) var(--ebabt2-chip-padding-x);
  border-radius: var(--ebabt2-radius-pill);
  border: var(--ebabt2-chip-border);
  background: var(--ebabt2-chip-background);
  box-shadow: var(--ebabt2-chip-box-shadow);
}
.ebabt2-chip-icon {
  display: var(--ebabt2-chip-icon-display);
  align-items: var(--ebabt2-chip-icon-align-items);
  justify-content: var(--ebabt2-chip-icon-justify-content);
  width: var(--ebabt2-chip-icon-size);
  height: var(--ebabt2-chip-icon-size);
  border-radius: var(--ebabt2-radius-circle);
  background: var(--ebabt2-chip-icon-background);
  color: var(--ebabt2-chip-icon-color);
  font-size: var(--ebabt2-chip-icon-font-size);
}
.ebabt2-chip-body {
  display: var(--ebabt2-chip-body-display);
  flex-direction: var(--ebabt2-chip-body-flex-direction);
}
.ebabt2-exp-num {
  font-family: var(--ebabt2-exp-number-font-family);
  font-size: var(--ebabt2-exp-number-font-size);
  font-weight: var(--ebabt2-exp-number-font-weight);
  line-height: var(--ebabt2-exp-number-line-height);
  color: var(--ebabt2-exp-number-color);
}
.ebabt2-chip-label {
  font-size: var(--ebabt2-chip-label-font-size);
  font-weight: var(--ebabt2-chip-label-font-weight);
  color: var(--ebabt2-chip-label-color);
  margin-top: var(--ebabt2-chip-label-margin-top);
}

.ebabt2-note {
  position: var(--ebabt2-note-position);
  top: var(--ebabt2-note-position-top);
  inset-inline-start: var(--ebabt2-note-position-inline-start);
  display: var(--ebabt2-note-display);
  align-items: var(--ebabt2-note-align-items);
  gap: var(--ebabt2-note-gap);
  padding: var(--ebabt2-note-padding-y) var(--ebabt2-note-padding-x);
  border-radius: var(--ebabt2-radius-pill);
  border: var(--ebabt2-note-border);
  background: var(--ebabt2-note-background);
  color: var(--ebabt2-note-color);
}
.ebabt2-note-icon {
  font-size: var(--ebabt2-note-icon-font-size);
  color: var(--ebabt2-note-icon-color);
  animation-name: ebabt2-blip;
  animation-duration: var(--ebabt2-animation-blip-duration);
  animation-timing-function: var(--ebabt2-animation-blip-timing);
  animation-iteration-count: var(--ebabt2-animation-infinite);
}
.ebabt2-note-body {
  display: var(--ebabt2-note-body-display);
  flex-direction: var(--ebabt2-note-body-flex-direction);
}
.ebabt2-note-title {
  color: var(--ebabt2-note-title-color);
  font-size: var(--ebabt2-note-title-font-size);
  font-weight: var(--ebabt2-note-title-font-weight);
}
.ebabt2-note-sub {
  color: var(--ebabt2-note-subtitle-color);
  font-size: var(--ebabt2-note-subtitle-font-size);
}

/* ============================ CONTENT ============================ */
.ebabt2-leadbox {
  display: var(--ebabt2-leadbox-display);
  align-items: var(--ebabt2-leadbox-align-items);
  gap: var(--ebabt2-leadbox-gap);
  padding: var(--ebabt2-leadbox-padding-y) var(--ebabt2-leadbox-padding-x);
  border-radius: var(--ebabt2-radius-card);
  border: var(--ebabt2-leadbox-border);
  background: var(--ebabt2-leadbox-background);
  box-shadow: var(--ebabt2-leadbox-box-shadow);
}
.ebabt2-leadicon {
  flex-shrink: var(--ebabt2-leadicon-flex-shrink);
  display: var(--ebabt2-leadicon-display);
  align-items: var(--ebabt2-leadicon-align-items);
  justify-content: var(--ebabt2-leadicon-justify-content);
  width: var(--ebabt2-leadicon-size);
  height: var(--ebabt2-leadicon-size);
  border-radius: var(--ebabt2-radius-circle);
  background: var(--ebabt2-leadicon-background);
  color: var(--ebabt2-leadicon-color);
  font-size: var(--ebabt2-leadicon-font-size);
  clip-path: var(--ebabt2-leadicon-clip-path);
}
.ebabt2-leadtext {
  font-size: var(--ebabt2-lead-text-font-size);
  line-height: var(--ebabt2-lead-text-line-height);
  color: var(--ebabt2-lead-text-color);
}

/* tabs */
.ebabt2-tabs { margin-top: var(--ebabt2-tabs-margin-top); }
.ebabt2-tabsnav {
  display: var(--ebabt2-tabsnav-display);
  align-items: var(--ebabt2-tabsnav-align-items);
  gap: var(--ebabt2-tabsnav-gap);
  margin-bottom: var(--ebabt2-tabsnav-margin-bottom);
  flex-wrap: var(--ebabt2-tabsnav-flex-wrap);
}
.ebabt2-tab-btn {
  display: var(--ebabt2-tab-button-display);
  align-items: var(--ebabt2-tab-button-align-items);
  gap: var(--ebabt2-tab-button-gap);
  padding: var(--ebabt2-tab-button-padding-y) var(--ebabt2-tab-button-padding-x);
  border-radius: var(--ebabt2-radius-pill);
  border: var(--ebabt2-tab-button-border);
  background: var(--ebabt2-tab-button-background);
  color: var(--ebabt2-tab-button-color);
  font-family: var(--ebabt2-tab-button-font-family);
  font-size: var(--ebabt2-tab-button-font-size);
  font-weight: var(--ebabt2-tab-button-font-weight);
  cursor: var(--ebabt2-tab-button-cursor);
  text-transform: var(--ebabt2-tab-button-text-transform);
  letter-spacing: var(--ebabt2-tab-button-letter-spacing);
  transition: all var(--ebabt2-tab-transition-duration) var(--ebabt2-animation-linear);
}
.ebabt2-tab-btn i {
  font-size: var(--ebabt2-tab-icon-font-size);
  color: var(--ebabt2-tab-icon-color);
}
.ebabt2-tab-btn:hover {
  color: var(--ebabt2-tab-button-hover-color);
  background: var(--ebabt2-tab-button-hover-background);
}
.ebabt2-tab-btn.ebabt2-tab-active {
  background: var(--ebabt2-tab-button-active-background);
  border-color: var(--ebabt2-tab-button-active-border-color);
  color: var(--ebabt2-tab-button-active-color);
  box-shadow: var(--ebabt2-tab-button-active-box-shadow);
  transform: var(--ebabt2-tab-button-active-transform);
}
.ebabt2-tab-btn.ebabt2-tab-active i { color: var(--ebabt2-tab-active-icon-color); }
.ebabt2-tab-panel {
  display: var(--ebabt2-tab-panel-display);
  padding: var(--ebabt2-tab-panel-padding-y) var(--ebabt2-tab-panel-padding-x);
  border-radius: var(--ebabt2-radius-card);
  border: var(--ebabt2-tab-panel-border);
  background: var(--ebabt2-tab-panel-background);
  position: var(--ebabt2-tab-panel-position);
}
.ebabt2-tab-panel::after {
  content: '//';
  position: var(--ebabt2-tab-panel-tag-position);
  top: var(--ebabt2-tab-panel-tag-top);
  inset-inline-end: var(--ebabt2-tab-panel-tag-inline-end);
  font-family: var(--ebabt2-tab-panel-tag-font-family);
  font-weight: var(--ebabt2-tab-panel-tag-font-weight);
  color: var(--ebabt2-tab-panel-tag-color);
  font-size: var(--ebabt2-tab-panel-tag-font-size);
}
.ebabt2-tab-panel.ebabt2-panel-active {
  display: var(--ebabt2-tab-panel-display-active);
  animation-name: ebabt2-panel-in;
  animation-duration: var(--ebabt2-animation-panel-in-duration);
  animation-timing-function: var(--ebabt2-animation-ease);
  animation-fill-mode: both;
}
.ebabt2-panedesc {
  line-height: var(--ebabt2-tab-panel-description-line-height);
  color: var(--ebabt2-tab-panel-description-color);
  font-size: var(--ebabt2-tab-panel-description-font-size);
}
.ebabt2-points {
  list-style: var(--ebabt2-points-list-style);
  margin: var(--ebabt2-points-margin-top) 0 0;
  padding: 0;
  display: var(--ebabt2-points-display);
  gap: var(--ebabt2-points-gap);
}
.ebabt2-points li {
  display: var(--ebabt2-point-item-display);
  align-items: var(--ebabt2-point-item-align-items);
  gap: var(--ebabt2-point-item-gap);
  font-size: var(--ebabt2-point-text-font-size);
  color: var(--ebabt2-point-text-color);
}
.ebabt2-points li::before {
  content: var(--ebabt2-point-marker-content);
  flex-shrink: var(--ebabt2-point-marker-flex-shrink);
  color: var(--ebabt2-point-marker-color);
  font-size: var(--ebabt2-point-marker-font-size);
}
.ebabt2-points i { display: none; }

/* actions */
.ebabt2-actions {
  margin-top: var(--ebabt2-actions-margin-top);
  display: var(--ebabt2-actions-display);
  align-items: var(--ebabt2-actions-align-items);
  gap: var(--ebabt2-actions-gap);
  flex-wrap: var(--ebabt2-actions-flex-wrap);
  flex-direction: var(--ebabt2-actions-flex-direction);
}
.ebabt2-btn {
  display: var(--ebabt2-button-display);
  align-items: var(--ebabt2-button-align-items);
  justify-content: var(--ebabt2-button-justify-content);
  gap: var(--ebabt2-button-gap);
  padding: var(--ebabt2-button-padding-y) var(--ebabt2-button-padding-x);
  border-radius: var(--ebabt2-radius-pill);
  border: var(--ebabt2-btn-border);
  font-family: var(--ebabt2-button-font-family);
  font-size: var(--ebabt2-button-font-size);
  font-weight: var(--ebabt2-button-font-weight);
  text-decoration: var(--ebabt2-button-text-decoration);
  text-transform: var(--ebabt2-button-text-transform);
  letter-spacing: var(--ebabt2-button-letter-spacing);
  transition: all var(--ebabt2-button-transition-duration) var(--ebabt2-animation-linear);
}
.ebabt2-btn-solid {
  background: var(--ebabt2-button-solid-background);
  color: var(--ebabt2-button-solid-color);
  box-shadow: var(--ebabt2-button-solid-box-shadow);
}
.ebabt2-btn-solid:hover {
  transform: var(--ebabt2-button-solid-hover-transform);
  box-shadow: var(--ebabt2-button-solid-hover-box-shadow);
}
.ebabt2-btn-ghost {
  background: var(--ebabt2-button-ghost-background);
  color: var(--ebabt2-button-ghost-color);
  box-shadow: var(--ebabt2-button-ghost-box-shadow);
}
.ebabt2-btn-ghost:hover {
  transform: var(--ebabt2-button-ghost-hover-transform);
  background: var(--ebabt2-button-ghost-hover-background);
}

/* reveal */
.ebabt2-anim-up {
  opacity: var(--ebabt2-reveal-opacity-start);
  transform: translateY(var(--ebabt2-reveal-translate-distance));
  transition: opacity var(--ebabt2-reveal-transition-duration) var(--ebabt2-animation-ease),
    transform var(--ebabt2-reveal-transition-duration) var(--ebabt2-animation-ease);
}
.ebabt2-anim-up.ebabt2-in {
  opacity: var(--ebabt2-reveal-opacity-end);
  transform: translateY(var(--ebabt2-animation-panel-in-distance-end));
}
.ebabt2-delay-1 { transition-delay: var(--ebabt2-reveal-delay-1); }
.ebabt2-delay-2 { transition-delay: var(--ebabt2-reveal-delay-2); }

/* ============================ KEYFRAMES ============================ */
@keyframes ebabt2-blip {
  0%, 100% { opacity: var(--ebabt2-animation-blip-opacity-a); }
  50% { opacity: var(--ebabt2-animation-blip-opacity-b); }
}
@keyframes ebabt2-panel-in {
  from { opacity: var(--ebabt2-animation-panel-in-opacity-start); transform: translateY(var(--ebabt2-animation-panel-in-distance-start)); }
  to { opacity: var(--ebabt2-animation-panel-in-opacity-end); transform: translateY(var(--ebabt2-animation-panel-in-distance-end)); }
}

/* ============================================================
   RESPONSIVE
   @media breakpoints are the only hardcoded literals allowed —
   CSS custom properties are invalid inside media queries.
   ============================================================ */
@media (max-width: 1023px) {
  .ebabt2-section {
    --ebabt2-section-padding-x: var(--ebabt2-section-padding-x-tablet);
    --ebabt2-title-font-size: var(--ebabt2-title-font-size-tablet);
    --ebabt2-stage-gap: var(--ebabt2-stage-gap-tablet);
  }
}
@media (max-width: 767px) {
  .ebabt2-section {
    --ebabt2-section-padding-y: var(--ebabt2-section-padding-y-mobile);
    --ebabt2-section-padding-x: var(--ebabt2-section-padding-x-mobile);
    --ebabt2-title-font-size: var(--ebabt2-title-font-size-mobile);
    --ebabt2-stage-grid-template-columns: var(--ebabt2-stage-grid-template-columns-mobile);
    --ebabt2-actions-flex-direction: var(--ebabt2-actions-flex-direction-mobile);
    --ebabt2-actions-align-items: var(--ebabt2-actions-align-items-mobile);
    --ebabt2-button-justify-content: var(--ebabt2-button-justify-content-mobile);
  }
}
@media (max-width: 480px) {
  .ebabt2-section {
    --ebabt2-section-padding-x: var(--ebabt2-section-padding-x-small);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ebabt2-note-icon { animation: none !important; }
  .ebabt2-anim-up { opacity: var(--ebabt2-reveal-opacity-end); transform: none; }
}

/* Responsive Fix for About Badges & Image Frame */
@media (max-width: 767px) {
  .ebabt2-visual {
    position: relative;
    width: 100%;
  }

  .ebabt2-chip {
    bottom: 12px;
    inset-inline-start: 12px;
    transform: none;
    max-width: calc(100% - 24px);
    padding: 6px 12px;
    gap: 8px;
  }

  .ebabt2-chip-icon {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
    flex-shrink: 0;
  }

  .ebabt2-exp-num {
    font-size: 1rem;
    line-height: 1.1;
  }

  .ebabt2-chip-label {
    font-size: 0.72rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ebabt2-note {
    top: 12px;
    inset-inline-end: 12px;
    transform: none;
    max-width: calc(100% - 24px);
    padding: 6px 10px;
    gap: 6px;
  }

  .ebabt2-note-icon {
    width: 28px;
    height: 28px;
    font-size: 0.85rem;
    flex-shrink: 0;
  }

  .ebabt2-note-title {
    font-size: 0.75rem;
  }

  .ebabt2-note-sub {
    font-size: 0.68rem;
  }
}


/* Responsive Fix for About Tabs & Leadbox */
@media (max-width: 639px) {
  .ebabt2-leadbox {
    padding: 1rem 0.85rem;
    gap: 0.6rem;
  }
  
  .ebabt2-tabsnav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }

  .ebabt2-tab-btn {
    flex: 1 1 auto;
    justify-content: center;
    padding: 0.45rem 0.65rem;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .ebabt2-tab-panel p {
    font-size: 0.84rem;
    line-height: 1.5;
  }
}


/* Full-Width Responsive Leadbox Quote on Mobile (No Wasted Side Space) */
@media (max-width: 639px) {
  .ebabt2-leadbox {
    position: relative;
    display: block;
    padding: 1rem 1rem 0.9rem 1rem;
  }

  .ebabt2-leadicon {
    position: absolute;
    top: 12px;
    inset-inline-end: 12px;
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }

  .ebabt2-leadtext {
    width: 100%;
    margin: 0;
    padding-inline-end: 38px;
    font-size: 0.86rem;
    line-height: 1.6;
  }
}
