@import"https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@600;700&family=Orbitron:wght@700;900&family=Titillium+Web:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,600;0,6..72,700;1,6..72,400&display=swap";:root{--ink: #1a1b1d;--background-color: #efebe4;--accent-blue: #0071e3;--main-orange: rgb(195, 97, 0)}html,body{width:100%;overflow-x:visible;margin:0;padding:0;scroll-behavior:smooth;scroll-padding-top:60px}body{background-color:var(--background-color);background-image:linear-gradient(rgba(45,38,32,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(45,38,32,.04) 1px,transparent 1px);background-size:32px 32px;background-attachment:fixed;font-family:Titillium Web,Segoe UI,system-ui,sans-serif;font-weight:500;line-height:1.58;letter-spacing:.015em;color:var(--ink);padding:0;margin:0}h1,h2{font-family:Chakra Petch,Segoe UI,system-ui,sans-serif;font-weight:700;font-style:normal}#root,.app-container{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:900px;margin:0 auto;padding:20px;box-sizing:border-box}section{margin-bottom:40px}:root{--main-white: #faf8f4;--background-color: #efebe4;--main-orange: rgb(195, 97, 0);--accent-blue: #0071e3;--ink: #1a1b1d;--muted: #5c5c5e;--steel-border: #c5c2bc;--surface: #faf8f4;--shadow-sm: 0 2px 8px rgba(40, 35, 28, .08);--shadow-md: 0 8px 22px rgba(40, 35, 28, .12);--radius: 10px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-main{flex:1 1 auto;display:flex;flex-direction:column;width:100%;min-height:0}.layout{display:flex;flex-direction:column;flex:1;width:100%;overflow:visible}.location{color:#555;font-size:.95rem;margin-top:.5rem;font-weight:600}.main{width:100%;max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box;flex:1;overflow-x:hidden}.section{margin-bottom:4rem}.section h2{font-family:Chakra Petch,sans-serif;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--ink);border:none;margin-top:2.75rem;margin-bottom:1.25rem;padding-bottom:.65rem;position:relative}.section h2:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:4rem;height:3px;background:var(--main-orange);border-radius:0}.section p{font-weight:500}.section p a{color:var(--main-orange);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(195,97,0,.35);transition:color .15s ease,border-color .15s ease}.section p a:hover{color:#8b5200;border-bottom-color:#8b52008c}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto}.project-card{position:relative;text-align:center;padding:1rem 1rem 1.05rem;border-radius:10px;overflow:hidden;border:1px solid var(--steel-border, #c5c2bc);color:#0f1216;background:repeating-linear-gradient(0deg,rgba(45,38,30,.035) 0 1px,transparent 1px 6px),repeating-linear-gradient(90deg,rgba(255,255,255,.055) 0 1px,transparent 1px 7px),linear-gradient(180deg,#ebe7e0,#dfd9d2);box-shadow:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.project-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:10px 0 0 10px;background:linear-gradient(180deg,#e8a040,#c36100,#8a4a00);pointer-events:none;z-index:1}.project-card a{position:relative;z-index:2;display:block;color:inherit;text-decoration:none;height:100%;cursor:pointer;border-radius:8px;transition:color .2s ease}.project-card a:focus-visible{outline:2px solid rgb(195,97,0);outline-offset:4px}.project-card:hover{border-color:#c361008c;background:repeating-linear-gradient(0deg,rgba(45,38,30,.042) 0 1px,transparent 1px 6px),repeating-linear-gradient(90deg,rgba(255,255,255,.065) 0 1px,transparent 1px 7px),linear-gradient(180deg,#f0ebe4,#e5dfd6);box-shadow:inset 0 0 0 2px #c3610059,0 3px 12px #28201814}.project-card:hover h3{color:#c36100}.project-card h3{font-family:Chakra Petch,sans-serif;margin-top:0;margin-bottom:.55rem;padding-bottom:0;font-size:.95rem;font-weight:600;line-height:1.35;color:#0c0e12;letter-spacing:.06em;transition:color .2s ease}.project-card img,.project-card video{width:100%;margin-top:.5rem;border-radius:8px;border:none;box-shadow:0 1px 3px #28201812,0 6px 16px #2820181a;transition:box-shadow .2s ease}.project-card:hover img,.project-card:hover video{box-shadow:0 2px 6px #2820181a,0 10px 22px #28201821}ul{list-style-type:disc;margin-left:1.5rem}.section-title{font-family:Chakra Petch,sans-serif;text-align:center;margin-bottom:50px;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:700;color:var(--ink);position:relative;letter-spacing:.14em;text-transform:uppercase}.section-title:after{content:"";display:block;width:3.5rem;height:4px;background:var(--main-orange);margin:1rem auto 0;border-radius:0}.section h2,#contact{text-align:center}#contact p{font-size:1.05rem;color:var(--ink)}.nav{position:sticky;top:0;z-index:1000;background:#222324;display:flex;justify-content:center;gap:2rem;border-bottom:2px solid rgba(195,97,0,.85);box-shadow:0 2px 14px #0003;padding:10px 0;flex-wrap:wrap}.nav::-webkit-scrollbar{height:6px}.nav::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:3px}.nav a{font-family:Chakra Petch,sans-serif;color:#f5f5f5;text-decoration:none;font-weight:600;font-size:.84rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;padding:6px 0;transition:color .15s ease;display:inline-block;flex-shrink:0}.nav a:hover{color:var(--main-orange, rgb(195, 97, 0))}.nav a.active{color:var(--main-orange, rgb(195, 97, 0));text-decoration:none;border-bottom:2px solid var(--main-orange, rgb(195, 97, 0));padding-bottom:4px}.projects-nav a.home-link{color:#0ddbae}.projects-nav a.home-link:hover{color:#48f0c8}@media (max-width: 768px){.projects-nav{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:10px 0}.projects-nav a{padding:6px 0;font-size:1rem}}.timeline{position:relative;max-width:900px;margin:0 auto;padding:0}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:#b8b5b0;transform:translate(-50%);border-radius:0;z-index:1;box-shadow:0 0 0 1px #ffffff59}.timeline-item{position:relative;width:45%;padding:20px 30px;box-sizing:border-box;margin-bottom:30px}.timeline-item.fulltime{left:0;text-align:right}.timeline-item.parttime,.timeline-item.education{left:55%;text-align:left}.timeline-item:before{content:"";position:absolute;top:53px;width:18px;height:18px;margin-top:0;border-radius:50%;z-index:3;box-sizing:border-box;background:radial-gradient(ellipse 100% 52% at 50% 6%,rgba(255,255,255,.72) 0%,rgba(255,250,220,.2) 36%,transparent 50%),radial-gradient(circle at 50% 50%,#facc15eb,#eab308b8 42%,#b47d1461 72%,#8c693747),linear-gradient(165deg,#ffeed2f5,#f5d7aff0);outline:2px solid rgba(255,255,255,.78);outline-offset:3px;box-shadow:inset 0 2px 4px #ffffffc7,inset 0 -2px 4px #78552838,0 0 0 1px #ffffff73,0 0 0 2px #ffffff2e,0 1px 3px #00000014,0 0 14px 4px #fde04794,0 0 26px 11px #f59e0b57;animation:timeline-led-amber 3.2s ease-in-out infinite}.timeline-item:after{content:attr(data-year);position:absolute;top:62px;transform:translateY(-50%);font-family:Chakra Petch,sans-serif;font-weight:600;color:#4a4845;font-size:13px;white-space:nowrap;letter-spacing:.08em}.timeline-item.fulltime:before{left:100%;right:auto;margin-left:calc(100% / 9 - 9px)}.timeline-item.fulltime:after{right:-112px}.timeline-item.parttime:before,.timeline-item.education:before{left:calc(-100% / 9 - 9px);right:auto;margin-left:0}.timeline-item.parttime:after{left:-148px}.timeline-item.education:after{left:-112px}.timeline-item.education:before{background:radial-gradient(ellipse 100% 52% at 50% 6%,rgba(255,255,255,.7) 0%,rgba(220,252,235,.22) 36%,transparent 50%),radial-gradient(circle at 50% 50%,#4ade80e6,#22c55ead 45%,#15803d6b 75%,#1e553752),linear-gradient(165deg,#d2f5e1f5,#b9e6cdf0);outline:2px solid rgba(220,252,235,.88);outline-offset:3px;box-shadow:inset 0 2px 4px #ffffffc7,inset 0 -2px 4px #195f3c33,0 0 0 1px #ffffff6b,0 0 0 2px #a7f3d052,0 1px 3px #00000012,0 0 14px 4px #4ade8085,0 0 26px 11px #22c55e47;animation:timeline-led-green 3.2s ease-in-out infinite}.timeline-item.parttime:before{background:radial-gradient(ellipse 100% 52% at 50% 6%,rgba(255,255,255,.68) 0%,rgba(255,210,210,.28) 36%,transparent 50%),radial-gradient(circle at 50% 50%,#fc8181eb,#ef4444c7 42%,#b92d2d7a 72%,#6e2d2d57),linear-gradient(165deg,#ffe1e1f5,#f5c3c3ed);outline:2px solid rgba(255,200,195,.88);outline-offset:3px;box-shadow:inset 0 2px 4px #ffffffbf,inset 0 -2px 4px #78232338,0 0 0 1px #ffffff6b,0 0 0 2px #ff968c47,0 1px 3px #00000014,0 0 14px 4px #f8717194,0 0 26px 11px #ef444457;animation:timeline-led-fault 1.45s ease-in-out infinite}@keyframes timeline-led-amber{0%,to{box-shadow:inset 0 2px 4px #ffffffc7,inset 0 -2px 4px #78552838,0 0 0 1px #ffffff73,0 0 0 2px #ffffff2e,0 1px 3px #00000014,0 0 14px 4px #fde04785,0 0 26px 11px #f59e0b4d}50%{box-shadow:inset 0 2px 5px #ffffffe0,inset 0 -2px 4px #78552829,0 0 0 1px #ffffff8c,0 0 0 2px #ffebbe61,0 1px 3px #0000000f,0 0 18px 6px #fde047b8,0 0 34px 13px #f59e0b6b}}@keyframes timeline-led-green{0%,to{box-shadow:inset 0 2px 4px #ffffffc7,inset 0 -2px 4px #195f3c33,0 0 0 1px #ffffff6b,0 0 0 2px #a7f3d052,0 1px 3px #00000012,0 0 14px 4px #4ade8075,0 0 26px 11px #22c55e3d}50%{box-shadow:inset 0 2px 5px #ffffffe0,inset 0 -2px 4px #195f3c24,0 0 0 1px #ffffff85,0 0 0 2px #bef5d26b,0 1px 3px #0000000f,0 0 18px 6px #4ade80ad,0 0 34px 13px #22c55e61}}@keyframes timeline-led-fault{0%,to{box-shadow:inset 0 2px 4px #ffffffbf,inset 0 -2px 4px #78232338,0 0 0 1px #ffffff6b,0 0 0 2px #ff968c47,0 1px 3px #00000014,0 0 14px 4px #f8717180,0 0 26px 11px #ef44444d}50%{box-shadow:inset 0 2px 5px #ffffffd9,inset 0 -2px 4px #78232326,0 0 0 1px #ffffff85,0 0 0 2px #ffaaa06b,0 1px 3px #0000000f,0 0 20px 7px #f87171c7,0 0 38px 14px #ef444470}}.timeline-item .content{position:relative;font-family:Newsreader,Georgia,Times New Roman,serif;font-optical-sizing:auto;background-color:#f2ece0;background-image:repeating-linear-gradient(transparent,transparent calc(1.45em - 1px),rgba(40,35,25,.06) calc(1.45em - 1px),rgba(40,35,25,.06) 1.45em),linear-gradient(180deg,rgba(255,255,255,.35) 0%,transparent 28%);padding:1rem 1.1rem 1.15rem;max-width:100%;display:inline-block;text-align:left;border:1px solid #2a2826;border-top:5px double #1a1918;border-radius:1px;box-shadow:1px 2px #0000001f,3px 5px 12px #28231c1f,inset 0 1px #ffffffa6}.timeline-item .content[data-year]:before{content:"Experience · " attr(data-year);display:block;font-family:Chakra Petch,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#5c5854;margin-bottom:.55rem;padding-bottom:.45rem;border-bottom:1px solid rgba(26,25,24,.55)}.timeline-item .content .timeline-article__headline{font-family:Newsreader,Georgia,serif;font-size:clamp(1.02rem,2.4vw,1.2rem);font-weight:700;line-height:1.22;margin:0 0 .45rem;color:#141312;letter-spacing:-.02em;text-wrap:balance}.timeline-item .content .timeline-article__byline{font-family:Newsreader,Georgia,serif;font-size:.84rem;font-style:italic;font-weight:600;color:#4a4744;margin:0 0 .65rem;padding:.35rem 0 .35rem .65rem;border-left:3px solid var(--main-orange, rgb(195, 97, 0))}.timeline-item .content .timeline-article__body{font-family:Newsreader,Georgia,serif;font-size:.92rem;font-weight:400;line-height:1.58;margin:0;color:#252422;text-align:justify;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.timeline-item.fulltime .content{margin-left:auto;padding-right:1.15rem}.timeline-item.parttime .content,.timeline-item.education .content{margin-right:auto;padding-left:1.15rem}.timeline-item .company a{color:var(--main-orange, rgb(195, 97, 0));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;font-style:italic;font-weight:600;transition:color .15s ease}.timeline-item .company a:hover{color:#8b5200}@media (prefers-reduced-motion: reduce){.timeline-item:before{animation:none}}@media (max-width: 700px){.timeline-item,.timeline-item.fulltime,.timeline-item.parttime,.timeline-item.education{width:100%;left:0!important;text-align:left!important;margin-left:0}.timeline-item.fulltime:after,.timeline-item.parttime:after,.timeline-item.education:after{left:40px!important;top:61px!important;transform:translateY(-50%)!important}.timeline-item:before{top:52px!important;left:-28px!important;right:auto!important;margin-left:0!important;transform:none!important}.timeline:before{left:20px}.timeline{padding-left:40px}}.projects-layout{flex:1;display:flex;flex-direction:column;width:100%;min-height:0}.projects-content{flex:1;text-align:center;padding:1rem 1rem 2.5rem}.projects-content h1{font-family:Chakra Petch,sans-serif;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#1a1b1d;border:none;margin-bottom:1rem;padding-bottom:.75rem;position:relative}.projects-content h1:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:3.5rem;height:3px;background:#c36100;border-radius:0}.projects-content p{font-family:Titillium Web,sans-serif;font-size:1.08rem;font-weight:500;margin-bottom:2rem;color:#3a3836;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.65}.gallery-container{padding:1rem}.gallery-loading{text-align:center;color:#6e6e73;margin:0 0 1rem;font-size:.9rem;font-weight:500}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;justify-content:center;max-width:1200px;margin:0 auto}.gallery-cell{position:relative;display:block;width:100%;margin:0;padding:0;border:none;font:inherit;text-align:left;background:#1d1d1f;border-radius:12px;cursor:pointer;box-shadow:0 2px 6px #00000038,0 10px 28px #0003;overflow:hidden;content-visibility:auto;contain:layout style paint;contain-intrinsic-size:280px 158px;aspect-ratio:16 / 9;transition:box-shadow .28s cubic-bezier(.25,.1,.25,1),transform .28s cubic-bezier(.25,.1,.25,1)}.gallery-cell:hover:not(:disabled){box-shadow:0 8px 20px #00000059,0 22px 48px #00000047,0 32px 64px #19120c2e;transform:translateY(-6px)}.gallery-cell:disabled{cursor:wait}.gallery-cell:focus-visible{outline:none;box-shadow:0 6px 18px #c3610059,0 14px 40px #00000059,0 28px 56px #00000040}.gallery-thumb-placeholder{position:absolute;inset:0;background:linear-gradient(110deg,#2a2a2c,#3d3d42,#2a2a2c 90%);background-size:200% 100%;animation:gallery-shimmer 1.1s ease-in-out infinite}.gallery-thumb-placeholder--error{animation:none;background:#3a2a28;background-image:repeating-linear-gradient(-45deg,transparent,transparent 6px,rgba(0,0,0,.12) 6px,rgba(0,0,0,.12) 7px)}@keyframes gallery-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.gallery-cell .gallery-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;box-shadow:none;cursor:pointer;opacity:0;transform:scale(1);transform-origin:center center;transition:opacity .22s ease,transform .32s cubic-bezier(.25,.1,.25,1)}.gallery-cell .gallery-image--loaded{opacity:1}.gallery-cell:hover:not(:disabled) .gallery-image--loaded{transform:scale(1.06)}.gallery-cell--video .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.85);pointer-events:none;z-index:1}.gallery-modal{position:fixed;inset:0;width:100%;height:100%;max-height:100dvh;box-sizing:border-box;z-index:9999;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,3vw,5rem);background:transparent}.gallery-modal:before{content:"";position:absolute;inset:0;background:#000;opacity:0;pointer-events:none;z-index:0;transition:opacity .42s cubic-bezier(.25,.1,.25,1)}.gallery-modal--open:before{opacity:.94}.gallery-modal-stage{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;max-width:min(96vw,1600px);max-height:min(92vh,92dvh);transform:scale(.92);opacity:0;transition:transform .42s cubic-bezier(.25,.1,.25,1),opacity .38s cubic-bezier(.25,.1,.25,1);will-change:transform,opacity}.gallery-modal--open .gallery-modal-stage{transform:scale(1);opacity:1}.gallery-modal-content{max-width:100%;max-height:min(92vh,92dvh);display:flex;align-items:center;justify-content:center}.gallery-modal-image,.gallery-modal-video-wrapper{border-radius:.75rem;border:none;outline:none;box-shadow:0 8px 28px #00000073,0 24px 64px #0000006b,0 48px 100px #00000061,0 2px 12px #28201859}.gallery-modal-image{max-width:100%;max-height:min(92vh,92dvh);width:auto;height:auto;object-fit:contain}.gallery-modal-image:focus-visible{outline:none}.gallery-modal-video-wrapper{width:min(92vw,1200px);aspect-ratio:16 / 9;max-height:min(92vh,92dvh);display:flex}.gallery-modal-video-wrapper iframe{width:100%;height:100%;border:0;border-radius:inherit}.gallery-modal-close{position:absolute;top:clamp(10px,2.5vw,22px);right:clamp(10px,2.5vw,22px);z-index:10002;width:48px;height:48px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#0000007a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffffff2;font-family:Chakra Petch,sans-serif;font-size:1.75rem;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 2px 10px #00000047;opacity:0;transition:opacity .34s cubic-bezier(.25,.1,.25,1) .05s,background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.gallery-modal--open .gallery-modal-close{opacity:1}.gallery-modal-close:hover{background:#0000009e;border-color:#ffffff42;color:#fff}.gallery-modal-close:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:3px}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:#0000007a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fffffff2;font-family:Chakra Petch,sans-serif;font-size:2.1rem;font-weight:600;line-height:1;cursor:pointer;z-index:10001;box-shadow:0 2px 12px #0000004d;opacity:0;transition:opacity .34s cubic-bezier(.25,.1,.25,1) .05s,background .18s ease,border-color .18s ease,transform .18s ease}.gallery-nav span{display:block;margin-top:-4px}.gallery-modal--open .gallery-nav{opacity:1}.gallery-nav:hover{background:#0000009e;border-color:#ffffff42;transform:translateY(-50%) scale(1.03)}.gallery-nav:active{transform:translateY(-50%) scale(.98)}.gallery-nav:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:3px}@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))){.gallery-modal-close,.gallery-nav{background:#0000009e}}.gallery-nav--prev{left:clamp(10px,2.5vw,26px)}.gallery-nav--next{right:clamp(10px,2.5vw,26px)}@media (prefers-reduced-motion: reduce){.gallery-modal:before,.gallery-modal-stage,.gallery-nav,.gallery-modal-close{transition-duration:.01ms!important;transition-delay:0s!important}.gallery-thumb-placeholder{animation:none}.gallery-cell,.gallery-cell .gallery-image{transition-duration:.01ms!important}.gallery-cell:hover:not(:disabled){transform:none}.gallery-cell:hover:not(:disabled) .gallery-image--loaded{transform:none}}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;padding:.5rem}.gallery-modal{padding:.75rem .5rem}.gallery-modal-image{max-height:min(78vh,78dvh)}.gallery-modal-stage{max-height:min(88vh,88dvh)}.gallery-nav{display:none}.gallery-modal-close{top:max(10px,env(safe-area-inset-top,0px));right:max(10px,env(safe-area-inset-right,0px))}}@media (max-width: 480px){.gallery-grid{grid-template-columns:1fr;gap:.75rem}.gallery-modal-image{max-height:min(72vh,72dvh)}.gallery-modal-stage{max-height:min(85vh,85dvh)}}.header{position:relative;min-height:20vh;overflow:hidden;color:#fff;text-align:center;width:100%;z-index:1}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#12100e85;z-index:0;pointer-events:none}.header-bg{position:absolute;top:0;left:0;width:100%;height:120%;object-fit:cover;object-position:center;z-index:-1;transform:translateZ(0);will-change:transform;pointer-events:none;-webkit-user-select:none;user-select:none}.header-content{position:relative;z-index:1;padding:40px 20px;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;height:100%}.header-content h1{font-family:Orbitron,sans-serif;font-size:clamp(1.85rem,5vw,2.85rem);margin:0 0 14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 2px 20px rgba(0,0,0,.5)}.header-title-link{color:inherit;text-decoration:none;display:inline-block;transition:transform .2s ease,text-shadow .2s ease}.header-title-link:hover{transform:scale(1.02);text-shadow:0 2px 22px rgba(0,0,0,.55),0 0 28px rgba(255,250,245,.12)}@media (prefers-reduced-motion: reduce){.header-title-link{transition:none}.header-title-link:hover{transform:none;text-shadow:0 2px 20px rgba(0,0,0,.5)}}.header-title-link:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:6px;border-radius:2px}.header-content p{font-family:Titillium Web,sans-serif;color:#f0eeea;background:#1c1a16b8;font-size:.95rem;font-weight:600;font-style:italic;letter-spacing:.06em;margin:0 auto;padding:.5rem 1.2rem;max-width:580px;border-radius:2px;border:1px solid rgba(255,255,255,.12);box-shadow:0 2px 12px #00000040}@media (max-width: 768px){.header{min-height:25vh}.header-content{padding:20px}.header-content p{font-size:.88rem;max-width:100%;padding:.45rem 1rem}nav{font-size:1rem}}.site-footer{position:relative;margin-top:auto;color:#c9c4bc;background:#121110;border-top:1px solid rgba(90,82,72,.35);font-size:.875rem}.site-footer__accent{height:3px;background:var(--main-orange, rgb(195, 97, 0));opacity:1}.site-footer__inner{max-width:1200px;margin:0 auto;padding:2rem 1.25rem 2.25rem;box-sizing:border-box}.site-footer__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem}.site-footer__row--main{padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__brand{display:flex;flex-direction:column;gap:.35rem;text-align:left}.site-footer__name{font-family:Chakra Petch,sans-serif;font-weight:700;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;color:#f5f2ec}.site-footer__tagline{font-family:Titillium Web,sans-serif;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#c8c3b9bf;font-weight:600}.site-footer__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-family:Titillium Web,sans-serif;font-weight:600}.site-footer__nav a{color:#e4dfd6;text-decoration:none;padding:.2rem 0;transition:color .15s ease}.site-footer__nav a:hover{color:var(--main-orange, rgb(195, 97, 0))}.site-footer__sep{color:#ffffff38;-webkit-user-select:none;user-select:none}.site-footer__row--sub{padding-top:1rem;font-size:.8rem;color:#b9b4aae6;font-family:Titillium Web,sans-serif;font-weight:500}.site-footer__copy{margin:0}.site-footer__copy-mark{opacity:.85;margin-right:.15rem}.site-footer__credit{margin:0}.site-footer__credit a{color:#9ec8f0;text-decoration:none;transition:color .15s ease}.site-footer__credit a:hover{color:var(--main-orange, rgb(195, 97, 0))}@media (max-width: 640px){.site-footer__row--main{flex-direction:column;align-items:flex-start}.site-footer__nav{width:100%}}
