:root{
  --bg:#f4f8ff;
  --surface:#ffffff;
  --surface-2:#eef5ff;
  --ink:#0b1736;
  --muted:#5b6680;
  --line:#d8e3f4;
  --blue:#1457d9;
  --blue-dark:#0a2f7a;
  --red:#e02b3f;
  --red-dark:#a81428;
  --white:#ffffff;
  --green:#19714f;
  --shadow:0 24px 80px rgba(20,87,217,.13);
  --radius:26px;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:
    linear-gradient(135deg, rgba(20,87,217,.09), transparent 32%),
    radial-gradient(circle at 15% 5%, rgba(20,87,217,.20), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(224,43,63,.15), transparent 24rem),
    var(--bg);
}
a{color:inherit;text-decoration:none}
.site-header{
  position:sticky;top:0;z-index:20;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  max-width:calc(var(--max) + 48px);margin:0 auto;padding:18px 24px;
  backdrop-filter:blur(18px);
}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.02em}
.brand-mark,.avatar{
  display:grid;place-items:center;
  width:42px;height:42px;border-radius:14px;
  color:#fff;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 58%,var(--red));
  box-shadow:0 12px 30px rgba(20,87,217,.24);
}
.site-header nav{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid rgba(216,227,244,.9);background:rgba(255,255,255,.78);border-radius:999px}
.site-header nav a{padding:10px 14px;border-radius:999px;color:var(--muted);font-size:14px;font-weight:650}
.site-header nav a:hover{background:var(--blue);color:#fff}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.language-switcher{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid rgba(216,227,244,.9);background:rgba(255,255,255,.82);border-radius:999px;box-shadow:0 12px 30px rgba(20,87,217,.08)}
.language-switcher select{appearance:none;border:0;outline:0;border-radius:999px;background:linear-gradient(145deg,#fff,#eef5ff);color:var(--blue-dark);font-weight:800;font-size:13px;padding:10px 34px 10px 13px;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,var(--blue) 50%),linear-gradient(135deg,var(--blue) 50%,transparent 50%);background-position:calc(100% - 17px) 50%,calc(100% - 12px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}
.language-switcher select:focus{box-shadow:0 0 0 3px rgba(20,87,217,.18)}

.section{max-width:var(--max);margin:0 auto;padding:84px 24px}
.hero{display:grid;grid-template-columns:1.1fr .72fr;gap:46px;align-items:center;min-height:calc(100vh - 80px)}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--red);margin:0 0 12px}
h1,h2,h3{letter-spacing:-.055em;line-height:.98;margin:0;text-wrap:pretty}
h1{font-size:clamp(46px,7vw,88px);max-width:850px}
h2{font-size:clamp(34px,4.5vw,58px)}
h3{font-size:26px;letter-spacing:-.035em}
.lead{font-size:clamp(18px,2vw,22px);line-height:1.55;color:var(--muted);max-width:720px;margin:24px 0 0}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:34px 0 0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;
  background:var(--blue);color:#fff;font-weight:800;border:1px solid var(--blue);box-shadow:0 14px 30px rgba(20,87,217,.22);
}
.btn:hover{transform:translateY(-1px);background:var(--blue-dark)}
.btn.secondary{background:#fff;color:var(--blue);box-shadow:none;border-color:var(--line)}
.btn.secondary:hover{background:var(--red);border-color:var(--red);color:#fff}
.btn.small{min-height:40px;padding:10px 15px;font-size:14px;background:var(--red);border-color:var(--red)}
.btn.small:hover{background:var(--red-dark)}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.trust-row span,.pill,.stock{border:1px solid var(--line);background:rgba(255,255,255,.72);padding:8px 12px;border-radius:999px;color:var(--muted);font-size:13px;font-weight:750}
.hero-panel{position:relative}
.profile-card{background:linear-gradient(180deg,#ffffff,#eef5ff);border:1px solid var(--line);border-radius:34px;padding:30px;box-shadow:var(--shadow)}
.avatar{width:92px;height:92px;border-radius:28px;font-size:30px;font-weight:900}
.card-label{margin:24px 0 8px;color:var(--red);font-weight:800}
.profile-card p{color:var(--muted);line-height:1.6}
.profile-card dl{display:grid;gap:12px;margin:26px 0 0}
.profile-card dl div{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:13px}
.profile-card dt{color:var(--muted)}
.profile-card dd{margin:0;font-weight:800;color:var(--blue-dark)}
.social-mini{display:grid;gap:8px;margin-top:22px}
.social-mini a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--muted);font-size:13px}
.social-mini a strong{color:var(--blue-dark);font-size:13px;text-align:right;overflow-wrap:anywhere}
.split{display:grid;grid-template-columns:.9fr 1fr;gap:44px;align-items:start}
.copy-block{font-size:18px;line-height:1.75;color:var(--muted);background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:var(--radius);padding:28px}
.section-heading{max-width:760px;margin-bottom:30px}
.section-heading p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.65}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card,.proof-card,details,.contact-section{background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 50px rgba(20,87,217,.08)}
.product-card{padding:18px;display:flex;flex-direction:column;gap:16px}
.product-art{height:180px;border-radius:20px;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 54%,var(--red));display:grid;place-items:center;color:#fff;overflow:hidden;position:relative}
.product-art:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle,rgba(255,255,255,.32),transparent 28%);transform:translate(35%,-20%)}
.product-art:after{content:"";position:absolute;right:-36px;bottom:-42px;width:140px;height:140px;border-radius:999px;border:28px solid rgba(255,255,255,.16)}
.product-art span{position:relative;font-size:34px;font-weight:950;letter-spacing:.12em}
.product-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.product-card.is-featured{outline:2px solid rgba(224,43,63,.22);box-shadow:0 20px 62px rgba(224,43,63,.12)}
.product-meta{display:flex;justify-content:space-between;gap:8px;align-items:center}
.pill{color:var(--blue);background:#eef5ff;border-color:#cfe0ff}
.stock{color:var(--green)}
.product-card p{color:var(--muted);line-height:1.6;margin:0}
.product-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto}
.product-bottom strong{display:block;font-size:17px;color:var(--blue-dark)}
.product-bottom small{display:block;margin-top:4px;color:var(--muted);font-size:12px}
.empty-note{grid-column:1/-1;padding:24px;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);background:#fff}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.proof-card{padding:24px}
.proof-card strong{font-size:14px;color:var(--red)}
.proof-card p{font-size:18px;line-height:1.55;color:var(--muted)}
.faq-list{display:grid;gap:12px;max-width:860px}
details{padding:18px 20px}
summary{cursor:pointer;font-weight:850;font-size:18px}
details p{color:var(--muted);line-height:1.65}
.contact-section{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 62%,var(--red));color:#fff}
.contact-section .eyebrow{color:#fff;background:rgba(255,255,255,.16);display:inline-block;padding:7px 10px;border-radius:999px}
.contact-section p{color:rgba(255,255,255,.78);font-size:18px}
.contact-section .btn{background:#fff;color:var(--blue-dark);border-color:#fff}
.contact-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;max-width:760px}
.contact-links a{display:inline-flex;flex-direction:column;gap:4px;min-width:138px;padding:12px 14px;border:1px solid rgba(255,255,255,.24);border-radius:18px;background:rgba(255,255,255,.12);color:#fff}
.contact-links a span{font-size:12px;color:rgba(255,255,255,.72)}
.contact-links a strong{font-size:14px;overflow-wrap:anywhere}
.site-footer{max-width:var(--max);margin:0 auto;padding:28px 24px 46px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);border-top:1px solid var(--line)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--delay,0ms)}
.reveal.is-visible{opacity:1;transform:none}
@media (prefers-reduced-motion: reduce){*{scroll-behavior:auto}.reveal{transition:none}}
@media (max-width:900px){.site-header{align-items:flex-start;flex-wrap:wrap}.site-header nav{overflow:auto;max-width:100%}.hero,.split{grid-template-columns:1fr;min-height:auto}.products-grid,.proof-grid{grid-template-columns:1fr 1fr}.section{padding:58px 18px}.contact-section{align-items:flex-start;flex-direction:column}}
@media (max-width:620px){.site-header{position:static;flex-direction:column}.site-header nav{width:100%;justify-content:space-between}.language-switcher{width:100%;justify-content:flex-end}.language-switcher select{width:100%;max-width:220px}.site-header nav a{font-size:13px;padding:9px}.products-grid,.proof-grid{grid-template-columns:1fr}h1{font-size:42px}.hero-actions .btn{width:100%}.product-bottom{align-items:flex-start;flex-direction:column}.site-footer{flex-direction:column}}

