@font-face {
  font-family: 'Segoesc';
  src: url(../../assets/fonts/Segoesc.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Wandertucker';
  src: url(../../assets/fonts/Wandertucker.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Whitney Bold';
  src: url(../../assets/fonts/whitneybold.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Whitney Book Regular';
  src: url(../../assets/fonts/whitneybook.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Whitney Light Regular';
  src: url(../../assets/fonts/whitneylight.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Whitney Medium';
  src: url(../../assets/fonts/whitneymedium.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Whitney Semibold Regular';
  src: url(../../assets/fonts/whitneysemibold.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light dark;

  --bs-primary: #800020;
  --bs-primary-rgb: 128, 0, 32;
  --bs-secondary: #1e40af;
  --bs-secondary-rgb: 30, 64, 175;
  --bs-body-bg: #ffffff;
  --bs-body-color: #111827;
  --bs-border-color: #e5e7eb;
  --bs-link-color: #1e40af;
  --bs-link-hover-color: #1e3a8a;

  --e44-bg: #ffffff;
  --e44-surface: #ffffff;
  --e44-text: #111827;
  --e44-text-muted: rgba(17, 24, 39, 0.68);
  --e44-text-faint: rgba(17, 24, 39, 0.45);
  --e44-text-fainter: rgba(17, 24, 39, 0.32);
  --e44-border: #e5e7eb;
  --e44-border-subtle: rgba(17, 24, 39, 0.08);
  --e44-nav-bg: rgba(255, 255, 255, 0.52);
  --e44-nav-bg-scrolled: rgba(255, 255, 255, 0.68);
  --e44-nav-border: rgba(17, 24, 39, 0.08);
  --e44-nav-link: rgba(17, 24, 39, 0.82);
  --e44-nav-link-hover: #111827;
  --e44-nav-icon: rgba(17, 24, 39, 0.85);
  --e44-nav-shadow: 0 8px 32px rgba(17, 24, 39, 0.08);
  --e44-drawer-bg: rgba(255, 255, 255, 0.96);
  --e44-hero-shadow: rgba(17, 24, 39, 0.12);
  --e44-blob-layer-opacity: 0.72;
  --e44-blob-blur: 13vh;
  --e44-blob-1: rgba(128, 0, 32, 0.42);
  --e44-blob-2: rgba(30, 64, 175, 0.32);
  --e44-blob-3: rgba(128, 0, 32, 0.3);
  --e44-blob-4: rgba(37, 99, 235, 0.24);
  --e44-blob-four-opacity: 0.88;

  --e44-glass-bg: rgba(255, 255, 255, 0.14);
  --e44-glass-blur: 22px;
  --e44-glass-saturate: 1.12;
  --e44-glass-border: rgba(17, 24, 39, 0.1);
  --e44-glass-shadow: 0 4px 28px rgba(17, 24, 39, 0.05);
  --e44-primary-soft: rgba(128, 0, 32, 0.1);
  --e44-primary-mid: rgba(128, 0, 32, 0.35);
  --e44-primary-glow: rgba(128, 0, 32, 0.22);
  --e44-accent-glow: rgba(30, 64, 175, 0.12);
  --e44-timeline-bg: #f9fafb;
  --e44-selection-bg: #1e40af;
  --e44-selection-fg: #ffffff;
  --e44-scrollbar-track: #f3f4f6;
  --e44-btn-primary-hover: #5c0018;
  --e44-form-focus-ring: rgba(30, 64, 175, 0.2);
  --e44-input-bg: rgba(255, 255, 255, 0.58);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --bs-secondary: #3b82f6;
    --bs-secondary-rgb: 59, 130, 246;
    --bs-body-bg: #000000;
    --bs-body-color: #f3f4f6;
    --bs-border-color: #27272a;
    --bs-link-color: #3b82f6;
    --bs-link-hover-color: #60a5fa;
    --e44-bg: #000000;
    --e44-surface: #0f0f0f;
    --e44-text: #f3f4f6;
    --e44-text-muted: rgba(243, 244, 246, 0.72);
    --e44-text-faint: rgba(243, 244, 246, 0.5);
    --e44-text-fainter: rgba(243, 244, 246, 0.35);
    --e44-border: rgba(243, 244, 246, 0.12);
    --e44-border-subtle: rgba(255, 255, 255, 0.06);
    --e44-nav-bg: rgba(15, 15, 15, 0.72);
    --e44-nav-bg-scrolled: rgba(15, 15, 15, 0.88);
    --e44-nav-border: rgba(255, 255, 255, 0.1);
    --e44-nav-link: rgba(243, 244, 246, 0.82);
    --e44-nav-link-hover: #ffffff;
    --e44-nav-icon: rgba(243, 244, 246, 0.88);
    --e44-nav-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
    --e44-drawer-bg: rgba(15, 15, 15, 0.94);
    --e44-hero-shadow: rgba(0, 0, 0, 0.45);
    --e44-blob-layer-opacity: 0.55;
    --e44-blob-blur: 17vh;
    --e44-blob-1: rgba(128, 0, 32, 0.5);
    --e44-blob-2: rgba(59, 130, 246, 0.26);
    --e44-blob-3: rgba(128, 0, 32, 0.4);
    --e44-blob-4: rgba(59, 130, 246, 0.2);
    --e44-blob-four-opacity: 0.62;
    --e44-glass-bg: rgba(255, 255, 255, 0.055);
    --e44-glass-blur: 20px;
    --e44-glass-saturate: 1.1;
    --e44-glass-border: rgba(255, 255, 255, 0.12);
    --e44-glass-shadow: 0 8px 36px rgba(0, 0, 0, 0.28);
    --e44-primary-soft: rgba(128, 0, 32, 0.2);
    --e44-primary-mid: rgba(128, 0, 32, 0.45);
    --e44-primary-glow: rgba(128, 0, 32, 0.45);
    --e44-accent-glow: rgba(59, 130, 246, 0.25);
    --e44-timeline-bg: #141414;
    --e44-selection-bg: #3b82f6;
    --e44-selection-fg: #000000;
    --e44-scrollbar-track: #0a0a0a;
    --e44-btn-primary-hover: #a30028;
    --e44-form-focus-ring: rgba(59, 130, 246, 0.22);
    --e44-input-bg: rgba(10, 10, 12, 0.72);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background-color: var(--e44-bg);
  color: var(--e44-text);
  font-family: 'Whitney Medium', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;

  --bs-list-group-color: var(--e44-text);
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: var(--e44-border);
}

.text-muted {
  color: var(--e44-text-muted) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.navbar-brand-text {
  font-family: 'Wandertucker', 'Segoesc', serif;
  font-size: 34px;
  line-height: 1;
  color: var(--e44-nav-link-hover);
  transform: translateY(4px);
  display: inline-block;
}

.hero-tagline {
  text-shadow: -2px 2px var(--e44-hero-shadow);
  transform: rotate(-8deg);
  font-size: clamp(18px, 4vh, 28px);
  font-family: Wandertucker, serif;
  color: var(--e44-text-muted);
  margin-top: 16px;
}

.navbar-toggler {
  color: var(--e44-nav-icon);
}

.navbar-toggler svg {
  fill: currentColor;
}

.scroll-arrow-svg {
  display: block;
  color: var(--e44-text-muted);
}

.scroll-arrow-svg path {
  stroke: currentColor;
}

.footer-divider-themed {
  width: 100%;
  border-top-color: var(--e44-border) !important;
}

.footer-copy,
.footer-copy a,
.footer-legal,
.footer-legal a {
  font-size: 13px;
  color: var(--e44-text-faint);
  margin: 0;
}

.footer-copy a:hover,
.footer-legal a:hover {
  color: var(--bs-primary);
}

.footer-sep {
  color: var(--e44-text-fainter);
  margin: 0 6px;
}

.contact-alt {
  font-size: 0.82rem;
  color: var(--e44-text-fainter);
}

.contact-alt a {
  color: var(--e44-text-faint);
}

.contact-alt a:hover {
  color: var(--bs-secondary);
}

.contact-section-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--e44-text-fainter);
  margin-bottom: 4px;
}

.legal-prose {
  color: var(--e44-text-muted);
  line-height: 1.8;
}

.legal-prose h3 {
  color: var(--bs-primary);
  font-size: 1.15rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.legal-prose h3:first-child {
  margin-top: 0;
}

.legal-prose p,
.legal-prose ul {
  margin-bottom: 1rem;
}

.legal-prose ul {
  padding-left: 1.25rem;
}

.timeline-teaser-plate {
  background: var(--e44-primary-soft);
  border: 2px dashed var(--e44-primary-mid);
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-teaser-plate svg path {
  stroke: var(--bs-primary);
  opacity: 0.65;
}

.icon-on-primary {
  color: #ffffff;
}

h1 {
  font-family: Wandertucker, serif;
  font-size: 60px;
  color: var(--e44-text);
}

h2 {
  font-family: Wandertucker, serif;
  font-size: 40px;
  color: var(--e44-text);
}

h3 {
  color: var(--e44-text);
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--bs-link-hover-color);
  transition: color 0.3s;
}

::selection {
  background-color: var(--e44-selection-bg);
  color: var(--e44-selection-fg);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: var(--e44-scrollbar-track);
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--bs-primary);
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--bs-secondary);
}

hr {
  width: 60px;
  opacity: 1;
  margin: 16px auto 0;
  border: 0;
  border-top: 3px solid var(--bs-secondary);
  border-radius: 2px;
}

img {
  max-width: 100%;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--e44-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loading-bar {
  display: block;
  width: 60px;
  height: 60px;
  border: 4px solid var(--e44-border-subtle);
  border-top-color: var(--bs-primary);
  border-right-color: var(--bs-secondary);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.background-image-div {
  opacity: var(--e44-blob-layer-opacity, 0.55);
  filter: blur(var(--e44-blob-blur, 16vh));
  width: 100%;
  height: 100%;
  max-height: 1100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.base {
  position: absolute;
  border-radius: 100%;
  opacity: 0.85;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.one {
  width: 95%;
  height: 95%;
  background-color: var(--e44-blob-1);
  left: -10%;
  top: -70%;
  animation: blobFloat1 45s linear infinite;
  transform: rotate(0) translate(20%) rotate(0);
}

.two {
  width: 110%;
  height: 110%;
  bottom: -20%;
  right: -25%;
  background-color: var(--e44-blob-2);
  animation: blobFloat2 35s linear infinite;
  transform: rotate(0) translate(25%) rotate(0);
}

.three {
  width: 80%;
  height: 80%;
  bottom: -18%;
  left: -25%;
  background-color: var(--e44-blob-3);
  animation: blobFloat3 25s linear infinite;
  transform: rotate(0) translate(25%) rotate(0);
}

.four {
  width: 75%;
  height: 75%;
  top: 20%;
  right: -20%;
  background-color: var(--e44-blob-4);
  animation: blobFloat2 55s linear infinite reverse;
  transform: rotate(0) translate(25%) rotate(0);
  opacity: var(--e44-blob-four-opacity, 0.65);
}

@keyframes blobFloat1 {
  100% {
    transform: rotate(1turn) translate(25%) rotate(-1turn);
  }
}

@keyframes blobFloat2 {
  100% {
    transform: rotate(-1turn) translate(25%) rotate(1turn);
  }
}

@keyframes blobFloat3 {
  100% {
    transform: rotate(-1turn) translate(25%) rotate(1turn);
  }
}

.navigation-clean {
  background: var(--e44-nav-bg);
  backdrop-filter: blur(22px) saturate(1.65);
  -webkit-backdrop-filter: blur(22px) saturate(1.65);
  border-bottom: 1px solid var(--e44-nav-border);
  box-shadow: var(--e44-nav-shadow);
  z-index: 10000;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: box-shadow 0.3s, background 0.3s, border-color 0.3s;
}

.navigation-clean.scrolled {
  background: var(--e44-nav-bg-scrolled);
  box-shadow: var(--e44-nav-shadow), 0 0 0 1px var(--e44-border-subtle);
  border-bottom-color: var(--e44-nav-border);
}

#main-nav.navbar-dark,
.navbar.fixed-top.off-canvas.navbar-dark {
  --bs-navbar-color: var(--e44-nav-link);
  --bs-navbar-hover-color: var(--e44-nav-link-hover);
  --bs-navbar-active-color: var(--e44-nav-link-hover);
  --bs-navbar-brand-color: var(--e44-nav-link-hover);
  --bs-navbar-brand-hover-color: var(--e44-nav-link-hover);
  --bs-navbar-toggler-border-color: var(--e44-nav-border);
}

#main-nav.navbar-dark .navbar-nav > li.nav-item > a.nav-link,
.navbar.fixed-top.off-canvas.navbar-dark .navbar-nav > li.nav-item > a.nav-link {
  color: var(--e44-nav-link) !important;
}

#main-nav.navbar-dark .navbar-nav > li.nav-item > a.nav-link:hover,
#main-nav.navbar-dark .navbar-nav > li.nav-item > a.nav-link:focus,
.navbar.fixed-top.off-canvas.navbar-dark .navbar-nav > li.nav-item > a.nav-link:hover,
.navbar.fixed-top.off-canvas.navbar-dark .navbar-nav > li.nav-item > a.nav-link:focus {
  color: var(--e44-nav-link-hover) !important;
}

.nav-link {
  color: var(--e44-nav-link);
  transition: color 0.25s;
}

.nav-link:hover {
  color: var(--e44-nav-link-hover);
}

.nav-link.link-animation {
  display: inline-block;
  color: var(--e44-nav-link);
  padding-bottom: 2px;
  background-image: linear-gradient(75deg, var(--bs-secondary), var(--bs-primary));
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0 2px;
  transition: background-size 0.4s ease, background-position 0s, color 0.25s;
}

.nav-link.link-animation:hover {
  color: var(--e44-nav-link-hover);
  background-position: 0 100%;
  background-size: 100% 2px;
  transition: background-size 0.4s ease, background-position 0s, color 0.25s;
}

.navbar-brand {
  text-decoration: none;
}

.glas {
  color: #ffffff !important;
  background: var(--bs-primary) !important;
  border: 1px solid rgba(128, 0, 32, 0.45) !important;
  box-shadow: none !important;
  transition: background 0.3s, box-shadow 0.3s, transform 0.2s !important;
}

.glas:hover {
  background: var(--e44-btn-primary-hover) !important;
  box-shadow: 0 4px 16px var(--e44-primary-glow) !important;
  transform: translateY(-1px);
}

.navbar.fixed-top.off-canvas {
  bottom: 0;
  right: auto;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  z-index: 9999;
  background: var(--e44-drawer-bg) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
}

.navbar.fixed-top.off-canvas[data-open-drawer="1"] {
  transform: translateX(0);
}

.navbar.fixed-top.off-canvas .nav,
.navbar.fixed-top.off-canvas .brand-line {
  width: 100%;
}

@media (min-width: 992px) {
  .navbar.fixed-top.off-canvas {
    display: none !important;
  }
}

body>div.drawer-fade {
  position: fixed;
  inset: 0;
  width: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  transition: opacity 0.3s linear;
  z-index: 9998;
}

body.drawer-open>div.drawer-fade {
  width: 100%;
  opacity: 1;
}

#close-nav-button,
#open-nav-button {
  display: none !important;
}

@media (max-width: 991px) {
  #open-nav-button {
    display: block !important;
  }

  #close-nav-button {
    display: none !important;
  }

  body.drawer-open #open-nav-button {
    display: none !important;
  }

  body.drawer-open #close-nav-button {
    display: block !important;
  }
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.nav-item {
  opacity: 0.85;
  transition: opacity 0.2s;
}

.nav-item:hover {
  opacity: 1;
}

.main-header {
  position: relative;
  z-index: 1;
}

@media (min-width: 990px) {
  .main-heading {
    font-family: 'Wandertucker', 'Segoesc', serif;
    text-shadow: -2px 2px var(--e44-hero-shadow);
    transform: rotate(-8deg);
    font-size: 23vh;
    height: 23vh;
  }
}

@media (max-width: 990px) {
  .main-heading {
    font-family: 'Wandertucker', 'Segoesc', serif;
    text-shadow: -2px 2px var(--e44-hero-shadow);
    transform: rotate(-8deg);
    font-size: 15vh;
    height: 15vh;
  }
}

.scroll-down-fixed {
  position: fixed;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: auto;
}

.scroll-down-fixed.visible {
  opacity: 0.7;
}

.scroll-down-fixed:hover {
  opacity: 1;
}

.scroll-down-fixed.hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }

  40%,
  43% {
    transform: translate3d(0, -18px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  70% {
    transform: translate3d(0, -9px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }

  90% {
    transform: translate3d(0, -3px, 0);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

.scroll-down {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.scroll-down:hover {
  opacity: 1;
}

.section-heading {
  font-family: Wandertucker, serif;
  font-size: clamp(40px, 8vw, 60px);
  font-weight: normal;
  margin-bottom: 0;
  color: var(--bs-primary);
}

.glass-card,
.linktree-card {
  background: var(--e44-glass-bg);
  backdrop-filter: blur(var(--e44-glass-blur)) saturate(var(--e44-glass-saturate));
  -webkit-backdrop-filter: blur(var(--e44-glass-blur)) saturate(var(--e44-glass-saturate));
  border: 1px solid var(--e44-glass-border);
  box-shadow: var(--e44-glass-shadow);
}

.glass-card {
  border-radius: 20px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s;
  padding: 32px 28px;
}

.glass-card:hover {
  transform: translateY(-2px);
  border-color: var(--e44-border);
  box-shadow: var(--e44-glass-shadow);
}

.glass-card h3 {
  color: var(--e44-text);
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--e44-text-muted);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skill-item {
  margin-bottom: 22px;
}

.skill-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: var(--e44-text);
  font-weight: 500;
}

.skill-track {
  width: 100%;
  height: 10px;
  background: var(--e44-border-subtle);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.skill-fill {
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bs-primary), var(--bs-secondary));
  width: 0;
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.skill-item.visible .skill-fill {
  width: var(--skill-level);
}

.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: var(--e44-glass-bg);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  border: 1px solid var(--e44-glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 32px;
  transition: background 0.25s, border-color 0.25s;
}

.glass-card:hover .service-icon {
  background: var(--e44-primary-soft);
  border-color: var(--e44-border);
}

.bs-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.bs-icon-md {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
}

.bs-icon-lg {
  width: 64px;
  height: 64px;
  font-size: 2rem;
}

.bs-icon-rounded {
  border-radius: 12px;
}

.bs-icon-circle {
  border-radius: 50%;
}

.bs-icon-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--bs-primary), var(--e44-btn-primary-hover));
}

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}

.timeline.list-group > .list-group-item {
  color: var(--e44-text);
  background-color: transparent;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, transparent, var(--bs-primary), var(--bs-secondary), transparent);
  transform: translateX(-50%);
  z-index: 0;
}

.timeline .list-group-item {
  background: transparent;
  border: none;
  position: relative;
  padding: 0;
  margin-bottom: 60px;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.timeline>li .timeline-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--bs-primary);
  box-shadow: 0 0 20px var(--e44-primary-glow);
  background: var(--e44-timeline-bg);
}

@media (min-width: 992px) {
  .timeline>li .timeline-image {
    width: 150px;
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .timeline>li .timeline-image {
    width: 170px;
    height: 170px;
  }
}

.timeline>li .timeline-panel {
  width: 45%;
  padding: 20px 30px;
  position: relative;
  text-align: right;
  margin-right: auto;
}

.timeline>li.timeline-inverted {
  justify-content: flex-end;
}

.timeline>li.timeline-inverted>.timeline-panel {
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .timeline::before {
    left: 40px;
  }

  .timeline>li .timeline-image {
    left: 40px;
    width: 60px;
    height: 60px;
  }

  .timeline>li .timeline-panel {
    width: 100%;
    padding-left: 90px;
    text-align: left;
  }

  .timeline>li.timeline-inverted>.timeline-panel {
    float: none;
    padding-left: 90px;
  }
}

.timeline-date {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bs-primary);
  opacity: 0.7;
  margin-bottom: 4px;
}

.timeline-heading a {
  font-size: 0.8rem;
  color: var(--bs-secondary);
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.timeline-heading a:hover {
  opacity: 1;
}

.timeline-heading .subheading {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--e44-text);
}

.timeline-body p {
  color: var(--e44-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

.fit-contain {
  object-fit: contain;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.65rem 1.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--e44-text);
  background: var(--e44-input-bg);
  border: 1px solid var(--e44-primary-mid);
  border-radius: 14px;
  transition: border-color 0.3s, background 0.3s, box-shadow 0.3s;
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
}

.form-control::placeholder {
  color: var(--e44-text-fainter);
}

.form-control:focus {
  color: var(--e44-text);
  background: var(--e44-input-bg);
  border-color: var(--bs-secondary);
  outline: 0;
  box-shadow: 0 0 0 3px var(--e44-form-focus-ring);
}

.contact-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--bs-primary), var(--e44-btn-primary-hover));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.2s;
}

