html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Shadows Into Light', cursive;
  background: #1a1a1a;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.01) 0%, transparent 30%);
  background-color: #2d3436;
  position: relative;
  color: #f0f0f0;
}

*,
*::before,
*::after {
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

/* Chalkboard texture overlay */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    repeating-linear-gradient(0deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.03) 4px),
    repeating-linear-gradient(90deg,
      transparent,
      transparent 2px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.03) 4px);
  pointer-events: none;
  z-index: 1;
  opacity: 0.3;
}

/* body {
  display: flex;
  flex-direction: column;
} */
.pfp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}



.hero-img-wrapper {
  position: relative;
  width: 450px;
  height: 100vh;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
}

.tech-stack-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  box-sizing: border-box;
  z-index: 2;
}

.tech-stack-heading {
  font-size: 2.4rem;
  font-family: 'Patrick Hand', cursive;
  color: #f0f0f0;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.programming-languages {
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
  max-width: 900px;
}

.pl-heading {
  font-size: 1.4rem;
  color: #e8e8e8;
  margin-bottom: 1rem;
  font-weight: 600;
}

.pl-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 1.2rem;
  justify-items: center;
  align-items: center;
}

.pl-logo {
  width: 64px;
  height: 64px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.2));
}

.pl-logo:hover {
  transform: translateY(-3px);
  filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.4));
}

.libraries-worked {
  margin-top: 2rem;
  text-align: center;
  width: 100%;
  max-width: 900px;
  padding-top: 24px;
  border-top: 1px solid #efefef;
}

.lib-heading {
  font-size: 1.3rem;
  color: #e8e8e8;
  margin-bottom: 1rem;
  font-weight: 600;
}

.lib-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 1.2rem;
  justify-items: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

.lib-logo {
  width: 64px;
  height: 64px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.2));
}

.lib-logo:hover {
  transform: translateY(-3px);
  filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.4));
}

/* Graphics Knowns */
.graphics-knowns {
  width: 100%;
  max-width: 900px;
  margin: 24px auto 64px;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid #efefef;
}

.graphics-heading {
  font-size: 1.3rem;
  color: #e8e8e8;
  margin-bottom: 1rem;
  font-weight: 600;
}

.graphics-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 1.2rem;
  justify-items: center;
  align-items: center;
}

.graphics-logo {
  width: 64px;
  height: 64px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: drop-shadow(2px 2px 0px rgba(255, 255, 255, 0.2));
}

.graphics-logo:hover {
  transform: translateY(-3px);
  filter: drop-shadow(3px 3px 0px rgba(255, 255, 255, 0.4));
}

/* Force chalk look for all logos */
.pl-logo path,
.lib-logo path,
.graphics-logo path,
.pl-logo circle,
.lib-logo circle,
.graphics-logo circle,
.pl-logo rect,
.lib-logo rect,
.graphics-logo rect {
  fill: #f0f0f0 !important;
  stroke: none;
}

/* Ensure SVG text uses global font */
.graphics-logo text {
  font-family: 'Patrick Hand', cursive;
  font-weight: 700;
}

/* Sections: Skills, About, Contact */
.section-heading {
  font-size: 3rem;
  color: #f0f0f0;
  margin: 48px auto 16px;
  text-align: center;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.skills-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 24px;
  z-index: 2;
  position: relative;
}

.skills-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px 16px;
}

.skill-item {
  font-family: 'Merriweather', serif;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 12px 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  color: #e8e8e8;
}

.about-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px 16px;
  z-index: 2;
  position: relative;
}

.about-text {
  font-family: 'Merriweather', serif;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  padding: 16px 18px;
  color: #e8e8e8;
  line-height: 1.6;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}

.contact-section {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
  padding: 0 24px;
  z-index: 2;
  position: relative;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  outline: none;
  background: rgba(255, 255, 255, 0.1);
  color: #f0f0f0;
  font-family: 'Merriweather', serif;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contact-form textarea {
  grid-column: 1 / -1;
}

.btn-submit {
  grid-column: 1 / -1;
  padding: 12px 16px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  color: #f0f0f0;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.1rem;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
  }
}

/* Tech item container styles */
.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
}

