*{
    margin: 0;
    padding: 0;box-sizing: border-box;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
body{
    background: #050b1e;
    color: #fff;
}
/* navbar */
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8px;
}
.logo{
    color: #ff7a00;
}
nav ul{
    display: flex;
    list-style: none;
    gap: 20px;
}
nav ul li a{
    color: #ccc;
    text-decoration: none;
}
nav ul li a:hover{
    color: #ff7a00;
}
.btn{background: #ff7a00;
padding: 10px 18px;color: #fff;text-decoration: none;border-radius: 20px;}
.btn-outline{
    border: 1px solid #ff7a00;
    padding: 10px 18px;
    color: #ff7a00;
    text-decoration: none;
    border-radius: 20px;
}
/* hero */
.hero{
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.profile img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #ff7a00;
    margin-bottom: 20px;
}
h1{
    font-size: 40px;
    margin-bottom: 10px;
}
h1 span{
    color: #ff7a00;
}
p{
    color: #aaa;
    margin-bottom: 25px;
}
.buttons{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.icon img{
    width: 30px;
    height: 30px;
    margin-top: 45px;
}
.icon a{
    padding: 10px;
}
.section{
    padding: 20px 10%;
    text-align: center;
}
.section h2{
    font-size: 32px;
    margin-bottom: 20px;
    color: #ff7a00;
}
.section-text{
    color: #bbb;
    max-width: 700px;
    margin: auto;
    line-height: 1.6;
}
.projects{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 20px;
    margin-top: 40px;
}
.project-card{
    background: #0c132f;
    padding: 20px;
    border-radius: 12px;
    transition: 0.5s;
}
.project-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 122, 0, 0.2);
}
/* skills */
.skills{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}
.skill{
    border: 1px solid #ff7a00;
    padding: 10px 20px;
    border-radius: 20px;
    color: #ff7a00;
    font-weight: bold;
}
#whatsappForm{
    max-width: 360px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.2);
}
#whatsappForm h3{
    text-align: center;
    margin-bottom: 15px;
    color: #ff7a00;
}
#whatsappForm input,
#whatsappForm textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ff7a00;
}
#whatsappForm button{
    width: 100%;
    padding: 12px;
    background: #ff7a00;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
#whatsappForm button:hover{
    opacity: .9;
}

/* footer */
footer p{
    text-align: center;
    color: #aaa;
    margin-top: 30px;
}




/* responsive */
@media (max-width:768px) {
    h1{
        font-size: 28px;
    }
    nav ul{
        display: none;
    }
    footer{
        font-size: 12px;
    }
}