.contact-icon-wrap:hover {
  transform: scale(1.1);
}

.social-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border-radius: 14px;
  background: var(--e44-glass-bg);
  border: 1px solid var(--e44-glass-border);
  color: var(--e44-text-muted);
  font-size: 1rem;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
  white-space: nowrap;
  width: 100%;
  backdrop-filter: blur(var(--e44-glass-blur)) saturate(var(--e44-glass-saturate));
  -webkit-backdrop-filter: blur(var(--e44-glass-blur)) saturate(var(--e44-glass-saturate));
  box-shadow: var(--e44-glass-shadow);
}

.social-pill:hover {
  background: var(--e44-primary-soft);
  border-color: var(--e44-border);
  color: var(--e44-text);
  transform: translateY(-1px);
  text-decoration: none;
}

@keyframes magic-text-marquee {
  from {
    background-position: 0 50%;
  }

  to {
    background-position: 12em 50%;
  }
}

.magic-text {
  background: repeating-linear-gradient(
    90deg,
    var(--bs-primary) 0%,
    var(--bs-primary) 18%,
    var(--bs-secondary) 50%,
    var(--bs-primary) 82%,
    var(--bs-primary) 100%
  );
  background-size: 12em 100%;
  background-position: 0 50%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: magic-text-marquee 26s linear infinite;
  display: inline-block;
}