.tech-name {
  font-size: 1rem;
  font-weight: 400;
  color: #f0f0f0;
  margin-top: 0.5rem;
  font-family: 'Patrick Hand', cursive;
  letter-spacing: 0.5px;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .tech-stack-heading {
    font-size: 2rem;
  }

  .pl-logo,
  .lib-logo,
  .graphics-logo {
    width: 56px;
    height: 56px;
  }

  .tech-name {
    font-size: 0.75rem;
  }
}

.arrow-1 {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}

.arrow-2 {
  position: absolute;
  width: 350px;
  top: 63%;
  left: 87%;
  transform: translate(-50%, -50%);
}

.arrow-3 {
  position: absolute;
  width: 450px;
  top: 65%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.arrow-4 {
  position: absolute;
  width: 550px;
  top: 75%;
  left: -60%;
  transform: translate(-50%, -50%);
  /* transform: scale(-1, 1); */
  transform: rotate(-125deg);
}

.arrow-tip-text {
  transform: translate(-50%, -50%);
  font-family: 'Shadows Into Light', cursive;
  color: #f0f0f0;
  pointer-events: auto;
  z-index: 10;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.arrow-tip-text.text3 {
  pointer-events: auto;
  z-index: 10;
}

.text1 {
  font-size: 3rem;
  position: absolute;
  top: 33%;
  left: 130%;
}

.text2 {
  position: absolute;
  top: 62%;
  left: 105%;
  font-size: 1.8rem;
  white-space: nowrap;
  transform: rotate(-2deg);

}

.text3 {
  position: absolute;
  top: 14%;
  left: -95%;
  font-size: 1.5rem;
  /* white-space: nowrap; */
  transform: rotate(-2deg);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.text4 {
  position: absolute;
  top: 25%;
  left: -70%;
  font-size: 1.2rem;
  white-space: nowrap;
  transform: rotate(-9deg);
}

.text6 {
  position: absolute;
  top: 23%;
  left: 160%;
  font-size: 1.2rem;
  white-space: nowrap;
  transform: rotate(-14deg);
}

.text5 {
  position: absolute;
  top: 14%;
  left: 150%;
  font-size: 1.5rem;
  white-space: nowrap;
  transform: rotate(-9deg);
}

.text7 {
  position: absolute;
  top: 43%;
  left: -50%;
  font-size: 1.8rem;
  white-space: nowrap;
  transform: rotate(-9deg);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.text8 {
  position: absolute;
  top: 80%;
  left: -50%;
  font-size: 1.8rem;
  white-space: nowrap;
  transform: rotate(-9deg);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.arrow-tip-text.text5 {
  pointer-events: auto;
  z-index: 10;
}

.arrow-tip-text.text7 {
  pointer-events: auto;
  z-index: 10;
}

.c-logo {
  position: absolute;
  width: 40px;
  height: auto;
  top: 19%;
  left: -3%;
}

.cpp-logo {
  position: absolute;
  width: 51px;
  height: auto;
  top: 18%;
  left: -23%;
}

.java-logo {
  position: absolute;
  width: 48px;
  height: auto;
  top: 19%;
  left: -47%;
}

.ps-logo {
  position: absolute;
  width: 50px;
  height: auto;
  top: 15%;
  left: 117%;
}

.fig-logo {
  position: absolute;
  width: 50px;
  height: auto;
  top: 21%;
  left: 140%;
}

:root {
  --color-surface-white: #ffffff;
  --color-text-gradient: linear-gradient(90deg, #e91e63, #2196f3);
}

/*   style added to align boxes for styling purposes - not necessary for */
sup {
  line-height: 0
}

.line {
  overflow: hidden;
}

/* ANIMATIONS */
.arrow-path {
  stroke-dasharray: 900;
  /* Adjusted for better fit */
  stroke-dashoffset: 900;
  animation: draw-arrow 2s ease-out forwards;
  /* Removed scaleY(-1) to prevent clipping */
  transform-origin: bottom center;
  animation-delay: 2s;
}

.pfp {
  opacity: 0;
}


.arrow-head {
  opacity: 0;
  animation: fade-in-arrow-head 0.6s 0.8s forwards;
  animation-delay: 3s;
}

@keyframes fade-in-arrow-head {
  to {
    opacity: 1;
  }
}

@keyframes draw-arrow {
  to {
    stroke-dashoffset: 0;
  }
}

/* RED ARROW */
.red-arrow {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.red-arrow-1 {
  position: absolute;
  width: 250px;
  top: 8%;
  left: 21%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.red-arrow-2 {
  top: 8%;
  width: 330px;
  left: 15%;
  /* transform: scaleX(-1); */
}

.red-arrow-3 {
  width: 450px;
  top: 7%;
}

.red-arrow-4 {
  width: 550px;
  top: 7%;
  left: -9%;
}

.rev {
  transform: scale(-1, 1);
  left: 45%;
  top: -5%;
}

/* Lightbox Styles */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  border: 4px solid #f0f0f0;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

#lightbox-caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #f0f0f0;
  padding: 10px 0;
  height: 150px;
  font-family: 'Patrick Hand', cursive;
  font-size: 1.5rem;
}

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f0f0f0;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
  font-family: sans-serif;
}

.lightbox-close:hover,
.lightbox-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* Animation for lightbox */
.lightbox-content,
#lightbox-caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.text9 {
  position: absolute;
  top: 90%;
  left: 120%;
  font-family: 'Patrick Hand', cursive;
  font-size: 1.5rem;
  font-weight: bold;
  transform: rotate(-5deg);
  width: 200px;
  text-align: center;
}

/* Designs Section Styles */
.designs-section {
  width: 100%;
  max-width: 1200px;
  margin: 64px auto;
  text-align: center;
  padding: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.designs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  justify-items: center;
  padding: 2rem 0;
}

.design-item {
  background: rgba(255, 255, 255, 0.02);
  padding: 15px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.design-item:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.design-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  border-radius: 4px;
}

.design-item p {
  font-family: 'Patrick Hand', cursive;
  font-size: 1.3rem;
  color: #f0f0f0;
  margin: 0;
}

/* NEW HERO SECTION */
.new-hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: #fff5f5;
  background-image: url("https://www.transparenttextures.com/patterns/classy-fabric.png");
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
}

.hero-nav {
  padding: 28px 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  z-index: 10;
  position: relative;
}

.hero-nav a {
  text-decoration: none;
  color: #1a1a1a;
  letter-spacing: 3px;
  transition: color 0.3s ease;
}

.hero-nav a:hover {
  color: #1a5d3f;
}

.hero-content {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  padding-bottom: 0;
}

.top-flower {
  position: absolute;
  top: -60px;
  right: -40px;
  width: clamp(150px, 25vw, 400px);
  z-index: 5;
  pointer-events: none;
}

.hero-bg-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(60px, 17vw, 320px);
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: #1a5d3f;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: -0.04em;
  z-index: 1;
  user-select: none;
}

.h-sunflower {
  position: absolute;
  right: -0.5vw;
  bottom: 2vw;
  width: clamp(20px, 3.5vw, 60px);
  z-index: 2;
}

.hero-pfp {
  position: relative;
  height: 90%;
  max-height: 85vh;
  object-fit: contain;
  z-index: 5;
  bottom: 0;
}

.hero-badge {
  background: white;
  border-radius: 50px;
  padding: 8px 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  z-index: 10;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(0,0,0,0.06);
  white-space: nowrap;
}

.hero-badge a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

/* Arrow Hover Animations */
.arrow-container {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease;
}

.up-arrow {
  transform: translate(0, 0);
  opacity: 1;
}

.right-arrow {
  transform: translate(-100%, 100%);
  opacity: 0;
}

.hero-badge:hover .up-arrow {
  transform: translate(100%, -100%);
  opacity: 0;
}

.hero-badge:hover .right-arrow {
  transform: translate(0, 0);
  opacity: 1;
}

.hero-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* CV Badge */
.cv-badge {
  position: absolute;
  top: 42%;
  right: 14%;
}

.cv-badge a {
  color: #0b2e8a;
  font-weight: 600;
}

/* Bottom Left */
.hero-bottom-left {
  position: absolute;
  bottom: 4%;
  left: 4%;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.design-row-1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.text-graphic {
  font-family: 'Patrick Hand', cursive;
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  color: #1a1a1a;
  letter-spacing: 1px;
}

.designs-badge a {
  color: #0b2e8a;
  font-weight: 600;
  font-size: 0.8rem;
}

.text-designer {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5.5vw, 5rem);
  color: #0b2e8a;
  line-height: 0.85;
  letter-spacing: -0.03em;
}

.bottom-left-sunflower {
  position: absolute;
  bottom: -25px;
  right: -80px;
  width: clamp(60px, 10vw, 120px);
  z-index: -1;
}

/* Bottom Right */
.hero-bottom-right {
  position: absolute;
  bottom: 4%;
  right: 4%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.badge-row {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4px;
}

.projects-badge a {
  color: #1a5d3f;
  font-weight: 600;
  font-size: 0.8rem;
}

.text-techie {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 5.5vw, 5rem);
  color: #3e8e41;
  line-height: 0.85;
  letter-spacing: -0.03em;
}

/* ============= RESPONSIVENESS ============= */

/* Large tablets & small laptops */
@media (max-width: 1200px) {
  .cv-badge { top: 38%; right: 10%; }
  .top-flower { width: clamp(140px, 22vw, 300px); top: -40px; right: -30px; }
}

/* Tablets */
@media (max-width: 992px) {
  .hero-nav { gap: 30px; padding: 22px 30px; font-size: 0.85rem; }
  .cv-badge { top: 35%; right: 8%; }
  .hero-bottom-left { bottom: 3%; left: 3%; }
  .hero-bottom-right { bottom: 3%; right: 3%; }
  .bottom-left-sunflower { right: -40px; width: 80px; }
  .hero-pfp { height: 80%; }
}

/* Small tablets & large phones landscape */
@media (max-width: 768px) {
  .hero-nav {
    flex-direction: row;
    gap: 20px;
    padding: 16px 20px;
    font-size: 0.75rem;
  }
  .hero-nav a { letter-spacing: 2px; }
  .hero-pfp { height: 70%; }
  .cv-badge { top: 25%; right: 5%; }
  .hero-badge { padding: 6px 12px; font-size: 0.72rem; }
  .hero-bottom-left { bottom: 2%; left: 2%; }
  .hero-bottom-right { bottom: 2%; right: 2%; }
  .text-designer, .text-techie { font-size: clamp(1.6rem, 5vw, 3rem); }
  .text-graphic { font-size: clamp(1.2rem, 3vw, 2rem); }
  .bottom-left-sunflower { width: 50px; right: -30px; bottom: -10px; }
  .top-flower { top: -25px; right: -15px; }
}

/* Phones */
@media (max-width: 576px) {
  .new-hero-wrapper { height: 100svh; }
  .hero-nav {
    gap: 16px;
    padding: 12px 16px;
    font-size: 0.65rem;
  }
  .hero-nav a { letter-spacing: 1.5px; }
  .hero-pfp { height: 60%; }
  .hero-bg-text { font-size: clamp(48px, 20vw, 120px); }
  .cv-badge { top: 20%; right: 3%; }
  .hero-badge { padding: 5px 10px; font-size: 0.62rem; }
  .arrow-container { width: 12px; height: 12px; }
  .hero-bottom-left { bottom: 2%; left: 2%; }
  .hero-bottom-right { bottom: 2%; right: 2%; }
  .text-designer, .text-techie { font-size: clamp(1.4rem, 7vw, 2.2rem); }
  .text-graphic { font-size: clamp(1rem, 4vw, 1.5rem); }
  .bottom-left-sunflower { display: none; }
  .top-flower { width: 100px; top: -15px; right: -10px; }
  .h-sunflower { width: clamp(14px, 3vw, 25px); }
}

/* Very small phones */
@media (max-width: 400px) {
  .hero-nav { gap: 12px; padding: 10px 12px; font-size: 0.58rem; }
  .hero-pfp { height: 50%; }
  .hero-bg-text { font-size: 18vw; }
  .cv-badge { top: 16%; right: 2%; }
  .hero-badge { padding: 4px 8px; font-size: 0.55rem; }
  .arrow-container { width: 10px; height: 10px; }
  .text-designer, .text-techie { font-size: clamp(1.2rem, 7vw, 1.8rem); }
  .text-graphic { font-size: 1rem; }
  .top-flower { width: 80px; top: -8px; right: -8px; }
}

