/* ─── RESET & BASE ─── */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
/* Screen-reader only utility — visually hidden but readable by crawlers */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
html{font-size:16px;scroll-behavior:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Inter',system-ui,sans-serif;background:#060606;color:#e8e8e8;line-height:1.6;overflow-x:hidden;cursor:none}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
button,input,textarea{font-family:inherit;border:none;outline:none;background:none;color:inherit;font-size:inherit}
::selection{background:#C8A97E;color:#060606}
.icon-sm{width:14px;height:14px}

/* Touch devices: show default cursor */
@media(pointer:coarse){body{cursor:auto}}

/* ─── CSS VARIABLES ─── */
:root{
    --bg:#060606;
    --bg-card:#0d0d0d;
    --bg-card-hover:#141414;
    --text:#e8e8e8;
    --text-dim:#888;
    --accent:#C8A97E;
    --accent-dim:#a8895e;
    --border:rgba(255,255,255,.06);
    --border-hover:rgba(255,255,255,.12);
    --radius:12px;
    --radius-sm:8px;
    --radius-xs:6px;
    --font-display:'Syne',sans-serif;
    --font-body:'Inter',sans-serif;
    --font-mono:'JetBrains Mono',monospace;
    --ease:cubic-bezier(.16,1,.3,1);
    --ease-out:cubic-bezier(.33,1,.68,1);
    --container:1200px;
    --gutter:clamp(1.5rem,4vw,3rem);
}

/* ─── TYPOGRAPHY ─── */
h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.1;letter-spacing:-0.02em}
.section-heading{font-size:clamp(2rem,4vw,3.2rem);max-width:720px;margin-bottom:3rem;color:var(--text)}
.section-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-family:var(--font-mono);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}
.section-num{color:var(--accent);font-weight:600}

/* ─── UTILITY ─── */
.container{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.section{padding:clamp(5rem,10vh,8rem) 0}
.accent{color:var(--accent)}

/* ─── NOISE TEXTURE ─── */
body::after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");opacity:.4}

/* ─── SCROLL PROGRESS ─── */
.scroll-progress{position:fixed;top:0;left:0;width:0%;height:2px;background:var(--accent);z-index:10001;transition:none}

/* ─── CURSOR ─── */
.cursor{position:fixed;width:8px;height:8px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:10002;transform:translate(-50%,-50%);transition:width .3s var(--ease),height .3s var(--ease),opacity .3s;mix-blend-mode:difference}
.cursor-follower{position:fixed;width:36px;height:36px;border:1px solid rgba(200,169,126,.4);border-radius:50%;pointer-events:none;z-index:10001;transform:translate(-50%,-50%);transition:width .4s var(--ease),height .4s var(--ease),border-color .3s,opacity .4s}
body:has(.magnetic:hover) .cursor{width:14px;height:14px}
body:has(.magnetic:hover) .cursor-follower{width:56px;height:56px;border-color:var(--accent)}

/* ─── PRELOADER ─── */
.preloader{position:fixed;inset:0;background:var(--bg);z-index:11000;display:flex;align-items:center;justify-content:center}
.preloader-inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.5rem}
.preloader-logo{font-family:var(--font-display);font-size:3rem;font-weight:800;color:var(--accent);letter-spacing:-0.04em}
.preloader-counter{font-family:var(--font-mono);font-size:1.2rem;color:var(--text-dim);display:flex;align-items:baseline;gap:2px}
#preloader-number{font-size:2.6rem;font-weight:700;color:var(--text);letter-spacing:-0.04em;min-width:5ch;text-align:right}
.preloader-percent{font-size:1rem;color:var(--text-dim)}
.preloader-line{width:200px;height:2px;background:var(--border);border-radius:2px;overflow:hidden}
.preloader-line-fill{width:0%;height:100%;background:var(--accent);border-radius:2px;transition:width .1s}