.magic-text a {
  -webkit-text-fill-color: inherit;
  color: inherit;
  text-decoration: none;
}

.page-footer {
  position: relative;
  z-index: 1;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links li a {
  color: var(--e44-text-faint);
  font-size: 0.9rem;
  transition: color 0.25s;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.footer-links li a:hover {
  color: var(--bs-secondary);
}

footer h4 {
  font-family: 'Whitney Semibold Regular', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--e44-text-fainter);
  margin-bottom: 14px;
}

.footer-divider {
  border: 0;
  border-top: 1px solid var(--e44-border);
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.1s;
}

.reveal-delay-2 {
  transition-delay: 0.2s;
}

.reveal-delay-3 {
  transition-delay: 0.3s;
}

.txt-rotate, .txt-rotate>* {
    border-right: none !important;
    caret-color: transparent;
}

.btn-primary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  transition: background 0.25s, box-shadow 0.25s, transform 0.2s;
}

.btn-primary:hover {
  background-color: var(--e44-btn-primary-hover);
  border-color: var(--e44-btn-primary-hover);
  box-shadow: 0 0 20px var(--e44-primary-glow);
  transform: translateY(-1px);
}

.button-animation {
  transition: transform 0.2s, box-shadow 0.2s;
}

.button-animation:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--e44-primary-glow);
}