.product-bottom{align-items:flex-start;flex-direction:column}.product-actions{display:flex;flex-wrap:wrap;gap:8px;width:100%}.product-actions .btn.small{min-height:38px;padding:9px 13px;font-size:13px}.product-actions button{font:inherit;cursor:pointer}.marketplace-btn{background:var(--blue)!important;border-color:var(--blue)!important}.checkout-btn{background:var(--red)!important;border-color:var(--red)!important}.secondary-action{background:#fff!important;color:var(--blue)!important;border-color:var(--line)!important;box-shadow:none!important}.modal-open{overflow:hidden}.checkout-modal{position:fixed;inset:0;z-index:100;display:none;place-items:center;padding:18px;background:rgba(11,23,54,.68);backdrop-filter:blur(12px)}.checkout-modal.active{display:grid}.checkout-card{position:relative;width:min(620px,100%);max-height:92vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 30px 90px rgba(0,0,0,.25);padding:28px}.checkout-card h2{font-size:clamp(28px,4vw,42px);margin-bottom:10px}.checkout-card p{color:var(--muted);line-height:1.55}.checkout-close{position:absolute;right:16px;top:14px;width:40px;height:40px;border:0;border-radius:999px;background:var(--surface-2);color:var(--blue-dark);font-size:26px;cursor:pointer}.checkout-card form{display:grid;gap:14px;margin-top:16px}.grid-form{display:grid;grid-template-columns:1fr 1fr 110px;gap:12px}.checkout-card label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.checkout-card input,.checkout-card textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px;color:var(--ink);font:inherit}.checkout-result{margin-top:16px;padding:12px 14px;border-radius:16px;background:var(--surface-2);color:var(--blue-dark);line-height:1.55}.checkout-result.ok{background:#edf9f3;color:var(--green)}.checkout-result.error{background:#fff0f2;color:var(--red)}.checkout-result .btn{margin-top:10px}
@media(max-width:620px){.grid-form{grid-template-columns:1fr}.checkout-card{padding:22px}.product-actions .btn.small{flex:1 1 auto}}

.custom-public-fields{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.custom-public-fields[hidden]{display:none}.custom-public-field{display:inline-flex;flex-direction:column;gap:4px;min-width:138px;padding:12px 14px;border:1px solid rgba(255,255,255,.28);border-radius:18px;background:rgba(255,255,255,.16);color:#fff}.custom-public-field span{font-size:12px;color:rgba(255,255,255,.72);text-transform:uppercase;letter-spacing:.08em}.custom-public-field strong,.custom-public-field a{font-size:15px;color:#fff;overflow-wrap:anywhere}.custom-public-field a{text-decoration:underline;text-underline-offset:3px}

.social-updates-section[hidden]{display:none}.social-updates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.social-update-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 50px rgba(20,87,217,.08);padding:18px;display:flex;flex-direction:column;gap:14px;min-width:0}.social-update-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.social-update-head time{color:var(--muted);font-size:13px;font-weight:750}.social-update-card h3{font-size:24px}.social-update-card p{margin:0;color:var(--muted);line-height:1.6}.embed-shell{min-height:120px;border:1px dashed var(--line);border-radius:18px;background:#fff;overflow:hidden;display:grid;place-items:center;padding:8px}.embed-shell blockquote{max-width:100%!important;min-width:0!important;margin:0 auto!important}.threads-embed{padding:18px;text-align:center;color:var(--blue);font-weight:800}.social-fallback{align-self:flex-start;margin-top:auto}@media(max-width:900px){.social-updates-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.social-updates-grid{grid-template-columns:1fr}.embed-shell{padding:4px}}

.linkedin-embed-card{width:100%;padding:18px;border-radius:16px;background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;text-align:left}.linkedin-embed-card strong{display:block;font-size:18px;margin-bottom:6px}.linkedin-embed-card p{color:rgba(255,255,255,.82)!important;margin:0 0 12px}.linkedin-embed-card a{display:inline-flex;padding:9px 12px;border-radius:999px;background:#fff;color:#0a66c2;font-weight:850}


.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.portfolio-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 50px rgba(20,87,217,.08);padding:18px;display:flex;flex-direction:column;gap:14px}.portfolio-card.is-featured{outline:2px solid rgba(20,87,217,.20);box-shadow:0 20px 62px rgba(20,87,217,.13)}.portfolio-art{height:132px;border-radius:20px;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 58%,var(--red));display:grid;place-items:center;color:#fff;overflow:hidden;position:relative}.portfolio-art:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle,rgba(255,255,255,.32),transparent 28%);transform:translate(35%,-20%)}.portfolio-art span{position:relative;font-size:34px;font-weight:950;letter-spacing:.12em}.portfolio-meta{display:flex;justify-content:space-between;gap:8px;align-items:center;flex-wrap:wrap}.portfolio-card h3{font-size:26px}.portfolio-card p{margin:0;color:var(--muted);line-height:1.6}.portfolio-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}.portfolio-year{color:var(--blue-dark);font-weight:850}.portfolio-actions{margin-top:auto}.portfolio-note{display:inline-flex;min-height:40px;align-items:center;padding:9px 13px;border:1px dashed var(--line);border-radius:999px;color:var(--muted);font-size:13px;font-weight:800;background:#fff}@media(max-width:900px){.portfolio-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.portfolio-grid{grid-template-columns:1fr}.portfolio-art{height:132px}}


.wawan-section[hidden]{display:none}.wawan-card{display:grid;grid-template-columns:220px 1fr;gap:30px;align-items:center;padding:30px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(135deg,#fff,#eef5ff 65%,rgba(224,43,63,.08));box-shadow:var(--shadow)}.wawan-mark{width:180px;height:180px;border-radius:42px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 58%,var(--red));color:#fff;font-size:88px;font-weight:950;box-shadow:0 24px 70px rgba(20,87,217,.24)}.wawan-copy .lead{margin-top:16px}.wawan-copy p:not(.eyebrow):not(.lead){color:var(--muted);font-size:17px;line-height:1.7}.wawan-copy ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:22px 0;padding:0;list-style:none}.wawan-copy li{padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--blue-dark);font-weight:750}@media(max-width:900px){.wawan-card{grid-template-columns:1fr}.wawan-mark{width:120px;height:120px;border-radius:30px;font-size:58px}.wawan-copy ul{grid-template-columns:1fr}}@media(max-width:620px){.wawan-card{padding:22px}.wawan-copy .btn{width:100%}}


.authority-section{padding-top:36px}.authority-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.authority-grid article{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 14px 42px rgba(20,87,217,.07)}.authority-grid strong{display:block;color:var(--blue-dark);font-size:17px;margin-bottom:8px}.authority-grid span{display:block;color:var(--muted);line-height:1.6;font-size:15px}@media(max-width:900px){.authority-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.authority-grid{grid-template-columns:1fr}.authority-section{padding-top:20px}}

.avatar{overflow:hidden;position:relative}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile-card .avatar{border:3px solid #fff;box-shadow:0 18px 42px rgba(20,87,217,.22)}


.experience-section{padding-top:42px}.career-summary{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:26px}.career-summary article,.education-card,.cert-card,.timeline-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:22px;box-shadow:0 14px 42px rgba(20,87,217,.07)}.career-summary article{padding:20px}.career-summary strong{display:block;color:var(--blue-dark);font-size:18px;margin-bottom:8px}.career-summary span{color:var(--muted);line-height:1.6}.timeline{position:relative;display:grid;gap:14px;max-width:960px}.timeline:before{content:"";position:absolute;left:13px;top:8px;bottom:8px;width:2px;background:var(--line)}.timeline-item{position:relative;display:grid;grid-template-columns:34px 1fr;gap:14px}.timeline-dot{width:14px;height:14px;border-radius:999px;background:var(--blue);border:3px solid #fff;box-shadow:0 0 0 2px rgba(20,87,217,.18);margin:8px 0 0 7px;z-index:1}.timeline-card{padding:18px 20px}.timeline-company{display:block;color:var(--red);font-weight:850;font-size:13px;margin-bottom:6px}.timeline-card h3{font-size:22px;letter-spacing:-.035em}.timeline-card p{margin:8px 0 0;color:var(--blue-dark);font-weight:800}.timeline-card small{display:block;margin-top:5px;color:var(--muted);line-height:1.5}.credential-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.education-card{padding:22px}.education-card h3{font-size:26px}.education-card p{color:var(--blue-dark);font-weight:800}.education-card small{color:var(--muted)}.cert-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cert-card{padding:18px}.cert-card span{display:block;color:var(--red);font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.cert-card h3{font-size:20px;line-height:1.1}.cert-card p{color:var(--blue-dark);font-weight:800;margin:10px 0 0}.cert-card small{display:block;color:var(--muted);line-height:1.5;margin-top:8px}@media(max-width:900px){.career-summary,.credential-layout,.cert-grid{grid-template-columns:1fr}}@media(max-width:620px){.timeline-card h3{font-size:19px}.timeline-card{padding:16px}.career-summary article,.education-card,.cert-card{padding:16px}}


/* RPG 2D PIXEL QUEST THEME */
:root{
  --rpg-bg:#111827;
  --rpg-bg-2:#172554;
  --rpg-ink:#f8fafc;
  --rpg-muted:#cbd5e1;
  --rpg-gold:#f8c64f;
  --rpg-grass:#55c46f;
  --rpg-water:#3ba4ff;
  --rpg-brick:#26324a;
  --rpg-panel:#182238;
  --rpg-panel-2:#101827;
  --rpg-line:#f8c64f;
  --shadow:0 18px 0 rgba(0,0,0,.28),0 28px 70px rgba(0,0,0,.42);
  --radius:18px;
}
html{scroll-padding-top:98px}
body{
  color:var(--rpg-ink);
  background:
    linear-gradient(rgba(255,255,255,.025) 2px,transparent 2px),
    linear-gradient(90deg,rgba(255,255,255,.025) 2px,transparent 2px),
    radial-gradient(circle at 16% 10%,rgba(85,196,111,.24),transparent 18rem),
    radial-gradient(circle at 84% 14%,rgba(59,164,255,.24),transparent 19rem),
    radial-gradient(circle at 55% 88%,rgba(248,198,79,.18),transparent 20rem),
    linear-gradient(135deg,#09111f 0%,#111827 46%,#172554 100%);
  background-size:28px 28px,28px 28px,auto,auto,auto,auto;
  image-rendering:auto;
}
body:before{
  content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.34;
  background:
    linear-gradient(45deg,transparent 48%,rgba(248,198,79,.18) 49%,rgba(248,198,79,.18) 51%,transparent 52%),
    radial-gradient(circle at 12% 70%,rgba(85,196,111,.28) 0 0.65rem,transparent .68rem),
    radial-gradient(circle at 72% 32%,rgba(59,164,255,.25) 0 .58rem,transparent .61rem),
    radial-gradient(circle at 88% 76%,rgba(224,43,63,.22) 0 .5rem,transparent .54rem);
  background-size:112px 112px,180px 180px,220px 220px,190px 190px;
}
body:after{
  content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.14;
  background:repeating-linear-gradient(0deg,transparent 0 5px,#fff 6px 7px);
  mix-blend-mode:overlay;
}
.site-header{
  max-width:none;width:100%;padding:14px 128px 14px 22px;margin:0;
  background:linear-gradient(180deg,rgba(8,13,25,.92),rgba(8,13,25,.70));
  border-bottom:4px solid rgba(248,198,79,.62);
  box-shadow:0 8px 0 rgba(0,0,0,.28);
}
.brand{color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.55)}
.brand:after{content:"QUEST HUB";font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.16em;color:var(--rpg-gold);border:2px solid rgba(248,198,79,.65);padding:4px 7px;background:rgba(0,0,0,.22);box-shadow:3px 3px 0 rgba(0,0,0,.35)}
.brand-mark,.avatar,.wawan-mark{
  border-radius:8px!important;border:3px solid #fff;outline:3px solid #0b1020;
  background:linear-gradient(145deg,#102d66,#1457d9 55%,#e02b3f)!important;
  box-shadow:5px 5px 0 rgba(0,0,0,.45)!important;
  image-rendering:pixelated;
}
.site-header nav{
  border:3px solid rgba(248,198,79,.85);border-radius:12px;background:rgba(12,18,32,.88);
  box-shadow:5px 5px 0 rgba(0,0,0,.38);padding:6px;
}
.site-header nav a{color:#e5e7eb;border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-transform:uppercase;letter-spacing:.04em}
.site-header nav a:hover{background:var(--rpg-gold);color:#111827;box-shadow:3px 3px 0 rgba(0,0,0,.45)}
.language-switcher{
  position:fixed;right:18px;top:14px;z-index:80;
  padding:5px;border:3px solid var(--rpg-gold);border-radius:10px;background:#0b1020;
  box-shadow:5px 5px 0 rgba(0,0,0,.55),0 0 22px rgba(248,198,79,.2);
}
.language-switcher:before{content:"LANG";position:absolute;right:7px;top:-18px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;letter-spacing:.12em;color:var(--rpg-gold);text-shadow:2px 2px 0 #000}
.language-switcher select{
  border-radius:6px;background:#152238;color:#fff;border:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;text-transform:uppercase;
  padding:9px 31px 9px 10px;background-image:linear-gradient(45deg,transparent 50%,var(--rpg-gold) 50%),linear-gradient(135deg,var(--rpg-gold) 50%,transparent 50%);
}
.section{position:relative}.hero{min-height:calc(100vh - 72px);padding-top:96px}
.hero:before{content:"NEW QUEST UNLOCKED";position:absolute;top:62px;left:24px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-weight:900;font-size:12px;letter-spacing:.14em;color:#111827;background:var(--rpg-gold);border:3px solid #111827;box-shadow:4px 4px 0 rgba(0,0,0,.5);padding:8px 10px;border-radius:4px;transform:rotate(-1deg)}
h1,h2,h3{color:#fff;text-shadow:3px 3px 0 rgba(0,0,0,.55);letter-spacing:-.035em}.lead,.section-heading p:not(.eyebrow),.copy-block,.product-card p,.portfolio-card p,.proof-card p,details p,.profile-card p,.authority-grid span,.career-summary span,.timeline-card small,.wawan-copy p:not(.eyebrow):not(.lead){color:var(--rpg-muted)}
.eyebrow{color:var(--rpg-gold);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:2px 2px 0 #000}.btn{
  border-radius:8px;border:3px solid #0b1020;background:linear-gradient(180deg,#f8c64f,#d99522);color:#111827;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;letter-spacing:.04em;box-shadow:5px 5px 0 rgba(0,0,0,.48);
}
.btn:hover{transform:translate(-1px,-1px);background:#ffe08a;color:#111827;box-shadow:7px 7px 0 rgba(0,0,0,.55)}
.btn.secondary,.secondary-action{background:#111827!important;color:#fff!important;border-color:var(--rpg-gold)!important}.btn.small,.checkout-btn{background:linear-gradient(180deg,#5eead4,#0ea5e9)!important;border-color:#061525!important;color:#061525!important}
.trust-row span,.pill,.stock,.portfolio-note{border:2px solid rgba(248,198,79,.55);background:rgba(15,23,42,.82);color:#f8fafc;border-radius:7px;box-shadow:3px 3px 0 rgba(0,0,0,.35);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.pill{color:#8ee6ff}.stock{color:#86efac}.profile-card,.copy-block,.product-card,.portfolio-card,.proof-card,details,.contact-section,.wawan-card,.authority-grid article,.career-summary article,.education-card,.cert-card,.timeline-card,.social-update-card{
  background:linear-gradient(180deg,rgba(24,34,56,.94),rgba(13,20,35,.96));
  border:4px solid rgba(248,198,79,.70);border-radius:12px;box-shadow:8px 8px 0 rgba(0,0,0,.45),0 20px 60px rgba(0,0,0,.25);
}
.profile-card{position:relative}.profile-card:before{content:"CHARACTER STATUS";position:absolute;top:-15px;left:18px;background:#0b1020;color:var(--rpg-gold);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;letter-spacing:.14em;padding:4px 7px;border:2px solid var(--rpg-gold)}
.profile-card dd,.product-bottom strong,.timeline-card p,.education-card p,.authority-grid strong{color:#fff}.profile-card dl div,.social-mini a{border-color:rgba(248,198,79,.35)}.social-mini a,.contact-links a,.custom-public-field{background:rgba(0,0,0,.22);border:2px solid rgba(248,198,79,.35);border-radius:8px}.social-mini a strong{color:var(--rpg-gold)}
.product-art,.portfolio-art{border:4px solid #0b1020;border-radius:8px;background:linear-gradient(135deg,#234b2f 0 25%,#1f6b3a 25% 50%,#1e3a8a 50% 75%,#7f1d1d 75%)!important;background-size:34px 34px!important;box-shadow:inset 0 0 0 4px rgba(255,255,255,.08),5px 5px 0 rgba(0,0,0,.38)}
.product-art span,.portfolio-art span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;text-shadow:4px 4px 0 rgba(0,0,0,.7)}
.product-card,.portfolio-card{position:relative;overflow:hidden}.product-card:before,.portfolio-card:before{content:"QUEST";position:absolute;right:12px;top:10px;z-index:1;background:#0b1020;color:var(--rpg-gold);border:2px solid var(--rpg-gold);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;letter-spacing:.12em;padding:3px 6px}.portfolio-card:before{content:"DUNGEON"}
.timeline:before{background:repeating-linear-gradient(180deg,var(--rpg-gold) 0 10px,transparent 10px 18px);width:4px}.timeline-dot{border-radius:2px;background:var(--rpg-gold);border:3px solid #111827;box-shadow:0 0 0 3px rgba(248,198,79,.32)}.timeline-company,.cert-card span,.card-label{color:var(--rpg-gold)}
.wawan-card{background:linear-gradient(135deg,rgba(24,34,56,.96),rgba(15,23,42,.98) 60%,rgba(20,87,217,.25))}.wawan-mark:after{content:"NPC";font-size:14px;position:absolute;margin-top:116px;color:var(--rpg-gold);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.wawan-copy li{background:rgba(0,0,0,.25);border:2px solid rgba(248,198,79,.38);border-radius:8px;color:#fff}
.contact-section{background:linear-gradient(135deg,#102d66,#172554 55%,#7f1d1d);position:relative;overflow:hidden}.contact-section:before{content:"FINAL BOSS: CONTACT";position:absolute;right:18px;top:16px;color:rgba(248,198,79,.82);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;letter-spacing:.14em}.contact-section .btn{background:#fff;color:#111827;border-color:var(--rpg-gold)}.site-footer{color:var(--rpg-muted);border-top:4px solid rgba(248,198,79,.45);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
.checkout-card{background:#101827;border:4px solid var(--rpg-gold);border-radius:12px}.checkout-card input,.checkout-card textarea{background:#0b1020;border:2px solid rgba(248,198,79,.45);color:#fff;border-radius:7px}.checkout-close{border-radius:6px;background:var(--rpg-gold);color:#111827}.checkout-result{background:#0b1020;color:#fff;border:2px solid rgba(248,198,79,.4);border-radius:8px}
@media(max-width:1060px){.site-header{padding-right:122px;align-items:flex-start}.brand:after{display:none}.site-header nav{max-width:calc(100vw - 170px);overflow:auto}}
@media(max-width:760px){html{scroll-padding-top:20px}.site-header{position:relative;display:block;padding:66px 14px 12px}.site-header nav{max-width:100%;margin-top:12px;overflow:auto}.language-switcher{top:12px;right:12px}.hero{padding-top:74px}.hero:before{top:28px;left:18px}.section{padding-left:16px;padding-right:16px}.contact-section:before{position:static;display:inline-block;margin-bottom:12px}.products-grid,.proof-grid,.portfolio-grid,.authority-grid,.cert-grid,.career-summary,.credential-layout{grid-template-columns:1fr!important}}
@media(max-width:420px){.language-switcher select{max-width:132px}.site-header nav a{font-size:11px;padding:8px}.hero:before{font-size:10px}.wawan-card{padding:18px}.profile-card,.copy-block,.product-card,.portfolio-card,.proof-card,details,.contact-section,.wawan-card{border-width:3px}}

/* RPG refinement after visual QA */
.site-header{padding-right:150px}.language-switcher{right:24px}.site-header nav a{font-size:13px;padding:10px 13px}.hero{min-height:760px}.profile-card p,.social-mini a,.profile-card dt,.profile-card dd{font-size:14px}.social-mini{gap:10px}.section{padding-top:72px;padding-bottom:72px}@media(max-width:760px){.site-header{padding-right:14px}.language-switcher{right:14px}.hero{min-height:auto}.section{padding-top:56px;padding-bottom:56px}.site-header nav a{font-size:12px}.profile-card p,.social-mini a,.profile-card dt,.profile-card dd{font-size:13px}}

/* language selector micro-spacing */
.language-switcher{right:28px;top:18px}.language-switcher:before{top:-17px;right:8px}.language-switcher select{padding-right:36px}@media(max-width:760px){.language-switcher{right:16px;top:16px}}

/* Bright RPG background tuning */
:root{
  --rpg-bg:#dff4ff;
  --rpg-bg-2:#b8dcff;
  --rpg-ink:#f8fafc;
  --rpg-muted:#dbeafe;
}
body{
  background:
    linear-gradient(rgba(255,255,255,.22) 2px,transparent 2px),
    linear-gradient(90deg,rgba(255,255,255,.22) 2px,transparent 2px),
    radial-gradient(circle at 12% 8%,rgba(255,255,255,.86),transparent 19rem),
    radial-gradient(circle at 18% 70%,rgba(85,196,111,.34),transparent 20rem),
    radial-gradient(circle at 82% 18%,rgba(59,164,255,.38),transparent 22rem),
    radial-gradient(circle at 72% 82%,rgba(248,198,79,.32),transparent 21rem),
    linear-gradient(135deg,#eaf8ff 0%,#c7e8ff 34%,#b7d7ff 66%,#dff7e9 100%);
  background-size:28px 28px,28px 28px,auto,auto,auto,auto,auto;
}
body:before{
  opacity:.42;
  background:
    linear-gradient(45deg,transparent 48%,rgba(20,87,217,.13) 49%,rgba(20,87,217,.13) 51%,transparent 52%),
    radial-gradient(circle at 12% 70%,rgba(34,197,94,.30) 0 0.65rem,transparent .68rem),
    radial-gradient(circle at 72% 32%,rgba(14,165,233,.28) 0 .58rem,transparent .61rem),
    radial-gradient(circle at 88% 76%,rgba(248,198,79,.28) 0 .5rem,transparent .54rem);
}
body:after{opacity:.07;mix-blend-mode:multiply}.site-header{background:linear-gradient(180deg,rgba(15,23,42,.88),rgba(30,58,138,.72))}.hero:before,.brand:after,.language-switcher:before{filter:drop-shadow(0 2px 0 rgba(255,255,255,.28))}.profile-card,.copy-block,.product-card,.portfolio-card,.proof-card,details,.contact-section,.wawan-card,.authority-grid article,.career-summary article,.education-card,.cert-card,.timeline-card,.social-update-card{background:linear-gradient(180deg,rgba(30,41,59,.92),rgba(15,23,42,.94))}.trust-row span,.pill,.stock,.portfolio-note{background:rgba(15,23,42,.78)}

/* Bright background readability fix */
.hero-copy{position:relative;padding:22px;border-radius:14px;background:linear-gradient(90deg,rgba(15,23,42,.52),rgba(15,23,42,.22) 72%,transparent);box-shadow:none}.hero-copy .lead{color:#eef6ff;text-shadow:2px 2px 0 rgba(0,0,0,.45)}.hero-copy h1{text-shadow:4px 4px 0 rgba(0,0,0,.58),0 0 18px rgba(15,23,42,.30)}@media(max-width:760px){.hero-copy{padding:18px;background:rgba(15,23,42,.50)}}

/* Restore dark RPG background + brighten all readable text */
:root{
  --rpg-bg:#111827;
  --rpg-bg-2:#172554;
  --rpg-ink:#f8fafc;
  --rpg-muted:#e2e8f0;
}
body{
  background:
    linear-gradient(rgba(255,255,255,.035) 2px,transparent 2px),
    linear-gradient(90deg,rgba(255,255,255,.035) 2px,transparent 2px),
    radial-gradient(circle at 16% 10%,rgba(85,196,111,.25),transparent 18rem),
    radial-gradient(circle at 84% 14%,rgba(59,164,255,.25),transparent 19rem),
    radial-gradient(circle at 55% 88%,rgba(248,198,79,.20),transparent 20rem),
    linear-gradient(135deg,#09111f 0%,#111827 46%,#172554 100%);
  background-size:28px 28px,28px 28px,auto,auto,auto,auto;
}
body:before{
  opacity:.36;
  background:
    linear-gradient(45deg,transparent 48%,rgba(248,198,79,.18) 49%,rgba(248,198,79,.18) 51%,transparent 52%),
    radial-gradient(circle at 12% 70%,rgba(85,196,111,.30) 0 0.65rem,transparent .68rem),
    radial-gradient(circle at 72% 32%,rgba(59,164,255,.28) 0 .58rem,transparent .61rem),
    radial-gradient(circle at 88% 76%,rgba(224,43,63,.24) 0 .5rem,transparent .54rem);
  background-size:112px 112px,180px 180px,220px 220px,190px 190px;
}
body:after{opacity:.12;mix-blend-mode:overlay}.site-header{background:linear-gradient(180deg,rgba(8,13,25,.94),rgba(8,13,25,.76))}.hero-copy{background:linear-gradient(90deg,rgba(5,10,22,.34),rgba(5,10,22,.14) 72%,transparent);padding:22px;border-radius:14px}.hero-copy .lead,.lead{color:#f1f7ff!important;text-shadow:2px 2px 0 rgba(0,0,0,.62);font-size:clamp(19px,2.05vw,23px);line-height:1.68}.hero-copy h1,h1,h2,h3{color:#fff!important;text-shadow:4px 4px 0 rgba(0,0,0,.62),0 0 18px rgba(15,23,42,.35)}.eyebrow,.card-label,.timeline-company,.cert-card span{color:#ffe28a!important;text-shadow:2px 2px 0 #000;font-size:13px}.site-header nav a{color:#f8fafc!important;font-size:14px;font-weight:850}.brand{font-size:16px}.brand:after{font-size:12px}.language-switcher select{color:#fff!important;font-size:13px;font-weight:900}.language-switcher:before{font-size:10px;color:#ffe28a}.trust-row span,.pill,.stock,.portfolio-note{color:#f8fafc!important;background:rgba(6,12,26,.88)!important;font-size:14px;padding:9px 13px}.pill{color:#93e7ff!important}.stock{color:#a7f3d0!important}.profile-card p,.copy-block,.product-card p,.portfolio-card p,.proof-card p,details p,.section-heading p:not(.eyebrow),.authority-grid span,.career-summary span,.timeline-card small,.wawan-copy p:not(.eyebrow):not(.lead){color:#e7eefb!important;font-size:18px;line-height:1.72}.profile-card dt,.social-mini a span,.contact-links a span,.custom-public-field span{color:#cfe0ff!important;font-size:13px;font-weight:800}.profile-card dd,.social-mini a strong,.contact-links a strong,.custom-public-field strong,.custom-public-field a{color:#ffe28a!important;font-size:14px}.social-mini a{min-height:44px}.btn{font-size:14px;letter-spacing:.05em}.product-bottom strong,.timeline-card p,.education-card p,.authority-grid strong{color:#fff!important}.profile-card,.copy-block,.product-card,.portfolio-card,.proof-card,details,.contact-section,.wawan-card,.authority-grid article,.career-summary article,.education-card,.cert-card,.timeline-card,.social-update-card{background:linear-gradient(180deg,rgba(24,34,56,.96),rgba(13,20,35,.98))!important}@media(max-width:760px){.hero-copy{background:rgba(5,10,22,.42)}.site-header nav a{font-size:12px}.profile-card p,.copy-block,.product-card p,.portfolio-card p,.proof-card p,details p,.section-heading p:not(.eyebrow){font-size:16px}.lead{font-size:18px!important}}

/* Micro-label readability polish */
.hero:before{font-size:13px;letter-spacing:.11em}.profile-card:before{font-size:11px;letter-spacing:.10em}.language-switcher:before{font-size:11px;letter-spacing:.10em}.site-footer{font-size:14px;color:#e2e8f0}.site-footer a{color:#ffe28a;font-weight:900}.section-heading p:not(.eyebrow),.hero-copy .lead,.profile-card p{color:#f1f7ff!important}@media(max-width:760px){.hero:before{font-size:11px}.profile-card:before{font-size:10px}.language-switcher:before{font-size:10px}}

/* Tidy dark RPG layout pass */
body{overflow-x:hidden}.site-header{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:13px 132px 13px 22px}.site-header nav{justify-self:end;max-width:min(760px,calc(100vw - 390px));overflow-x:auto;scrollbar-width:none}.site-header nav::-webkit-scrollbar{display:none}.site-header nav a{white-space:nowrap;font-size:12px!important;padding:9px 11px}.language-switcher{top:16px;right:22px}.section{max-width:var(--max);padding-top:56px;padding-bottom:56px}.hero.section{grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:42px;align-items:start;min-height:auto!important;padding-top:86px;padding-bottom:48px}.hero-copy{padding:20px 22px;background:linear-gradient(90deg,rgba(5,10,22,.46),rgba(5,10,22,.18) 74%,transparent)}.hero-copy h1{font-size:clamp(38px,4.7vw,62px)!important;line-height:1.07!important;letter-spacing:-.045em;max-width:740px}.hero-copy .lead{font-size:clamp(16px,1.45vw,19px)!important;line-height:1.62!important;max-width:650px;margin-top:20px}.hero-actions{margin-top:26px}.trust-row{margin-top:22px}.profile-card{padding:26px!important}.profile-card .avatar{width:82px;height:82px}.profile-card h2{font-size:clamp(28px,3vw,40px)!important}.profile-card p{font-size:15px!important;line-height:1.62!important}.profile-card dl{gap:8px;margin-top:20px}.profile-card dl div{padding-top:10px}.profile-card dt,.profile-card dd{font-size:13px!important}.social-mini{grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}.social-mini a{min-height:38px;padding:8px 9px;font-size:12px}.social-mini a strong{font-size:12px!important}.section-heading{margin-bottom:22px}.section-heading p:not(.eyebrow),.copy-block,.product-card p,.portfolio-card p,.proof-card p,details p,.authority-grid span,.career-summary span,.timeline-card small,.wawan-copy p:not(.eyebrow):not(.lead){font-size:16px!important;line-height:1.65!important}.copy-block{padding:24px}.career-summary,.products-grid,.proof-grid,.portfolio-grid,.authority-grid,.cert-grid{gap:16px}.timeline{gap:12px}.timeline-card{padding:16px 18px}.timeline-card h3{font-size:20px!important;line-height:1.14}.timeline:before{bottom:18px}.site-footer{margin-top:26px;padding-top:24px;padding-bottom:34px}.reveal{opacity:1;transform:none;transition:none}@media(max-width:1060px){.site-header{grid-template-columns:1fr;padding-right:128px}.site-header nav{justify-self:start;max-width:calc(100vw - 174px)}}@media(max-width:760px){.site-header{display:block;padding:62px 14px 12px}.site-header nav{max-width:100%;margin-top:12px}.language-switcher{top:14px;right:14px}.section{padding-top:44px;padding-bottom:44px}.hero.section{grid-template-columns:1fr;padding-top:70px;gap:28px}.hero-copy{padding:17px}.hero-copy h1{font-size:clamp(34px,10vw,48px)!important}.hero-copy .lead{font-size:16px!important}.social-mini{grid-template-columns:1fr}.profile-card{padding:22px!important}.copy-block{padding:20px}.site-footer{padding-left:16px;padding-right:16px}}@media(max-width:420px){.site-header nav a{font-size:11px!important;padding:8px}.hero:before{left:16px;top:26px}.btn{width:100%}.trust-row span{font-size:12px!important}.profile-card:before{left:14px}}

/* Tidy pass 2: compact header + readable status links + dark embeds */
.site-header{padding-right:148px}.language-switcher{right:30px}.profile-card{max-width:390px}.social-mini a{align-items:flex-start;justify-content:center;flex-direction:column;gap:3px;min-width:0}.social-mini a span,.social-mini a strong{text-align:left;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.social-mini a strong{line-height:1.25}.embed-shell{background:linear-gradient(180deg,rgba(11,16,32,.95),rgba(15,23,42,.96))!important;border:2px dashed rgba(248,198,79,.38)!important;color:#e2e8f0}.embed-shell:empty:before{content:"Preview sosial sedang dimuat";font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#ffe28a;font-weight:800}.social-updates-grid:has(.social-update-card:first-child:last-child){grid-template-columns:minmax(0,680px)}.embed-shell iframe.instagram-media{display:none!important}.embed-shell:has(iframe.instagram-media):before,.embed-shell:has(.instagram-media):before{content:"Preview Instagram dibuka lewat tombol di bawah";display:block;text-align:center;padding:26px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#ffe28a;font-weight:850;line-height:1.45}.embed-shell:has(iframe.instagram-media),.embed-shell:has(.instagram-media){min-height:108px!important}@media(max-width:1060px){.site-header{padding-right:136px}.language-switcher{right:20px}}@media(max-width:760px){.site-header{padding-right:14px}.language-switcher{right:14px}.profile-card{max-width:none}.social-updates-grid:has(.social-update-card:first-child:last-child){grid-template-columns:1fr}}

/* Final readability pass: remove dark-blue text on RPG dark cards */
.timeline-card p,
.education-card p,
.cert-card p,
.portfolio-year,
.product-bottom strong,
.authority-grid strong,
.profile-card dd,
.social-mini a strong,
.contact-links a strong,
.custom-public-field strong,
.custom-public-field a{
  color:#ffe28a!important;
  text-shadow:2px 2px 0 rgba(0,0,0,.72);
}

.timeline-card small,
.education-card small,
.cert-card small,
.portfolio-card small,
.product-bottom small,
.social-update-head time,
.product-card li,
.portfolio-card li,
.product-card p,
.portfolio-card p,
.proof-card p,
details p,
.copy-block,
.section-heading p:not(.eyebrow),
.authority-grid span,
.career-summary span,
.wawan-copy p:not(.eyebrow):not(.lead),
.profile-card p{
  color:#e8f2ff!important;
  text-shadow:1px 1px 0 rgba(0,0,0,.52);
}

.career-summary strong,
.cert-card span,
.timeline-company,
.card-label,
.education-card .eyebrow,
.portfolio-meta .pill,
.product-meta .pill,
.social-update-head .pill{
  color:#93e7ff!important;
  text-shadow:2px 2px 0 rgba(0,0,0,.72);
}

.profile-card dt,
.social-mini a span,
.contact-links a span,
.custom-public-field span,
.product-bottom small,
.cert-card small,
.education-card small{
  color:#cfe8ff!important;
  font-weight:800;
}

.product-card ul,
.portfolio-card ul{
  color:#e8f2ff!important;
}

.product-card li::marker,
.portfolio-card li::marker{
  color:#ffe28a;
}



/* Content posts / own-web publishing */
.content-posts-section[hidden]{display:none}.content-posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.content-post-card{background:rgba(255,255,255,.86);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 16px 50px rgba(20,87,217,.08);overflow:hidden;display:flex;flex-direction:column;min-width:0}.content-post-card img,.post-art{height:180px;width:100%;object-fit:cover;background:linear-gradient(145deg,var(--blue-dark),var(--blue) 54%,var(--red));display:grid;place-items:center;color:#fff;font-weight:950;font-size:28px;letter-spacing:.08em}.content-post-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.content-post-body h3{margin:0;color:var(--blue-dark)}.content-post-body p{color:var(--muted);line-height:1.65;margin:0}.article-page{background:linear-gradient(180deg,#f7fbff,#eef5ff)}.article-header{position:sticky}.article-shell{max-width:900px}.article-card{background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:34px;box-shadow:var(--shadow);padding:34px}.article-card h1{font-size:clamp(34px,5vw,62px);line-height:1.02;margin:8px 0 16px;color:var(--blue-dark)}.article-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);margin-bottom:22px}.article-tags{display:flex;gap:8px;flex-wrap:wrap}.article-tags span{border:1px solid var(--line);border-radius:999px;padding:5px 9px;background:#fff;font-size:12px}.post-cover{width:100%;max-height:420px;object-fit:cover;border-radius:24px;margin:8px 0 22px}.article-content{font-size:18px;line-height:1.82;color:var(--ink)}.article-content h2,.article-content h3{color:var(--blue-dark);margin-top:30px}.article-content p{margin:0 0 18px}.article-content ul{padding-left:24px}.threads-draft{margin-top:28px;border:1px dashed rgba(20,87,217,.35);border-radius:22px;padding:18px;background:rgba(20,87,217,.06)}.threads-draft p{white-space:pre-wrap;color:var(--muted)}.article-back{margin-top:30px}.article-back a{font-weight:850;color:var(--blue)}
@media(max-width:900px){.content-posts-grid{grid-template-columns:1fr}.article-card{padding:24px}}


/* Rich article content rendering */
.article-content a{color:var(--blue);font-weight:850;text-decoration:underline;text-underline-offset:3px}.article-content strong,.article-content b{font-weight:900;color:var(--blue-dark)}.article-content em,.article-content i{font-style:italic}.article-content u{text-decoration-thickness:2px;text-underline-offset:3px}.article-content s,.article-content strike{text-decoration-thickness:2px}.article-content blockquote{margin:24px 0;padding:18px 22px;border-left:5px solid var(--gold);border-radius:18px;background:rgba(248,198,79,.14);color:var(--blue-dark);font-weight:750}.article-content hr{border:0;height:2px;background:linear-gradient(90deg,transparent,var(--blue),var(--gold),transparent);margin:30px 0}.article-content img{display:block;max-width:100%;height:auto;border-radius:22px;margin:22px auto;box-shadow:0 18px 48px rgba(20,87,217,.12)}.article-content iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:22px;margin:22px auto;box-shadow:0 18px 48px rgba(20,87,217,.12);background:#0b1020}.article-content pre{overflow:auto;padding:18px;border-radius:18px;background:#0b1020;color:#e5eefc}.article-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.article-content .ql-align-center{text-align:center}.article-content .ql-align-right{text-align:right}.article-content .ql-align-justify{text-align:justify}.article-content .ql-size-small{font-size:.82em}.article-content .ql-size-large{font-size:1.28em}.article-content .ql-size-huge{font-size:1.7em;line-height:1.35}.article-content .ql-font-serif{font-family:Georgia,'Times New Roman',serif}.article-content .ql-font-monospace{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.article-content ol,.article-content ul{margin:0 0 20px;padding-left:28px}.article-content li{margin:7px 0}.article-content h1{font-size:2.1em}.article-content h2{font-size:1.65em}.article-content h3{font-size:1.35em}


/* Respect editor media width attributes while staying responsive */
.article-content img[width]{width:auto;max-width:100%;height:auto}.article-content iframe[width]{width:auto;max-width:100%;height:auto;aspect-ratio:16/9}.article-content iframe:not([width]){width:100%;max-width:100%;aspect-ratio:16/9}.article-content img:not([width]){max-width:100%;height:auto}


/* FINAL REVAMP 2026-05-17: modern dark portfolio inspired by supplied reference */
:root{
  --portfolio-bg:#0f1117;
  --portfolio-bg-2:#1f232b;
  --portfolio-panel:#23262d;
  --portfolio-panel-soft:rgba(35,38,45,.78);
  --portfolio-card:#20242c;
  --portfolio-text:#f7f7f4;
  --portfolio-muted:#b7bdc9;
  --portfolio-line:rgba(255,255,255,.10);
  --portfolio-yellow:#ffc533;
  --portfolio-yellow-2:#ffb11a;
  --portfolio-green:#40df8a;
  --portfolio-cyan:#7dd3fc;
  --portfolio-purple:#8b5cf6;
  --portfolio-red:#ff5c7a;
  --shadow:0 28px 90px rgba(0,0,0,.34);
  --radius:28px;
}
body{
  color:var(--portfolio-text)!important;
  background:
    radial-gradient(circle at 72% 20%,rgba(64,223,138,.18),transparent 22rem),
    radial-gradient(circle at 20% 18%,rgba(125,211,252,.10),transparent 20rem),
    linear-gradient(180deg,#0b0d12 0%,#141821 46%,#0d1016 100%)!important;
  background-size:auto!important;
}
body:before,body:after{display:none!important}
.site-header{
  position:sticky!important;top:0;z-index:90;
  max-width:min(1180px,calc(100% - 32px))!important;width:auto!important;margin:14px auto 0!important;padding:10px 12px!important;
  border:1px solid rgba(255,255,255,.10)!important;border-radius:20px!important;
  background:rgba(24,27,34,.72)!important;backdrop-filter:blur(22px)!important;
  box-shadow:0 18px 60px rgba(0,0,0,.28)!important;
}
.brand{gap:10px!important;color:#fff!important;text-shadow:none!important;font-size:14px!important;white-space:nowrap!important}
.brand:after{display:none!important}
.brand-mark{
  width:34px!important;height:34px!important;border-radius:12px!important;border:0!important;outline:0!important;
  background:linear-gradient(135deg,var(--portfolio-green),#2bd4ff)!important;color:#081017!important;
  box-shadow:0 10px 28px rgba(64,223,138,.24)!important;font-size:13px!important;
}
.site-header nav{
  border:0!important;background:transparent!important;box-shadow:none!important;border-radius:999px!important;padding:0!important;gap:4px!important;
  flex:1!important;justify-content:center!important;min-width:0!important;
}
.site-header nav a{
  color:#dce3ec!important;border-radius:999px!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;
  font-size:12px!important;font-weight:750!important;text-transform:none!important;letter-spacing:0!important;padding:9px 10px!important;
}
.site-header nav a:hover,.site-header nav a:focus-visible{background:rgba(255,197,51,.16)!important;color:#fff!important;box-shadow:none!important;outline:none!important}
.language-switcher{
  position:static!important;right:auto!important;top:auto!important;z-index:auto!important;padding:4px!important;
  border:1px solid rgba(255,197,51,.42)!important;border-radius:15px!important;background:rgba(11,13,18,.72)!important;
  box-shadow:0 10px 30px rgba(0,0,0,.22)!important;margin-left:auto!important;flex:0 0 auto!important;
}
.language-switcher:before{display:none!important}
.language-switcher select{
  color:#fff!important;background-color:#151922!important;border-radius:12px!important;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:12px!important;font-weight:850!important;text-transform:none!important;
  padding:9px 30px 9px 11px!important;background-image:linear-gradient(45deg,transparent 50%,var(--portfolio-yellow) 50%),linear-gradient(135deg,var(--portfolio-yellow) 50%,transparent 50%)!important;
}
.section{max-width:1180px!important;padding:82px 24px!important}.hero{
  min-height:calc(100vh - 106px)!important;display:grid!important;grid-template-columns:minmax(0,1.02fr) minmax(360px,.86fr)!important;
  gap:38px!important;align-items:center!important;padding-top:54px!important;
}
.hero:before{display:none!important}
.hero-copy{position:relative;z-index:2}.eyebrow{
  color:var(--portfolio-green)!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;
  text-shadow:none!important;letter-spacing:.14em!important;font-size:11px!important;font-weight:850!important;
}
h1,h2,h3{color:#fff!important;text-shadow:none!important;letter-spacing:-.045em!important}.hero h1{
  max-width:760px!important;font-size:clamp(48px,6.6vw,82px)!important;line-height:.96!important;margin-top:12px!important;
}
.lead{color:var(--portfolio-muted)!important;font-size:clamp(17px,1.8vw,20px)!important;line-height:1.68!important;max-width:650px!important}.hero-actions{gap:12px!important;margin-top:30px!important}.btn{
  min-height:47px!important;border-radius:13px!important;border:1px solid rgba(255,197,51,.62)!important;
  background:linear-gradient(180deg,var(--portfolio-yellow),var(--portfolio-yellow-2))!important;color:#111317!important;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;text-transform:none!important;letter-spacing:0!important;font-weight:900!important;
  box-shadow:0 14px 38px rgba(255,197,51,.20)!important;
}
.btn:hover{transform:translateY(-2px)!important;background:#ffdb6d!important;color:#111317!important;box-shadow:0 18px 44px rgba(255,197,51,.25)!important}.btn.secondary,.secondary-action{
  background:rgba(255,255,255,.06)!important;color:#fff!important;border-color:rgba(255,255,255,.16)!important;box-shadow:none!important;
}
.btn.small,.checkout-btn{background:linear-gradient(180deg,#42e59a,#13b86e)!important;border-color:rgba(64,223,138,.52)!important;color:#07120d!important;box-shadow:0 12px 28px rgba(64,223,138,.18)!important}.trust-row{margin-top:24px!important;gap:9px!important}.trust-row span,.pill,.stock,.portfolio-note{
  border:1px solid rgba(255,255,255,.12)!important;background:rgba(255,255,255,.06)!important;color:#e8eef8!important;
  border-radius:999px!important;box-shadow:none!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:12px!important;
}
.hero-panel{min-height:520px!important;display:grid!important;place-items:center!important;position:relative!important}.hero-panel:before{
  content:"";position:absolute;width:min(470px,88%);aspect-ratio:1;border-radius:999px;background:conic-gradient(from 210deg,transparent 0 18%,var(--portfolio-green) 18% 79%,transparent 79% 100%);
  filter:drop-shadow(0 22px 70px rgba(64,223,138,.24));transform:rotate(-8deg);z-index:0;
}
.hero-panel:after{content:"";position:absolute;width:min(340px,64%);aspect-ratio:1;border-radius:999px;background:#171b22;z-index:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.05)}
.profile-card{
  position:relative!important;z-index:2!important;width:min(390px,100%)!important;min-height:470px!important;padding:32px 28px 24px!important;
  display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;overflow:visible!important;
  background:linear-gradient(180deg,rgba(37,41,50,.82),rgba(23,27,35,.90))!important;border:1px solid rgba(255,255,255,.12)!important;
  border-radius:32px!important;box-shadow:0 30px 95px rgba(0,0,0,.34)!important;backdrop-filter:blur(12px)!important;
}
.profile-card:before{content:"CREATIVE OPERATOR"!important;top:-15px!important;left:50%!important;transform:translateX(-50%)!important;background:#11151c!important;color:var(--portfolio-yellow)!important;border:1px solid rgba(255,197,51,.44)!important;border-radius:999px!important;font-family:Inter,ui-sans-serif,system-ui,sans-serif!important;font-size:10px!important;letter-spacing:.12em!important;white-space:nowrap!important;box-shadow:0 10px 24px rgba(0,0,0,.24)!important}.profile-card .avatar{
  width:188px!important;height:188px!important;border-radius:999px!important;border:6px solid rgba(64,223,138,.72)!important;outline:14px solid rgba(64,223,138,.16)!important;
  box-shadow:0 26px 70px rgba(64,223,138,.18),0 18px 55px rgba(0,0,0,.30)!important;background:#11151c!important;
}
.profile-card .avatar img{object-fit:cover!important;object-position:center!important}.profile-card .card-label{margin:24px 0 8px!important;color:var(--portfolio-yellow)!important}.profile-card h2{font-size:clamp(28px,3vw,36px)!important}.profile-card p{color:#d5dce8!important}.profile-card dl{width:100%!important;grid-template-columns:repeat(3,1fr)!important;display:grid!important;gap:8px!important;margin-top:18px!important}.profile-card dl div{display:grid!important;gap:5px!important;justify-content:center!important;border:1px solid rgba(255,255,255,.10)!important;background:rgba(255,255,255,.05)!important;border-radius:16px!important;padding:11px 8px!important}.profile-card dt{color:#98a2b3!important;font-size:11px!important}.profile-card dd{color:#fff!important;font-size:12px!important}.hero .social-mini{grid-template-columns:repeat(2,1fr)!important;width:100%!important;margin-top:18px!important}.hero .social-mini a{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.10)!important;color:#d8e0ec!important;border-radius:16px!important;min-height:43px!important}.hero .social-mini a strong{color:#fff!important}.hero .social-mini a:nth-child(n+5){display:none!important}.hero-orbit{position:absolute;inset:0;z-index:4;pointer-events:none}.orbit-chip{position:absolute;display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#1b2029;border:1px solid rgba(255,255,255,.12);box-shadow:0 16px 40px rgba(0,0,0,.35);font-weight:950}.orbit-chip-figma{left:9%;top:16%;color:#ff7a59}.orbit-chip-ps{right:8%;top:20%;color:#8dd3ff}.orbit-chip-ai{left:4%;bottom:27%;color:#ffc533}.orbit-chip-sketch{right:5%;bottom:29%;background:var(--portfolio-yellow);color:#16181f}.section-heading{max-width:820px!important}.section-heading h2{font-size:clamp(34px,4vw,54px)!important}.section-heading p:not(.eyebrow),.copy-block,.product-card p,.portfolio-card p,.proof-card p,details p,.authority-grid span,.career-summary span,.timeline-card small,.wawan-copy p:not(.eyebrow):not(.lead){color:var(--portfolio-muted)!important}.profile-card,.copy-block,.product-card,.portfolio-card,.proof-card,details,.contact-section,.wawan-card,.authority-grid article,.career-summary article,.education-card,.cert-card,.timeline-card,.social-update-card,.content-post-card{
  background:linear-gradient(180deg,rgba(35,39,49,.88),rgba(23,27,35,.94))!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:24px!important;
  box-shadow:0 18px 60px rgba(0,0,0,.22)!important;
}
.product-card.is-featured,.portfolio-card.is-featured{outline:1px solid rgba(64,223,138,.42)!important;box-shadow:0 22px 76px rgba(64,223,138,.10)!important}.product-art,.portfolio-art,.wawan-mark{background:linear-gradient(145deg,#151a22,#233044 45%,rgba(64,223,138,.72))!important;border:1px solid rgba(255,255,255,.10)!important;border-radius:22px!important;box-shadow:none!important}.product-art:after{border-color:rgba(64,223,138,.18)!important}.portfolio-year,.product-bottom strong,.timeline-card p,.education-card p,.cert-card p{color:var(--portfolio-yellow)!important;text-shadow:none!important}.timeline-company,.card-label,.cert-card span,.career-summary strong,.authority-grid strong{color:var(--portfolio-green)!important;text-shadow:none!important}.timeline:before{background:linear-gradient(var(--portfolio-green),rgba(255,255,255,.10))!important}.timeline-dot{background:var(--portfolio-green)!important;border-color:#0e1218!important;box-shadow:0 0 0 5px rgba(64,223,138,.16)!important}.contact-section{background:linear-gradient(135deg,#20242d,#16201d 58%,rgba(64,223,138,.16))!important;align-items:center!important}.contact-section .eyebrow{background:rgba(255,197,51,.12)!important;color:var(--portfolio-yellow)!important}.contact-links a,.custom-public-field{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.12)!important;border-radius:18px!important}.site-footer{border-color:rgba(255,255,255,.10)!important;color:var(--portfolio-muted)!important}.reveal{opacity:1!important;transform:none!important}
@media(max-width:1050px){.site-header{align-items:center!important;flex-wrap:wrap!important;padding-right:12px!important}.site-header nav{order:3;flex-basis:100%!important;justify-content:flex-start!important;overflow:auto!important;padding-bottom:2px!important}.language-switcher{margin-left:0!important}.hero{grid-template-columns:1fr!important;gap:24px!important}.hero-panel{min-height:500px!important}.hero h1{font-size:clamp(42px,9vw,68px)!important}}
@media(max-width:620px){.site-header{position:sticky!important;top:8px!important;margin-top:8px!important;max-width:calc(100% - 16px)!important}.brand span[data-brand-name]{max-width:150px;overflow:hidden;text-overflow:ellipsis}.site-header nav a{font-size:11px!important;padding:8px 9px!important}.section{padding:62px 18px!important}.hero{padding-top:36px!important;min-height:auto!important}.hero-actions .btn{width:100%!important}.trust-row span{flex:1 1 auto;text-align:center}.hero-panel{min-height:420px!important}.profile-card{width:100%!important;min-height:auto!important}.profile-card .avatar{width:154px!important;height:154px!important}.profile-card dl{grid-template-columns:1fr!important}.hero .social-mini{grid-template-columns:1fr!important}.orbit-chip{width:42px;height:42px;border-radius:14px;font-size:12px}.orbit-chip-figma{left:2%;top:12%}.orbit-chip-ps{right:1%;top:14%}.orbit-chip-ai{left:0;bottom:22%}.orbit-chip-sketch{right:1%;bottom:25%}.products-grid,.portfolio-grid,.proof-grid,.authority-grid,.career-summary,.credential-layout,.cert-grid,.social-updates-grid{grid-template-columns:1fr!important}.contact-section{flex-direction:column!important;align-items:flex-start!important}.language-switcher select{max-width:none!important;width:auto!important}}


/* FINAL REVAMP PATCH: keep language selector clearly top-right */
.language-switcher{
  position:fixed!important;right:18px!important;top:18px!important;z-index:120!important;margin-left:0!important;
  padding:4px!important;border:1px solid rgba(255,197,51,.46)!important;border-radius:15px!important;
  background:rgba(11,13,18,.86)!important;backdrop-filter:blur(18px)!important;
  box-shadow:0 12px 34px rgba(0,0,0,.34)!important;
}
.site-header{padding-right:96px!important}
@media(max-width:1050px){.language-switcher{right:14px!important;top:14px!important}.site-header{padding-right:88px!important}}
@media(max-width:620px){.language-switcher{right:12px!important;top:12px!important}.language-switcher select{font-size:11px!important;padding:8px 28px 8px 10px!important}.site-header{padding-right:74px!important}}


/* FINAL REVAMP PATCH: avoid nav overlap with fixed language pill */
.site-header{padding-right:138px!important}
.site-header nav{padding-right:8px!important}
.site-header nav a{font-size:11.5px!important;padding-left:8px!important;padding-right:8px!important}
@media(max-width:1050px){.site-header{padding-right:92px!important}.site-header nav a{font-size:11px!important;padding-left:8px!important;padding-right:8px!important}}
@media(max-width:620px){.site-header{padding-right:78px!important}}


/* FINAL MOBILE TIDY 2026-05-17: clean language selector and remove noisy orbit chips */
.hero-orbit,
.orbit-chip{
  display:none!important;
}
.language-switcher{
  width:auto!important;
  min-width:0!important;
  padding:2px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,197,51,.55)!important;
  background:rgba(16,19,26,.92)!important;
  box-shadow:0 10px 28px rgba(0,0,0,.26)!important;
}
.language-switcher select{
  appearance:none!important;
  -webkit-appearance:none!important;
  width:auto!important;
  min-width:58px!important;
  height:34px!important;
  line-height:34px!important;
  border:0!important;
  border-radius:999px!important;
  color:#101318!important;
  background-color:var(--portfolio-yellow)!important;
  background-image:
    linear-gradient(45deg,transparent 50%,#111318 50%),
    linear-gradient(135deg,#111318 50%,transparent 50%)!important;
  background-position:calc(100% - 16px) 14px,calc(100% - 11px) 14px!important;
  background-size:5px 5px,5px 5px!important;
  background-repeat:no-repeat!important;
  padding:0 25px 0 13px!important;
  font-size:11px!important;
  font-weight:900!important;
  text-align:left!important;
  box-shadow:none!important;
}
.site-header{padding-right:88px!important}
.site-header nav{padding-right:0!important}
@media(max-width:1050px){
  .site-header{padding-right:86px!important}
  .language-switcher{position:absolute!important;right:12px!important;top:10px!important;z-index:5!important}
}
@media(max-width:620px){
  .site-header{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    padding:10px 10px 12px!important;
    padding-right:82px!important;
    overflow:hidden!important;
  }
  .brand{min-height:36px!important;max-width:calc(100% - 6px)!important;opacity:1!important;filter:none!important}
  .brand span[data-brand-name]{max-width:142px!important;color:#f4f7fb!important;opacity:.96!important}
  .brand-mark{width:30px!important;height:30px!important;border-radius:10px!important;font-size:11px!important}
  .language-switcher{right:10px!important;top:10px!important;padding:2px!important}
  .language-switcher select{min-width:54px!important;height:31px!important;line-height:31px!important;font-size:10px!important;padding-left:11px!important;padding-right:23px!important;background-position:calc(100% - 14px) 13px,calc(100% - 9px) 13px!important}
  .site-header nav{
    order:3!important;
    flex:0 0 100%!important;
    width:100%!important;
    margin-top:6px!important;
    padding:6px 0 0!important;
    gap:8px!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
  }
  .site-header nav::-webkit-scrollbar{display:none!important}
  .site-header nav a{font-size:11px!important;padding:8px 9px!important;white-space:nowrap!important;flex:0 0 auto!important}
  .hero-panel{overflow:hidden!important;padding-inline:0!important}
  .profile-card{overflow:hidden!important}
}


/* FINAL MOBILE HEADER BALANCE 2026-05-17: full-width nav, compact language, no floating chips */
.hero-orbit,
.hero-orbit *,
.orbit-chip,
.orbit-chip-figma,
.orbit-chip-ps,
.orbit-chip-ai,
.orbit-chip-sketch{
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}
@media(max-width:620px){
  .site-header{
    width:calc(100% - 16px)!important;
    max-width:calc(100% - 16px)!important;
    margin:8px auto 0!important;
    padding:9px 10px 10px!important;
    padding-right:10px!important;
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:8px!important;
    overflow:visible!important;
  }
  .brand{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0!important;
    max-width:100%!important;
    padding-right:0!important;
  }
  .brand span[data-brand-name]{
    max-width:185px!important;
    opacity:1!important;
    color:#f5f7fb!important;
  }
  .language-switcher{
    position:static!important;
    grid-column:2!important;
    grid-row:1!important;
    justify-self:end!important;
    align-self:center!important;
    right:auto!important;
    top:auto!important;
    width:auto!important;
    margin:0!important;
    transform:none!important;
  }
  .language-switcher select{
    min-width:56px!important;
    height:32px!important;
    line-height:32px!important;
  }
  .site-header nav{
    grid-column:1 / -1!important;
    grid-row:2!important;
    order:initial!important;
    width:calc(100% + 2px)!important;
    max-width:none!important;
    flex-basis:auto!important;
    margin:4px -1px 0!important;
    padding:9px 2px 0!important;
    display:flex!important;
    justify-content:space-between!important;
    gap:6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scroll-snap-type:x proximity!important;
    border-top:1px solid rgba(255,255,255,.07)!important;
  }
  .site-header nav a{
    flex:0 0 auto!important;
    scroll-snap-align:start!important;
    font-size:10.6px!important;
    padding:8px 8px!important;
    border-radius:999px!important;
  }
  .hero-panel:before,
  .hero-panel:after{
    pointer-events:none!important;
  }
}
@media(max-width:420px){
  .brand span[data-brand-name]{max-width:154px!important}
  .site-header nav{justify-content:flex-start!important;gap:8px!important}
  .site-header nav a{font-size:10.8px!important;padding:8px 9px!important}
}


/* FINAL SOCIAL EMBED 2026-05-17: show Instagram post preview instead of forced fallback */
.embed-shell{
  min-height:180px!important;
  display:block!important;
  overflow:hidden!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(11,16,32,.95),rgba(15,23,42,.96))!important;
}
.embed-shell:has(iframe.instagram-media):before,
.embed-shell:has(.instagram-media):before{
  content:none!important;
  display:none!important;
  padding:0!important;
}
.embed-shell iframe.instagram-media,
.embed-shell iframe[src*="instagram.com"]{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0 auto!important;
  border:0!important;
  border-radius:18px!important;
  background:#fff!important;
}
.embed-shell blockquote.instagram-media{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0 auto!important;
  background:#fff!important;
  border:0!important;
  border-radius:18px!important;
  color:#111!important;
}
.embed-shell .instagram-media a{color:#111!important}
.social-update-card .social-fallback{margin-top:2px!important}
@media(max-width:620px){
  .embed-shell{min-height:260px!important;border-radius:18px!important}
  .embed-shell iframe.instagram-media,
  .embed-shell iframe[src*="instagram.com"],
  .embed-shell blockquote.instagram-media{border-radius:16px!important}
}


/* FINAL SOCIAL PREVIEW CARD 2026-05-17: local Instagram thumbnail when official iframe is blank/blocked */
.instagram-preview-card{
  display:grid!important;
  grid-template-columns:minmax(0,220px) minmax(0,1fr)!important;
  gap:18px!important;
  align-items:center!important;
  width:100%!important;
  min-height:240px!important;
  padding:16px!important;
  color:#fff!important;
  text-decoration:none!important;
  background:linear-gradient(135deg,rgba(18,24,38,.94),rgba(27,34,48,.92))!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:20px!important;
}
.instagram-preview-card img{
  display:block!important;
  width:100%!important;
  max-height:360px!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 20px 44px rgba(0,0,0,.28)!important;
  background:#111!important;
}
.instagram-preview-card span{display:grid!important;gap:8px!important;min-width:0!important}
.instagram-preview-card strong{font-size:clamp(20px,2.3vw,30px)!important;line-height:1.08!important;color:#fff!important;letter-spacing:-.035em!important}
.instagram-preview-card small{font-size:13px!important;color:var(--portfolio-yellow)!important;font-weight:900!important}
.instagram-preview-card:hover{transform:translateY(-2px)!important;border-color:rgba(64,223,138,.44)!important;box-shadow:0 18px 54px rgba(64,223,138,.12)!important}
.embed-shell:has(.instagram-preview-card){min-height:auto!important;padding:0!important;border:0!important;background:transparent!important;overflow:visible!important}
@media(max-width:620px){
  .instagram-preview-card{grid-template-columns:1fr!important;min-height:0!important;padding:12px!important;gap:12px!important}
  .instagram-preview-card img{max-height:none!important;width:min(100%,260px)!important;justify-self:center!important}
  .instagram-preview-card strong{font-size:22px!important;text-align:center!important}
  .instagram-preview-card small{text-align:center!important}
}

/* PARALLAX SCROLL 2026-05-22: subtle, lightweight depth for AdityaSetiawan.com */
body.parallax-ready{
  --parallax-bg-slow:0px;
  --parallax-bg-soft:0px;
  --parallax-glow:0px;
  --parallax-hero-offset:0px;
  --parallax-ring-offset:0px;
  --parallax-inner-offset:0px;
  --parallax-profile-offset:0px;
}
body.parallax-ready:before{
  transform:translate3d(0,var(--parallax-bg-slow),0)!important;
  will-change:transform!important;
}
body.parallax-ready:after{
  transform:translate3d(0,var(--parallax-bg-soft),0)!important;
  will-change:transform!important;
}
body.parallax-ready .hero{
  isolation:isolate!important;
  overflow:hidden!important;
}
body.parallax-ready .hero:after{
  content:""!important;
  position:absolute!important;
  inset:9% -8% auto auto!important;
  width:min(42vw,520px)!important;
  aspect-ratio:1!important;
  border-radius:999px!important;
  z-index:0!important;
  pointer-events:none!important;
  background:radial-gradient(circle,rgba(64,223,138,.18),rgba(255,197,51,.10) 38%,transparent 68%)!important;
  filter:blur(6px)!important;
  transform:translate3d(0,var(--parallax-glow),0)!important;
  will-change:transform!important;
}
body.parallax-ready .hero-copy{
  transform:translate3d(0,var(--parallax-hero-offset),0)!important;
  will-change:transform!important;
}
body.parallax-ready .hero-panel:before{
  transform:translate3d(0,var(--parallax-ring-offset),0) rotate(-8deg)!important;
  will-change:transform!important;
}
body.parallax-ready .hero-panel:after{
  transform:translate3d(0,var(--parallax-inner-offset),0)!important;
  will-change:transform!important;
}
body.parallax-ready .profile-card{
  transform:translate3d(0,var(--parallax-profile-offset),0)!important;
  will-change:transform!important;
}
body.parallax-ready .section-heading,
body.parallax-ready .copy-block,
body.parallax-ready .career-summary,
body.parallax-ready .credential-layout,
body.parallax-ready .authority-grid,
body.parallax-ready .wawan-card,
body.parallax-ready .contact-section{
  transform:translate3d(0,var(--reveal-parallax,0px),0)!important;
  transition:transform .25s ease-out!important;
}
body.parallax-ready .product-card,
body.parallax-ready .portfolio-card,
body.parallax-ready .proof-card,
body.parallax-ready .social-update-card,
body.parallax-ready .content-post-card,
body.parallax-ready .timeline-card,
body.parallax-ready .cert-card,
body.parallax-ready .education-card{
  transform:translate3d(0,var(--card-parallax,0px),0)!important;
  transition:transform .22s ease-out,border-color .22s ease,box-shadow .22s ease!important;
}
body.parallax-ready .product-card:hover,
body.parallax-ready .portfolio-card:hover,
body.parallax-ready .proof-card:hover,
body.parallax-ready .content-post-card:hover,
body.parallax-ready .social-update-card:hover{
  transform:translate3d(0,calc(var(--card-parallax,0px) - 6px),0)!important;
  border-color:rgba(64,223,138,.44)!important;
  box-shadow:0 26px 82px rgba(64,223,138,.11),0 18px 60px rgba(0,0,0,.28)!important;
}
@media(max-width:760px){
  body.parallax-ready .hero-copy,
  body.parallax-ready .profile-card,
  body.parallax-ready .hero-panel:before,
  body.parallax-ready .hero-panel:after,
  body.parallax-ready .section-heading,
  body.parallax-ready .copy-block,
  body.parallax-ready .career-summary,
  body.parallax-ready .credential-layout,
  body.parallax-ready .authority-grid,
  body.parallax-ready .wawan-card,
  body.parallax-ready .contact-section,
  body.parallax-ready .product-card,
  body.parallax-ready .portfolio-card,
  body.parallax-ready .proof-card,
  body.parallax-ready .social-update-card,
  body.parallax-ready .content-post-card,
  body.parallax-ready .timeline-card,
  body.parallax-ready .cert-card,
  body.parallax-ready .education-card{
    transform:none!important;
    transition:none!important;
  }
  body.parallax-ready .hero:after{display:none!important}
}
@media(prefers-reduced-motion:reduce){
  body.parallax-ready:before,
  body.parallax-ready:after,
  body.parallax-ready .hero-copy,
  body.parallax-ready .profile-card,
  body.parallax-ready .hero-panel:before,
  body.parallax-ready .hero-panel:after,
  body.parallax-ready .section-heading,
  body.parallax-ready .copy-block,
  body.parallax-ready .career-summary,
  body.parallax-ready .credential-layout,
  body.parallax-ready .authority-grid,
  body.parallax-ready .wawan-card,
  body.parallax-ready .contact-section,
  body.parallax-ready .product-card,
  body.parallax-ready .portfolio-card,
  body.parallax-ready .proof-card,
  body.parallax-ready .social-update-card,
  body.parallax-ready .content-post-card,
  body.parallax-ready .timeline-card,
  body.parallax-ready .cert-card,
  body.parallax-ready .education-card{
    transform:none!important;
    transition:none!important;
  }
}
