:root{--primary: hsl(153, 86%, 25%);--primary-dark: hsl(153, 86%, 15%);--primary-light: hsl(153, 86%, 35%);--dark: hsl(0, 0%, 20%);--light: hsl(210, 20%, 98%, .95);--border: hsl(220, 13%, 91%);--shadow: hsla(153, 86%, 15%, .1);--primary-gradient: linear-gradient(90deg, var(--primary), var(--primary-light));--font-fancy: "Itim", sans-serif;--font-base: "Fira Sans", sans-serif;--font-mono: "Fira Mono", monospace}*{box-sizing:border-box}body{font-family:var(--font-base);line-height:1.6;color:var(--dark);background:var(--light);margin:0;padding:0;position:relative}.wrapper{margin-inline:auto;max-width:65rem;padding:2rem 1rem}section{margin-bottom:3rem;background:var(--light);border-radius:0 0 1rem 1rem;padding:2.5rem;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;border:1px solid var(--border);backdrop-filter:blur(10px);position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}section:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f}section:before{content:"";position:absolute;top:0;left:0;right:0;height:.25rem;background:var(--primary-gradient)}section h2{color:var(--primary);font-family:var(--font-fancy);border-bottom:none;padding-bottom:0;margin-top:0;margin-bottom:1.5rem;font-size:2.2rem;font-weight:700;position:relative;display:inline-block}section h3{color:var(--primary-dark);font-size:1.4rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;position:relative;padding-left:1rem}a{color:var(--primary);text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:border-color .2s ease}a:hover{color:var(--primary-dark);border-bottom-color:var(--primary-light)}p{font-size:1.05rem;line-height:1.7;margin-bottom:1.2rem}em{color:var(--primary-dark);font-style:italic;font-weight:500}@media (min-width: 768px){.wrapper{padding:2rem}section{padding:3rem}.faq a{font-size:1.2rem;padding:1.2rem}}@media (max-width: 767px){header{padding:2rem 1rem}section{padding:1.5rem;margin-bottom:2rem}section h2{font-size:1.8rem}.faq a{font-size:1rem;padding:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{animation:fadeInUp .6s ease forwards}section:nth-child(2n){animation-delay:.1s}section:nth-child(odd){animation-delay:.2s}footer[data-astro-cid-sz7xmlte]{padding:3rem 1rem;text-align:center;font-family:var(--font-mono);color:var(--primary-dark);margin-top:4rem}.created[data-astro-cid-sz7xmlte]{font-size:.8rem;opacity:.8;margin-top:1rem}header[data-astro-cid-3ef6ksr2] h1[data-astro-cid-3ef6ksr2]{font-family:var(--font-fancy);font-size:clamp(1.8rem,5vw,3.5rem);margin-bottom:.5rem;font-weight:800;text-shadow:2px 2px 4px rgba(0,0,0,.3);position:relative;z-index:1}header[data-astro-cid-3ef6ksr2] p[data-astro-cid-3ef6ksr2]{font-size:clamp(1rem,3vw,1.5rem);position:relative;z-index:1;opacity:.95}header[data-astro-cid-3ef6ksr2]{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--light);padding:3rem 1rem;text-align:center;position:relative;overflow:hidden;box-shadow:0 4px 20px var(--shadow)}header[data-astro-cid-3ef6ksr2]:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:var(--primary-gradient);border-radius:50%;opacity:.1;z-index:0}header[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;bottom:-30px;left:-30px;width:120px;height:120px;background:var(--primary-gradient);clip-path:polygon(50% 0%,0% 100%,100% 100%);opacity:.15;z-index:0}.headshot[data-astro-cid-pmmbdfqv]{max-width:100%;height:auto;margin:2rem auto;display:flex;justify-content:center;position:relative}.headshot[data-astro-cid-pmmbdfqv] figure[data-astro-cid-pmmbdfqv]{position:relative;margin:0}.headshot[data-astro-cid-pmmbdfqv] img[data-astro-cid-pmmbdfqv]{border-radius:20px;width:100%;max-width:25rem;height:auto;filter:drop-shadow(0 8px 32px rgba(0,0,0,.15));transition:transform .3s ease}.headshot[data-astro-cid-pmmbdfqv] img[data-astro-cid-pmmbdfqv]:hover{transform:scale(1.02)}.headshot[data-astro-cid-pmmbdfqv] figcaption[data-astro-cid-pmmbdfqv]{text-align:center;font-size:.9rem;font-style:italic;margin-top:1rem;color:var(--primary-dark);font-weight:500}.gallery[data-astro-cid-ihllb3az]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-auto-rows:200px;gap:1.5rem;margin:2rem 0;grid-auto-flow:dense}.gallery-item[data-astro-cid-ihllb3az]{margin:0;background:#fffffff2;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #00000014,0 1px 4px #0000000a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border);display:flex;flex-direction:column;position:relative}.gallery-item[data-astro-cid-ihllb3az]:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001f,0 4px 12px #00000014}.gallery-item[data-astro-cid-ihllb3az].tall,.gallery-item[data-astro-cid-ihllb3az].wide{grid-row:span 2}@media (min-width: 1200px){.gallery[data-astro-cid-ihllb3az]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.gallery-item[data-astro-cid-ihllb3az].wide:nth-child(2),.gallery-item[data-astro-cid-ihllb3az].wide:nth-child(5){grid-column:span 2}}img[data-astro-cid-ihllb3az]{width:100%;flex:1;object-fit:cover;transition:transform .3s ease;min-height:0}.gallery-item[data-astro-cid-ihllb3az]:hover img[data-astro-cid-ihllb3az]{transform:scale(1.02)}figcaption[data-astro-cid-ihllb3az]{padding:1rem 1.2rem;font-size:.9rem;font-style:italic;color:var(--primary-dark);font-weight:500;text-align:center;line-height:1.4;background:#fffffffa;border-top:1px solid var(--border);flex-shrink:0}@media (max-width: 768px){.gallery[data-astro-cid-ihllb3az]{grid-template-columns:1fr;grid-auto-rows:180px;gap:1.2rem}.gallery-item[data-astro-cid-ihllb3az].tall,.gallery-item[data-astro-cid-ihllb3az].wide{grid-row:span 2}figcaption[data-astro-cid-ihllb3az]{padding:.8rem 1rem;font-size:.85rem}}@media (min-width: 769px) and (max-width: 1024px){.gallery[data-astro-cid-ihllb3az]{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}}@media (min-width: 1025px){.gallery[data-astro-cid-ihllb3az]{grid-template-columns:repeat(3,1fr);grid-auto-rows:200px}}.gallery-item[data-astro-cid-ihllb3az]{animation:fadeInUp .6s ease forwards;opacity:0}.gallery-item[data-astro-cid-ihllb3az]:nth-child(1){animation-delay:.1s}.gallery-item[data-astro-cid-ihllb3az]:nth-child(2){animation-delay:.2s}.gallery-item[data-astro-cid-ihllb3az]:nth-child(3){animation-delay:.3s}.gallery-item[data-astro-cid-ihllb3az]:nth-child(4){animation-delay:.4s}.gallery-item[data-astro-cid-ihllb3az]:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.back-to-top[data-astro-cid-bxfefyx2]{display:inline-block;margin:1.5rem 0 1rem}.back-to-top[data-astro-cid-bxfefyx2] button[data-astro-cid-bxfefyx2]{font-size:.8rem;color:var(--dark);background:linear-gradient(135deg,var(--border),rgba(255,255,255,.8));padding:.5rem 1rem;border:1px solid var(--primary-light);border-radius:20px;cursor:pointer;transition:all .3s ease;font-family:Fira Mono,monospace;font-weight:500}.back-to-top[data-astro-cid-bxfefyx2] button[data-astro-cid-bxfefyx2]:hover{background:linear-gradient(135deg,var(--primary-light),var(--primary));color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}a[data-astro-cid-bxfefyx2]{text-decoration:none;border-bottom:none}.faq[data-astro-cid-al2ca2vr]{list-style:none;padding:0;margin:2rem 0}.faq[data-astro-cid-al2ca2vr] li[data-astro-cid-al2ca2vr]{margin-bottom:1rem;transform:translate(0);transition:transform .2s ease}.faq[data-astro-cid-al2ca2vr] li[data-astro-cid-al2ca2vr]:hover{transform:translate(8px)}.faq[data-astro-cid-al2ca2vr] a[data-astro-cid-al2ca2vr]{text-decoration:none;color:var(--primary);font-size:1.1rem;font-weight:500;display:flex;align-items:center;gap:.8rem;padding:1rem;border-radius:12px;background:linear-gradient(135deg,#fff9,#ffffff4d);border:1px solid rgba(255,255,255,.4);transition:all .3s ease}.faq[data-astro-cid-al2ca2vr] a[data-astro-cid-al2ca2vr]:hover{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;box-shadow:0 4px 16px #0000001a}.faq[data-astro-cid-al2ca2vr] a[data-astro-cid-al2ca2vr] i[data-astro-cid-al2ca2vr]{font-size:1rem;opacity:.8}.interview-links[data-astro-cid-al2ca2vr]>li[data-astro-cid-al2ca2vr]{list-style-type:none;padding-block:1rem}