.img-fluid {
  border-radius: 16px;
}

.rounded-circle {
  border-radius: 50% !important;
}

@media (max-width: 768px) {
  .col-embed {
    min-width: 100%;
  }

  .glass-card {
    padding: 24px 18px;
  }
}

.linktree-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 20px 60px;
  position: relative;
  z-index: 1;
}

.linktree-card {
  max-width: 680px;
  width: 100%;
  border-radius: 24px;
  padding: 48px 32px;
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile-section {
  text-align: center;
  margin-bottom: 40px;
}

.profile-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid var(--bs-primary);
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.profile-image:hover {
  transform: scale(1.05) rotate(5deg);
}

.profile-name {
  font-family: 'Wandertucker', 'Segoesc', serif;
  font-size: clamp(32px, 6vw, 48px);
  color: var(--bs-primary);
  margin-bottom: 8px;
  text-shadow: -2px 2px var(--e44-hero-shadow);
}

.profile-bio {
  color: var(--e44-text-muted);
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}

.link-button {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 24px;
  margin-bottom: 16px;
  background: var(--e44-glass-bg);
  border: 1px solid var(--e44-glass-border);
  border-radius: 16px;
  color: var(--e44-text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  backdrop-filter: blur(var(--e44-glass-blur)) saturate(var(--e44-glass-saturate));
  -webkit-backdrop-filter: blur(var(--e44-glass-blur)) saturate(var(--e44-glass-saturate));
  box-shadow: var(--e44-glass-shadow);
}

.link-button:hover {
  background: var(--e44-primary-soft);
  border-color: var(--e44-border);
  transform: translateY(-1px);
  color: var(--e44-text);
}

.link-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.link-text {
  flex: 1;
}

.link-arrow {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.link-button:hover .link-arrow {
  opacity: 1;
  transform: translateX(4px);
}

.section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 32px 0 24px;
  color: var(--e44-text-fainter);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.section-divider::before,
.section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--e44-border), transparent);
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.social-icon-link {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--e44-glass-bg);
  border: 1px solid var(--e44-glass-border);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  text-decoration: none;
  backdrop-filter: blur(14px) saturate(1.1);
  -webkit-backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: var(--e44-glass-shadow);
}

.social-icon-link:hover {
  background: var(--e44-primary-soft);
  border-color: var(--e44-border);
  transform: translateY(-1px);
}

.social-icon-link svg {
  width: 24px;
  height: 24px;
  fill: var(--e44-text-muted);
  transition: fill 0.3s ease;
}

.social-icon-link:hover svg {
  fill: var(--e44-text);
}

.footer-text {
  text-align: center;
  margin-top: 32px;
  color: var(--e44-text-fainter);
  font-size: 13px;
}

.footer-text a {
  color: var(--bs-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-text a:hover {
  color: var(--bs-secondary);
}

@media (max-width: 576px) {
  .linktree-card {
    padding: 32px 20px;
  }

  .link-button {
    padding: 16px 20px;
    font-size: 15px;
  }
}
