:root {
  --bg: #f7f7f5;
  --bg-2: #ffffff;
  --card: #ffffff;
  --text: #11111a;
  --muted: #5f5f6b;
  --border: #e5e4e2;

  --accent: #ea580c;     /* broadcast orange */
  --accent-2: #e11d48;   /* live red */
  --live: #16a34a;
  --grad: linear-gradient(120deg, #ea580c, #e11d48);
  --max: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.65; overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .brand, .big-num { font-family: "Archivo", sans-serif; }
a { color: inherit; text-decoration: none; }

/* Subtle vertical lines */
.bg-lines { position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(90deg, rgba(0,0,0,0.035) 1px, transparent 1px);
  background-size: 80px 100%;
  mask-image: linear-gradient(180deg, #000, transparent 70%);
}

/* Live badge */
.live-badge { display: inline-flex; align-items: center; gap: 9px; font-size: 0.78rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--text); }
.live-badge .ring { width: 9px; height: 9px; border-radius: 50%; background: var(--accent-2); position: relative; }
.live-badge .ring::after { content: ""; position: absolute; inset: -5px; border-radius: 50%; border: 1px solid var(--accent-2); animation: pulse 1.6s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(0.6); opacity: 1; } 100% { transform: scale(1.6); opacity: 0; } }

/* Navbar */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 20px clamp(20px, 5vw, 64px); transition: padding .3s, background .3s, border-color .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(247,247,245,0.85); backdrop-filter: blur(14px); border-color: var(--border); padding-top: 14px; padding-bottom: 14px; }
.brand { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.5px; text-transform: uppercase; }
.brand span { color: var(--accent); }
.nav-links { display: flex; gap: 30px; }
.nav-links a { font-size: 0.82rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--accent); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 26px; height: 2px; background: var(--text); transition: .3s; }