/* ─── NAVIGATION ─── */
.nav{position:fixed;top:0;left:0;width:100%;z-index:10000;padding:1.25rem 0;transition:background .4s var(--ease),padding .4s var(--ease),backdrop-filter .4s,box-shadow .4s}
.nav.scrolled{background:rgba(6,6,6,.9);-webkit-backdrop-filter:blur(24px) saturate(1.2);backdrop-filter:blur(24px) saturate(1.2);padding:.75rem 0;border-bottom:1px solid var(--border);box-shadow:0 4px 30px rgba(0,0,0,.3)}
.nav-inner{max-width:var(--container);margin:0 auto;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-family:var(--font-display);font-size:1.3rem;font-weight:800;letter-spacing:-0.04em;display:flex;align-items:center;gap:2px;transition:color .3s}
.nav-logo-dot{width:6px;height:6px;background:var(--accent);border-radius:50%;display:inline-block;transition:transform .3s var(--ease)}
.nav-logo:hover .nav-logo-dot{transform:scale(1.4)}
.nav-links{display:flex;gap:2rem;align-items:center}
.nav-link{font-size:.85rem;font-weight:500;color:var(--text-dim);position:relative;transition:color .3s;letter-spacing:.02em;padding:.25rem 0}
.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1.5px;background:var(--accent);transition:width .3s var(--ease)}
.nav-link:hover,.nav-link.active{color:var(--text)}
.nav-link:hover::after,.nav-link.active::after{width:100%}
.nav-cta{font-size:.85rem;font-weight:600;color:var(--bg);background:var(--accent);padding:.6rem 1.4rem;border-radius:100px;transition:background .3s,transform .3s,box-shadow .3s}
.nav-cta:hover{background:var(--accent-dim);box-shadow:0 4px 20px rgba(200,169,126,.25)}
.nav-toggle{display:none;flex-direction:column;gap:5px;width:28px;height:28px;justify-content:center;cursor:pointer;z-index:100;-webkit-tap-highlight-color:transparent;padding:2px}
.nav-toggle span{display:block;height:2px;background:var(--text);border-radius:2px;transition:transform .4s var(--ease),opacity .3s;transform-origin:center}
.nav-toggle.active span:first-child{transform:translateY(3.5px) rotate(45deg)}
.nav-toggle.active span:last-child{transform:translateY(-3.5px) rotate(-45deg)}

/* ─── BUTTONS ─── */
.btn-primary{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.8rem;background:var(--accent);color:var(--bg);font-weight:600;font-size:.9rem;border-radius:100px;transition:background .3s,transform .2s,box-shadow .3s;cursor:pointer;position:relative;overflow:hidden}
.btn-primary::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.15),transparent);opacity:0;transition:opacity .3s}
.btn-primary:hover{background:var(--accent-dim);transform:translateY(-2px);box-shadow:0 8px 30px rgba(200,169,126,.3)}
.btn-primary:hover::before{opacity:1}
.btn-primary:active{transform:translateY(0);box-shadow:0 2px 10px rgba(200,169,126,.2)}
.btn-primary i{width:16px;height:16px}
.btn-outline{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.8rem;border:1px solid var(--border-hover);color:var(--text);font-weight:500;font-size:.9rem;border-radius:100px;transition:border-color .3s,background .3s,transform .2s,box-shadow .3s;cursor:pointer}
.btn-outline:hover{border-color:var(--accent);background:rgba(200,169,126,.08);transform:translateY(-2px);box-shadow:0 8px 30px rgba(200,169,126,.1)}
.btn-outline:active{transform:translateY(0)}

/* ─── HERO ─── */
.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;padding:8rem 0 4rem;overflow:clip}
.hero-content{max-width:var(--container);margin:0 auto;padding:0 var(--gutter);display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2rem,3vw,4rem);align-items:center;width:100%;position:relative}
.hero-tag{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:1.5rem}
.hero-tag-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}
@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.hero-left{min-width:0;overflow:visible;position:relative;z-index:3}
.hero-heading{margin-bottom:1.5rem;max-width:100%}
.hero-line{display:block;overflow:hidden}
.hero-line-inner{display:inline-block;font-size:clamp(2.8rem,5.5vw,4.5rem);font-weight:800;letter-spacing:-0.04em;line-height:1.05;transform:translateY(110%)}
.hero-dot{color:var(--accent)}
.hero-role{display:flex;align-items:center;gap:4px;margin-bottom:1.25rem;font-family:var(--font-mono);font-size:.95rem;color:var(--accent);min-height:1.5em}
.hero-role-cursor{animation:blink 1s step-end infinite;color:var(--accent)}
@keyframes blink{50%{opacity:0}}
.hero-desc{font-size:1.05rem;line-height:1.75;color:var(--text-dim);max-width:480px;margin-bottom:2rem}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-social{display:flex;gap:.75rem}
.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;transition:border-color .3s,background .3s,transform .3s;color:var(--text-dim)}
.social-link:hover{border-color:var(--accent);background:rgba(200,169,126,.08);color:var(--accent);transform:translateY(-2px)}
.social-link i{width:16px;height:16px}

