 .u-section-1 {
  background-image: none;
}



#particle-cursor{
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 9999;
  background: transparent;
}




/* Avatar: keep sizing, replace gray haze with a clean ring + green/cyan glow */
.u-section-1 .u-image-1{
  width: 161px;
  height: 161px;
  border-radius: 50%;
  object-fit: cover;

  /* remove muddy gray */
  box-shadow: none !important;

  /* crisp ring */
  border: 2px solid rgba(120, 255, 210, 0.22);

  /* greenish nebula glow */
  filter:
    drop-shadow(0 10px 26px rgba(0,0,0,0.65))
    drop-shadow(0 0 18px rgba(120,255,210,0.18))
    drop-shadow(0 0 40px rgba(70,200,140,0.10));

  /* keep your layout */
  margin: 68px auto 0;
}


.u-section-1 .u-image-1{
  transition: transform .25s ease, filter .25s ease, border-color .25s ease;
  position: relative;
  z-index: 5;
  margin: 38px auto -18px;
}

.u-section-1 .u-image-1:hover{
  transform: scale(1.03);
  border-color: rgba(120,255,210,0.35);
  filter:
    drop-shadow(0 12px 30px rgba(0,0,0,0.7))
    drop-shadow(0 0 22px rgba(120,255,210,0.24))
    drop-shadow(0 0 55px rgba(70,200,140,0.14));
}


.u-section-1 .u-layout-wrap-1 {
  width: 493px;
  margin: 0 auto 60px;
}

.u-section-1 .u-layout-cell-1 {
  min-height: 490px;
  transition-duration: 0.5s;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  animation-timing-function: ease;
  --animation-custom_in-translate_x: 0px;
  --animation-custom_in-translate_y: 0px;
  --animation-custom_in-opacity: 0;
  --animation-custom_in-rotate: 0deg;
  --animation-custom_in-scale: 1;
  background-position: 50% 50%;
  background-size: cover;
}

/* let the glow + scaled icons escape */
.u-section-1 .u-layout-cell-1,
.u-section-1 .u-layout-wrap-1,
.u-section-1 .u-layout,
.u-section-1 .u-layout-row,
.u-section-1 .u-container-layout-1{
  overflow: visible !important;
}

/* nebula aura behind card */
.u-section-1 .u-container-layout-1{
  position: relative;
}

.u-section-1 .u-container-layout-1::after{
  content: "";
  position: absolute;
  inset: -40px;               /* how far glow spreads */
  border-radius: 28px;
  z-index: -1;
  pointer-events: none;

  background:
    radial-gradient(circle at 25% 80%, rgba(255,90,220,0.22), transparent 55%),
    radial-gradient(circle at 75% 30%, rgba(170,120,255,0.20), transparent 60%);

  filter: blur(22px);
  opacity: 1;
}


/* CARD: glassy, transparent, nebula glow */
.u-section-1 .u-container-layout-1{
  /* more transparent base */
  background: rgba(0,0,0,0.36);

  /* subtle glass highlight */
  background-image: linear-gradient(
    to bottom,
    rgba(255,255,255,0.06),
    rgba(255,255,255,0.00)
  );

  /* crisp outline */
  border: 1.5px solid rgba(255,255,255,0.22);
  border-radius: 18px;

  /* nebula + depth */
  box-shadow:
    0 24px 80px rgba(0,0,0,0.70),           /* depth */
    0 0 0 1px rgba(255,255,255,0.10) inset, /* inner edge */
    0 0 50px rgba(170,120,255,0.22),        /* purple */
    0 0 110px rgba(255,90,220,0.18);        /* pink */

  backdrop-filter: blur(12px) saturate(115%);
  -webkit-backdrop-filter: blur(12px) saturate(115%);

  transition:
    box-shadow 260ms ease,
    border-color 260ms ease,
    transform 260ms ease;
  overflow: visible;
}


.u-section-1 .u-container-layout-1:hover{
  background: rgba(0,0,0,0.30);
  border-color: rgba(255,255,255,0.35);
}


.u-section-1 .u-text-1 {
  margin: 73px auto 0;
}

/* Make the H2 layout mobile-safe */
.u-section-1 .u-text-1{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;               /* space between "Hi, I'm" and name */
  line-height: 1.05;
}

/* Responsive GIF sizing */
.flame-name-wrap{
  display: inline-block;
  max-width: 100%;
}

.flame-name-img{
  display: block;
  width: auto;
  height: clamp(52px, 14vw, 96px);   /* <<< key */
  max-width: 88vw;                   /* prevents overflow on narrow screens */
  object-fit: contain;
}

/* If you used the reveal animation, keep it but remove left margin (since it's stacked now) */
#name-wrap{ margin-left: 0 !important; }


.u-section-1 .u-text-2 {
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.6;
  font-weight: 300;
  transition-duration: 0.5s;
  margin: 20px 0 0;
}

.u-section-1 .u-line-1 {
  width: 100px;
  margin: 14px auto 0;
}

.u-section-1 .u-text-3 {
  font-size: 1rem;
  margin: 28px 0 0;
}

