.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;padding:8rem 3rem 4rem;overflow:hidden}.hero-layout{position:relative;z-index:1;width:100%;max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center}.hero-portrait{display:block;justify-self:end}.hero-portrait img{display:block;width:100%;max-width:420px;height:auto;border:1px solid rgba(201,169,110,.35);background:var(--surface);border-radius:2px}.hero-name{font-family:var(--font-display);font-size:clamp(2.6rem,8vw,8.5rem);font-weight:700;line-height:.9;letter-spacing:-.02em}.hero-certs{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;margin:1.1rem 0 1.2rem}.hero-cert{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .65rem;border:1px solid rgba(201,169,110,.3);background:#c9a96e12;color:var(--gold);font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;text-decoration:none}.hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(201,169,110,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(201,169,110,.025) 1px,transparent 1px);background-size:64px 64px}.hero-glow{position:absolute;border-radius:50%;pointer-events:none}.hero-glow--gold{top:-250px;right:-200px;width:800px;height:800px;background:radial-gradient(circle,rgba(201,169,110,.08) 0%,transparent 65%)}.hero-glow--blue{bottom:-350px;left:-150px;width:700px;height:700px;background:radial-gradient(circle,rgba(126,184,201,.05) 0%,transparent 65%)}.hero-content{position:relative;z-index:1;max-width:780px}.hero-label{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}@media (min-width: 1024px){.hero-label{white-space:nowrap}}.hero-name-wrapper{margin-bottom:.4rem}.hero-name{font-family:var(--font-display);font-size:clamp(2.5rem,9vw,7.2rem);font-weight:700;line-height:.92;letter-spacing:-.02em}.hero-name__first{display:block;color:var(--text)}.hero-name__last{display:block;color:var(--gold);font-style:italic;white-space:nowrap}.hero-name-underline{width:80px;height:2px;background:linear-gradient(90deg,var(--gold),transparent);margin-top:1.2rem}.hero-desc{color:var(--text-muted);font-size:1.05rem;line-height:1.85;max-width:580px;margin-bottom:1.4rem}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-label,html.js-enabled:not(.low-power):not(.reduce-motion) .hero-name-wrapper,html.js-enabled:not(.low-power):not(.reduce-motion) .hero-certs,html.js-enabled:not(.low-power):not(.reduce-motion) .hero-desc,html.js-enabled:not(.low-power):not(.reduce-motion) .hero-latest,html.js-enabled:not(.low-power):not(.reduce-motion) .hero-tags,html.js-enabled:not(.low-power):not(.reduce-motion) .hero-cta{opacity:0;animation:fadeUp .8s both}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-label{animation-delay:.2s}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-name-wrapper{animation-delay:.35s}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-certs{animation-delay:.4s}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-desc{animation-delay:.5s}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-latest{animation-delay:.55s}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-tags{animation-delay:.65s}html.js-enabled:not(.low-power):not(.reduce-motion) .hero-cta{animation-delay:.8s}.hero-latest{display:inline-flex;align-items:center;gap:.7rem;flex-wrap:wrap;margin-bottom:1.8rem;padding:.55rem .9rem .55rem .7rem;border:1px solid rgba(201,169,110,.28);background:#c9a96e0f;border-radius:999px;text-decoration:none;color:var(--text);font-family:var(--font-mono);font-size:.72rem;letter-spacing:.06em;transition:border-color .2s,background .2s}.hero-latest:hover{border-color:var(--gold);background:#c9a96e1f}.hero-latest__dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #5dcfa026}.hero-latest__cta{color:var(--gold)}.hero-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.hero-scroll{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;opacity:0;animation:fadeIn 1s 1.6s both}.hero-scroll__line{width:1px;height:55px;background:linear-gradient(to bottom,var(--gold),transparent);animation:pulse 2.2s infinite}@keyframes fadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.25}}@media (max-width: 900px){.hero-layout{grid-template-columns:1fr}.hero-portrait{justify-self:center;order:-1}.hero-portrait img{max-width:260px}}@media (max-width: 768px){.hero{padding:7rem 1.5rem 3rem}.hero-name{font-size:clamp(2.4rem,12vw,4.2rem)}}@media (max-width: 400px){.hero-name{font-size:clamp(2.2rem,11vw,2.8rem)}}#about{background:var(--bg)}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}@media (min-width: 768px){.about-stats{grid-template-columns:repeat(3,1fr)}}.about-text p{color:var(--text-muted);font-size:.97rem;line-height:1.9;margin-bottom:1.1rem}.about-certs{display:flex;flex-direction:column;gap:.6rem;margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border)}.cert-badge{display:flex;align-items:center;gap:.7rem}.cert-badge--link{text-decoration:none;width:fit-content;transition:color .2s}.cert-badge--link:hover .cert-text,.cert-badge--link:hover .cert-verify{color:var(--gold)}.cert-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.cert-text{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.04em}.cert-verify{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-left:.2rem}.stat-card{padding:1.8rem 1.4rem;background:var(--surface);border:1px solid var(--border);border-top:2px solid var(--gold)}.stat-num{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;color:var(--gold);line-height:1;margin-bottom:.4rem}.stat-label{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);letter-spacing:.08em;line-height:1.4}@media (max-width: 900px){.about-grid{grid-template-columns:1fr;gap:3rem}}.experience-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.timeline{position:relative;padding-left:1.5rem}.timeline:before{content:"";position:absolute;left:0;top:8px;bottom:0;width:1px;background:linear-gradient(to bottom,var(--gold) 0%,var(--border) 60%,transparent 100%)}.timeline-item{position:relative;padding:0 0 2.2rem 2.5rem}html.js-enabled .timeline-item:not(.visible){opacity:0;transform:translate(-16px)}html.js-enabled .timeline-item.visible{opacity:1;transform:translate(0);transition:opacity .65s,transform .65s}.timeline-item--highlight .timeline-dot{background:var(--gold);box-shadow:0 0 0 4px #c9a96e26,0 0 16px #c9a96e33}.timeline-item--highlight .timeline-company{color:var(--gold2)}.timeline-dot{position:absolute;left:-1.875rem;top:4px;width:12px;height:12px;border-radius:50%;background:var(--border);border:2px solid var(--surface);transition:background .6s}.timeline-item.visible .timeline-dot{background:var(--gold)}.timeline-project-link{display:inline-block;margin:.8rem 0 .4rem;font-family:var(--font-mono);font-size:.72rem;color:var(--gold);text-decoration:none;letter-spacing:.06em}.arch-embed,.edu-embed{margin-top:1rem}.timeline-period{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;color:var(--gold);margin-bottom:.35rem}.timeline-company{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:.2rem;line-height:1.2}.timeline-role{font-family:var(--font-mono);font-size:.75rem;color:var(--blue);letter-spacing:.06em;margin-bottom:.5rem}.timeline-sector{display:inline-block;padding:.12rem .5rem;background:var(--surface2);border:1px solid var(--border);font-family:var(--font-mono);font-size:.62rem;color:var(--text-dim);letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.2rem}.timeline-bullets{list-style:none;display:flex;flex-direction:column;gap:.55rem}.timeline-bullets li{font-size:.88rem;color:var(--text-muted);padding-left:1.2rem;position:relative;line-height:1.65}.timeline-bullets li:before{content:"→";position:absolute;left:0;color:var(--gold);font-size:.75rem;top:.08em}@media (max-width: 600px){.timeline{padding-left:1rem}.timeline-item{padding-left:1.8rem}.timeline-dot{left:-1.375rem}.timeline-company{font-size:1.2rem}}#architecture{background:var(--bg)}.arch-subtitle{color:var(--text-muted);font-size:.95rem;max-width:640px;margin-bottom:3rem;line-height:1.8}.arch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.arch-grid--compact .arch-card{padding:1.2rem 1.3rem}.arch-card__lucide{color:var(--gold);margin-bottom:.7rem}.arch-card{padding:1.3rem 1.4rem;background:var(--surface);border:1px solid var(--border);position:relative;overflow:hidden;cursor:default;transition:border-color .25s,transform .25s,opacity .7s,translate .7s}.arch-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,var(--gold),transparent);transform:scaleX(0);transform-origin:left;transition:transform .35s}.arch-card:hover{border-color:#c9a96e4d;transform:translateY(-3px)}.arch-card:hover:before{transform:scaleX(1)}.arch-card__icon{font-size:1.6rem;margin-bottom:1.2rem;color:var(--gold);opacity:.7;line-height:1;font-family:monospace}.arch-card__title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--text);margin-bottom:.9rem;line-height:1.3}.arch-card__desc{font-size:.85rem;color:var(--text-muted);line-height:1.75}@media (max-width: 900px){.arch-grid{grid-template-columns:1fr}}.education-section{background:var(--bg);padding:8rem 3rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.edu-header{text-align:center;margin-bottom:3.5rem}.edu-eyebrow{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.18em;color:var(--text-muted);margin-bottom:.7rem}.edu-title{font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;color:var(--text);line-height:1.1}.edu-card--compact{max-width:none;margin:0;opacity:1;transform:none;display:flex;gap:1rem;padding:1.4rem 1.5rem}.edu-lucide{color:var(--gold);flex-shrink:0;margin-top:.2rem}.edu-degree{font-family:var(--font-display);font-size:1.25rem;font-weight:600}.edu-field,.edu-institution,.edu-description{color:var(--text-muted);font-size:.88rem;line-height:1.6;margin-top:.25rem}.edu-card:hover{border-color:#c9a96e40;box-shadow:0 8px 32px #0006}.edu-card.visible{opacity:1;transform:translateY(0)}.edu-card__left{display:flex;align-items:flex-start;gap:1.4rem;flex:1}.edu-icon-wrap{width:52px;height:52px;background:var(--surface2);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.edu-icon{font-size:1.5rem;line-height:1}.edu-info{display:flex;flex-direction:column;gap:.3rem}.edu-degree{font-family:var(--font-display);font-size:1.4rem;font-weight:700;color:var(--text);line-height:1.2}.edu-field{font-size:.9rem;font-weight:600;color:var(--text-muted)}.edu-institution{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-muted);margin-top:.2rem}.edu-location-icon{font-size:.85rem}.edu-sep{color:var(--border);margin:0 .1rem}.edu-locale{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);letter-spacing:.05em}.edu-description{font-size:.87rem;color:var(--text-muted);line-height:1.65;margin-top:.6rem;max-width:480px}.edu-card__right{flex-shrink:0;align-self:flex-start;margin-top:.2rem}.edu-years{display:flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted);letter-spacing:.08em;white-space:nowrap}.edu-cal-icon{font-size:.85rem}.edu-coursework{max-width:760px;margin:0 auto;opacity:0;transform:translateY(18px);transition:opacity .6s .18s cubic-bezier(.4,0,.2,1),transform .6s .18s cubic-bezier(.4,0,.2,1)}.edu-coursework.visible{opacity:1;transform:translateY(0)}.edu-cw-title{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem}.edu-cw-tags{display:flex;flex-wrap:wrap;gap:.5rem}.edu-cw-tag{display:inline-block;padding:.3rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:5px;font-size:.8rem;color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.03em;transition:border-color .2s,color .2s}.edu-cw-tag:hover{border-color:#c9a96e4d;color:var(--gold)}@media (max-width: 900px){.education-section{padding:6rem 2rem}.edu-card{flex-direction:column;gap:1rem}.edu-card__right{align-self:flex-start}}@media (max-width: 600px){.education-section{padding:4rem 1.2rem}.edu-card{padding:1.5rem}.edu-card__left{flex-direction:column}.edu-degree{font-size:1.2rem}}.skills-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.skills-subtitle{color:var(--text-muted);font-size:.95rem;max-width:640px;margin:-2.2rem 0 3rem;line-height:1.8}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.skill-group{background:var(--bg);border:1px solid var(--border);padding:1.8rem;position:relative;overflow:hidden}.skill-group--featured{border-color:#c9a96e61;background:radial-gradient(420px 160px at 100% 0%,rgba(201,169,110,.08),transparent 60%),var(--bg)}.skill-group:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--gold),transparent)}.skill-group--featured:after{height:3px}.skill-group__title{font-family:var(--font-mono);font-size:.68rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.toolchain-label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin:2.4rem 0 .7rem}.toolchain-row{font-size:.88rem;color:var(--text-muted);line-height:1.8}.skill-group__items{display:flex;flex-direction:column;gap:1rem}.skill-item__name{font-size:.83rem;color:var(--text-muted);margin-bottom:.3rem}.skill-bar-bg{height:2px;background:var(--border);overflow:hidden}.skill-bar-fill{height:100%;background:linear-gradient(90deg,var(--gold),var(--blue));transition:width 1.2s cubic-bezier(.4,0,.2,1)}@media (max-width: 900px){.skills-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.skills-grid{grid-template-columns:1fr}}.projects-section{background:var(--surface);padding:4.5rem 3rem;border-top:1px solid var(--border)}.projects-subtitle{font-size:.95rem;color:var(--text-muted);max-width:620px;margin:-.5rem 0 2rem;line-height:1.7}.featured-project__outcomes{margin:.4rem 0 0;padding-left:1.1rem;color:var(--text-muted);font-size:.9rem;line-height:1.65}.featured-project__role{font-family:var(--font-mono);font-size:.72rem;color:var(--blue);letter-spacing:.04em}.project-compact-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.project-compact{padding:.85rem 0;border-bottom:1px solid var(--border)}.project-compact__title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;margin-bottom:.25rem}.project-compact__title a{color:var(--text);text-decoration:none}.project-compact__title a:hover{color:var(--gold)}.project-compact__line{font-size:.85rem;color:var(--text-muted);line-height:1.55}.project-early{margin-top:2rem;border:1px solid var(--border);padding:.8rem 1.1rem 1rem;background:var(--bg)}.project-early summary{cursor:pointer;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);padding:.4rem 0}.projects-header{text-align:center;margin-bottom:3.5rem}.projects-eyebrow{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.18em;color:var(--text-muted);margin-bottom:.7rem}.projects-title{font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:700;color:var(--text);margin-bottom:1rem;line-height:1.1}.projects-subtitle{font-size:.95rem;color:var(--text-muted);max-width:620px;margin:0 auto;line-height:1.7}.featured-project{position:relative;display:grid;grid-template-columns:1fr;background:radial-gradient(1200px 280px at 100% -10%,rgba(201,169,110,.12),transparent 55%),var(--bg);border:1px solid rgba(201,169,110,.28);border-radius:18px;overflow:hidden;margin-bottom:1.6rem}html.js-enabled .featured-project:not(.visible){opacity:0;transform:translateY(28px)}html.js-enabled .featured-project.visible{opacity:1;transform:translateY(0);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.featured-project__media img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover;background:var(--surface2)}@media (min-width: 768px){.featured-project{grid-template-columns:.9fr 1.1fr}}.featured-project__rail{background:linear-gradient(180deg,var(--gold) 0%,#c41e3a 70%,transparent 100%)}.featured-project__body{padding:2.4rem 2.4rem 2.1rem;display:flex;flex-direction:column;gap:.85rem}.featured-project__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.1rem}.featured-project__badge{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);padding:.28rem .7rem;border:1px solid rgba(201,169,110,.35);background:#c9a96e14;border-radius:999px}.featured-project__period{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;color:var(--text-muted)}.featured-project__client{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.08em;color:var(--blue);margin-top:.2rem}.featured-project__title{font-family:var(--font-display);font-size:clamp(2.1rem,4.5vw,3.4rem);font-weight:700;line-height:1.05;color:var(--text)}.featured-project__lead{font-size:1.05rem;color:var(--text);line-height:1.65;max-width:46rem}.featured-project__desc{font-size:.9rem;color:var(--text-muted);line-height:1.75;max-width:48rem}.featured-project__routes{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:.2rem 0 .3rem}.featured-project__routes li{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.06em;color:var(--text);padding:.35rem .7rem;border-radius:6px;background:var(--surface2);border:1px solid var(--border)}.featured-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;margin:.4rem 0 .2rem}.featured-metric{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:.85rem .7rem .75rem;min-width:0}.featured-metric dt{font-family:var(--font-mono);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.35rem}.featured-metric dd{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--gold);line-height:1.1}.featured-project__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.6rem}.featured-project .tech-pills{margin-top:.15rem}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.project-card{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:2rem 2rem 1.6rem;display:flex;flex-direction:column;gap:.7rem;opacity:0;transform:translateY(28px);transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1),border-color .2s,box-shadow .2s}.project-card:hover{border-color:#c9a96e4d;box-shadow:0 12px 40px #00000073;transform:translateY(-4px)}.project-card.visible{opacity:1;transform:translateY(0)}.project-card.visible:hover{transform:translateY(-4px)}.project-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.3rem}.project-icon-wrap{width:42px;height:42px;background:var(--surface2);border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center}.project-icon{font-size:1.2rem;line-height:1}.project-link-btn{width:32px;height:32px;border-radius:6px;background:var(--surface2);border:1px solid var(--border);color:var(--text-muted);font-size:.9rem;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s,color .2s,border-color .2s}.project-link-btn:hover:not(.project-link-btn--disabled){background:#c9a96e1a;border-color:var(--gold);color:var(--gold)}.project-link-btn--disabled{opacity:.35;cursor:default;pointer-events:none}.project-title{font-family:var(--font-display);font-size:1.35rem;font-weight:700;color:var(--text);line-height:1.2}.project-short{font-size:.88rem;color:var(--text-muted);line-height:1.6}.project-desc{font-size:.83rem;line-height:1.65;flex:1;color:var(--text-muted);opacity:.75}.project-card .tech-pills{margin-top:auto;padding-top:.8rem}@media (max-width: 1024px){.featured-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 900px){.projects-section{padding:6rem 2rem}.projects-grid{grid-template-columns:1fr}.featured-project__body{padding:1.8rem 1.5rem 1.6rem}}@media (max-width: 600px){.projects-section{padding:4rem 1.2rem}.project-card{padding:1.5rem}.project-title{font-size:1.2rem}.featured-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-project__title{font-size:2rem}}.events-section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.events-subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:3rem;max-width:560px;line-height:1.8}.events-list{display:flex;flex-direction:column;gap:1px;background:var(--border)}.event-card{display:grid;grid-template-columns:80px 1fr;gap:2.5rem;background:var(--bg);padding:1.8rem 2rem;align-items:start;transition:background .2s,opacity .65s,transform .65s}.event-card:hover{background:var(--surface2)}.event-card__year{font-family:var(--font-display);font-size:2rem;font-weight:700;color:var(--text-dim);line-height:1;padding-top:.15rem}.event-card__header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:.6rem}.event-card__name{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--text)}.event-card__name--link{text-decoration:none;transition:color .2s}.event-card__name--link:hover{color:var(--gold)}.event-card__verify{display:inline-block;margin-top:.7rem;font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);text-decoration:none}.event-card__verify:hover{text-decoration:underline}.event-card__type{font-family:var(--font-mono);font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;padding:.15rem .5rem;border:1px solid var(--gold);color:var(--gold);flex-shrink:0;display:inline-flex;align-items:center;gap:.35rem}.event-card__desc{font-size:.87rem;color:var(--text-muted);line-height:1.7}@media (max-width: 600px){.event-card{grid-template-columns:60px 1fr;gap:1.2rem;padding:1.4rem 1.2rem}.event-card__year{font-size:1.4rem}}.contact-section{background:var(--bg)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.contact-headline{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.05;margin-bottom:1.5rem}.contact-headline em{color:var(--gold);font-style:italic}.contact-text{color:var(--text-muted);font-size:.95rem;line-height:1.8;margin-bottom:2.5rem}.contact-links{display:flex;flex-direction:column;gap:1px;background:var(--border)}.contact-link{display:flex;align-items:center;gap:1.2rem;padding:1.2rem 1.4rem;background:var(--surface);text-decoration:none;transition:background .2s,transform .2s;cursor:pointer}.contact-link:hover{background:var(--surface2);transform:translate(4px)}.contact-form{display:flex;flex-direction:column;gap:.45rem;max-width:420px}.contact-form label{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-top:.6rem}.contact-form input,.contact-form textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);font-family:var(--font-body);font-size:.95rem;padding:.65rem .8rem}.contact-form .btn-primary{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;width:fit-content}.form-status{min-height:1.4em;font-size:.88rem;color:var(--green)}.form-field-error{color:var(--red);font-size:.78rem;margin:0}.contact-link__icon{color:var(--gold);flex-shrink:0}.event-card__name{font-family:var(--font-display);font-size:1.2rem;font-weight:600;margin:0}.event-card__name--link{color:var(--text);text-decoration:none}.event-card__type{display:inline-flex;align-items:center;gap:.35rem}.qr-page{min-height:100vh;background:var(--bg)}.qr-page__main{max-width:560px;margin:0 auto;padding:8rem 1.5rem 4rem;text-align:center}.qr-page__main h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);margin-bottom:.8rem}.qr-page__code{margin:2rem auto;display:block;border:1px solid var(--border)}.qr-page__url{font-family:var(--font-mono);color:var(--gold);margin-bottom:1rem}.qr-page__hint{color:var(--text-muted);margin-bottom:2rem}@media print{.nav,.skip-link,.btn-secondary{display:none!important}.qr-page{background:#fff;color:#111}}.contact-link__body{flex:1;display:flex;flex-direction:column;gap:.1rem}.contact-link__label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.contact-link__val{font-size:.87rem;color:var(--text-muted)}.contact-link__arrow{color:var(--gold);opacity:0;transition:opacity .2s;font-family:var(--font-mono)}.contact-link:hover .contact-link__arrow{opacity:1}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:3rem}}.footer{border-top:1px solid var(--border);padding:1.8rem 3rem;background:var(--bg)}.footer-inner{max-width:1140px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-qr{display:flex;align-items:center;gap:.75rem}.footer-qr img{display:block;border:1px solid var(--border)}.footer-qr__label{font-family:var(--font-mono);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.footer-qr a{color:var(--gold);font-family:var(--font-mono);font-size:.72rem;text-decoration:none}.footer-logo{font-family:var(--font-mono);font-size:.9rem;font-weight:500;color:var(--text);letter-spacing:-.01em;margin-right:auto;display:flex;align-items:center;gap:.4rem}.footer-logo span:not(.logo-terminal){color:var(--gold);font-weight:600}.footer-logo .logo-terminal{color:var(--gold);font-weight:700}.footer-copy,.footer-role{font-family:var(--font-mono);font-size:.68rem;color:var(--text-dim);letter-spacing:.05em}@media (max-width: 600px){.footer{padding:1.5rem}.footer-inner{flex-direction:column;gap:.5rem;align-items:flex-start}.footer-logo{margin-right:0}}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:3rem;height:3rem;background:var(--surface2);border:1px solid var(--border);color:var(--gold);border-radius:0;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(1rem);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;font-family:var(--font-mono);font-size:1.2rem}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:var(--gold);color:var(--bg);border-color:var(--gold);transform:translateY(-5px)}.back-to-top .arrow{transition:transform .3s ease}.back-to-top:hover .arrow{transform:translateY(-2px)}@media (max-width: 600px){.back-to-top{bottom:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/cormorant-garamond-latin-ext-600-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/cormorant-garamond-latin-600-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/cormorant-garamond-latin-ext-700-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/cormorant-garamond-latin-700-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:300;src:url(/fonts/outfit-latin-ext-300-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:300;src:url(/fonts/outfit-latin-300-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/outfit-latin-ext-400-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/outfit-latin-400-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/jetbrains-mono-latin-ext-400-normal.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/jetbrains-mono-latin-400-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080810;--surface: #0f0f1a;--surface2: #16162a;--border: #252538;--border2: #1e1e30;--gold: #c9a96e;--gold2: #e8c98a;--blue: #7eb8c9;--green: #5dcfa0;--red: #e07878;--text: #ede9e1;--text-muted: #c8c8dc;--text-dim: #c0c0d4;--font-display: "Cormorant Garamond", Georgia, serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--font-body: "Outfit", system-ui, sans-serif}html{scroll-behavior:smooth;font-size:16px}.skip-link{position:absolute;top:-100px;left:0;background:var(--gold);color:var(--bg);padding:8px;z-index:10000;transition:top .3s;font-family:var(--font-mono);font-size:.8rem;text-decoration:none}.skip-link:focus{top:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:300;line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--gold);outline-offset:4px}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='80' height='80' filter='url(%23n)'/%3E%3C/svg%3E");background-size:80px 80px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body:after{display:none}}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}::selection{background:#c9a96e40;color:var(--text)}section{padding:4.5rem 3rem}.below-fold{content-visibility:auto;contain-intrinsic-size:1px 800px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.embed-heading{font-family:var(--font-display);font-size:clamp(1.4rem,2.4vw,1.9rem);font-weight:600;margin:3rem 0 1.25rem}.hp{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.container{max-width:1140px;margin:0 auto}.section-header{display:flex;align-items:baseline;gap:1.2rem;margin-bottom:2.2rem}.section-num{font-family:var(--font-mono);font-size:.7rem;color:var(--gold);letter-spacing:.12em}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:600;line-height:1}.section-line{flex:1;height:1px;background:var(--border);margin-left:.8rem}.reveal{opacity:1;transform:none}html.js-enabled .reveal:not(.visible){opacity:0;transform:translateY(24px)}html.js-enabled .reveal.visible{opacity:1;transform:translateY(0);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}html.low-power .reveal,html.reduce-motion .reveal,html.low-power *,html.reduce-motion *{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}html.low-power .reveal,html.reduce-motion .reveal{opacity:1!important;transform:none!important;transition:none!important}.btn-primary{display:inline-block;padding:.75rem 1.8rem;background:var(--gold);color:#080810;font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s}.btn-primary:hover{background:var(--gold2);transform:translateY(-2px)}.btn-secondary{display:inline-block;padding:.75rem 1.8rem;background:transparent;color:var(--text-muted);font-family:var(--font-mono);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;border:1px solid var(--border);cursor:pointer;transition:border-color .2s,color .2s}.btn-secondary:hover{border-color:var(--blue);color:var(--blue)}.tag{display:inline-block;padding:.25rem .7rem;border:1px solid var(--border);font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);letter-spacing:.06em;transition:border-color .2s,color .2s}.tag:hover{border-color:var(--gold);color:var(--gold)}.tech-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}.tech-pill{padding:.18rem .55rem;background:#c9a96e12;border:1px solid rgba(201,169,110,.18);font-family:var(--font-mono);font-size:.66rem;color:var(--gold);letter-spacing:.05em}@media (max-width: 900px){section{padding:3.5rem 1.5rem}}@media (max-width: 600px){section{padding:3rem 1.2rem}}
