/* ============================================
   PRIYANSHU - PREMIUM PERSONAL PROFILE
   Responsive Stylesheet
   ============================================ */

/* --- LARGE DESKTOP (1400px+) --- */
@media (min-width: 1400px) {
  :root {
    --container-max: 1320px;
  }

  .hero-name {
    font-size: 10rem;
  }

  .hero-portrait-placeholder {
    width: 420px;
    height: 520px;
  }

  .hero-glow-orb {
    width: 500px;
    height: 500px;
  }

  .hero-glow-ring {
    width: 540px;
    height: 540px;
  }
}

/* --- DESKTOP (1200px and below) --- */
@media (max-width: 1200px) {
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .goals-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .goals-intro {
    position: static;
  }

  .about-grid {
    gap: 50px;
  }

  .hero-name {
    font-size: clamp(4.5rem, 9vw, 7.5rem);
  }

  .hero-portrait-placeholder {
    width: 300px;
    height: 380px;
  }

  .hero-glow-orb {
    width: 340px;
    height: 340px;
  }

  .hero-glow-ring {
    width: 370px;
    height: 370px;
  }

  .hero-badge-1 {
    right: -10px;
  }

  .hero-badge-2 {
    left: -10px;
  }
}

/* --- TABLET LANDSCAPE (1024px and below) --- */
@media (max-width: 1024px) {
  :root {
    --section-padding: 80px 0;
  }

  /* Navbar */
  .nav-menu {
    display: none;
  }

  .nav-cta {
    display: none;
  }

  .nav-hamburger {
    display: flex;
  }

  /* Hero */
  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .hero-name {
    font-size: clamp(4rem, 8vw, 6rem);
  }

  .hero-portrait-placeholder {
    width: 280px;
    height: 360px;
  }

  .hero-glow-orb {
    width: 310px;
    height: 310px;
  }

  .hero-glow-ring {
    width: 340px;
    height: 340px;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* About */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .about-visual {
    display: flex;
    justify-content: center;
  }

  .about-deco-tag {
    right: auto;
    left: calc(100% - 30px);
  }

  /* Interests */
  .interests-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Contact */
  .contact-inner {
    padding: 60px 40px;
  }

  /* Skills */
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- TABLET PORTRAIT (768px and below) --- */
@media (max-width: 768px) {
  :root {
    --section-padding: 70px 0;
  }

  body {
    cursor: auto;
  }

  .cursor, .cursor-follower {
    display: none;
  }

  /* Navbar */
  .nav-inner {
    padding: 0 20px;
  }

  /* Hero */
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    text-align: center;
  }

  .hero-left {
    align-items: center;
    order: 2;
  }

  .hero-right {
    order: 1;
  }

  .hero-eyebrow {
    justify-content: center;
  }

  .hero-roles {
    justify-content: center;
  }

  .hero-desc {
    text-align: left;
    margin: 0 auto;
    max-width: 460px;
  }

  .hero-socials {
    justify-content: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-name {
    font-size: clamp(4rem, 15vw, 5rem);
  }

  .hero-portrait-placeholder {
    width: 260px;
    height: 320px;
  }

  .hero-glow-orb {
    width: 280px;
    height: 280px;
  }

  .hero-glow-ring {
    width: 310px;
    height: 310px;
  }

  .hero-badge {
    display: none;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .stat-card {
    padding: 20px 18px;
  }

  /* Interests */
  .interests-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Goals */
  .goals-layout {
    gap: 30px;
  }

  .goal-card {
    padding: 20px 22px;
  }

  /* Motivation */
  #motivation {
    padding: 80px 0;
  }

  .motivation-quote {
    font-size: clamp(2.2rem, 8vw, 4rem);
  }

  /* Contact */
  .contact-inner {
    padding: 50px 28px;
    border-radius: 24px;
  }

  .contact-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .contact-card {
    min-width: unset;
    justify-content: center;
  }

  /* Footer */
  .footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .footer-right {
    text-align: center;
  }

  /* About */
  .about-highlights {
    grid-template-columns: 1fr;
  }

  .about-deco-tag {
    display: none;
  }

  .about-deco-badge {
    right: 0;
    bottom: -10px;
  }

  /* Skills */
  .skills-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

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

  /* Section title */
  .section-title {
    font-size: clamp(2rem, 7vw, 3rem);
  }
}

/* --- MOBILE (480px and below) --- */
@media (max-width: 480px) {
  :root {
    --section-padding: 60px 0;
  }

  .container {
    padding: 0 16px;
  }

  /* Navbar */
  .nav-logo {
    font-size: 22px;
  }

  /* Hero */
  .hero-name {
    font-size: clamp(3.5rem, 18vw, 5rem);
  }

  .hero-portrait-placeholder {
    width: 220px;
    height: 270px;
  }

  .hero-glow-orb {
    width: 240px;
    height: 240px;
  }

  .hero-glow-ring {
    width: 265px;
    height: 265px;
  }

  .hero-desc {
    font-size: 14px;
  }

  .btn-primary, .btn-secondary {
    padding: 12px 24px;
    font-size: 12px;
  }

  /* Stats */
  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .stat-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .stat-value {
    font-size: 14px;
  }

  /* Skills */
  .skills-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .skill-card {
    padding: 20px 14px;
  }

  .skill-icon-wrap {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .skill-name {
    font-size: 13px;
  }

  /* Goals */
  .goal-card {
    flex-direction: column;
    gap: 10px;
  }

  .goal-num {
    font-size: 28px;
  }

  .goal-icon {
    display: none;
  }

  /* Motivation */
  .motivation-bg-text {
    font-size: 30vw;
  }

  .motivation-quote {
    font-size: clamp(1.8rem, 7vw, 3rem);
  }

  /* Section spacing */
  .section-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }

  /* About */
  .about-img-placeholder {
    width: 280px;
    height: 340px;
  }

  /* Mobile nav */
  .nav-mobile a {
    font-size: 36px;
  }

  /* Contact */
  .contact-inner {
    padding: 40px 20px;
  }

  .contact-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }
}

/* --- SMALL MOBILE (360px and below) --- */
@media (max-width: 360px) {
  .hero-name {
    font-size: 3.2rem;
    letter-spacing: 3px;
  }

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

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

  .hero-portrait-placeholder {
    width: 190px;
    height: 240px;
  }
}

/* --- LANDSCAPE MOBILE (max-height: 500px) --- */
@media (max-height: 500px) and (orientation: landscape) {
  #hero {
    min-height: auto;
    padding: 80px 0 40px;
  }

  .hero-inner {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .hero-left {
    order: 1;
    text-align: left;
    align-items: flex-start;
  }

  .hero-right {
    order: 2;
  }

  .hero-name {
    font-size: 3.5rem;
  }

  .hero-portrait-placeholder {
    width: 180px;
    height: 220px;
  }

  .hero-glow-orb {
    width: 200px;
    height: 200px;
  }

  .hero-glow-ring {
    width: 220px;
    height: 220px;
  }

  .scroll-indicator {
    display: none;
  }
}

/* Print styles */
@media print {
  .cursor, .cursor-follower, #navbar, .scroll-indicator { display: none; }
  body { background: white; color: black; }
  .section { break-inside: avoid; }
}
