*,html,body{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}:root{--color-ink: #102022;--color-ink-soft: #284346;--color-deep: #0e1d23;--color-deep-2: #14292f;--color-paper: #fbfaf6;--color-paper-2: #f2eee5;--color-line: #ded7c8;--color-mint: #49b99d;--color-coral: #e9785f;--color-gold: #d9a441;--color-blue: #3478c7;--shadow-soft: 0 20px 60px rgba(16, 32, 34, .12);--max-width: 1180px}body{background:var(--color-paper);color:var(--color-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}#root{min-height:100vh}ul{list-style:none}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button:hover,a:hover{opacity:.92}section{scroll-margin-top:92px}.sectionPad{padding:96px 32px}.lightSection{background:var(--color-paper)}.darkSection{background:var(--color-deep);color:#f8f4ea}.sectionHeading{width:min(100%,var(--max-width));margin:0 auto 44px;text-align:left}.sectionHeading h2{max-width:780px;font-size:2.6rem;line-height:1.12;font-weight:800}.eyebrow{color:var(--color-coral);font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.darkSection .eyebrow{color:#f0b469}@media screen and (max-width: 768px){.sectionPad{padding:78px 22px}.sectionHeading{margin-bottom:34px}.sectionHeading h2{font-size:2rem}}@media screen and (max-width: 480px){.sectionPad{padding:64px 18px}.sectionHeading h2{font-size:1.7rem}}section#copyright{background:#081216;border-top:1px solid rgba(248,244,234,.08);color:#f8f4ea;display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;padding:22px;text-align:center}section#copyright span{color:#fff;font-weight:900}section#copyright p{color:#b7cbc6}@keyframes hambAnim{0%{transform:rotate(-180deg)}to{transform:rotate(0)}}nav{align-items:center;display:flex;height:92px;justify-content:space-between;left:0;padding:0 40px;position:fixed;top:0;transition:background .3s ease,box-shadow .3s ease;width:100%;z-index:20}nav:before{background:rgba(14,29,35,.72);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(248,244,234,.08);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:-1}label.logo{display:inline-flex}.rootLogo{align-items:center;display:inline-flex}.rootLogo>img{display:block;height:48px;width:48px}nav ul{align-items:center;display:flex;gap:26px}nav ul li{display:inline-flex}nav>ul>li>a{color:#f8f4ea;font-size:.95rem;font-weight:800;padding:8px 0;position:relative}nav>ul>li>a:after{background-color:var(--color-mint);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .24s ease;width:0}nav>ul>li>a:hover:after,nav>ul>li>a.active:after{width:100%}nav>ul>li>a.resume{background:#f8f4ea;border-radius:8px;color:var(--color-deep);min-height:42px;padding:9px 16px}nav>ul>li>a.resume:after{display:none}.hamb{cursor:pointer;display:none}.hambChild{animation:hambAnim .5s ease-in-out}.hambClose,#check{display:none}@media screen and (max-width: 820px){nav{height:84px;padding:0 24px}.hamb{display:inline-flex;order:3}nav ul{background:rgba(14,29,35,.98);border-top:1px solid rgba(248,244,234,.08);display:flex;flex-direction:column;gap:0;height:calc(100vh - 84px);justify-content:flex-start;left:-100%;padding-top:42px;position:fixed;text-align:center;top:84px;transition:left .3s ease;width:100%}nav ul li{display:block;margin:10px 0}nav>ul>li>a{display:inline-flex;font-size:1.05rem}#check:checked~ul{left:0}#check:checked~label .hambClose{display:inline-block}#check:checked~label .hambOpen{display:none}}@media screen and (max-width: 480px){nav{padding:0 18px}.rootLogo>img{height:42px;width:42px}}section#experience{border-bottom:1px solid rgba(248,244,234,.08)}.experienceLayout{display:grid;gap:42px;grid-template-columns:minmax(0,1.02fr) minmax(320px,.98fr);margin:0 auto;max-width:var(--max-width);text-align:left}.timeline{display:grid;gap:18px}.roleCard{background:rgba(255,255,255,.055);border:1px solid rgba(248,244,234,.14);border-radius:8px;display:grid;gap:22px;grid-template-columns:138px minmax(0,1fr);padding:26px}.roleMeta span{background:rgba(233,120,95,.16);border:1px solid rgba(233,120,95,.36);border-radius:999px;color:#ffd0c5;display:inline-flex;font-size:.8rem;font-weight:800;padding:7px 10px;white-space:nowrap}.roleBody>p{color:#f0b469;font-size:.88rem;font-weight:900;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.roleBody h3{color:#fff;font-size:1.3rem;margin-bottom:12px}.roleBody ul{display:grid;gap:8px;list-style:disc;padding-left:20px}.roleBody li{color:#dbe8e4}.skillColumn{display:grid;gap:18px}.evmPanel,.educationPanel,.skillsGrid article{background:#f8f4ea;border:1px solid rgba(248,244,234,.18);border-radius:8px;color:var(--color-ink);padding:24px}.evmPanel h3,.educationPanel h3,.skillsGrid h3{font-size:1.14rem;line-height:1.3;margin-bottom:10px}.evmPanel p,.educationPanel p{color:var(--color-ink-soft)}.skillsGrid{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.skillsGrid article div{display:flex;flex-wrap:wrap;gap:8px}.skillsGrid span{background:#e7efe9;border:1px solid #cdded5;border-radius:999px;color:#173e35;font-size:.82rem;font-weight:800;padding:6px 10px}@media screen and (max-width: 980px){.experienceLayout{grid-template-columns:1fr}}@media screen and (max-width: 640px){.roleCard{grid-template-columns:1fr;padding:22px}.skillsGrid{grid-template-columns:1fr}}@keyframes arrowDown{0%{transform:translate(-50%)}50%{transform:translate(-50%,10px)}to{transform:translate(-50%)}}section#homepage{background:var(--color-deep);color:#f8f4ea;min-height:92vh;padding:150px 32px 54px;position:relative}.heroInner{align-items:center;display:grid;gap:64px;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);margin:0 auto;max-width:var(--max-width);text-align:left}.heroCopy h1{color:#fff;font-size:5.2rem;font-weight:900;line-height:.95;margin-bottom:24px}.heroHeadline{color:#f1d098;font-size:1.45rem;font-weight:700;line-height:1.38;max-width:820px}.heroSummary{color:#dbe8e4;font-size:1.05rem;margin-top:22px;max-width:720px}.heroActions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.heroActions a{align-items:center;border-radius:8px;display:inline-flex;font-weight:800;justify-content:center;min-height:48px;padding:0 20px}.primaryAction{background:var(--color-mint);color:#08201b}.secondaryAction{border:1px solid rgba(248,244,234,.36);color:#f8f4ea}.heroStats{border-top:1px solid rgba(248,244,234,.18);display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:48px;max-width:820px;padding-top:26px}.heroStats div{min-width:0}.heroStats strong{color:#fff;display:block;font-size:1rem}.heroStats span{color:#bfd2cd;display:block;font-size:.9rem;margin-top:4px}.heroPortrait{margin:0;position:relative}.heroPortrait img{aspect-ratio:4 / 5;border:1px solid rgba(248,244,234,.28);border-radius:8px;box-shadow:var(--shadow-soft);display:block;object-fit:cover;width:100%}.heroPortrait figcaption{background:#f8f4ea;border-left:4px solid var(--color-coral);border-radius:6px;bottom:28px;color:var(--color-ink);font-size:.92rem;font-weight:700;left:-28px;max-width:280px;padding:16px 18px;position:absolute}#arrDown{align-items:center;animation:arrowDown 1.2s infinite ease-in-out;bottom:20px;color:var(--color-mint);display:inline-flex;font-size:2.6rem;left:50%;position:absolute}@media screen and (max-width: 900px){section#homepage{padding-top:128px}.heroInner{gap:42px;grid-template-columns:1fr}.heroPortrait{max-width:440px}}@media screen and (max-width: 768px){.heroCopy h1{font-size:3.7rem}.heroHeadline{font-size:1.2rem}.heroStats{grid-template-columns:1fr}}@media screen and (max-width: 480px){section#homepage{min-height:auto;padding:112px 18px 76px}.heroCopy h1{font-size:2.7rem}.heroHeadline{font-size:1.05rem}.heroSummary{font-size:.98rem}.heroActions a{width:100%}.heroPortrait figcaption{bottom:auto;left:0;margin-top:12px;max-width:none;position:relative}}.projectCard{background:#ffffff;border:1px solid var(--color-line);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;text-align:left}.projectImage,.projectVisual{aspect-ratio:2 / 1;width:100%}.projectImage{display:block;height:auto;object-fit:cover}.projectVisual{align-items:center;background:var(--color-deep-2);display:flex;justify-content:center;position:relative}.projectVisual:after{background:var(--color-coral);bottom:0;content:"";height:8px;left:0;position:absolute;width:100%}.projectVisual span{color:#f8f4ea;font-size:2.3rem;font-weight:900}.projectDescription{align-items:flex-start;display:flex;flex:1;flex-direction:column;justify-content:flex-start;padding:26px}.projectCategory{color:var(--color-coral);font-size:.78rem;font-weight:900;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.projectDescription h2{color:var(--color-ink);font-size:1.35rem;line-height:1.25;margin-bottom:12px}.projectDescription .description{color:var(--color-ink-soft);font-size:.96rem;margin-bottom:18px}.projectDescription .tools{display:flex;flex-wrap:wrap;gap:8px}.projectDescription .tools span{background:#f0eadf;border-radius:999px;color:#3d3428;font-size:.78rem;font-weight:800;padding:6px 10px}.projectButtons{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:22px}.projectButton{align-items:center;background:var(--color-blue);border-radius:8px;color:#fff;display:inline-flex;font-size:.88rem;font-weight:800;gap:8px;min-height:40px;padding:0 12px}.projectButton.githubBt{background:#edf2f7;color:#1a202c}@media screen and (max-width: 640px){.projectDescription{padding:22px}}section#projects{border-bottom:1px solid var(--color-line)}.projectFilters{background:#ffffff;border:1px solid var(--color-line);border-radius:8px;display:flex;flex-wrap:wrap;gap:6px;margin:-18px auto 32px;max-width:var(--max-width);padding:6px;width:fit-content}.projectFilters button{background:transparent;border:none;border-radius:6px;color:var(--color-ink-soft);cursor:pointer;font-size:.78rem;font-weight:900;letter-spacing:.04em;min-height:38px;padding:0 14px}.projectFilters button.activeFilter{background:var(--color-deep);color:#f8f4ea}.projectsGrid{display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;max-width:var(--max-width)}.contributions{background:var(--color-deep);border-radius:8px;color:#f8f4ea;display:grid;gap:28px;grid-template-columns:280px minmax(0,1fr);margin:48px auto 0;max-width:var(--max-width);padding:32px;text-align:left}.contributions h3{color:#fff;font-size:1.45rem;line-height:1.2}.contributionGrid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.contributionGrid article{border:1px solid rgba(248,244,234,.14);border-radius:8px;padding:18px}.contributionGrid h4{color:#f0b469;font-size:1rem;margin-bottom:8px}.contributionGrid p{color:#dbe8e4;font-size:.92rem}@media screen and (max-width: 960px){.projectsGrid,.contributions,.contributionGrid{grid-template-columns:1fr}}@media screen and (max-width: 480px){.projectFilters{justify-content:center;width:100%}.projectFilters button{flex:1 1 45%;padding:0 10px}.contributions{padding:24px}}section#about{border-bottom:1px solid var(--color-line)}.aboutGrid{display:grid;gap:48px;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);margin:0 auto;max-width:var(--max-width);text-align:left}.aboutStory{background:var(--color-deep);border-radius:8px;box-shadow:var(--shadow-soft);color:#f8f4ea;padding:34px}.aboutStory p{color:#dbe8e4;font-size:1.02rem;margin-bottom:18px}.aboutStory p:first-child{color:#fff;font-size:1.18rem;font-weight:700}.interestList{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.interestList span{background:rgba(73,185,157,.15);border:1px solid rgba(73,185,157,.36);border-radius:999px;color:#d8fff4;font-size:.86rem;font-weight:800;padding:7px 12px}.aboutHighlights{display:grid;gap:18px}.aboutHighlights article{background:#ffffff;border:1px solid var(--color-line);border-left:5px solid var(--color-gold);border-radius:8px;padding:24px 26px}.aboutHighlights article:nth-child(2){border-left-color:var(--color-mint)}.aboutHighlights article:nth-child(3){border-left-color:var(--color-coral)}.aboutHighlights h3{color:var(--color-ink);font-size:1.12rem;margin-bottom:8px}.aboutHighlights p{color:var(--color-ink-soft)}@media screen and (max-width: 860px){.aboutGrid{grid-template-columns:1fr}}@media screen and (max-width: 480px){.aboutStory,.aboutHighlights article{padding:22px}.aboutStory p:first-child{font-size:1.05rem}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section#contact{color:#f8f4ea}.contactLayout{display:grid;gap:48px;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);margin:0 auto;max-width:var(--max-width);text-align:left}div#contactInfo h3,div#contactForm h3{color:#fff;font-size:1.35rem;line-height:1.25;margin-bottom:14px}.contactIntro{color:#dbe8e4;margin-bottom:30px}div#contactInfo ul{display:grid;gap:18px;margin-bottom:34px}div#contactInfo ul li{align-items:center;display:flex;gap:16px}div#contactInfo ul li svg{color:var(--color-mint);flex:0 0 auto}div#contactInfo p.contactDetails{color:#dbe8e4;font-weight:800}div#contactInfo div#socials p{color:#f0b469;font-size:.88rem;font-weight:900;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}div#contactInfo div#socials ul{display:flex;flex-wrap:wrap;gap:12px;margin:0}div#contactInfo div#socials li{margin:0}div#contactInfo div#socials a{align-items:center;background:rgba(248,244,234,.08);border:1px solid rgba(248,244,234,.12);border-radius:8px;display:inline-flex;height:52px;justify-content:center;width:52px}div#contactForm{background:rgba(255,255,255,.055);border:1px solid rgba(248,244,234,.12);border-radius:8px;padding:30px}div#contactForm form{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}div#contactForm h3,div#contactForm input#title,div#contactForm textarea,section#contact form button{grid-column:1 / -1}section#contact form input,section#contact form textarea{background:rgba(8,18,22,.72);border:1px solid rgba(248,244,234,.14);border-radius:8px;color:#fff;display:block;font-size:.96rem;min-width:0;padding:13px 14px;width:100%}section#contact form input::placeholder,section#contact form textarea::placeholder{color:#8da39e}section#contact form input:focus,section#contact form textarea:focus{border-color:var(--color-mint);outline:none}section#contact form textarea{min-height:210px;resize:vertical}section#contact form button{background:var(--color-mint);border:none;border-radius:8px;color:#08201b;cursor:pointer;font-size:1rem;font-weight:900;min-height:48px;padding:0 18px;width:max-content}@media screen and (max-width: 860px){.contactLayout{grid-template-columns:1fr}}@media screen and (max-width: 560px){div#contactForm{padding:22px}div#contactForm form{grid-template-columns:1fr}section#contact form button{width:100%}}
