html{scroll-behavior:smooth}:root{--font-display: "Playfair Display", ui-serif, Georgia, serif;--font-primary: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg: #0a0806;--bg-muted: #171310;--card: #211a13;--square-light: #e8dcc4;--fg: #f2ede3;--muted: #b8a99a;--accent: #d4af37;--accent-glow: rgba(212, 175, 55, .25);--accent-check: #b3432b;--text-inverse: #14100a;--border: rgba(212, 175, 55, .18);--border-gold: rgba(212, 175, 55, .45);--radius-xs: 8px;--radius-sm: 12px;--radius-card: 16px;--shadow-flat: 0px 4px 20px 0px rgba(0, 0, 0, .3);--shadow-card-rest: 0px 12px 28px -8px rgba(0, 0, 0, .55);--shadow-card-hover: 0px 20px 44px -10px rgba(212, 175, 55, .25);--motion-easing: cubic-bezier(.22, 1, .36, 1);--duration-deliberate: .55s;--duration-fast: .3s}*{box-sizing:border-box;margin:0;padding:0}*:focus-visible{outline:2px solid var(--accent)!important;outline-offset:2px!important}html,body{background-color:var(--bg);color:var(--fg);font-family:var(--font-primary);font-size:16px;line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:radial-gradient(circle at 15% 30%,rgba(212,175,55,.04) 0%,transparent 60%),radial-gradient(circle at 85% 70%,rgba(184,169,154,.03) 0%,transparent 60%),linear-gradient(45deg,rgba(23,19,16,.4) 25%,transparent 25%),linear-gradient(-45deg,rgba(23,19,16,.4) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(23,19,16,.4) 75%),linear-gradient(-45deg,transparent 75%,rgba(23,19,16,.4) 75%);background-size:100vw 100vh,100vw 100vh,80px 80px,80px 80px,80px 80px,80px 80px;background-position:0 0,0 0,0 0,0 40px,40px -40px,-40px 0px;z-index:-1;pointer-events:none;opacity:.7}h1,h2,h3,h4,.font-display{font-family:var(--font-display);color:var(--fg);line-height:1.2}p{color:var(--muted)}.main-content{min-height:calc(100vh - 160px);display:flex;flex-direction:column}.page{flex:1;width:100%;padding-bottom:4rem;animation:fadeInPage var(--duration-fast) var(--motion-easing) forwards}@keyframes fadeInPage{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.section__header{margin-bottom:3rem;display:flex;flex-direction:column;gap:.5rem}.section__subtitle{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent)}.section__title{font-size:2.4rem;font-weight:700;letter-spacing:-.01em}.section__title-accent{color:var(--accent);margin-right:.5rem}.section__desc{max-width:680px;font-size:1.05rem;color:var(--muted);line-height:1.6;margin-top:.25rem}.site-header{position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(14px) saturate(180%);backdrop-filter:blur(14px) saturate(180%);background:#0a0806d9;border-bottom:1px solid var(--border);box-shadow:var(--shadow-flat)}.nav{max-width:1100px;margin:0 auto;display:flex;gap:1.5rem;padding:1rem 1.5rem;justify-content:space-between;align-items:center}.nav__brand{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--fg);text-decoration:none;display:flex;align-items:center;gap:.5rem}.nav__brand-icon{color:var(--accent);font-size:1.2rem}.nav__desktop{display:flex;gap:1.5rem;align-items:center}.nav a.nav__link{color:var(--fg);text-decoration:none;font-size:.95rem;font-weight:500;opacity:.85;transition:all var(--duration-fast) ease;position:relative;padding:.4rem 0}.nav a.nav__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent);transition:width var(--duration-fast) var(--motion-easing)}.nav a.nav__link:hover,.nav a.nav__link--active{color:var(--accent);opacity:1}.nav a.nav__link:hover:after,.nav a.nav__link--active:after{width:100%}.nav__github{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--radius-xs);transition:all var(--duration-fast) ease;color:var(--fg)}.nav__github:hover{color:var(--accent);background:#d4af371a;transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-family:var(--font-primary);font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all var(--duration-fast) var(--motion-easing);border:1px solid transparent}.btn--primary{background:var(--accent);color:var(--text-inverse);box-shadow:0 4px 14px #d4af374d}.btn--primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-card-hover);background:#e5be48}.btn--secondary{background:var(--bg-muted);color:var(--fg);border:1px solid var(--border)}.btn--secondary:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.btn--full{width:100%}.nav__mobile{display:none}.hamburger{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:.5rem}.hamburger span{display:block;width:24px;height:2px;background-color:var(--fg);transition:all var(--duration-fast) ease}.hamburger--active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger--active span:nth-child(2){opacity:0}.hamburger--active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__mobile-menu{position:absolute;top:100%;left:0;width:100%;background:var(--bg-muted);border-bottom:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem;gap:1rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all var(--duration-fast) var(--motion-easing);box-shadow:var(--shadow-card-rest)}.nav__mobile-menu--open{opacity:1;visibility:visible;transform:translateY(0)}.chess-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-card);padding:2rem;box-shadow:var(--shadow-card-rest);transform-style:preserve-3d;will-change:transform,box-shadow;transition:transform var(--duration-deliberate) var(--motion-easing),box-shadow var(--duration-deliberate) var(--motion-easing),border-color var(--duration-fast) ease;position:relative}.chess-card--hover,.chess-card:hover{border-color:var(--border-gold);box-shadow:var(--shadow-card-hover)}.hero{position:relative;padding:5rem 1.5rem 4rem;max-width:900px;margin:0 auto;text-align:center}.hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%);width:320px;height:320px;background:radial-gradient(circle,#d4af371f,#0a080600 70%);filter:blur(50px);pointer-events:none;z-index:0}.hero__content{position:relative;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem 1.1rem;border-radius:50px;background:#d4af3714;border:1px solid var(--border-gold);margin-bottom:1.5rem;box-shadow:0 4px 15px #0000004d}.hero__badge-icon{color:var(--accent);font-size:1.1rem}.hero__badge-text{font-size:.85rem;font-weight:600;color:var(--accent);letter-spacing:.05em;text-transform:uppercase}.hero__kicker{font-size:1.1rem;color:var(--muted);margin-bottom:.5rem;font-weight:500}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.2rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:.75rem;background:linear-gradient(135deg,#f2ede3 10%,#d4af37 90%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:var(--fg)}.hero__subtitle{font-size:clamp(1.1rem,2.5vw,1.45rem);font-weight:600;color:var(--accent);margin-bottom:1.5rem;letter-spacing:-.01em}.hero__blurb{font-size:1.12rem;color:var(--muted);max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.hero__actions{display:flex;gap:1.25rem;justify-content:center;align-items:center;flex-wrap:wrap;position:relative;z-index:10;margin-top:1rem;opacity:1;visibility:visible}.home-principles{margin-top:2rem}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.principle-card{display:flex;flex-direction:column;gap:1rem}.principle-card__header{display:flex;align-items:center;justify-content:space-between}.principle-card__icon{font-size:2rem;color:var(--accent)}.principle-card__tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);background:#ffffff0d;padding:.25rem .6rem;border-radius:var(--radius-xs)}.principle-card__title{font-size:1.25rem;font-weight:700}.principle-card__desc{font-size:.95rem;line-height:1.6;color:var(--muted)}.home-preview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.preview-card-wrapper{padding:0;height:100%}.preview-card{padding:2rem;display:flex;flex-direction:column;gap:1rem;height:100%;text-decoration:none;color:var(--fg)}.preview-card__icon{color:var(--accent)}.preview-card h3{font-size:1.3rem;font-weight:700;margin:0}.preview-card p{font-size:.95rem;color:var(--muted);line-height:1.6;flex:1}.preview-card__link{color:var(--accent);font-weight:600;font-size:.9rem;transition:transform var(--duration-fast) ease}.preview-card:hover .preview-card__link{transform:translate(4px)}.about-card{display:grid;grid-template-columns:260px 1fr;gap:2.5rem;align-items:start}.about-card__image-wrapper{position:relative;display:flex;flex-direction:column;align-items:center}.about-card__image{width:100%;max-width:240px;height:280px;object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-gold);box-shadow:var(--shadow-card-rest)}.about-card__badge{margin-top:1rem;background:var(--bg-muted);border:1px solid var(--border);padding:.4rem .8rem;border-radius:var(--radius-xs);font-size:.85rem;color:var(--accent);font-weight:600}.about-card__content{display:flex;flex-direction:column;gap:1.25rem}.about-card__text{font-size:1rem;line-height:1.7;color:var(--fg);opacity:.9}.about-quote-box{background:#d4af370d;border-left:3px solid var(--accent);padding:1.25rem 1.5rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:.5rem 0;position:relative}.about-quote-box__icon{font-family:var(--font-display);font-size:2.5rem;color:var(--accent);position:absolute;top:-10px;left:10px;opacity:.2}.about-quote-box__text{font-family:var(--font-display);font-style:italic;font-size:1.05rem;color:var(--fg);margin:0;line-height:1.5}.about-card__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);margin-top:.5rem}.stat-item{display:flex;flex-direction:column;gap:.2rem}.stat-item__number{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:var(--accent)}.about-hero-heading{margin-bottom:.5rem}.about-hero-heading__title{font-size:1.6rem;font-weight:700;color:var(--fg);margin-bottom:.75rem}.about-hero-heading__lead{font-size:1.1rem;line-height:1.7;color:var(--fg);opacity:.95;margin-bottom:.5rem}.about-narrative-section{margin-top:4rem}.about-narrative-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.narrative-card{display:flex;flex-direction:column;gap:1rem;padding:2rem}.narrative-card--wide{grid-column:1 / -1}.narrative-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.narrative-card__num{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--accent);letter-spacing:-.02em}.narrative-card__badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .65rem;border-radius:var(--radius-xs);background:var(--bg-muted);border:1px solid var(--border);color:var(--muted)}.narrative-card__title{font-size:1.35rem;font-weight:700;color:var(--fg);margin-bottom:.25rem}.narrative-card__text{font-size:.98rem;line-height:1.7;color:var(--fg-muted)}.narrative-card__text--highlight{color:var(--fg);font-weight:500}.narrative-card__highlight{margin-top:.5rem;padding:1rem 1.25rem;background:#d4af3714;border-left:3px solid var(--accent);border-radius:var(--radius-xs);font-size:.95rem;font-weight:600;color:var(--fg);line-height:1.6}.narrative-card__questions{margin-top:1rem;padding:1.25rem;background:var(--bg-muted);border-radius:var(--radius-sm);border:1px solid var(--border)}.questions-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);display:block;margin-bottom:.75rem}.questions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.questions-list li{font-size:.95rem;color:var(--fg);display:flex;align-items:center;gap:.6rem}.q-bullet{color:var(--accent);font-size:.9rem}.narrative-card__callout{margin-top:1rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#d4af371a,#0000004d);border:1px solid var(--border-gold);border-radius:var(--radius-sm)}.callout-shift{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.shift-from{font-size:.95rem;color:var(--muted);text-decoration:line-through;opacity:.7}.shift-arrow{color:var(--accent);font-weight:800}.shift-to{font-size:1.05rem;font-weight:700;color:var(--accent)}.callout-desc{font-size:.92rem;line-height:1.6;color:var(--fg-muted);margin:0}.building-goals-list{list-style:none;padding:0;margin-top:.75rem;display:flex;flex-direction:column;gap:.6rem}.building-goals-list li{font-size:.95rem;font-weight:600;color:var(--fg);display:flex;align-items:center;gap:.65rem}.goal-icon{color:var(--accent);font-size:1.1rem}.beginning-banner{position:relative;margin-top:3.5rem;padding:3.5rem 2rem;background:linear-gradient(135deg,var(--card-bg),rgba(212,175,55,.08));border:1px solid var(--border-gold);border-radius:var(--radius-md);text-align:center;overflow:hidden;box-shadow:0 10px 30px #0006}.beginning-banner__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(212,175,55,.15) 0%,transparent 70%);pointer-events:none}.beginning-banner__kicker{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);display:block;margin-bottom:.5rem}.beginning-banner__title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--fg);margin:0;letter-spacing:-.02em}.about-timeline-section{margin-top:4rem}.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.timeline-card{display:flex;flex-direction:column;gap:.5rem}.timeline-card__year{font-size:.85rem;font-weight:700;color:var(--accent);letter-spacing:.05em}.timeline-card__role{font-size:1.2rem;font-weight:700}.timeline-card__company{font-size:.9rem;color:var(--muted);margin-bottom:.5rem}.timeline-card__desc{font-size:.92rem;line-height:1.6}.skills-categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.skills-category-card{display:flex;flex-direction:column;gap:1.5rem}.skills-category-card__header{display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.skills-category-card__icon{font-size:1.5rem;color:var(--accent)}.skills-category-card__header h3{font-size:1.35rem;font-weight:700}.skills-category-card__list{display:flex;flex-direction:column;gap:1.25rem}.skill-detail-item{display:flex;flex-direction:column;gap:.3rem}.skill-detail-item__top{display:flex;align-items:center;gap:.6rem}.skill-detail-item__top i{font-size:1.2rem}.skill-detail-item__name{font-weight:600;font-size:1rem;color:var(--fg)}.skill-detail-item__badge{margin-left:auto;font-size:.75rem;font-weight:600;color:var(--accent);background:#d4af371a;padding:.15rem .5rem;border-radius:var(--radius-xs)}.skill-detail-item__desc{font-size:.88rem;color:var(--muted);line-height:1.5}.skills-quick-strip{background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-card);padding:2rem}.skills-quick-strip__title{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:var(--accent)}.skills--grid{display:flex;flex-wrap:wrap;gap:1rem;list-style:none}.skill-chip{display:flex;align-items:center;gap:.6rem;background:var(--card);border:1px solid var(--border);padding:.6rem 1.1rem;border-radius:50px;font-size:.92rem;font-weight:500;color:var(--fg);transition:all var(--duration-fast) ease}.skill-chip:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.projects-grid--single{grid-template-columns:1fr;max-width:960px;margin:0 auto}.video-case-study-wrapper{width:100%}.video-case-study-card{padding:2.5rem;display:flex;flex-direction:column;gap:2rem}.vcs-header{display:flex;flex-direction:column;gap:.75rem}.vcs-header__top{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.vcs-badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .75rem;border-radius:50px;background:#d4af3726;border:1px solid var(--border-gold);color:var(--accent)}.vcs-subtitle{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.vcs-title{font-family:var(--font-display);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;color:var(--fg);margin:0;letter-spacing:-.02em}.vcs-description{font-size:1.05rem;line-height:1.7;color:var(--fg-muted);max-width:800px;margin:0}.vcs-tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin-top:.5rem}.vcs-tag{font-size:.8rem;font-weight:600;color:var(--accent);background:var(--bg-muted);border:1px solid var(--border);padding:.25rem .75rem;border-radius:var(--radius-xs)}.vcs-media-container{display:flex;flex-direction:column;gap:.75rem;width:100%}.vcs-media__frame{position:relative;width:100%;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border-gold);background:#000;box-shadow:0 15px 40px #0009}.vcs-video-element{width:100%;height:auto;max-height:520px;display:block;outline:none;background:#000}.vcs-media__caption{font-size:.88rem;color:var(--muted);font-style:italic;display:flex;align-items:center;gap:.4rem}.vcs-breakdown{margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1.75rem}.vcs-breakdown__header{display:flex;flex-direction:column;gap:.3rem}.vcs-breakdown__subtitle{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--accent)}.vcs-breakdown__title{font-family:var(--font-display);font-size:1.5rem;font-weight:700;color:var(--fg);margin:0}.vcs-breakdown__tagline{font-size:1rem;color:var(--fg-muted);font-style:italic;margin:0}.vcs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.vcs-block{padding:1.5rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.75rem}.vcs-block--wide{grid-column:1 / -1}.vcs-block--impact{background:linear-gradient(135deg,#d4af3714,#0000004d);border-color:var(--border-gold)}.vcs-block__header{display:flex;align-items:center;gap:.6rem}.vcs-block__icon{font-size:1.25rem;color:var(--accent)}.vcs-block__header h4{font-size:1.1rem;font-weight:700;color:var(--fg);margin:0}.vcs-block p{font-size:.96rem;line-height:1.7;color:var(--fg-muted);margin:0}.vcs-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.vcs-features-list li{font-size:.95rem;line-height:1.6;color:var(--fg);display:flex;align-items:flex-start;gap:.65rem}.vcs-check-icon{color:var(--accent);font-weight:800}.project-card{padding:0;overflow:hidden;height:100%}.project-card__inner{display:flex;flex-direction:column;height:100%}.project-card__media{position:relative;width:100%;height:200px;overflow:hidden;background:#171310;border-bottom:1px solid var(--border)}.project-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-deliberate) var(--motion-easing)}.project-card:hover .project-card__image{transform:scale(1.05)}.project-card__badge{position:absolute;top:12px;right:12px;background:#0a0806d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-gold);color:var(--accent);font-size:.75rem;font-weight:700;padding:.3rem .7rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.project-card__content{padding:1.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.project-card__subtitle{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent)}.project-card__title{font-size:1.4rem;font-weight:700;margin:0}.project-card__description{font-size:.95rem;line-height:1.6;color:var(--muted);flex:1}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin-top:.5rem}.project-card__tag{font-size:.78rem;font-weight:500;color:var(--fg);background:#ffffff0d;border:1px solid var(--border);padding:.2rem .6rem;border-radius:var(--radius-xs)}.project-card__actions{display:flex;align-items:center;border-top:1px solid var(--border);background:#17131099}.project-card__cs-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.25rem;background:transparent;border:none;border-right:1px solid var(--border);color:var(--fg);font-family:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:all var(--duration-fast) ease}.project-card__cs-btn:hover{background:#d4af371f;color:var(--accent)}.project-card__link{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.25rem;background:transparent;border:none;border-top:none;color:var(--accent);font-size:.88rem;font-weight:600;text-decoration:none;transition:background var(--duration-fast) ease}.project-card__link:hover{background:#d4af371f}.home-featured-projects{margin-top:3rem}.home-featured-cta{display:flex;justify-content:center;margin-top:2.5rem}.modal-overlay{position:fixed;inset:0;z-index:1000;background:#080604d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-container{position:relative;width:100%;max-width:800px;max-height:90vh;background:var(--bg-secondary);border:1px solid var(--border-gold);border-radius:var(--radius-md);box-shadow:0 25px 50px -12px #000000b3;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close-btn{position:absolute;top:1.25rem;right:1.25rem;z-index:10;background:#ffffff0d;border:1px solid var(--border);color:var(--fg-muted);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--duration-fast) ease}.modal-close-btn:hover{background:#d4af3733;color:var(--accent);border-color:var(--border-gold);transform:rotate(90deg)}.modal-header{padding:2rem 2.5rem 1.5rem;border-bottom:1px solid var(--border);background:linear-gradient(135deg,rgba(212,175,55,.05),transparent)}.modal-header__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.modal-badge{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .6rem;border-radius:50px;background:#d4af3726;border:1px solid var(--border-gold);color:var(--accent)}.modal-subtitle{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}.modal-title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--fg);margin:.25rem 0 .5rem}.modal-tagline{font-size:1.05rem;color:var(--fg-muted);line-height:1.5;margin:0}.modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin-top:1rem}.modal-tag{font-size:.8rem;font-weight:600;color:var(--accent);background:var(--bg-muted);border:1px solid var(--border);padding:.25rem .7rem;border-radius:var(--radius-xs)}.modal-body{padding:2rem 2.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.75rem;flex:1}.modal-media{position:relative;width:100%;max-height:260px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border-gold)}.modal-image{width:100%;height:100%;object-fit:cover}.modal-case-study{display:flex;flex-direction:column;gap:1.5rem}.cs-section{padding:1.25rem 1.5rem;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm)}.cs-section--impact{background:linear-gradient(135deg,#d4af3714,#0003);border-color:var(--border-gold)}.cs-section__header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem}.cs-section__icon{font-size:1.2rem;color:var(--accent)}.cs-section__header h3{font-size:1.1rem;font-weight:700;color:var(--fg);margin:0}.cs-section__text{font-size:.96rem;line-height:1.7;color:var(--fg-muted);margin:0}.cs-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.cs-features-list li{font-size:.95rem;line-height:1.5;color:var(--fg);display:flex;align-items:flex-start;gap:.6rem}.cs-feature-icon{color:var(--accent);font-weight:800}.modal-footer{padding:1.25rem 2.5rem;border-top:1px solid var(--border);background:#0f0c09cc;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.btn--ghost{background:transparent;border:1px solid var(--border);color:var(--fg-muted);padding:.75rem 1.5rem;border-radius:var(--radius-xs);font-weight:600;cursor:pointer;transition:all var(--duration-fast) ease}.btn--ghost:hover{color:var(--fg);border-color:var(--fg-muted)}.contact-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:2rem;align-items:start}.contact-info-card{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card__header{display:flex;align-items:center;gap:.75rem}.contact-info-card__icon{font-size:1.8rem;color:var(--accent)}.contact-info-card__header h3{font-size:1.4rem;font-weight:700}.contact-info-card__desc{font-size:.95rem;line-height:1.6}.contact-info-list{display:flex;flex-direction:column;gap:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.contact-info-item{display:flex;flex-direction:column;gap:.25rem}.contact-info-item__label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:600}.contact-info-item__val{font-size:1.05rem;color:var(--fg);font-weight:600;text-decoration:none}a.contact-info-item__val:hover,.contact-info-item__val--accent{color:var(--accent)}.contact-info-item__val--whatsapp{display:inline-flex;align-items:center;gap:.5rem;color:#25d366;transition:opacity .2s ease}.contact-info-item__val--whatsapp:hover{color:#25d366;opacity:.85}.btn--whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;width:100%;padding:.9rem 1.5rem;background:linear-gradient(135deg,#25d366,#128c7e);color:#fff;border:none;border-radius:var(--radius-xs);font-family:inherit;font-size:.95rem;font-weight:700;text-decoration:none;box-shadow:0 4px 14px #25d3664d;transition:transform .2s ease,box-shadow .2s ease}.btn--whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px #25d36673;color:#fff}.contact-form-card{padding:2.25rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;flex-direction:column;gap:.5rem}.form-row label{font-size:.9rem;font-weight:600;color:var(--fg);display:flex;flex-direction:column;gap:.5rem}.form-row input,.form-row textarea{width:100%;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem;color:var(--fg);font-family:var(--font-primary);font-size:.95rem;transition:border-color var(--duration-fast) ease,box-shadow var(--duration-fast) ease}.form-row input:focus,.form-row textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #d4af3726}.form-status{font-size:.92rem;padding:.85rem 1rem;border-radius:var(--radius-sm);font-weight:500}.form-status--success{background:#d4af3726;border:1px solid var(--accent);color:var(--accent)}.form-status--error{background:#b3432b26;border:1px solid var(--accent-check);color:var(--accent-check)}.contact-faq-section{margin-top:4rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}.faq-card h4{font-size:1.15rem;font-weight:700;margin-bottom:.5rem;color:var(--accent)}.faq-card p{font-size:.95rem;line-height:1.6}.site-footer{border-top:1px solid var(--border);background:#0a0806f2;padding:3rem 1.5rem;margin-top:auto}.site-footer__content{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.75rem}.site-footer__brand{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--fg);display:flex;align-items:center;gap:.5rem}.site-footer__nav{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.site-footer__link{color:var(--muted);text-decoration:none;font-size:.95rem;font-weight:500;transition:color var(--duration-fast) ease}.site-footer__link:hover{color:var(--accent)}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06)}.site-footer__github{color:var(--muted);transition:color var(--duration-fast) ease}.site-footer__github:hover{color:var(--accent)}@media(max-width:900px){.about-card{grid-template-columns:1fr}.about-card__image-wrapper{margin:0 auto}.contact-grid{grid-template-columns:1fr}}@media(max-width:768px){.hero__title{font-size:2.8rem}.nav__desktop{display:none}.nav__mobile{display:flex;align-items:center;gap:1rem}.site-footer__bottom{flex-direction:column;gap:1rem;text-align:center}}