/* portfolio refresh */
:root {
    --ink: #101820;
    --paper: #f4f1eb;
    --coral: #f2644c;
    --muted: #647078;
    --line: rgba(16, 24, 32, .13);
}
* { font-family: 'DM Sans', sans-serif; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); line-height: 1.5; overflow-x: hidden; }
header { position: absolute; z-index: 2; width: 100%; }
nav { max-width: 1180px; margin: auto; padding: 28px 24px; }
.logo { color: var(--ink); font: 700 20px 'Space Grotesk', sans-serif; text-decoration: none; }
.logo span { display: inline-grid; place-items: center; width: 34px; height: 34px; margin-right: 8px; background: var(--coral); color: white; font-size: 13px; }
nav ul { gap: 32px; }
nav ul li a { color: var(--muted); font-size: 14px; font-weight: 600; }
nav ul li a:hover { color: var(--coral); }
.btn, .btn-outline { border-radius: 3px; padding: 13px 20px; font-weight: 700; font-size: 13px; transition: transform .2s, background .2s; }
.btn { background: var(--coral); color: white; }
.btn:hover, .btn-outline:hover { transform: translateY(-3px); }
.btn-outline { border: 1px solid var(--ink); color: var(--ink); }
.nav-cta { padding: 10px 14px; }
.hero { min-height: 760px; height: 92vh; position: relative; background: radial-gradient(circle at 75% 35%, rgba(242,100,76,.13), transparent 28%), var(--paper); }
.content { position: relative; z-index: 1; max-width: 700px; padding: 155px 24px 0; text-align: left; margin: auto; }
.profile img { width: 78px; height: 78px; object-fit: cover; border: 0; border-radius: 50%; margin-bottom: 18px; filter: grayscale(15%); }
.eyebrow, .section-kicker { color: var(--coral); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #39a96b; }
h1, h2, h3 { font-family: 'Space Grotesk', sans-serif; }
h1 { color: var(--ink); font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -2px; margin: 17px 0; }
h1 span, .section h2 { color: var(--coral); }
.hero-copy { max-width: 520px; color: var(--muted); font-size: 17px; margin-bottom: 28px; }
.buttons { justify-content: flex-start; flex-wrap: wrap; }
.social-links { display: flex; gap: 10px; margin-top: 34px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: .2s; }
.social-links a:hover { color: white; background: var(--ink); transform: translateY(-3px); }
.section { max-width: 1180px; margin: auto; padding: 105px 24px; text-align: left; }
.section h2 { font-size: 44px; line-height: 1; margin: 8px 0 20px; }
.section-text { max-width: 650px; color: var(--muted); line-height: 1.8; }
.projects { grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); margin-top: 35px; }
.project-card { position: relative; min-height: 190px; background: var(--paper); border-radius: 0; padding: 26px; transition: .25s; }
.project-card:hover { background: #fff; box-shadow: none; transform: translateY(-5px); }
.project-card h3 { margin-top: 42px; font-size: 19px; }
.project-card p { margin: 8px 0 0; font-size: 14px; }
.card-number { color: var(--coral); font: 700 12px 'Space Grotesk', sans-serif; }
.card-icon { position: absolute; top: 25px; right: 26px; color: var(--ink); font-size: 20px; }
.skills { justify-content: flex-start; gap: 10px; }
.skill { border: 1px solid var(--line); border-radius: 2px; color: var(--ink); padding: 12px 17px; font-size: 14px; background: transparent; }
.skill i { color: var(--coral); margin-right: 5px; }
#whatsappForm { max-width: 1180px; margin: 0 auto 80px; padding: 55px 24px; border-radius: 0; box-shadow: none; background: var(--ink); }
#whatsappForm h3 { color: white; font-size: 30px; margin: 10px 0 25px; }
#whatsappForm input, #whatsappForm textarea { border: 1px solid rgba(255,255,255,.2); border-radius: 2px; background: transparent; color: white; padding: 14px; }
#whatsappForm button { border-radius: 2px; background: var(--coral); font-weight: 700; }
footer { border-top: 1px solid var(--line); padding: 20px; }
footer p { margin: 0; text-align: center; font-size: 12px; }
body:not(.is-loaded) .content { opacity: 0; transform: translateY(15px); }
body.is-loaded .content { opacity: 1; transform: translateY(0); transition: .7s ease; }
.profile { animation: profile-float 5s ease-in-out infinite; }
.section, #whatsappForm { opacity: 0; transform: translateY(35px); transition: opacity .7s ease, transform .7s ease; }
.section.is-visible, #whatsappForm.is-visible { opacity: 1; transform: translateY(0); }
.project-card, .skill { opacity: 0; transform: translateY(20px); }
.is-visible .project-card, .is-visible .skill { animation: reveal-item .55s ease forwards; }
.is-visible .project-card:nth-child(2), .is-visible .skill:nth-child(2) { animation-delay: .08s; }
.is-visible .project-card:nth-child(3), .is-visible .skill:nth-child(3) { animation-delay: .16s; }
.is-visible .project-card:nth-child(4), .is-visible .skill:nth-child(4) { animation-delay: .24s; }
.is-visible .project-card:nth-child(5), .is-visible .skill:nth-child(5) { animation-delay: .32s; }
.is-visible .project-card:nth-child(6), .is-visible .skill:nth-child(6) { animation-delay: .4s; }
@keyframes reveal-item { to { opacity: 1; transform: translateY(0); } }
@keyframes profile-float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -7px; } }
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
@media (max-width: 768px) {
    nav { padding: 18px 16px; } .nav-cta { display: none; }
    .hero { min-height: 700px; height: auto; } .content { padding-top: 125px; }
    h1 { font-size: 43px; letter-spacing: -1px; } .hero-copy { font-size: 15px; }
    .section { padding: 75px 20px; } .section h2 { font-size: 36px; }
    .projects { grid-template-columns: 1fr; } .buttons .btn, .buttons .btn-outline { width: 100%; text-align: center; }
}

/* profile mark */
.profile {
    position: relative;
    width: 132px;
    height: 132px;
    margin-bottom: 28px;
    transform: rotate(-4deg);
}
.profile::before {
    content: "";
    position: absolute;
    inset: -9px;
    border: 1px solid var(--coral);
    border-radius: 50% 44% 50% 46%;
}
.profile::after {
    content: "SA / FULL-STACK";
    position: absolute;
    right: -76px;
    bottom: -5px;
    padding: 6px 8px;
    background: var(--ink);
    color: white;
    font: 700 9px 'Space Grotesk', sans-serif;
    letter-spacing: 1px;
    transform: rotate(4deg);
}
.profile img {
    width: 132px;
    height: 132px;
    margin: 0;
    border: 5px solid var(--paper);
    outline: 2px solid var(--coral);
    object-fit: cover;
    filter: grayscale(12%) contrast(1.05);
    transform: rotate(4deg);
}
@media (max-width: 768px) {
    .profile { width: 108px; height: 108px; margin-bottom: 24px; }
    .profile img { width: 108px; height: 108px; }
    .profile::after { right: -65px; font-size: 8px; }
}
