/* ============================================================
   MARCELLINO NATANAEL – PORTFOLIO
   Formal Corporate Edition
   Palette : #034AA6 (blue) · #FFFFFF (white) · #1C1C1C (ink)
   Font    : Inter (Google Fonts)
   ============================================================ */

/* ─── IMPORT INTER ──────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* ─── VARIABLES ─────────────────────────────── */
:root {
  --blue:        #034AA6;
  --blue-dk:     #023682;
  --blue-lt:     #EBF1FA;
  --blue-mid:    #C8D9F2;
  --white:       #FFFFFF;
  --ink:         #1C1C1C;
  --ink-2:       #444444;
  --ink-3:       #767676;
  --ink-4:       #AAAAAA;
  --bg:          #FFFFFF;
  --bg-off:      #F6F8FC;
  --bg-section:  #F0F4FA;
  --border:      #D8E2F0;
  --border-lt:   #EBF1FA;
  --nav-h:       68px;
  --ff:          'Inter', sans-serif;
  --shadow-xs:   0 1px 3px rgba(3,74,166,0.08);
  --shadow-sm:   0 2px 8px rgba(3,74,166,0.10);
  --shadow-md:   0 6px 24px rgba(3,74,166,0.12);
  --shadow-lg:   0 16px 48px rgba(3,74,166,0.14);
  --ease:        0.22s cubic-bezier(0.4,0,0.2,1);
  --r-sm:        4px;
  --r-md:        8px;
  --r-lg:        12px;
  --r-xl:        16px;
}

/* ─── RESET ──────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
body{font-family:var(--ff);background:var(--bg);color:var(--ink);font-size:16px;line-height:1.65}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}

/* ─── LIGHTBOX ───────────────────────────────── */
.lightbox-overlay{
  display:none;position:fixed;inset:0;z-index:9999;
  background:rgba(3,26,66,0.92);
  align-items:center;justify-content:center;
  backdrop-filter:blur(6px);
}
.lightbox-overlay.active{display:flex}
.lightbox-close{
  position:absolute;top:20px;right:24px;
  font-size:28px;color:#fff;opacity:.7;
  transition:opacity var(--ease);cursor:pointer;
}
.lightbox-close:hover{opacity:1}
.lightbox-img{
  max-width:90vw;max-height:88vh;
  border-radius:var(--r-md);object-fit:contain;
  box-shadow:var(--shadow-lg);
}

/* ─── NAVBAR ─────────────────────────────────── */
.navbar{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  height:var(--nav-h);
  background:var(--white);
  border-bottom:1px solid var(--border);
  transition:box-shadow var(--ease);
}
.navbar.scrolled{box-shadow:var(--shadow-sm)}

/* ─── SCROLL PROGRESS BAR ─── */
.scroll-progress{
  position:fixed;top:var(--nav-h);left:0;z-index:999;
  width:0%;height:3px;
  background:var(--blue);
  transition:width .1s linear;
  border-radius:0 2px 2px 0;
}
.nav-inner{
  max-width:1280px;margin:0 auto;padding:0 2.5rem;
  height:100%;display:flex;align-items:center;
  justify-content:space-between;gap:2rem;
}

/* Logo */
.nav-logo{display:flex;align-items:center;gap:12px}
.logo-mark{
  width:38px;height:38px;
  background:var(--blue);color:var(--white);
  border-radius:var(--r-sm);
  display:flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:800;letter-spacing:.5px;
  flex-shrink:0;
}
.logo-text{display:flex;flex-direction:column;line-height:1.2}
.logo-name{font-size:14px;font-weight:700;color:var(--ink)}
.logo-sub{font-size:11px;font-weight:500;color:var(--ink-3);letter-spacing:.3px}

/* Nav links */
.nav-links{display:flex;align-items:center;gap:2px}
.nav-link{
  font-size:13.5px;font-weight:500;color:var(--ink-2);
  padding:7px 15px;border-radius:var(--r-sm);
  transition:all var(--ease);letter-spacing:.1px;
}
.nav-link:hover{color:var(--blue);background:var(--blue-lt)}
.nav-link.active{color:var(--blue);font-weight:600}
.nav-link.nav-cta{
  background:var(--blue);color:var(--white)!important;
  padding:8px 20px;font-weight:600;
  border-radius:var(--r-sm);
}
.nav-link.nav-cta:hover{background:var(--blue-dk);transform:translateY(-1px)}