/* Hero Image */
.hero-right{display:flex;justify-content:flex-end;align-items:center;min-width:0;overflow:visible;padding-right:clamp(1.5rem,5%,4rem);position:relative;z-index:2}
.hero-image-wrap{position:relative;width:clamp(200px,18vw,280px);aspect-ratio:3/4;margin:1.5rem;z-index:2}
.hero-image-frame{width:100%;height:100%;border-radius:var(--radius);overflow:hidden;border:1px solid rgba(255,255,255,.1);position:relative;box-shadow:0 20px 60px rgba(0,0,0,.4),0 0 0 1px rgba(200,169,126,.05),0 0 40px rgba(200,169,126,.06),0 0 80px rgba(200,169,126,.03);transition:box-shadow .4s}
.hero-image-frame:hover{box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(200,169,126,.1),0 0 50px rgba(200,169,126,.1),0 0 100px rgba(200,169,126,.05)}
.hero-image-frame::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(6,6,6,.6));pointer-events:none}
.hero-image{width:100%;height:100%;object-fit:cover;filter:grayscale(15%);transition:filter .4s,transform .6s var(--ease);opacity:1;display:block;position:relative;z-index:1}
.hero-image-frame:hover .hero-image{filter:grayscale(0%);transform:scale(1.03)}
.hero-image-label{position:absolute;z-index:5;display:flex;align-items:center;gap:.5rem;background:rgba(13,13,13,.55);-webkit-backdrop-filter:blur(20px) saturate(1.4);backdrop-filter:blur(20px) saturate(1.4);border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:500;color:var(--text-dim);white-space:nowrap;transition:transform .3s var(--ease),border-color .3s,box-shadow .3s;box-shadow:0 4px 16px rgba(0,0,0,.3)}
.hero-image-label:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 6px 24px rgba(0,0,0,.4),0 0 12px rgba(200,169,126,.1)}
.hero-label-1{bottom:1.5rem;right:-1.5rem}
.hero-label-2{top:1.5rem;left:-1.5rem}

/* Scroll Cue */
.hero-scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim)}
.scroll-cue-line{width:1px;height:40px;background:var(--border);position:relative;overflow:hidden}
.scroll-cue-line::after{content:'';position:absolute;top:-100%;left:0;width:100%;height:100%;background:var(--accent);animation:scroll-line 2s ease-in-out infinite}
@keyframes scroll-line{0%{top:-100%}50%{top:100%}100%{top:100%}}

/* ─── MARQUEE ─── */
.marquee{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);overflow:hidden;position:relative}
.marquee-track{display:flex;gap:2rem;animation:marquee-scroll 25s linear infinite;width:max-content;align-items:center}
.marquee-track span{font-family:var(--font-display);font-size:1.1rem;font-weight:600;color:var(--text-dim);white-space:nowrap;letter-spacing:.02em}
.marquee-sep{color:var(--accent);font-size:.85rem}
@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ─── ABOUT ─── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}
.about-left .section-heading{margin-bottom:0}
.about-text{color:var(--text-dim);font-size:1rem;line-height:1.8;margin-bottom:1.25rem}
.about-text strong{color:var(--text);font-weight:600}
.about-stats{display:flex;gap:3rem;margin:2.5rem 0}
.stat{display:flex;flex-direction:column}
.stat-number{font-family:var(--font-display);font-size:2.8rem;font-weight:800;color:var(--text);letter-spacing:-0.04em;line-height:1}
.stat-suffix{font-family:var(--font-display);font-size:2rem;font-weight:800;color:var(--accent);line-height:1}
.stat-label{font-size:.75rem;color:var(--text-dim);margin-top:.4rem;line-height:1.4;letter-spacing:.02em}
.about-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.about-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .4s,background .4s,transform .4s var(--ease),box-shadow .4s;position:relative;overflow:hidden}
.about-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;transition:opacity .4s}
.about-card:hover{border-color:var(--border-hover);background:var(--bg-card-hover);transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.3)}
.about-card:hover::before{opacity:1}
.about-card-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:rgba(200,169,126,.08);border-radius:var(--radius-sm);color:var(--accent);margin-bottom:1.25rem}
.about-card-icon i{width:20px;height:20px}
.about-card h3{font-family:var(--font-display);font-size:1.1rem;font-weight:700;margin-bottom:.5rem}
.about-card p{font-size:.85rem;color:var(--text-dim);line-height:1.5}

