@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap";.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.25rem 0;transition:all var(--transition-base)}.header--scrolled{background:#f5f1ebeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border-light);padding:1rem 0}.header__container{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.header__logo-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-primary);border-radius:50%;font-family:var(--font-serif);font-size:1rem;font-style:italic;color:var(--color-text-light)}.header__logo-text{font-family:var(--font-sans);font-size:1.125rem;font-weight:500;color:var(--color-text-primary);letter-spacing:-.01em}.header__nav{display:flex;align-items:center;gap:.25rem}.header__nav-list{display:flex;align-items:center;gap:0;list-style:none}.header__nav-link{padding:.625rem 1.125rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:400;color:var(--color-text-secondary);text-decoration:none;transition:color var(--transition-fast);border-radius:var(--radius-sm)}.header__nav-link:hover{color:var(--color-text-primary)}.header__cta{margin-left:1.5rem;padding:.75rem 1.5rem;background:var(--color-accent-primary);color:var(--color-text-light);border-radius:var(--radius-full);font-size:.875rem;font-weight:500;transition:all var(--transition-base)}.header__cta:hover{background:var(--color-accent-secondary);color:var(--color-text-light);transform:translateY(-1px)}.header__mobile-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:transparent;border:none;cursor:pointer;z-index:1001}.header__mobile-toggle span{display:block;width:100%;height:2px;background:var(--color-text-primary);transition:all var(--transition-fast);border-radius:2px}.header__mobile-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__mobile-toggle.active span:nth-child(2){opacity:0}.header__mobile-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:var(--color-bg-primary);padding:7rem 2rem 2rem;opacity:0;visibility:hidden;transition:all var(--transition-base)}.header__mobile-nav.active{opacity:1;visibility:visible}.header__mobile-list{list-style:none;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.header__mobile-link{font-family:var(--font-serif);font-size:2rem;color:var(--color-text-primary);text-decoration:none;transition:color var(--transition-fast)}.header__mobile-link:hover{color:var(--color-accent-primary)}.header__mobile-cta{margin-top:2rem}@media(max-width:768px){.header__nav{display:none}.header__mobile-toggle{display:flex}.header__mobile-nav{display:block}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:8rem 0 5rem;background:var(--color-bg-primary)}.hero__container{display:grid;grid-template-columns:1.15fr .85fr;gap:4rem;align-items:center}.hero__content{animation:fade-up .8s ease-out}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-full);margin-bottom:2rem;box-shadow:var(--shadow-sm)}.hero__badge-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.hero__badge-text{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.hero__title{margin-bottom:1.5rem}.hero__title-line{display:block}.hero__title-line--italic{font-style:italic}.hero__role{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-family:var(--font-sans);font-size:1.125rem;color:var(--color-text-secondary)}.hero__role-prefix{font-weight:400}.hero__role-title{font-weight:500;color:var(--color-text-primary)}.hero__description{font-size:1.0625rem;line-height:1.75;margin-bottom:2.5rem;max-width:480px;color:var(--color-text-secondary)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:4rem}.hero__partners{padding-top:2.5rem;border-top:1px solid var(--color-border-light)}.hero__partners-label{font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.25rem}.hero__stats{display:flex;gap:3rem}.hero__stat{display:flex;flex-direction:column;gap:.25rem}.hero__stat-value{font-family:var(--font-serif);font-size:2rem;color:var(--color-text-primary)}.hero__stat-label{font-size:.8125rem;color:var(--color-text-muted)}.hero__visual{position:relative;animation:fade-up .8s ease-out .15s backwards}.hero__code-block{background:var(--color-bg-dark);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.hero__image-wrapper{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--color-bg-secondary);aspect-ratio:4/5}.hero__image{width:100%;height:100%;object-fit:cover}.hero__code-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff0a;border-bottom:1px solid rgba(255,255,255,.08)}.hero__code-dot{width:10px;height:10px;border-radius:50%}.hero__code-dot--red{background:#ff5f56}.hero__code-dot--yellow{background:#ffbd2e}.hero__code-dot--green{background:#27ca3f}.hero__code-filename{margin-left:.75rem;font-family:var(--font-mono);font-size:.75rem;color:#f5f1ebd9;letter-spacing:.02em}.hero__code-content{margin:0;padding:1rem 1.25rem 1.25rem;font-family:var(--font-mono);font-size:.8125rem;line-height:1.7;color:#f5f1ebc7;overflow-x:auto}.hero__code-content .keyword{color:#ff7b72}.hero__code-content .string{color:#a5d6ff}.hero__code-content .comment{color:#8b949e}.hero__scroll{position:absolute;left:50%;bottom:2rem;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;pointer-events:none}.hero__scroll-text{font-size:.8125rem;color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase}.hero__scroll-indicator{width:24px;height:42px;border:1.5px solid rgba(26,26,26,.35);border-radius:9999px;display:flex;justify-content:center;padding-top:.45rem;background:#ffffff38;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero__scroll-dot{width:6px;height:6px;border-radius:50%;background:var(--color-accent-primary);animation:hero-scroll-dot 1.6s ease-in-out infinite}@keyframes hero-scroll-dot{0%,to{transform:translateY(0);opacity:.85}60%{transform:translateY(12px);opacity:.2}}.hero__ticket{position:absolute;top:2rem;right:-1.5rem;background:var(--color-bg-card);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--color-border-light)}.hero__ticket-label{font-size:.6875rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.hero__ticket-title{font-family:var(--font-serif);font-size:1rem;color:var(--color-text-primary);margin-bottom:.75rem}.hero__ticket-meta{display:flex;gap:1.5rem;font-size:.8125rem;color:var(--color-text-secondary)}@media(max-width:1024px){.hero__container{grid-template-columns:1fr;gap:3rem}.hero__visual{order:-1;max-width:480px;margin:0 auto}.hero__content{text-align:center}.hero__badge,.hero__description{margin-left:auto;margin-right:auto}.hero__actions,.hero__stats{justify-content:center}.hero__scroll{bottom:1.5rem}}@media(max-width:640px){.hero{padding:6rem 0 3rem}.hero__stats{flex-direction:column;gap:1.5rem;align-items:center}.hero__ticket{display:none}}.about{background:var(--color-bg-card);position:relative}.about__grid{display:grid;grid-template-columns:1.3fr .7fr;gap:5rem;align-items:start}.about__content{max-width:600px}.about__text{margin-bottom:2.5rem}.about__text p{margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8;color:var(--color-text-secondary)}.about__text strong{color:var(--color-text-primary);font-weight:500}.about__quote{position:relative;padding:2rem 2.5rem;margin:2.5rem 0;border:2px solid var(--color-accent-warm);border-radius:var(--radius-md);background:var(--color-bg-tertiary)}.about__quote-icon{position:absolute;top:.75rem;left:1.5rem;font-family:Georgia,serif;font-size:4rem;line-height:1;color:var(--color-accent-warm);opacity:.3;pointer-events:none}.about__quote p{font-family:var(--font-serif);font-size:1.25rem;font-style:italic;color:var(--color-text-primary);line-height:1.7;max-width:none;position:relative;z-index:1}.about__info{display:flex;flex-direction:column;gap:2rem;position:sticky;top:6rem}.about__card{background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:1.75rem}.about__card-title{display:flex;align-items:center;gap:.75rem;font-family:var(--font-sans);font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.about__card-title svg{color:var(--color-accent-primary);font-size:1rem}.about__education-list{display:flex;flex-direction:column;gap:1.25rem}.about__education-item{padding-bottom:1.25rem;border-bottom:1px solid var(--color-border-light)}.about__education-item:last-child{padding-bottom:0;border-bottom:none}.about__education-degree{font-family:var(--font-serif);font-size:1.0625rem;color:var(--color-text-primary);margin-bottom:.375rem}.about__education-spec{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.25rem}.about__education-meta{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--color-text-muted)}.about__cert-list{display:flex;flex-direction:column;gap:.75rem}.about__cert-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--color-border-light)}.about__cert-item:last-child{border-bottom:none}.about__cert-name{font-size:.9375rem;color:var(--color-text-secondary)}.about__cert-year{font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:var(--color-accent-warm);background:#8b73551a;padding:.25rem .625rem;border-radius:var(--radius-sm)}.about__facts{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:1rem}.about__fact{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-full);font-size:.875rem;color:var(--color-text-secondary)}.about__fact-icon{font-size:1.125rem}@media(max-width:1024px){.about__grid{grid-template-columns:1fr;gap:3rem}.about__content{max-width:none}.about__info{position:static;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:640px){.about__info{grid-template-columns:1fr}}.skills{background:var(--color-bg-primary);position:relative}.skills__highlights{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:5rem}.skills__highlight{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;text-align:center;transition:all var(--transition-base)}.skills__highlight:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.skills__highlight-metric{display:block;font-family:var(--font-serif);font-size:3rem;color:var(--color-accent-primary);margin-bottom:.5rem}.skills__highlight-label{display:block;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.375rem}.skills__highlight-desc{display:block;font-size:.8125rem;color:var(--color-text-muted);line-height:1.5}.skills__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:4rem}.skills__category{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-base)}.skills__category:hover{box-shadow:var(--shadow-md)}.skills__category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.skills__category-icon{font-size:1.75rem;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-primary);border-radius:var(--radius-md);color:var(--color-accent-primary)}.skills__category-title{font-family:var(--font-serif);font-size:1.25rem;color:var(--color-text-primary)}.skills__tags{display:flex;flex-wrap:wrap;gap:.5rem}.skills__tag{padding:.5rem 1rem;background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:var(--radius-full);font-size:.875rem;color:var(--color-text-secondary);transition:all var(--transition-fast)}.skills__tag:hover{background:var(--color-accent-primary);border-color:var(--color-accent-primary);color:var(--color-text-light)}.skills__core{text-align:center;padding-top:3rem;border-top:1px solid var(--color-border-light)}.skills__core-title{font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.skills__core-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.skills__badge{padding:.75rem 1.5rem;border-radius:var(--radius-full);font-size:.9375rem;font-weight:500;transition:transform var(--transition-fast)}.skills__badge:hover{transform:scale(1.05)}.skills__badge--primary{background:var(--color-accent-primary);color:var(--color-text-light)}.skills__badge--secondary{background:var(--color-accent-warm);color:var(--color-text-light)}.skills__badge--tertiary{background:var(--color-bg-secondary);color:var(--color-text-primary);border:1px solid var(--color-border)}@media(max-width:1024px){.skills__highlights{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.skills__grid,.skills__highlights{grid-template-columns:1fr}.skills__highlight{padding:1.5rem}.skills__highlight-metric{font-size:2.5rem}}.experience{background:var(--color-bg-secondary);position:relative}.experience__timeline{max-width:880px;margin:0 auto}.experience__item{display:grid;grid-template-columns:48px 1fr;gap:2rem;position:relative}.experience__item:not(:last-child){padding-bottom:3rem}.experience__marker{display:flex;flex-direction:column;align-items:center}.experience__dot{width:12px;height:12px;border-radius:50%;background:var(--color-bg-card);border:3px solid var(--color-accent-primary);z-index:1;transition:all var(--transition-fast)}.experience__item--current .experience__dot{width:16px;height:16px;background:var(--color-accent-primary);border-width:4px}.experience__line{width:2px;flex:1;background:var(--color-border);margin-top:.5rem}.experience__content{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-base)}.experience__content:hover{box-shadow:var(--shadow-md)}.experience__header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.experience__period{font-family:var(--font-mono);font-size:.8125rem;color:var(--color-accent-warm)}.experience__badge{padding:.375rem .875rem;background:var(--color-accent-primary);border-radius:var(--radius-full);font-size:.75rem;font-weight:500;color:var(--color-text-light)}.experience__title{font-family:var(--font-serif);font-size:1.5rem;color:var(--color-text-primary);margin-bottom:.5rem}.experience__company{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem}.experience__company-name{font-size:1rem;font-weight:500;color:var(--color-text-secondary)}.experience__location{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--color-text-muted)}.experience__summary{font-size:1rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:1.5rem}.experience__highlights{list-style:none;margin-bottom:1.5rem}.experience__highlights li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.65}.experience__highlights li:before{content:"→";position:absolute;left:0;color:var(--color-accent-primary);font-weight:500}.experience__tags{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}.experience__tag{padding:.375rem .875rem;background:var(--color-bg-primary);border-radius:var(--radius-full);font-size:.8125rem;color:var(--color-text-muted)}.experience__evolution{margin-top:4rem;text-align:center}.experience__evolution-title{font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:2rem}.experience__evolution-path{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}.experience__evolution-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1.5rem;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);min-width:140px;transition:all var(--transition-base)}.experience__evolution-step:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.experience__evolution-step--current{background:var(--color-accent-primary);border-color:var(--color-accent-primary)}.experience__evolution-step--current *{color:var(--color-text-light)!important}.experience__evolution-icon{font-size:1.5rem}.experience__evolution-label{font-family:var(--font-sans);font-size:.8125rem;font-weight:500;color:var(--color-text-primary);text-align:center}.experience__evolution-year{font-family:var(--font-mono);font-size:.75rem;color:var(--color-accent-warm)}.experience__evolution-arrow{font-size:1.25rem;color:var(--color-border)}@media(max-width:768px){.experience__item{grid-template-columns:32px 1fr;gap:1rem}.experience__content{padding:1.5rem}.experience__title{font-size:1.25rem}.experience__evolution-path{flex-direction:column}.experience__evolution-arrow{transform:rotate(90deg)}.experience__evolution-step{width:100%;max-width:200px}}.projects{background:var(--color-bg-primary);position:relative}.projects__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;margin-bottom:4rem}.projects__card{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;transition:all var(--transition-base);display:flex;flex-direction:column;position:relative}.projects__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.projects__card-header{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.projects__icon{font-size:2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-primary);border-radius:var(--radius-md)}.projects__impact{padding:.5rem .875rem;background:#4daf501a;border-radius:var(--radius-full);font-family:var(--font-mono);font-size:.75rem;font-weight:500;color:#4caf50;white-space:nowrap;align-self:flex-start}.projects__title{font-family:var(--font-serif);font-size:1.375rem;color:var(--color-text-primary);margin-bottom:.75rem}.projects__description{font-size:.9375rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:1.5rem}.projects__highlights{list-style:none;margin-bottom:1.5rem;flex:1}.projects__highlights li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:.875rem;color:var(--color-text-secondary);line-height:1.6}.projects__highlights li:before{content:"✓";position:absolute;left:0;color:var(--color-accent-primary);font-weight:600}.projects__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}.projects__tag{padding:.375rem .75rem;background:var(--color-bg-primary);border-radius:var(--radius-full);font-size:.8125rem;color:var(--color-text-muted);transition:all var(--transition-fast)}.projects__tag:hover{background:var(--color-accent-primary);color:var(--color-text-light)}.projects__cta{text-align:center;padding:3rem;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg)}.projects__cta-text{font-family:var(--font-serif);font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:42rem}.projects__cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.projects__grid{grid-template-columns:1fr}.projects__card{padding:1.5rem}.projects__cta{padding:2rem}.projects__cta-buttons{flex-direction:column;align-items:center}}.contact{background:var(--color-bg-card);position:relative}.contact__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.contact__content{max-width:480px}.contact__description{font-size:1.0625rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:2rem}.contact__availability{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#4daf5014;border:1px solid rgba(77,175,80,.2);border-radius:var(--radius-full);margin-bottom:2.5rem}.contact__availability-dot{width:8px;height:8px;background:#4caf50;border-radius:50%;animation:pulse 2s ease-in-out infinite}.contact__availability-text{font-size:.875rem;font-weight:500;color:#3d8b40}.contact__methods{display:flex;flex-direction:column;gap:.75rem}.contact__method{background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:var(--radius-md);transition:all var(--transition-base)}.contact__method:hover{box-shadow:var(--shadow-md);border-color:var(--color-accent-primary)}.contact__method-link,.contact__method-static{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;color:inherit}.contact__method-link{cursor:pointer}.contact__method-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);color:var(--color-accent-primary);flex-shrink:0}.contact__method-info{display:flex;flex-direction:column;flex:1}.contact__method-label{font-size:.6875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.125rem}.contact__method-value{font-size:1rem;color:var(--color-text-primary);font-weight:500}.contact__method-arrow{color:var(--color-text-muted);opacity:0;transform:translate(-8px);transition:all var(--transition-fast)}.contact__method-link:hover .contact__method-arrow{opacity:1;transform:translate(0)}.contact__visual{display:flex;justify-content:center;position:relative}.contact__card{background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:var(--radius-xl);padding:2.5rem;max-width:360px;width:100%;box-shadow:var(--shadow-lg)}.contact__card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.contact__card-avatar{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-primary);border-radius:var(--radius-lg);font-family:var(--font-serif);font-size:1.5rem;font-style:italic;color:var(--color-text-light)}.contact__card-info{display:flex;flex-direction:column}.contact__card-name{font-family:var(--font-serif);font-size:1.25rem;color:var(--color-text-primary)}.contact__card-title{font-size:.875rem;color:var(--color-text-muted)}.contact__card-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.contact__card-badge{padding:.375rem .75rem;background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-full);font-size:.8125rem;color:var(--color-text-secondary)}.contact__card-quote{font-family:var(--font-serif);font-size:1rem;font-style:italic;color:var(--color-text-secondary);line-height:1.7;margin-bottom:2rem;padding:1.25rem;background:var(--color-bg-card);border-radius:var(--radius-md);border-left:3px solid var(--color-accent-warm)}.contact__card-btn{width:100%}@media(max-width:1024px){.contact__wrapper{grid-template-columns:1fr;gap:3rem}.contact__content{max-width:none;text-align:center}.contact__availability{justify-content:center}.contact__visual{order:-1}}@media(max-width:640px){.contact__card{padding:1.5rem}.contact__method-link,.contact__method-static{padding:.875rem 1rem}}.footer{background:var(--color-bg-dark);color:var(--color-text-light);padding:5rem 0 2.5rem;position:relative}.footer__top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer__brand{max-width:360px}.footer__logo{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;margin-bottom:1.25rem}.footer__logo-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--color-text-light);border-radius:50%;font-family:var(--font-serif);font-size:1rem;font-style:italic;color:var(--color-bg-dark)}.footer__logo-text{font-family:var(--font-sans);font-size:1.125rem;font-weight:500;color:var(--color-text-light)}.footer__tagline{font-family:var(--font-serif);font-size:1.125rem;font-style:italic;color:#ffffffe6;margin-bottom:.5rem}.footer__tagline-sub{font-size:.9375rem;color:#fff9;line-height:1.7}.footer__links-title,.footer__social-title{font-family:var(--font-sans);font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.footer__nav{display:flex;flex-direction:column;gap:.875rem}.footer__nav-link{font-size:.9375rem;color:#ffffffb3;text-decoration:none;transition:color var(--transition-fast)}.footer__nav-link:hover{color:var(--color-text-light)}.footer__social-links{display:flex;gap:.75rem}.footer__social-link{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);color:#ffffffb3;transition:all var(--transition-fast)}.footer__social-link:hover{background:var(--color-text-light);border-color:var(--color-text-light);color:var(--color-bg-dark)}.footer__divider{height:1px;background:#ffffff1a;margin-bottom:2rem}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright,.footer__built{font-size:.875rem;color:#ffffff80}.footer__heart{color:var(--color-accent-warm)}@media(max-width:768px){.footer{padding:4rem 0 2rem}.footer__top{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer__brand{max-width:none}.footer__logo{justify-content:center}.footer__nav{flex-direction:row;flex-wrap:wrap;justify-content:center}.footer__social-links{justify-content:center}.footer__bottom{flex-direction:column;text-align:center}}:root{--color-bg-primary: #F5F1EB;--color-bg-secondary: #EDE8E0;--color-bg-tertiary: #FAF8F5;--color-bg-card: #FFFFFF;--color-bg-dark: #1A1A1A;--color-accent-primary: #2D3A2D;--color-accent-secondary: #4A5D4A;--color-accent-tertiary: #6B7B6B;--color-accent-warm: #8B7355;--color-accent-highlight: #C4A77D;--color-text-primary: #1A1A1A;--color-text-secondary: #4A4A4A;--color-text-muted: #7A7A7A;--color-text-light: #F5F1EB;--color-border: #D4CFC7;--color-border-light: #E8E4DC;--font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", Menlo, monospace;--section-padding: clamp(5rem, 12vw, 10rem);--container-max: 1200px;--container-padding: clamp(1.5rem, 5vw, 3rem);--transition-fast: .2s ease;--transition-base: .4s cubic-bezier(.25, .1, .25, 1);--transition-slow: .6s cubic-bezier(.25, .1, .25, 1);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(26, 26, 26, .04), 0 1px 2px rgba(26, 26, 26, .06);--shadow-md: 0 4px 12px rgba(26, 26, 26, .06), 0 2px 6px rgba(26, 26, 26, .04);--shadow-lg: 0 12px 32px rgba(26, 26, 26, .08), 0 6px 16px rgba(26, 26, 26, .04);--shadow-xl: 0 24px 64px rgba(26, 26, 26, .1), 0 12px 32px rgba(26, 26, 26, .06)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{font-family:var(--font-sans);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;font-size:17px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::selection{background:#2d3a2d26;color:var(--color-text-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:400;line-height:1.15;letter-spacing:-.02em;color:var(--color-text-primary)}h1{font-size:clamp(3rem,8vw,5.5rem)}h2{font-size:clamp(2.5rem,6vw,4rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{font-family:var(--font-sans);color:var(--color-text-secondary);max-width:600px;line-height:1.7}a{color:var(--color-accent-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-secondary)}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.section{padding:var(--section-padding) 0;position:relative}.section-header{margin-bottom:4rem}.section-label{font-family:var(--font-sans);font-size:.75rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem}.section-label:before{content:"●";font-size:.5rem;color:var(--color-accent-primary)}.section-title{margin-bottom:1rem}.section-title em{font-style:italic}.section-description{max-width:560px;font-size:1.0625rem;color:var(--color-text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 1.75rem;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none}.btn-primary{background:var(--color-accent-primary);color:var(--color-text-light)}.btn-primary:hover{background:var(--color-accent-secondary);color:var(--color-text-light);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--color-text-primary);border:1.5px solid var(--color-border)}.btn-outline:hover{background:var(--color-bg-card);border-color:var(--color-text-primary)}.btn svg{width:1em;height:1em}.card{background:var(--color-bg-card);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.tag{display:inline-flex;align-items:center;padding:.5rem 1rem;background:var(--color-bg-secondary);border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--color-text-secondary);transition:all var(--transition-fast)}.tag:hover{background:var(--color-accent-primary);color:var(--color-text-light)}.divider{height:1px;background:var(--color-border-light);margin:3rem 0}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.font-serif{font-family:var(--font-serif)}.font-sans{font-family:var(--font-sans)}.italic{font-style:italic}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:768px){.section{padding:4rem 0}.section-header{margin-bottom:3rem}.card{padding:1.5rem}}