.nav-right{display:flex;align-items:center;gap:10px}
.lang-toggle{
  display:flex;align-items:center;gap:4px;
  font-size:12px;font-weight:600;color:var(--ink-3);
  border:1px solid var(--border);border-radius:var(--r-sm);
  padding:6px 13px;transition:all var(--ease);
}
.lang-toggle:hover{color:var(--blue);border-color:var(--blue)}
.lang-divider{color:var(--border)}
.lang-id.active,.lang-en.active{color:var(--blue)}

.hamburger{display:none;flex-direction:column;gap:5px;padding:8px}
.hamburger span{
  display:block;width:22px;height:2px;
  background:var(--ink);border-radius:2px;
  transition:all var(--ease);
}

/* ─── LAYOUT ─────────────────────────────────── */
.container{max-width:1280px;margin:0 auto;padding:0 2.5rem}
.section{padding:5.5rem 0}
.section-header{margin-bottom:3rem}

.section-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:11px;font-weight:700;letter-spacing:2.5px;
  text-transform:uppercase;color:var(--blue);
  margin-bottom:.75rem;
}
.section-eyebrow::before{
  content:'';display:inline-block;
  width:16px;height:2px;background:var(--blue);
  border-radius:2px;flex-shrink:0;
}
.section-label{
  font-size:11px;font-weight:700;letter-spacing:2.5px;
  text-transform:uppercase;color:var(--blue);
  margin-bottom:.75rem;
  display:flex;align-items:center;gap:8px;
}
.section-label::before{
  content:'';display:inline-block;
  width:16px;height:2px;background:var(--blue);
  border-radius:2px;flex-shrink:0;
}
.section-title{
  font-size:clamp(1.75rem,3.5vw,2.625rem);
  font-weight:800;line-height:1.2;
  color:var(--ink);letter-spacing:-.5px;
}
.section-title em{
  font-style:normal;color:var(--blue);
}

/* Rule divider */
.rule{
  width:48px;height:3px;background:var(--blue);
  border-radius:2px;margin-top:1rem;
}

/* ─── HERO ───────────────────────────────────── */
.hero{
  min-height:100vh;
  padding-top:var(--nav-h);
  background:var(--white);
  position:relative;
  display:flex;flex-direction:column;justify-content:center;
  border-bottom:1px solid var(--border);
}

.hero-inner{
  max-width:1280px;margin:0 auto;
  padding:4rem 2.5rem;
  display:grid;grid-template-columns:1.1fr .9fr;
  align-items:center;gap:5rem;
  position:relative;z-index:1;
}