/* ─── SKILLS ─── */
.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:1.5rem}
.skill-group{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .4s,transform .4s var(--ease),box-shadow .4s}
.skill-group:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,.25)}
.skill-group-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;color:var(--accent)}
.skill-group-header i{width:20px;height:20px}
.skill-group-header h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--text)}
.skill-chips{display:flex;flex-wrap:wrap;gap:.5rem}
.chip{padding:.4rem .9rem;background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:100px;font-size:.78rem;font-weight:500;color:var(--text-dim);transition:border-color .3s,color .3s,background .3s}
.chip:hover{border-color:var(--accent);color:var(--accent);background:rgba(200,169,126,.06)}

/* ─── EXPERIENCE / TIMELINE ─── */
.timeline{position:relative;padding-left:2.5rem;max-width:720px}
.timeline-line{position:absolute;left:0;top:0;width:2px;height:100%;background:var(--border);border-radius:2px}
.timeline-line-fill{width:100%;height:0%;background:var(--accent);border-radius:2px;transition:height .1s}
.timeline-item{position:relative;margin-bottom:3rem}
.timeline-item:last-child{margin-bottom:0}
.timeline-marker{position:absolute;left:-2.5rem;top:.5rem;width:10px;height:10px;background:var(--bg);border:2px solid var(--accent);border-radius:50%;transform:translateX(-1px)}
.timeline-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .4s,transform .4s var(--ease),box-shadow .4s}
.timeline-card:hover{border-color:var(--border-hover);transform:translateX(6px);box-shadow:0 8px 30px rgba(0,0,0,.2)}
.timeline-date{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.75rem;color:var(--accent);margin-bottom:.75rem;letter-spacing:.05em}
.timeline-card h3{font-family:var(--font-display);font-size:1.2rem;font-weight:700;margin-bottom:.25rem}
.timeline-card h4{font-size:.9rem;color:var(--text-dim);margin-bottom:1rem;font-weight:500}
.timeline-card ul{margin-bottom:1.25rem}
.timeline-card li{font-size:.85rem;color:var(--text-dim);line-height:1.7;padding-left:1rem;position:relative}
.timeline-card li::before{content:'';position:absolute;left:0;top:.6em;width:4px;height:4px;background:var(--accent);border-radius:50%}
.timeline-tech{display:flex;flex-wrap:wrap;gap:.4rem}
.timeline-tech span{padding:.25rem .65rem;background:rgba(200,169,126,.08);border-radius:100px;font-size:.7rem;font-weight:500;color:var(--accent);letter-spacing:.02em}

/* ─── PROJECTS ─── */
.projects-list{max-width:var(--container);margin:0 auto;padding:0 var(--gutter)}
.project-row{display:block;border-top:1px solid var(--border);transition:background .4s}
.project-row:last-child{border-bottom:1px solid var(--border)}
.project-row:hover{background:rgba(200,169,126,.03)}
.project-row-inner{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;gap:2rem}
.project-row-left{display:flex;align-items:flex-start;gap:1.5rem;flex:1}
.project-index{font-family:var(--font-mono);font-size:.8rem;color:var(--accent);min-width:1.5rem;padding-top:.25rem}
.project-name{font-family:var(--font-display);font-size:1.4rem;font-weight:700;margin-bottom:.35rem;transition:color .3s}
.project-row:hover .project-name{color:var(--accent)}
.project-desc{font-size:.85rem;color:var(--text-dim);line-height:1.6;max-width:420px}
.project-row-right{display:flex;align-items:center;gap:2rem}
.project-tags{display:flex;gap:.4rem;flex-wrap:wrap}
.project-tags span{padding:.25rem .65rem;background:rgba(255,255,255,.04);border:1px solid var(--border);border-radius:100px;font-size:.7rem;color:var(--text-dim);white-space:nowrap}
.project-year{font-family:var(--font-mono);font-size:.8rem;color:var(--text-dim)}
.project-arrow{width:20px;height:20px;color:var(--text-dim);transition:color .3s,transform .3s}
.project-row:hover .project-arrow{color:var(--accent);transform:translate(4px,-4px)}

