/* Base */
:root { --primary: #7272da; --accent: #e84aa9; --ink: #222; --muted: #666; --soft: #f7f7fb; --line: #e8e8f0; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Inter", sans-serif; line-height: 1.65; }
.container { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 96px 32px; }
.section-label, .eyebrow { margin: 0 0 10px; color: var(--primary); font-size: .73rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }

/* Header */
.site-header { position: relative; min-height: 25vh; height: 230px; background: linear-gradient(115deg, #161a34 0%, #272a58 62%, #3b2c5b 100%); color: white; }
.header-content { height: 100%; display: flex; align-items: center; gap: 30px; padding-left: 168px; }
.profile-image { position: absolute; width: 144px; height: 144px; object-fit: cover; border: 5px solid #fff; border-radius: 50%; box-shadow: 0 14px 32px rgba(10, 13, 34, .28); transform: translateY(50%); left: max(24px, calc((100% - 1080px) / 2)); bottom: 0; z-index: 1; }
.identity { padding-left: 0; }
.identity .eyebrow { color: #c4c5ff; }
.identity h1 { margin-bottom: 2px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.15; letter-spacing: -.05em; }
.identity p:last-child { margin: 0; color: #e5e5f1; font-size: .95rem; }
.identity span { color: #ef98c7; padding: 0 4px; }

/* Fixed desktop navigation */
.side-nav { position: fixed; z-index: 5; right: 28px; top: 50%; transform: translateY(-50%); display: grid; gap: 5px; padding: 10px; background: rgba(255, 255, 255, .94); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 32px rgba(23, 25, 52, .12); backdrop-filter: blur(10px); }
.nav-link { position: relative; display: flex; align-items: center; gap: 10px; padding: 9px 13px; border-radius: 10px; color: var(--muted); font-size: .82rem; font-weight: 600; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.nav-icon { width: 17px; text-align: center; color: var(--primary); font-size: 1rem; }
.nav-link::before { position: absolute; left: -11px; width: 3px; height: 0; border-radius: 4px; background: var(--accent); content: ""; transition: height .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--primary); background: #f6f5ff; transform: translateX(-2px); }
.nav-link.active::before { height: 22px; }
.menu-toggle { display: none; }

/* Main content */
.hero { padding-top: 118px; background: linear-gradient(180deg, #fff 0%, var(--soft) 100%); min-height: 630px; }
.about-layout { display: grid; grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr); align-items: center; gap: clamp(42px, 7vw, 96px); width: min(1000px, 100%); margin: 0 auto; }
.about-media { display: grid; gap: 20px; padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255, 255, 255, .7); box-shadow: 15px -15px 0 -6px rgba(114, 114, 218, .11); }
.about-image-card { margin: 0; overflow: hidden; border-radius: 11px; box-shadow: 0 8px 18px rgba(35, 36, 71, .12); }
.about-image-card img { display: block; width: 100%; height: 190px; object-fit: cover; transition: transform .3s ease; }
.about-image-card:hover img { transform: scale(1.045); }
.about-image-card:hover { box-shadow: 0 14px 25px rgba(35, 36, 71, .18); transform: translateY(-3px); }
.about-image-card { transition: transform .25s ease, box-shadow .25s ease; }
.about-media--single { align-content: center; min-height: 100%; }
.about-media--single .about-image-card img { height: 470px; }
.about-copy { padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 15px -15px 0 -5px rgba(114, 114, 218, .14), 23px -23px 0 -13px rgba(232, 74, 169, .18); animation: fade-up .8s cubic-bezier(.2, .8, .2, 1) both; }
.about-copy h2 { margin-bottom: 15px; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.25; letter-spacing: -.035em; }
.about-introduction { margin-bottom: 22px; color: var(--muted); font-size: 1rem; }
.about-introduction p { margin-bottom: 8px; }
.about-introduction p:last-child { margin-bottom: 0; }
.about-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.about-highlights li { display: flex; align-items: flex-start; gap: 9px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--soft); color: var(--muted); font-size: .84rem; line-height: 1.45; }
.about-highlights li::before { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; border-radius: 50%; background: #eeedff; color: var(--primary); content: "✓"; font-size: .7rem; font-weight: 800; line-height: 17px; text-align: center; }
.about-highlights li:last-child { grid-column: 1 / -1; }
.intro-card { position: relative; width: min(700px, 100%); margin: 0 auto; padding: clamp(30px, 5vw, 52px); border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 15px -15px 0 -5px rgba(114, 114, 218, .14), 23px -23px 0 -13px rgba(232, 74, 169, .18); animation: fade-up .8s cubic-bezier(.2, .8, .2, 1) both; }
.intro-card h2, .support-section h2 { margin-bottom: 15px; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.25; letter-spacing: -.035em; }
.intro-card p:last-child { margin-bottom: 0; color: var(--muted); font-size: 1rem; }
.laptop-gallery { display: flex; justify-content: center; gap: clamp(18px, 4vw, 48px); margin: 86px auto 0; width: min(760px, 100%); }
.laptop-card { width: 180px; padding: 14px 13px 10px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.8); text-align: center; box-shadow: 0 8px 18px rgba(35, 36, 71, .06); transition: transform .25s ease, box-shadow .25s ease; }
.laptop-card:hover { transform: translateY(-8px) scale(1.035); box-shadow: 0 17px 28px rgba(35, 36, 71, .16); }
.laptop-screen { position: relative; height: 96px; display: grid; place-items: center; border: 5px solid #252942; border-bottom-width: 7px; border-radius: 8px 8px 3px 3px; background: #f7f7ff; overflow: hidden; }
.laptop-screen::after { position: absolute; inset: 13px; border-radius: 3px; background: linear-gradient(135deg, rgba(255,255,255,.8), transparent); content: ""; }
.laptop-screen span { position: relative; z-index: 1; font-size: 1.4rem; font-weight: 800; }
.laptop-purple .laptop-screen { background: #e8e6ff; color: var(--primary); }.laptop-pink .laptop-screen { background: #ffe8f3; color: var(--accent); }.laptop-dark .laptop-screen { background: #343761; color: #fff; }
.laptop-base { width: calc(100% + 18px); height: 8px; margin: 0 -9px; border-radius: 1px 1px 8px 8px; background: #b9bac5; }
.laptop-card p { margin: 10px 0 0; color: var(--muted); font-size: .72rem; font-weight: 700; }
.support-section { padding-block: 80px; border-top: 1px solid var(--line); text-align: center; }.support-section:nth-of-type(odd) { background: var(--soft); }.support-section h2 { margin-inline: auto; max-width: 620px; }
.skill-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 25px; }.skill-list span { padding: 8px 14px; border-radius: 100px; background: #f0efff; color: #5555ad; font-size: .82rem; font-weight: 600; }.contact-link { color: var(--accent); font-weight: 700; text-decoration: none; }.contact-link:hover { text-decoration: underline; }

/* Shared footer */
.site-footer { padding: 54px 0 24px; background: #181c37; color: #e5e5f1; }.footer-content { display: grid; grid-template-columns: minmax(220px, 1.4fr) 1fr auto; align-items: center; gap: 32px; }.footer-name { color: #fff; font-size: 1.15rem; font-weight: 800; text-decoration: none; }.footer-content p { max-width: 390px; margin: 7px 0 0; color: #bdbed0; font-size: .82rem; }.footer-contact { display: grid; gap: 6px; }.footer-contact a { color: #d9d9eb; font-size: .84rem; text-decoration: none; }.footer-contact a:hover, .footer-name:hover { color: #ef98c7; }.social-links { display: flex; gap: 9px; }.social-links a { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; color: #fff; font-size: .72rem; font-weight: 800; text-decoration: none; transition: background .2s ease, transform .2s ease; }.social-links a:hover { background: var(--primary); transform: translateY(-3px); }.copyright { margin: 38px auto 0; padding-top: 18px; width: min(1080px, calc(100% - 48px)); border-top: 1px solid rgba(255,255,255,.12); color: #a6a7bd; font-size: .75rem; text-align: center; }

@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }

/* Responsive layout */
@media (max-width: 820px) { .site-header { height: 245px; }.header-content { padding-left: 142px; }.profile-image { width: 118px; height: 118px; }.side-nav { right: 16px; }.nav-link { padding: 8px 10px; }.nav-link span:last-child { display: none; }.hero { padding-top: 96px; }.about-layout { gap: 32px; }.about-image-card img { height: 160px; }.about-media--single .about-image-card img { height: 390px; }.about-copy { padding: 30px; }.footer-content { grid-template-columns: 1.3fr 1fr auto; gap: 20px; } }
@media (max-width: 600px) { .site-header { height: 345px; }.header-content { justify-content: center; padding: 32px 24px 100px; text-align: center; }.profile-image { top: auto; bottom: 0; left: 50%; width: 132px; height: 132px; transform: translate(-50%, 50%); }.identity { padding-top: 0; }.identity h1 { font-size: 2.25rem; }.identity p:last-child { font-size: .8rem; }.menu-toggle { position: fixed; top: 16px; right: 16px; z-index: 7; display: grid; gap: 4px; width: 44px; height: 44px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(23, 25, 52, .14); cursor: pointer; }.menu-toggle span { height: 2px; background: var(--primary); transition: transform .2s ease, opacity .2s ease; }.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }.side-nav { top: 70px; right: 16px; transform: translateX(130%); width: 190px; gap: 7px; padding: 12px; transition: transform .25s ease; }.side-nav.open { transform: translateX(0); }.nav-link span:last-child { display: inline; }.nav-link { padding: 10px 13px; }.hero, .section { padding-inline: 20px; }.hero { padding-top: 92px; }.about-layout { grid-template-columns: 1fr; gap: 36px; }.about-image-card img { height: min(58vw, 280px); }.about-media--single .about-image-card img { height: min(105vw, 440px); }.about-copy { padding: 30px 24px; box-shadow: 11px -11px 0 -5px rgba(114, 114, 218, .14), 16px -16px 0 -11px rgba(232, 74, 169, .18); }.about-highlights { grid-template-columns: 1fr; }.about-highlights li:last-child { grid-column: auto; }.intro-card { padding: 30px 24px; box-shadow: 11px -11px 0 -5px rgba(114, 114, 218, .14), 16px -16px 0 -11px rgba(232, 74, 169, .18); }.laptop-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 62px; }.laptop-card { width: 100%; }.laptop-card:last-child { grid-column: 1 / -1; width: calc(50% - 8px); justify-self: center; }.footer-content { grid-template-columns: 1fr; text-align: center; }.footer-content p { margin-inline: auto; }.footer-contact { justify-items: center; }.social-links { justify-content: center; }.copyright { width: min(100% - 40px, 1080px); margin-top: 30px; } }
@media (max-width: 380px) { .identity p:last-child span { padding: 0 1px; }.laptop-gallery { grid-template-columns: 1fr; }.laptop-card:last-child { grid-column: auto; width: 100%; } }