/* Badge */
.hero-badge-wrap{
  display:inline-flex;align-items:center;gap:8px;
  margin-bottom:1.25rem;
}
.hero-badge-dot{
  width:7px;height:7px;
  background:#22C55E;border-radius:50%;
  box-shadow:0 0 0 3px #DCFCE7;
  animation:pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot{
  0%,100%{box-shadow:0 0 0 3px #DCFCE7}
  50%{box-shadow:0 0 0 6px rgba(34,197,94,.15)}
}
.hero-badge{
  font-size:11px;font-weight:700;
  letter-spacing:2px;text-transform:uppercase;
  color:#15803D;background:#DCFCE7;
  padding:5px 14px;border-radius:var(--r-sm);
}

/* Title */
.hero-title{
  font-size:clamp(2.5rem,5vw,3.75rem);
  font-weight:800;line-height:1.1;
  letter-spacing:-1.5px;color:var(--ink);
  margin-bottom:1.5rem;
}
.hero-title .name-accent{color:var(--blue)}
.hero-title .name-line{
  display:block;
  margin-top:4px;
}

.hero-desc{
  font-size:16.5px;color:var(--ink-2);
  max-width:520px;margin-bottom:2.5rem;
  line-height:1.75;font-weight:400;
}

/* Buttons */
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:2.5rem}
.btn-primary{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--blue);color:var(--white);
  font-size:14px;font-weight:600;
  padding:14px 28px;border-radius:var(--r-sm);
  transition:all var(--ease);letter-spacing:.2px;
  border:2px solid var(--blue);
}
.btn-primary:hover{background:var(--blue-dk);border-color:var(--blue-dk);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-outline{
  display:inline-flex;align-items:center;gap:8px;
  background:transparent;color:var(--blue);
  font-size:14px;font-weight:600;
  padding:13px 28px;border-radius:var(--r-sm);
  border:2px solid var(--blue);
  transition:all var(--ease);letter-spacing:.2px;
}
.btn-outline:hover{background:var(--blue-lt);transform:translateY(-2px)}

/* Stats */
.hero-stats{
  display:flex;align-items:stretch;gap:0;
  border:1px solid var(--border);border-radius:var(--r-md);
  overflow:hidden;background:var(--bg-off);
  max-width:420px;
}
.stat-item{
  flex:1;display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  padding:1rem .75rem;gap:3px;
  border-right:1px solid var(--border);
}
.stat-item:last-child{border-right:none}
.stat-num{
  font-size:24px;font-weight:800;
  color:var(--blue);line-height:1;letter-spacing:-1px;
}
.stat-label{font-size:11px;color:var(--ink-3);font-weight:500;text-align:center}

/* Hero Right */
.hero-right{display:flex;justify-content:center;align-items:center}
.hero-photo-wrapper{position:relative;display:inline-block}
.hero-photo-frame{
  position:relative;
  width:380px;max-width:100%;
}
/* Blue corner accent */
.hero-photo-frame::before{
  content:'';position:absolute;
  top:-10px;left:-10px;
  width:60px;height:60px;
  border-top:3px solid var(--blue);
  border-left:3px solid var(--blue);
  border-radius:var(--r-sm) 0 0 0;
  z-index:2;
}
.hero-photo-frame::after{
  content:'';position:absolute;
  bottom:-10px;right:-10px;
  width:60px;height:60px;
  border-bottom:3px solid var(--blue);
  border-right:3px solid var(--blue);
  border-radius:0 0 var(--r-sm) 0;
  z-index:2;
}
.hero-photo{
  position:relative;z-index:1;
  border-radius:var(--r-lg);
  overflow:hidden;
  background:var(--bg-section);
  aspect-ratio:4/5;
  box-shadow:var(--shadow-lg);
  border:1px solid var(--border);
}
.hero-photo img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}
.hero-photo:hover img{transform:scale(1.03)}

/* Floating cards */
.hero-floating-card{
  position:absolute;
  background:var(--white);
  border:1px solid var(--border);
  border-left:3px solid var(--blue);
  border-radius:var(--r-md);
  padding:10px 16px;
  display:flex;align-items:center;gap:10px;
  box-shadow:var(--shadow-md);
  font-size:12.5px;z-index:3;
}
.hero-floating-card strong{font-size:13px;color:var(--ink);font-weight:700;display:block}
.hero-floating-card small{font-size:11px;color:var(--ink-3)}
.fc-icon{font-size:18px}
.card-1{bottom:28px;left:-40px}
.card-2{top:36px;right:-30px}

/* Scroll hint */
.hero-scroll-hint{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:6px;
  font-size:9.5px;font-weight:600;letter-spacing:2px;text-transform:uppercase;
  color:var(--ink-4);z-index:1;
}
.scroll-line{
  width:1px;height:36px;
  background:linear-gradient(to bottom,var(--blue),transparent);
  animation:scroll-anim 1.8s ease-in-out infinite;
}
@keyframes scroll-anim{
  0%,100%{opacity:.3;transform:scaleY(.5);transform-origin:top}
  50%{opacity:1;transform:scaleY(1)}
}

/* ─── ABOUT ──────────────────────────────────── */
.about-section{background:var(--bg-off);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:4.5rem;align-items:start}
.about-lead{
  font-size:17px;color:var(--ink-2);
  margin-bottom:1.75rem;line-height:1.8;
}
.about-lead strong{color:var(--ink);font-weight:700}

