:root{--bg:#090e19;--panel:#111725;--text:#f8fafc;--muted:#aeb9ca;--blue:#9dcbff;--line:rgba(255,255,255,.1)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 5% 2%,#1d3659 0,transparent 27%),radial-gradient(circle at 94% 8%,#242858 0,transparent 28%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}
header{height:74px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20;background:rgba(9,14,25,.82);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05)}.logo{display:flex;align-items:center;gap:12px;font-weight:750}.logo b{display:grid;place-items:center;width:38px;height:38px;border:1px solid #577ba9;border-radius:10px;color:var(--blue);font-size:13px}nav{display:flex;gap:28px;margin-left:auto;margin-right:25px}nav a{font-size:13px;color:#cad3df}#lang{background:transparent;border:1px solid #5579a7;color:var(--blue);border-radius:9px;padding:8px 11px;font-weight:800;cursor:pointer}
.hero{max-width:1440px;margin:7vw auto 0;display:grid;grid-template-columns:.83fr 1.17fr;box-shadow:0 30px 90px rgba(0,0,0,.32);border:1px solid var(--line)}.photo{min-height:720px;background:#101725}.photo img{width:100%;height:100%;object-fit:cover;object-position:50% 18%;display:block}.intro{min-height:720px;padding:7vw 6vw;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#151b2a,#0b101b)}
.overline,.label{font-size:11px;letter-spacing:.16em;font-weight:850;color:var(--blue)}h1{font-size:clamp(58px,7vw,110px);line-height:.84;letter-spacing:-.065em;margin:22px 0 30px}h2{font-size:clamp(19px,2vw,31px);color:var(--blue);margin:0 0 25px}.hero-copy{font-size:clamp(17px,1.42vw,22px);line-height:1.7;color:#e0e5ed;max-width:820px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.tags span{font-size:12px;color:#cbe3ff;border:1px solid #314866;border-radius:999px;padding:8px 11px}.actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:30px}.actions a{border:1px solid #3b4a60;border-radius:10px;padding:12px 16px;font-size:13px;font-weight:800}.actions .primary{background:var(--blue);border-color:var(--blue);color:#07101d}
.section{max-width:1440px;margin:auto;padding:100px 5vw;display:grid;grid-template-columns:210px 1fr;gap:45px}.story h3,.contact h3{font-size:clamp(36px,4.2vw,65px);line-height:1.08;letter-spacing:-.045em;margin:0 0 28px}.story p{max-width:930px;color:var(--muted);font-size:18px;line-height:1.8}.journey{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:38px}.journey span{font-size:11px;letter-spacing:.09em;border:1px solid #35465f;padding:10px 12px}.journey i{color:var(--blue)}
.timeline{border-top:1px solid var(--line)}article{display:grid;grid-template-columns:170px 1fr;gap:30px;padding:31px 0;border-bottom:1px solid var(--line)}article.featured{background:linear-gradient(90deg,rgba(157,203,255,.07),transparent);margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px}.date{font-size:12px;color:var(--blue);font-weight:800;letter-spacing:.06em}.date em{font-style:normal;color:#718098;font-weight:500}article h4{font-size:27px;margin:0 0 5px}article b{color:#dce4ef}article p{color:var(--muted);line-height:1.7;max-width:900px;margin-bottom:0}
details{grid-column:2;margin-top:25px;border:1px solid var(--line);padding:0 20px}summary{cursor:pointer;padding:20px 0;color:var(--blue);font-weight:750}.early{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line)}.early>div{background:#0b101b;padding:22px}.early span{float:right;color:#78869a;font-size:12px}.early p{color:var(--muted);line-height:1.6;font-size:14px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.grid>div{border:1px solid var(--line);padding:26px;min-height:250px}.grid span{font-size:11px;color:var(--blue)}.grid h4{font-size:21px;margin-top:65px}.grid p{color:var(--muted);line-height:1.6}
.contact{max-width:1300px;margin:30px auto 100px;padding:70px;background:linear-gradient(135deg,rgba(157,203,255,.1),rgba(255,255,255,.02));border:1px solid #273951}.contact h3{max-width:1050px;margin-top:20px}
footer{max-width:1440px;margin:auto;padding:28px 5vw 45px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#69778a;font-size:12px}
@media(max-width:1050px){.hero{margin:30px 20px 0;grid-template-columns:1fr}.photo{min-height:520px}.intro{min-height:auto}.section{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}details{grid-column:1}nav{display:none}}
@media(max-width:650px){header{height:64px}.logo span{display:none}.hero{margin:15px 12px 0}.photo{min-height:390px}.intro{padding:40px 25px}h1{font-size:56px}.section{padding:70px 20px}.grid{grid-template-columns:1fr}.early{grid-template-columns:1fr}article{grid-template-columns:1fr;gap:10px}.contact{margin:10px 20px 70px;padding:35px 25px}footer{padding-left:20px;padding-right:20px;flex-direction:column;gap:8px}}
/* Mobile refinement — keep desktop layout unchanged */
@media(max-width:650px){
  .hero{margin:12px 12px 0}
  .photo{min-height:0;height:300px;overflow:hidden}
  .photo img{height:100%;object-fit:cover;object-position:50% 24%}
  .intro{padding:30px 25px 32px}
  .overline{font-size:10px;line-height:1.45}
  h1{font-size:50px;margin:16px 0 22px;line-height:.86}
  h2{font-size:21px;line-height:1.25;margin-bottom:20px}
  .hero-copy{font-size:16px;line-height:1.6}
  .tags{margin-top:17px;gap:7px}
  .tags span{font-size:11px;padding:7px 10px}
  .actions{margin-top:22px}
  .section{padding:48px 20px;gap:24px}
  .story h3{font-size:39px;line-height:1.08;margin-bottom:20px}
  .story p{font-size:16px;line-height:1.7}
  .journey{margin-top:26px;gap:8px}
  .journey span{font-size:10px;padding:9px 10px}
  article{padding:25px 0}
  article h4{font-size:25px;line-height:1.15}
  article p{line-height:1.62}
  details{margin-top:18px}
  .grid>div{min-height:0;padding:22px}
  .grid h4{margin-top:30px}
  .contact{margin:8px 20px 50px;padding:30px 25px}
}


/* V4 final mobile refinements */
@media (max-width:650px){
  /* Shorter portrait so name/title enter the first viewport sooner */
  .photo{
    min-height:390px !important;
    height:390px !important;
    overflow:hidden;
  }
  .photo img{
    height:100% !important;
    object-fit:cover !important;
    object-position:50% 42% !important;
  }

  /* Slightly tighter hero */
  .intro{
    padding:32px 25px 34px !important;
  }

  /* More restrained executive-scale journey headline */
  .story h3{
    font-size:clamp(37px,10.6vw,48px) !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
  }

  /* Slightly tighter mobile reading rhythm */
  .story p,
  article p{
    line-height:1.58 !important;
  }

  /* Keep the experience timeline visually continuous on mobile */
  article.featured{
    background:transparent !important;
    margin-left:0 !important;
    margin-right:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  /* Compact spacing around experience and expertise */
  .section{
    padding-top:54px !important;
    padding-bottom:54px !important;
  }

  details{
    margin-top:18px !important;
  }

  .grid>div{
    min-height:220px !important;
  }
}