/* ─── AWARDS ─── */
.awards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}
.award-item{display:flex;align-items:center;gap:1.25rem;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem 1.75rem;transition:border-color .4s,transform .4s var(--ease),box-shadow .4s}
.award-item:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.2)}
.award-icon{width:44px;height:44px;min-width:44px;display:flex;align-items:center;justify-content:center;background:rgba(200,169,126,.08);border-radius:var(--radius-sm);color:var(--accent)}
.award-icon i{width:20px;height:20px}
.award-item h3{font-family:var(--font-display);font-size:.95rem;font-weight:700;margin-bottom:.2rem}
.award-item p{font-size:.8rem;color:var(--text-dim)}

/* ─── CONTACT ─── */
.contact-section{background:var(--bg-card)}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-heading{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}
.contact-desc{color:var(--text-dim);font-size:1.05rem;margin-bottom:2.5rem}
.contact-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}
.contact-detail{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-dim);transition:color .3s}
.contact-detail i{width:18px;height:18px;color:var(--accent);flex-shrink:0}
a.contact-detail:hover{color:var(--accent)}
.contact-socials{display:flex;gap:.75rem}
.contact-form{display:flex;flex-direction:column;gap:1.25rem}
.form-field{position:relative}
.form-field input,.form-field textarea{width:100%;padding:1rem 1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;color:var(--text);transition:border-color .3s,box-shadow .3s,background .3s}
.form-field input::placeholder,.form-field textarea::placeholder{color:var(--text-dim);transition:color .3s}
.form-field input:focus,.form-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(200,169,126,.1);background:rgba(200,169,126,.02)}
.form-field input:focus::placeholder,.form-field textarea:focus::placeholder{color:rgba(136,136,136,.5)}
.form-field textarea{resize:vertical;min-height:120px}
.contact-form .btn-primary{align-self:flex-start}

/* ─── FOOTER ─── */
.footer{border-top:1px solid var(--border);padding:2rem 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between}
.footer-left{display:flex;align-items:center;gap:1.5rem}
.footer-logo{font-family:var(--font-display);font-size:1.2rem;font-weight:800;letter-spacing:-0.04em}
.footer-logo-dot{color:var(--accent)}
.footer-left p{font-size:.8rem;color:var(--text-dim)}
.footer-top{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-dim);transition:color .3s}
.footer-top:hover{color:var(--accent)}
.footer-top i{width:14px;height:14px}

/* ─── MOBILE MENU ─── */
.mobile-overlay{position:fixed;inset:0;background:rgba(6,6,6,.97);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .5s var(--ease)}
.mobile-overlay.active{opacity:1;pointer-events:all}
.mobile-nav{display:flex;flex-direction:column;align-items:center;gap:1.75rem}
.mobile-nav a{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--text);transition:color .3s,transform .3s var(--ease);-webkit-tap-highlight-color:transparent}
.mobile-nav a:hover,.mobile-nav a:active{color:var(--accent);transform:translateX(8px)}

/* ─── RESPONSIVE ─── */

/* Large tablets & small laptops */
@media(max-width:1024px){
    .hero-content{grid-template-columns:1fr;text-align:center;gap:2.5rem}
    .hero-left{display:flex;flex-direction:column;align-items:center}
    .hero-desc{max-width:560px}
    .hero-actions{justify-content:center}
    .hero-social{justify-content:center}
    .hero-right{justify-content:center;padding-right:0}
    .hero-image-wrap{width:clamp(180px,28vw,260px)}
    .about-grid{grid-template-columns:1fr}
    .about-left .section-heading{margin-bottom:1.5rem}
    .contact-grid{grid-template-columns:1fr}
    .contact-form .btn-primary{align-self:center}
    .project-row-inner{gap:1.5rem}
}