.skill-block{margin-bottom:1.5rem}
.skill-block h4{
  font-size:11px;font-weight:700;
  text-transform:uppercase;letter-spacing:2px;
  color:var(--ink-3);margin-bottom:8px;
}
.skill-block p{font-size:14.5px;color:var(--ink-2)}

.skill-tags-section{display:flex;flex-direction:column;gap:1.25rem}
.skill-cat-label{
  display:block;font-size:11px;font-weight:700;
  letter-spacing:2px;text-transform:uppercase;
  color:var(--ink-3);margin-bottom:8px;
}
.skill-tags{display:flex;flex-wrap:wrap;gap:6px}
.skill-tag{
  font-size:12.5px;font-weight:500;
  background:var(--white);color:var(--ink-2);
  border:1px solid var(--border);
  padding:5px 13px;border-radius:var(--r-sm);
  transition:all var(--ease);
}
.skill-tag:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}

/* About cards */
.about-cards{display:flex;flex-direction:column;gap:.875rem}
.about-card{
  background:var(--white);
  border:1px solid var(--border);
  border-left:3px solid var(--border);
  border-radius:var(--r-md);
  padding:1.375rem 1.5rem;
  transition:all var(--ease);
}
.about-card:hover{border-left-color:var(--blue);box-shadow:var(--shadow-sm)}
.about-card.ac-primary{border-left-color:var(--blue)}
.about-card.ac-secondary{border-left-color:#2563EB}
.about-card.ac-accent{border-left-color:#0891B2}
.ac-icon{font-size:20px;margin-bottom:8px}
.about-card h4{font-size:14px;font-weight:700;color:var(--ink);margin-bottom:5px}
.about-card p{font-size:13.5px;color:var(--ink-2)}

/* ─── PORTFOLIO ──────────────────────────────── */
.portfolio-section{background:var(--white)}
.portfolio-filter{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:2.5rem}
.filter-btn{
  font-size:13px;font-weight:600;
  color:var(--ink-2);background:var(--bg-off);
  border:1px solid var(--border);
  padding:8px 20px;border-radius:var(--r-sm);
  transition:all var(--ease);letter-spacing:.2px;
}
.filter-btn:hover{border-color:var(--blue);color:var(--blue)}
.filter-btn.active{background:var(--blue);color:var(--white);border-color:var(--blue)}

.portfolio-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(340px,1fr));
  gap:1.25rem;
}

.project-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--r-lg);overflow:hidden;
  display:flex;flex-direction:column;
  transition:all var(--ease);
}
.project-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--shadow-lg);
  border-color:var(--blue-mid);
}
.project-card.hidden{display:none}

.project-mockups{
  display:flex;background:var(--bg-section);
  height:195px;overflow:hidden;
}
.mockup-img{
  width:33.33%;height:100%;
  object-fit:cover;object-position:top;
  cursor:zoom-in;flex-shrink:0;
  transition:transform .45s ease;
}
.project-mockups:hover .mockup-img{transform:scale(1.04)}
.mockup-img+.mockup-img{border-left:2px solid var(--white)}

.project-info{padding:1.375rem;flex:1;display:flex;flex-direction:column;gap:8px}
.project-meta{display:flex;align-items:center;gap:7px;flex-wrap:wrap}

