:root{
  --orange:#ffab00;
  --orange2:#ffbd45;
  --pink:#ff174d;
  --ink:#202020;
  --cream:#fffaf4;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Poppins",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
}
a{text-decoration:none;color:inherit}
.hero{
  min-height:740px;
  background:linear-gradient(150deg,#ffb10a 0%,#ff974d 46%,#ff174d 100%);
  padding:28px clamp(22px,5vw,82px) 80px;
}
.nav-wrap{
  display:flex;align-items:center;gap:28px;max-width:1320px;margin:auto;
}
.logo{
  width:92px;height:92px;border-radius:50%;
  display:grid;place-items:center;
  font-size:52px;font-style:italic;color:white;
  background:radial-gradient(circle at 35% 35%,#ffc755,#ff9438 50%,#ff6f30);
  box-shadow:0 12px 30px rgba(132,49,0,.2);
}
.nav-card{
  margin-left:auto;background:white;border-radius:28px;
  padding:28px 34px;display:flex;gap:42px;align-items:center;
  color:#f3a300;font-size:18px;box-shadow:0 8px 28px rgba(0,0,0,.08);
}
.intro-card{
  max-width:760px;margin:92px auto 0;
  border-radius:14px;
  padding:36px 80px 38px;
  color:white;text-align:center;
  background:linear-gradient(180deg,rgba(255,165,0,.96),rgba(255,24,77,.92));
}
.intro-card .slash{text-align:left;font-size:66px;font-weight:500;line-height:1}
.intro-card p{font-weight:600;font-size:21px;line-height:1.25}
.intro-card h1{font-size:30px;margin-bottom:0}
.viewer-note{text-align:center;padding:62px 20px 15px;color:#f8b42c}
.viewer-note h2{text-transform:uppercase;letter-spacing:1px;font-size:20px}
.viewer-note p{color:#777}
.project{padding:56px 0 90px}
.project-title{text-align:center;padding:10px 22px 34px}
.project-title h2{margin:0;color:#f8a900;font-size:56px;line-height:1.08}
.project-title h3{
  color:#f5b735;text-transform:uppercase;letter-spacing:3px;font-size:22px;margin-top:44px
}
.model-stage{
  min-height:520px;background:white;display:grid;place-items:center;max-width:1300px;margin:auto;
}
model-viewer{width:min(100%,1000px);height:500px;background:#fff}
.model-stage.robot model-viewer{height:560px}
.info-grid{
  background:linear-gradient(140deg,#ffb226,#ff7044);
  padding:28px clamp(18px,4vw,56px);
  display:grid;grid-template-columns:1fr 1fr;gap:32px;
  margin-top:22px;
}
.info-card{
  background:white;border-radius:10px;padding:38px 44px;color:#f3aa23;
  min-height:260px;font-size:18px;line-height:1.65;
}
.info-card h4{font-size:23px;margin:6px 0 14px}
.info-card p{margin-top:0}
.info-card ol{margin:0;padding-left:27px}
.icon{font-size:31px;font-weight:700}.icon.second{margin-top:26px}
.detail-link{
  display:inline-block;margin-top:12px;background:#f5aa23;color:white;
  padding:10px 18px;border-radius:8px;font-weight:600
}
.media-card,.gallery figure{margin:0;text-align:center}
.media-card{
  max-width:1180px;margin:20px auto 30px;padding:0 20px;
}
.media-card img,.gallery img{display:block;width:100%;height:auto;background:white}
.media-card figcaption,.gallery figcaption{
  color:#f0aa27;text-transform:uppercase;font-weight:600;letter-spacing:1px;
  padding:13px 8px 23px
}
.media-card.wide img{max-height:720px;object-fit:contain}
.gallery{
  max-width:1300px;margin:0 auto 30px;padding:0 22px;
  display:grid;gap:26px;
}
.gallery.two{grid-template-columns:1fr 1fr}
.gallery figure{background:white}
.gallery small{font-weight:400;text-transform:none;color:#777}
.about-contact{
  padding:70px max(25px,7vw);
  background:linear-gradient(140deg,#ffad16,#ff174d);
  color:white;display:grid;grid-template-columns:1fr 1fr;gap:60px;
}
.about-contact h2{font-size:42px;margin:8px 0}
.about-contact #contact{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.about-contact #contact a{font-size:20px;border-bottom:1px solid rgba(255,255,255,.6)}
.mini{text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:700}
footer{
  background:#202020;color:white;padding:28px max(25px,7vw);
  display:flex;justify-content:space-between
}
@media (max-width:900px){
  .hero{min-height:auto;padding-bottom:55px}
  .nav-wrap{align-items:flex-start}
  .logo{width:70px;height:70px;font-size:40px;flex:0 0 auto}
  .nav-card{padding:18px;gap:16px;flex-wrap:wrap;border-radius:20px;font-size:14px}
  .intro-card{padding:30px 26px;margin-top:55px}
  .intro-card p{font-size:17px}
  .project-title h2{font-size:42px}
  .project-title h3{font-size:17px}
  .info-grid,.gallery.two,.about-contact{grid-template-columns:1fr}
  model-viewer{height:380px}
  .model-stage{min-height:390px}
  .info-card{padding:28px 24px}
}
@media (max-width:560px){
  .nav-wrap{display:block}
  .logo{margin-bottom:15px}
  .nav-card{display:grid;grid-template-columns:1fr 1fr;margin:0}
  .project-title h2{font-size:35px}
  .info-card{font-size:16px}
}

.hero-meta{opacity:.9;font-size:15px!important;font-weight:500!important;margin-top:8px}
.intro-card h2{margin:4px 0 10px;font-size:24px}
.profile-section,.resume-projects,.experience-section{max-width:1300px;margin:0 auto;padding:90px clamp(22px,5vw,70px)}
.profile-section{display:grid;grid-template-columns:.8fr 1.2fr;gap:48px 70px}
.section-kicker{color:#f5a900;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:2px}
.profile-head h2,.resume-heading h2{margin:10px 0 0;font-size:clamp(36px,5vw,62px);line-height:1.03;color:#292929}
.profile-copy{font-size:19px;line-height:1.8;color:#555}
.skills-block{grid-column:1/-1;background:#fff8ec;border-radius:16px;padding:30px}
.skills-block h3{margin-top:0;color:#f4a400}
.skills-list,.project-tags{display:flex;flex-wrap:wrap;gap:10px}
.skills-list span,.project-tags span{padding:8px 12px;border-radius:999px;background:white;border:1px solid #f5d99d;font-size:13px}
.resume-projects{max-width:none;background:#fff8ee}
.resume-heading{max-width:1160px;margin:0 auto 38px}
.resume-project-grid{max-width:1160px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.resume-project-card{background:white;border-radius:16px;padding:30px;box-shadow:0 8px 26px rgba(0,0,0,.06)}
.resume-project-card h3{font-size:27px;line-height:1.15;margin:20px 0 8px}
.resume-project-card p{line-height:1.65;color:#555}
.resume-project-card .resume-sub{color:#f0a000;font-weight:600;font-size:14px}
.resume-project-card .small-copy{font-size:14px;color:#777}
.resume-project-card a{display:inline-block;margin-top:12px;color:#f2a000;font-weight:700}
.experience-section{max-width:1160px}
.experience-row{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;padding:34px 0;border-top:1px solid #ddd}
.experience-row:last-child{border-bottom:1px solid #ddd}
.experience-row h3{margin:0 0 7px;font-size:26px}
.experience-row p{margin:0;color:#777}
.experience-row strong{color:#f0a000}
.experience-row ul{line-height:1.8;color:#555}
@media(max-width:900px){.profile-section,.experience-row{grid-template-columns:1fr}.resume-project-grid{grid-template-columns:1fr}}

.featured-experience{
  background:linear-gradient(135deg,#fffaf0,#fff3dc);
  border-radius:16px;
  padding:34px 28px;
  border-top:none!important;
  margin-bottom:10px;
}
.experience-badge{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 11px;
  border-radius:999px;
  background:#f4a400;
  color:white;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
}