.u-section-1 .u-social-icons-1 {
  height: 56px;
  width: 253px;
  min-width: 68px;
  margin: 25px auto 0;
}

/* Keep the social icons always visible and above effects */
.u-section-1 .u-social-icons-1{
  position: relative;
  z-index: 10;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Prevent click/focus states from hiding them */
.u-section-1 .u-layout-cell-1:active .u-social-icons-1,
.u-section-1 .u-layout-cell-1:focus .u-social-icons-1,
.u-section-1 .u-container-layout-1:active .u-social-icons-1,
.u-section-1 .u-container-layout-1:focus .u-social-icons-1{
  opacity: 1 !important;
  visibility: visible !important;
}


.u-section-1 .u-icon-1 {
  height: 0;
  color: rgb(27, 31, 35) !important;
}

.u-section-1 .u-icon-2 {
  height: 239px;
  color: rgb(17, 17, 17) !important;
}

.u-section-1 .u-icon-3 {
  height: 0;
  color: rgb(197, 54, 164) !important;
}

.u-section-1 .u-layout-cell-2 {
  min-height: 490px;
}

.u-section-1 .u-container-layout-2 {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-layout-cell-1 {
    min-height: 440px;
    --radius: 50px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 430px;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 584px;
  }

  .u-section-1 .u-layout-cell-1 {
    min-height: 100px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 329px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 494px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-layout-wrap-1 {
    width: 340px;
  }

  .u-section-1 .u-layout-cell-2 {
    min-height: 311px;
  }

  .u-section-1 .u-container-layout-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.u-section-1 .u-text-1,
.u-section-1 .u-text-1:before,
.u-section-1 .u-text-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-text-2,
.u-section-1 .u-text-2:before,
.u-section-1 .u-text-2 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}

.u-section-1 .u-layout-cell-1,
.u-section-1 .u-layout-cell-1:before,
.u-section-1 .u-layout-cell-1 > .u-container-layout:before {
  transition-property: fill, color, background-color, stroke-width, border-style, border-width, border-top-width, border-left-width, border-right-width, border-bottom-width, custom-border, borders, box-shadow, text-shadow, opacity, border-radius, stroke, border-color, font-size, font-style, font-weight, text-decoration, letter-spacing, transform, background-image, image-zoom, background-size, background-position;
}



.u-section-1 .u-layout-cell-1.u-layout-cell-1.u-layout-cell-1.hover {
  box-shadow: 0px 0px 15px 5px rgba(128,128,128,0.35) !important;
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

/* HERO SECTION: dynamic bg canvas setup */
#sec-e6a4{
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

#bg-gradient{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* keep nicepage shading subtle */
#sec-e6a4 .u-video-shading{
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.12;
  background: #000;
}

/* content above bg */
#sec-e6a4 .u-sheet-1{
  position: relative;
  z-index: 2;
}

#sec-e6a4 .u-video-shading{
  opacity: 0 !important;
  background: transparent !important;
}

/* Social icon hover scale */
.u-social-icons-1 a,
.u-social-icons-1 .u-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 180ms ease, filter 180ms ease;
  will-change: transform;
}

.u-social-icons-1 a:hover,
.u-social-icons-1 a:focus-visible {
  transform: scale(1.75);
}

/* Optional: make the image inside also feel crisp */
.u-social-icons-1 a:hover img,
.u-social-icons-1 a:focus-visible img {
  filter: drop-shadow(0 0 10px rgba(120, 200, 255, 0.35));
}


/* Home icon sizing + polish */
.nav-home-icon {
  width: 72px;          /* try 56–80px if you want */
  height: auto;
  display: block;
  filter:
    drop-shadow(0 6px 14px rgba(0,0,0,0.65))
    drop-shadow(0 0 18px rgba(255,120,60,0.35));
  transition:
    transform 180ms ease,
    filter 180ms ease;
}

/* Hide Home text, keep icon */
.u-nav-item span {
  display: none !important;
}

.u-nav-item a:hover .nav-home-icon {
  transform: scale(1.06);
  filter:
    drop-shadow(0 8px 20px rgba(0,0,0,0.75))
    drop-shadow(0 0 28px rgba(255,150,90,0.55));
}
#name-wrap{
  display: inline-block;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
  margin-left: 10px;         /* spacing after "Hi, I'm" */
  vertical-align: middle;
}

#name-wrap.show{
  opacity: 1;
  transform: translateY(0);
}

/* typing cursor (only while typing) */
#typing-hi{
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}

#typing-hi::after{
  content: "▌";
  margin-left: 4px;
  animation: blink 1s steps(1) infinite;
}

#typing-hi.done::after{
  content: "";
  animation: none;
}

@keyframes blink{
  50% { opacity: 0; }
}

/* keeps the gif vertically aligned with text */
.flame-name-wrap,
.flame-name-img{
  vertical-align: middle;
  display: inline-block;
}

@media (pointer: coarse), (hover: none) {
  #particle-cursor { display: none !important; }
}