/* Tags */
.project-tag{
  font-size:10px;font-weight:700;
  letter-spacing:1.5px;text-transform:uppercase;
  background:var(--blue-lt);color:var(--blue);
  padding:3px 10px;border-radius:var(--r-sm);
}
.project-tag--web{background:#ECFDF5;color:#065F46}
.project-tag--game{background:#FFF7ED;color:#9A3412}
.project-year{
  font-size:11px;font-weight:600;
  color:var(--ink-4);margin-left:auto;
}
.project-badge-award{
  font-size:10px;font-weight:700;
  background:#FEF9C3;color:#854D0E;
  padding:3px 10px;border-radius:var(--r-sm);
  margin-left:auto;
}

.project-info h3{
  font-size:16px;font-weight:700;
  color:var(--ink);line-height:1.35;
}
.project-type{font-weight:400;font-size:13.5px;color:var(--ink-3)}
.project-info>p{font-size:13px;color:var(--ink-2);flex:1;line-height:1.6}

/* Dropdown toggle */
.project-dropdown-toggle{
  display:inline-flex;align-items:center;gap:5px;
  font-size:12.5px;font-weight:600;color:var(--blue);
  padding:6px 0;margin-top:4px;
  transition:gap var(--ease);
}
.project-dropdown-toggle:hover{gap:9px}
.dropdown-arrow{width:15px;height:15px;transition:transform var(--ease)}
.project-dropdown-toggle[aria-expanded="true"] .dropdown-arrow{transform:rotate(180deg)}
.project-dropdown{
  display:none;
  border-top:1px solid var(--border-lt);
  padding-top:10px;margin-top:4px;
}
.project-dropdown.open{display:block;animation:fadeIn .18s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}

.dropdown-row{
  display:flex;justify-content:space-between;align-items:center;
  padding:5px 0;border-bottom:1px solid var(--border-lt);gap:10px;
}
.dropdown-row:last-child{border-bottom:none}
.dropdown-label{font-size:11.5px;color:var(--ink-3);font-weight:500;flex-shrink:0}
.dropdown-link{font-size:11.5px;font-weight:600;color:var(--blue);transition:opacity var(--ease)}
.dropdown-link:hover{opacity:.7}
.dropdown-value{font-size:11.5px;color:var(--ink-2);font-weight:500;text-align:right}

/* Sys req */
.sysreq-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:10px}
.sysreq-title{
  font-size:10px;font-weight:700;
  text-transform:uppercase;letter-spacing:1.5px;
  color:var(--blue);margin-bottom:7px;
}
.sysreq-row{
  display:flex;justify-content:space-between;
  padding:3px 0;font-size:11px;
  border-bottom:1px solid var(--border-lt);
}
.sysreq-row span:first-child{color:var(--ink-3);font-weight:600}
.sysreq-row span:last-child{color:var(--ink-2);text-align:right;max-width:58%}

.dropdown-row--download{border:none;padding-top:10px;justify-content:center}
.dropdown-download-btn{
  display:inline-flex;align-items:center;gap:7px;
  background:var(--blue);color:var(--white);
  font-size:12.5px;font-weight:600;
  padding:9px 20px;border-radius:var(--r-sm);
  transition:all var(--ease);width:100%;justify-content:center;
  border:2px solid var(--blue);
}
.dropdown-download-btn:hover{background:var(--blue-dk);border-color:var(--blue-dk);transform:translateY(-1px)}

/* ─── PENDIDIKAN ─────────────────────────────── */
.edu-section{background:var(--bg-off);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.edu-timeline{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));
  gap:1.125rem;
}
.edu-card{
  display:flex;gap:1.125rem;align-items:flex-start;
  padding:1.375rem;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:var(--r-lg);
  transition:all var(--ease);
}
.edu-card:hover{border-color:var(--blue-mid);box-shadow:var(--shadow-md);transform:translateY(-3px)}
.edu-logo-wrap{
  width:48px;height:48px;flex-shrink:0;
  border-radius:var(--r-sm);overflow:hidden;
  background:var(--bg-off);border:1px solid var(--border);
  display:flex;align-items:center;justify-content:center;
}
.edu-logo-img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}
.edu-info{flex:1}
.edu-year-badge{
  display:inline-block;
  font-size:10px;font-weight:700;letter-spacing:.5px;
  background:var(--blue-lt);color:var(--blue);
  padding:2px 9px;border-radius:var(--r-sm);margin-bottom:5px;
}
.edu-level{
  display:block;font-size:10px;font-weight:700;
  letter-spacing:1.5px;text-transform:uppercase;
  color:var(--ink-3);margin-bottom:3px;
}
.edu-info h4{font-size:14.5px;font-weight:700;color:var(--ink);margin-bottom:2px}
.edu-info p{font-size:12.5px;color:var(--ink-2)}