/* Tablets */
@media(max-width:768px){
    .nav-links,.nav-cta{display:none}
    .nav-toggle{display:flex}
    .hero{padding:6rem 0 3rem;min-height:0}
    .hero-line-inner{font-size:clamp(2.2rem,8vw,3.5rem)}
    .hero-image-wrap{width:clamp(160px,40vw,230px)}
    .hero-desc{font-size:.95rem}
    .hero-scroll-cue{display:none}
    .about-cards{grid-template-columns:1fr 1fr}
    .about-stats{gap:2rem;flex-wrap:wrap;justify-content:center}
    .about-text{text-align:left}
    .skills-grid{grid-template-columns:1fr}
    .project-row-inner{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 0}
    .project-row-right{flex-wrap:wrap;gap:.75rem}
    .project-desc{max-width:100%}
    .awards-grid{grid-template-columns:1fr}
    .hero-label-1{right:-.75rem;bottom:1rem}
    .hero-label-2{left:-.75rem;top:1rem}
    .footer-inner{flex-direction:column;gap:1rem;text-align:center}
    .footer-left{flex-direction:column;gap:.5rem}
    .section{padding:clamp(3.5rem,8vh,6rem) 0}
    .section-heading{font-size:clamp(1.6rem,5vw,2.4rem);margin-bottom:2rem}
    .marquee-track span{font-size:.95rem}
    .timeline{padding-left:2rem}
    .timeline-marker{left:-2rem}
    .timeline-card{padding:1.5rem}
    .contact-heading{font-size:clamp(1.6rem,5vw,2.4rem)}
    .contact-details{gap:.75rem}
    .stat-number{font-size:2.2rem}
    .stat-suffix{font-size:1.6rem}
    .social-link{width:44px;height:44px}
    .btn-primary,.btn-outline{padding:.75rem 1.5rem;font-size:.85rem}
}

/* Mobile phones */
@media(max-width:480px){
    :root{--gutter:1.25rem}
    .hero{padding:5rem 0 2rem}
    .hero-image-wrap{width:180px}
    .hero-label-1{right:-.25rem;bottom:.75rem}
    .hero-label-2{left:-.25rem;top:.75rem}
    .hero-line-inner{font-size:clamp(1.8rem,11vw,2.8rem)}
    .hero-tag{font-size:.7rem}
    .hero-role{font-size:.85rem}
    .hero-desc{font-size:.9rem;line-height:1.7}
    .hero-actions{flex-direction:column;width:100%;gap:.75rem}
    .hero-actions .btn-primary,.hero-actions .btn-outline{width:100%;justify-content:center}
    .about-cards{grid-template-columns:1fr}
    .about-stats{gap:1.5rem;justify-content:space-between;width:100%}
    .stat-number{font-size:1.8rem}
    .stat-suffix{font-size:1.3rem}
    .about-card{padding:1.5rem}
    .skill-group{padding:1.5rem}
    .chip{font-size:.72rem;padding:.35rem .7rem}
    .timeline{padding-left:1.5rem}
    .timeline-marker{left:-1.5rem;width:8px;height:8px}
    .timeline-card{padding:1.25rem}
    .timeline-card h3{font-size:1.05rem}
    .timeline-card li{font-size:.8rem}
    .project-name{font-size:1.15rem}
    .project-desc{font-size:.8rem}
    .project-tags span{font-size:.65rem;padding:.2rem .5rem}
    .award-item{padding:1.25rem 1.25rem;gap:1rem}
    .award-icon{width:38px;height:38px;min-width:38px}
    .award-item h3{font-size:.85rem}
    .form-field input,.form-field textarea{padding:.85rem 1rem;font-size:.85rem}
    .contact-form .btn-primary{width:100%;justify-content:center}
    .mobile-nav a{font-size:1.8rem}
    .footer-left p{font-size:.75rem}
    .marquee{padding:1.75rem 0}
    .marquee-track span{font-size:.85rem}
}

/* Very small screens */
@media(max-width:360px){
    :root{--gutter:1rem}
    .hero-line-inner{font-size:clamp(1.8rem,13vw,2.5rem)}
    .hero-image-wrap{width:170px}
    .hero-label-1{right:0;bottom:.5rem}
    .hero-label-2{left:0;top:.5rem}
    .nav-logo{font-size:1.1rem}
    .stat{align-items:center;text-align:center}
    .about-stats{flex-direction:column;align-items:center;gap:1rem}
}

/* Landscape phones */
@media(max-height:500px) and (orientation:landscape){
    .hero{min-height:0;padding:5rem 0 2rem}
    .hero-content{grid-template-columns:1fr 1fr;text-align:left;gap:2rem}
    .hero-left{align-items:flex-start}
    .hero-actions{justify-content:flex-start}
    .hero-social{justify-content:flex-start}
    .hero-image-wrap{width:180px}
    .hero-scroll-cue{display:none}
    .preloader{display:none !important}
}

/* ─── REVEAL ANIMATIONS ─── */
[data-reveal-fade]{opacity:0;transform:translateY(30px)}
[data-reveal-scale]{opacity:0;transform:scale(.92)}
[data-reveal-lines]{opacity:0}