/* Hero */
.hero { max-width: var(--max); margin: 0 auto; min-height: 100vh; display: flex; align-items: center; padding: 120px clamp(20px, 5vw, 64px) 60px; }
.hero-grid { display: grid; grid-template-columns: 1.4fr 0.85fr; gap: 60px; align-items: center; width: 100%; }
.hero-head { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.hero-head .sep { flex: 1; height: 1px; background: var(--border); }
.hero-text h1 { font-size: clamp(3rem, 10vw, 7rem); font-weight: 800; line-height: 0.92; letter-spacing: -3px; text-transform: uppercase; }
.hero-text h1 .outline { color: transparent; -webkit-text-stroke: 1.5px var(--accent); }
.hero-role { font-family: "Archivo", sans-serif; font-size: clamp(1.1rem, 3vw, 1.7rem); font-weight: 600; margin-top: 18px; color: var(--accent); min-height: 1.4em; letter-spacing: 0.5px; }
.cursor { color: var(--accent-2); animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
.lead { color: var(--muted); font-size: 1.1rem; margin-top: 20px; max-width: 520px; }
.hero-text .lead { text-align: justify; }
.hero-cta { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }

.btn { display: inline-flex; align-items: center; gap: 10px; padding: 14px 30px; font-weight: 700; font-size: 0.85rem; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; border-radius: 2px; }
.btn-grad { background: var(--grad); color: #fff; box-shadow: 0 14px 34px -16px rgba(225,29,72,0.6); }
.btn-grad:hover { transform: translateY(-3px); }
.btn-ghost { border: 1px solid var(--border); color: var(--text); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-3px); }
.btn.big { padding: 17px 38px; font-size: 0.95rem; }

/* Hero monitor */
.hero-visual { position: relative; }
.monitor { border: 1px solid var(--border); border-radius: 10px; background: var(--bg-2); overflow: hidden; box-shadow: 0 40px 90px -40px rgba(234,88,12,0.45); }
.monitor-bar { display: flex; align-items: center; gap: 6px; padding: 12px 16px; border-bottom: 1px solid var(--border); }
.monitor-bar i { width: 10px; height: 10px; border-radius: 50%; background: var(--border); display: block; }
.monitor-bar i:first-child { background: var(--accent-2); }
.monitor-bar .ch { margin-left: auto; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; color: var(--muted); text-transform: uppercase; }
.monitor-screen { aspect-ratio: 4/4.4; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; position: relative; background: radial-gradient(circle at 50% 35%, rgba(234,88,12,0.1), transparent 60%); }
.mono-letters { font-family: "Archivo", sans-serif; font-size: 6rem; font-weight: 800; color: transparent; -webkit-text-stroke: 2px var(--accent); line-height: 1; }
.mono-sub { font-size: 0.72rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: var(--muted); }
.monitor-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.on-air { position: absolute; top: 14px; left: 14px; }
.hero-tag-chip { position: absolute; bottom: -16px; right: -14px; background: var(--accent); color: #fff; font-family: "Archivo", sans-serif; font-weight: 800; font-size: 1.3rem; padding: 12px 18px; border-radius: 6px; line-height: 1; box-shadow: 0 16px 36px -14px rgba(234,88,12,0.7); }
.hero-tag-chip span { display: block; font-family: "Inter", sans-serif; font-size: 0.65rem; font-weight: 600; opacity: 0.85; margin-top: 3px; }

/* Ticker */
.ticker { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); overflow: hidden; padding: 14px 0; }
.ticker-track { display: flex; gap: 28px; white-space: nowrap; width: max-content; animation: scroll 24s linear infinite; font-family: "Archivo", sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: 1px; text-transform: uppercase; }
.ticker-track span { color: var(--muted); }
.ticker-track b { color: var(--accent); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* Sections */
.section { max-width: var(--max); margin: 0 auto; padding: 100px clamp(20px, 5vw, 64px); }
.section-head { display: flex; align-items: baseline; gap: 16px; margin-bottom: 50px; }
.section-no { font-family: "Archivo", sans-serif; color: var(--accent); font-weight: 800; font-size: 1rem; }
.section-head h2 { font-size: clamp(1.9rem, 5vw, 3rem); font-weight: 800; letter-spacing: -1px; text-transform: uppercase; }

/* About */
.about { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.about .label { writing-mode: vertical-rl; transform: rotate(180deg); color: var(--muted); letter-spacing: 4px; text-transform: uppercase; font-size: 0.75rem; font-weight: 700; }
.about-col { display: flex; gap: 30px; }
.about-photo { width: 100%; margin-top: 28px; border-radius: 8px; border: 1px solid var(--border); box-shadow: 0 30px 60px -34px rgba(234,88,12,0.5); display: block; }
.about-body p { color: var(--muted); margin-bottom: 18px; text-align: justify; }
.about-body strong { color: var(--text); }
.about-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.about-list li { padding-left: 22px; position: relative; font-weight: 600; font-size: 0.95rem; }
.about-list li::before { content: "▸"; position: absolute; left: 0; color: var(--accent); }

/* Skills as rows */
.skill-rows { border-top: 1px solid var(--border); }
.skill-row { display: grid; grid-template-columns: 70px 1fr 1.4fr; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--border); transition: padding-left .25s, background .25s; }
.skill-row:hover { padding-left: 14px; }
.skill-row .sr-no { font-family: "Archivo", sans-serif; font-size: 1.6rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1.5px var(--accent); }
.skill-row h3 { font-size: 1.5rem; font-weight: 700; text-transform: uppercase; }
.skill-row p { color: var(--muted); font-size: 0.95rem; }

/* Experience */
.timeline { display: grid; gap: 0; }
.tl-item { display: grid; grid-template-columns: 200px 1fr; gap: 30px; padding: 30px 0; border-top: 1px solid var(--border); }
.tl-item:last-child { border-bottom: 1px solid var(--border); }
.tl-date { font-family: "Archivo", sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--accent); }
.tl-item h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: 6px; }
.tl-item p { color: var(--muted); }

/* Initiatives */
.projects-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 22px; }
.project-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 24px 50px -38px rgba(17,17,26,0.4); transition: transform .25s, border-color .25s; }
.project-card:hover { transform: translateY(-8px); border-color: var(--accent); }
.project-thumb { aspect-ratio: 16/10; background: linear-gradient(135deg, #fff1e8, #ffe4e6); display: flex; align-items: center; justify-content: center; font-family: "Archivo", sans-serif; font-size: 3rem; font-weight: 800; color: transparent; -webkit-text-stroke: 1.5px var(--accent); position: relative; }
.project-thumb::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(225,29,72,0.12), transparent 60%); }
.project-thumb .thumb-logo { position: relative; z-index: 1; max-width: 66%; max-height: 68%; width: auto; object-fit: contain; -webkit-text-stroke: 0; filter: drop-shadow(0 8px 18px rgba(17,17,26,0.18)); }
.project-thumb .thumb-name { position: relative; z-index: 1; -webkit-text-stroke: 1.5px var(--accent); font-size: clamp(1.4rem, 3.4vw, 2rem); line-height: 1.05; text-align: center; text-transform: uppercase; letter-spacing: 1px; }
.project-body { padding: 24px; }
.project-body h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 8px; text-transform: uppercase; }
.project-body p { color: var(--muted); font-size: 0.92rem; margin-bottom: 14px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.tags span { font-size: 0.72rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 5px 11px; border-radius: 2px; border: 1px solid var(--border); color: var(--muted); }
.project-link { color: var(--accent); font-weight: 700; font-size: 0.82rem; letter-spacing: 1px; text-transform: uppercase; }

/* Stats band */
.stats-band { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-2); }
.stats-grid { max-width: var(--max); margin: 0 auto; padding: 70px clamp(20px, 5vw, 64px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
.stats-grid strong { font-family: "Archivo", sans-serif; font-size: clamp(2.4rem, 7vw, 4rem); font-weight: 800; display: block; line-height: 1; background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stats-grid span { color: var(--muted); letter-spacing: 1px; text-transform: uppercase; font-size: 0.8rem; font-weight: 600; }

/* Contact */
.contact { text-align: center; }
.contact .section-head { justify-content: center; }
.contact .lead { margin: 0 auto 14px; }
.socials { display: flex; gap: 24px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.socials a { color: var(--muted); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-size: 0.85rem; transition: color .2s; }
.socials a:hover { color: var(--accent); }

/* Footer */
.footer { text-align: center; padding: 36px 20px; color: var(--muted); font-size: 0.8rem; letter-spacing: 1px; text-transform: uppercase; border-top: 1px solid var(--border); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 860px) {
  .hero-grid, .about { grid-template-columns: 1fr; }
  .hero-visual { max-width: 340px; }
  .about .label { display: none; }
  .skill-row { grid-template-columns: 50px 1fr; }
  .skill-row p { grid-column: 1 / -1; }
  .tl-item { grid-template-columns: 1fr; gap: 8px; }
  .about-list, .stats-grid { grid-template-columns: 1fr; }
  .nav-links { position: fixed; inset: 0 0 0 auto; width: min(72vw, 300px); background: var(--bg-2); flex-direction: column; padding: 100px 32px; gap: 24px; border-left: 1px solid var(--border); transform: translateX(100%); transition: transform .3s; }
  .nav-links.open { transform: none; }
  .nav-toggle { display: flex; z-index: 60; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}