/* ─── PENGALAMAN ─────────────────────────────── */
.exp-section{background:var(--white)}
.exp-tabs{
  display:flex;gap:0;flex-wrap:wrap;
  margin-bottom:2.5rem;
  border-bottom:2px solid var(--border);
}
.exp-tab{
  font-size:13.5px;font-weight:600;color:var(--ink-3);
  padding:10px 22px;
  transition:all var(--ease);
  border-bottom:2px solid transparent;margin-bottom:-2px;
}
.exp-tab:hover{color:var(--blue)}
.exp-tab.active{color:var(--blue);border-bottom-color:var(--blue);background:var(--blue-lt)}

.exp-content{display:none;flex-direction:column;gap:1.125rem}
.exp-content.active{display:flex;animation:fadeIn .2s ease}

.exp-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:1.75rem;
  display:flex;gap:1.75rem;align-items:flex-start;
  transition:all var(--ease);
}
.exp-card:hover{border-color:var(--blue-mid);box-shadow:var(--shadow-sm)}
.exp-img-wrap{
  width:110px;height:82px;flex-shrink:0;
  border-radius:var(--r-md);overflow:hidden;
  border:1px solid var(--border);
}
.exp-photo{width:100%;height:100%;object-fit:cover;cursor:zoom-in}
.exp-body{flex:1}
.exp-tag{
  display:inline-block;
  font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  background:var(--blue-lt);color:var(--blue);
  padding:3px 11px;border-radius:var(--r-sm);margin-bottom:9px;
}
.exp-body h3{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:7px;line-height:1.3}
.exp-body h3 small{font-size:.6em;font-weight:500;color:var(--ink-3);display:block;margin-top:2px}
.exp-achievement{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}
.achievement-badge{
  font-size:11.5px;font-weight:700;
  background:#FEF9C3;color:#854D0E;
  padding:4px 13px;border-radius:var(--r-sm);
}
.achievement-badge--gold{background:#034AA6;color:#fff}

.exp-toggle{
  font-size:12px;font-weight:600;color:var(--blue);
  text-decoration:underline;text-underline-offset:3px;
  transition:opacity var(--ease);margin-bottom:10px;display:block;
}
.exp-toggle:hover{opacity:.7}
.exp-detail{display:none;border-top:1px solid var(--border-lt);padding-top:14px}
.exp-detail.open{display:block;animation:fadeIn .2s ease}
.exp-detail p{font-size:13.5px;color:var(--ink-2);margin-bottom:10px}
.exp-doc-label{
  font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  color:var(--ink-3);margin-bottom:9px;
}
.exp-docs{display:flex;gap:9px;flex-wrap:wrap}
.exp-doc-img{
  width:120px;height:82px;object-fit:cover;
  border-radius:var(--r-sm);cursor:zoom-in;
  border:1px solid var(--border);transition:transform var(--ease);
}
.exp-doc-img:hover{transform:scale(1.03)}

.exp-period{font-size:13px;color:var(--ink-3);margin-bottom:10px}
.exp-duties{display:flex;flex-direction:column;gap:5px}
.exp-duties li{
  font-size:13.5px;color:var(--ink-2);
  padding-left:16px;position:relative;
}
.exp-duties li::before{
  content:'–';position:absolute;left:0;
  color:var(--blue);font-weight:700;top:0;
}

/* ─── KONTAK ─────────────────────────────────── */
.kontak-section{
  background:var(--blue);color:var(--white);
  border-top:none;
}
.kontak-section .section-label{color:rgba(255,255,255,.55)}
.kontak-section .section-label::before{background:rgba(255,255,255,.6)}
.kontak-section .section-title{color:var(--white)}
.kontak-section .rule{background:rgba(255,255,255,.4)}

.kontak-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}
.kontak-desc{
  font-size:15.5px;color:rgba(255,255,255,.75);
  margin:1.5rem 0 2rem;max-width:420px;line-height:1.75;
}
.kontak-email-link{
  display:inline-flex;align-items:center;gap:8px;
  font-size:15px;font-weight:600;color:var(--white);
  border-bottom:1px solid rgba(255,255,255,.4);
  padding-bottom:4px;transition:all var(--ease);
}
.kontak-email-link:hover{color:#A3C4F3;border-color:#A3C4F3}

.social-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.social-card{
  display:flex;align-items:center;gap:10px;
  padding:13px 15px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  border-radius:var(--r-md);
  font-size:13px;font-weight:600;
  color:rgba(255,255,255,.85);
  transition:all var(--ease);
}
.social-card:hover{background:rgba(255,255,255,.16);color:var(--white);border-color:rgba(255,255,255,.3);transform:translateY(-2px)}
.sc-icon{width:17px;height:17px;flex-shrink:0;opacity:.9}

/* ─── FOOTER ─────────────────────────────────── */
.footer{background:#011D44;color:rgba(255,255,255,.55);padding:3.5rem 0 0}
.footer-inner{
  max-width:1280px;margin:0 auto;padding:0 2.5rem;
  display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;
  padding-bottom:3rem;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-logo{
  display:flex;align-items:center;gap:10px;
  font-size:14.5px;font-weight:700;color:var(--white);margin-bottom:10px;
}
.footer-logo-mark{
  width:28px;height:28px;
  background:var(--blue);color:var(--white);
  border-radius:var(--r-sm);
  display:flex;align-items:center;justify-content:center;
  font-size:10px;font-weight:800;
}
.footer-brand p{font-size:12.5px;margin-bottom:7px}
.footer-email{
  font-size:12.5px;color:rgba(255,255,255,.45);
  text-decoration:underline;text-underline-offset:3px;
  transition:color var(--ease);
}
.footer-email:hover{color:var(--white)}
.footer-col h5{
  font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;
  color:rgba(255,255,255,.35);margin-bottom:.875rem;
}
.footer-col ul{display:flex;flex-direction:column;gap:7px}
.footer-col ul li a{font-size:13.5px;color:rgba(255,255,255,.55);transition:color var(--ease)}
.footer-col ul li a:hover{color:var(--white)}
.footer-bottom{
  max-width:1280px;margin:0 auto;padding:1.25rem 2.5rem;
  display:flex;justify-content:space-between;align-items:center;
  font-size:12px;flex-wrap:wrap;gap:6px;
}
.footer-bottom-links{font-size:12px;opacity:.45}

/* ─── SCROLL REVEAL ──────────────────────────── */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}
.reveal.visible{opacity:1;transform:translateY(0)}

/* ─── RESPONSIVE ─────────────────────────────── */
@media(max-width:1024px){
  .hero-inner{grid-template-columns:1fr;text-align:center}
  .hero-right{display:flex;justify-content:center;margin-bottom:2rem;order:-1}
  .hero-photo-frame{width:260px}
  .hero-floating-card{display:none}
  .hero-actions{justify-content:center}
  .hero-stats{max-width:100%}
  .hero-desc{margin:0 auto 2.5rem}
  .hero-badge-wrap{justify-content:center}
  .about-grid{grid-template-columns:1fr;gap:2.5rem}
  .kontak-inner{grid-template-columns:1fr;gap:2.5rem}
  .footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .nav-links{display:none;position:fixed;top:var(--nav-h);left:0;right:0;bottom:0;background:var(--white);flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:999;border-top:2px solid var(--blue)}
  .nav-links.open{display:flex}
  .hamburger{display:flex}
  .section{padding:3.5rem 0}
  .hero-inner{padding:2rem 1.25rem}
  .hero-photo-frame{width:220px}
  .hero-photo-frame::before,.hero-photo-frame::after{width:40px;height:40px}
  .portfolio-grid{grid-template-columns:1fr}
  .edu-timeline{grid-template-columns:1fr}
  .exp-card{flex-direction:column}
  .exp-img-wrap{width:100%;height:150px}
  .footer-inner{grid-template-columns:1fr}
  .social-grid{grid-template-columns:1fr 1fr}
  .sysreq-grid{grid-template-columns:1fr}
  .hero-stats{flex-wrap:wrap}
  .hero::before{width:200px;height:200px}
}
@media(max-width:480px){
  .container{padding:0 1.25rem}
  .nav-inner{padding:0 1.25rem}
  .section-title{font-size:1.625rem}
  .hero-title{font-size:2.25rem}
  .social-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;text-align:center}
}

/* ─── UTILITIES ──────────────────────────────── */
.zoomable{cursor:zoom-in}