@charset "UTF-8";.navbar{position:sticky;top:0;z-index:100;background-color:#09080acc;backdrop-filter:blur(10px);border-bottom:1px solid #2e2b32;transition:background-color .3s ease,backdrop-filter .3s ease}.navbar__container{display:flex;align-items:center;justify-content:space-between;height:80px}.navbar__brand{display:flex;align-items:center;gap:10px;font-family:Fraunces,serif;font-size:1.25rem;font-weight:500;color:#f0ecf5}.navbar__dot{width:8px;height:8px;border-radius:50%;background-color:#e05c20}.navbar__name{letter-spacing:-.02em}.navbar__surname{font-style:italic;color:#e05c20}.navbar__nav{display:flex;align-items:center;gap:92px}@media(max-width:768px){.navbar__nav{position:absolute;top:80px;left:0;width:100%;background-color:#09080af2;backdrop-filter:blur(14px);flex-direction:column;align-items:flex-start;padding:28px;gap:28px;border-bottom:1px solid #2e2b32;opacity:0;transform:translateY(-10px);visibility:hidden;pointer-events:none;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility .35s}}.navbar__link{font-size:.875rem;letter-spacing:.08em;text-transform:uppercase;color:#7a7382;transition:color .2s ease;position:relative}.navbar__link:hover,.navbar__link.is-active{color:#f0ecf5}.navbar__link.is-active:after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:2px;background-color:#e05c20}@media(max-width:768px){.navbar__cta{display:none}}.navbar .navbar__toggle{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer}.navbar .navbar__toggle span{width:24px;height:2px;background-color:#f0ecf5;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}@media(max-width:768px){.navbar .navbar__toggle{display:flex}}.navbar .navbar__toggle.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar .navbar__toggle.is-open span:nth-child(2){opacity:0}.navbar .navbar__toggle.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media(max-width:768px){.navbar .navbar__nav{position:absolute;top:80px;left:0;width:100%;background-color:#09080af2;backdrop-filter:blur(14px);display:flex;flex-direction:column;align-items:flex-start;padding:28px;gap:28px;border-bottom:1px solid #2e2b32;opacity:0;transform:translateY(-10px);visibility:hidden;pointer-events:none;transition:opacity .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1),visibility .35s}.navbar .navbar__nav.is-open{opacity:1;transform:translateY(0);visibility:visible;pointer-events:auto}.navbar .navbar__link{font-size:1rem;opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}.navbar .navbar__nav.is-open .navbar__link{opacity:1;transform:translateY(0)}.navbar .navbar__nav.is-open .navbar__link:nth-child(1){transition-delay:.05s}.navbar .navbar__nav.is-open .navbar__link:nth-child(2){transition-delay:.1s}.navbar .navbar__nav.is-open .navbar__link:nth-child(3){transition-delay:.15s}.navbar .navbar__nav.is-open .navbar__link:nth-child(4){transition-delay:.2s}.navbar .navbar__cta{width:100%}.navbar .language-selector{margin-top:8px}}.language-selector{display:flex;align-items:center;gap:8px;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.language-selector__link{color:#7a7382;transition:color .2s ease}.language-selector__link:hover{color:#f0ecf5}.language-selector__link.is-active{color:#e05c20}.language-selector__separator{color:#5a5462}@media(max-width:768px){.language-selector{margin-top:12px}}.hero{position:relative;min-height:55vh;display:flex;align-items:center;overflow:hidden;padding:0;background-color:#050505;background-image:radial-gradient(circle at 85% 20%,rgba(224,92,32,.14),transparent 45%),radial-gradient(circle at 15% 85%,rgba(255,255,255,.04),transparent 55%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero__container{max-width:920px;position:relative;z-index:2}.hero__availability{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#e05c20;margin-bottom:28px;display:flex;align-items:center;gap:12px}.hero__dot{width:6px;height:6px;border-radius:50%;background-color:#e05c20}.hero__title{font-family:Fraunces,serif;font-size:clamp(3rem,6vw,5rem);line-height:1.05;margin-bottom:24px}.hero__accent{color:#e05c20;font-style:italic}.hero__subtitle{font-size:1.2rem;max-width:620px;color:#ffffffbf;margin-bottom:32px}.hero__stack-wrapper{overflow:hidden;width:100%;margin:20px;position:relative;mask-image:linear-gradient(to right,transparent,black 12%,black 88%,transparent)}.hero__stack{display:inline-flex;align-items:center;gap:3rem;white-space:nowrap;animation:scrollStack 28s linear infinite}.hero__stack-item{display:flex;align-items:center;font-size:.75rem;letter-spacing:.22em;text-transform:uppercase;color:#fff9}.hero__stack-separator{width:6px;height:6px;margin-left:3rem;border-radius:50%;background-color:#e05c20;opacity:.85}.hero__actions{display:flex;gap:16px;flex-wrap:wrap}@media(max-width:768px){.hero{min-height:auto;padding:120px 0 80px}.hero__title{font-size:clamp(2.5rem,8vw,3.5rem)}.hero__stack{gap:2rem}.hero__stack-separator{margin-left:2rem}}@keyframes scrollStack{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(hover:hover){.hero__stack-wrapper:hover .hero__stack{animation-play-state:paused}}.services__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:3rem}.services__accent{color:#e05c20;font-style:italic}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;border:1px solid #2e2b32}.services__card{padding:2.5rem;background-color:#09080a;border-right:1px solid #2e2b32;border-bottom:1px solid #2e2b32;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.services__card:last-child{border-color:#e05c2033}.services__card:hover{background-color:#e05c2008}.services__card h3{margin-bottom:1rem}.services__card p{margin-bottom:1.5rem;color:#7a7382}.services__price{color:#e05c20;font-weight:500;margin-top:auto}.services__price--link{cursor:pointer;transition:opacity .2s ease}.services__price--link:hover{opacity:.75}.services.section{background:linear-gradient(to bottom,#000000d9,#050505 40%);background-color:#0a0a0a}@media(max-width:768px){.services__title{font-size:2rem;margin-bottom:2rem}.services__grid{grid-template-columns:1fr;gap:12px;border:none;align-items:stretch}.services__card{padding:2.5rem;background-color:#09080a;border-right:1px solid #2e2b32;border-bottom:1px solid #2e2b32;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease}.services__card:hover{background-color:#e05c2008}.services__card h3{margin-bottom:1rem}.services__card p{margin-bottom:1.5rem;color:#7a7382}}.projects{padding:6rem 0;background-color:#0d0c10}.projects__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:3rem}.projects__accent{color:#e05c20;font-style:italic}.projects__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;align-items:stretch}.projects__card{border:1px solid #2e2b32;background-color:#050505;overflow:hidden;display:flex;flex-direction:column;transition:transform .35s cubic-bezier(.4,0,.2,1),border-color .3s ease}.projects__card:hover{transform:translateY(-6px);border-color:#e05c2066}.projects__image{position:relative;overflow:hidden;border-bottom:1px solid #2e2b32}.projects__image img{width:100%;height:300px;object-fit:cover;display:block;filter:brightness(.85);transition:transform .6s cubic-bezier(.4,0,.2,1),filter .4s ease}.projects__card:hover img{transform:scale(1.06);filter:brightness(1)}.projects__content{padding:2.2rem;display:flex;flex-direction:column;flex:1}.projects__type{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#e05c20;margin-bottom:1rem}.projects__link{display:inline-block;margin-top:auto;color:#e05c20;font-weight:500;transition:opacity .3s ease}.projects__link:hover{opacity:.8}@media(max-width:768px){.projects__title{font-size:2rem;margin-bottom:2rem}.projects__grid{grid-template-columns:1fr;gap:2rem}.projects__image img{height:220px}.projects__content{padding:1.8rem}}.footer{background-color:#111013;border-top:1px solid #2e2b32;padding:92px 0 32px;background-image:radial-gradient(circle at 50% 120%,rgba(224,92,32,.08),transparent 60%)}.footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:64px;margin-bottom:64px}.footer__brand h3{font-family:Fraunces,serif;font-size:1.5rem;margin-bottom:16px;color:#f0ecf5}.footer__brand p{color:#7a7382;max-width:280px;line-height:1.6}.footer h4{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#5a5462;margin-bottom:24px}.footer a{display:block;margin-bottom:16px;color:#7a7382;transition:color .2s ease}.footer a:hover{color:#e05c20}.footer__location{margin-top:16px;color:#f0ecf5;font-weight:500}.footer__bottom{border-top:1px solid #2e2b32;padding-top:24px;text-align:center;font-size:.8rem;color:#5a5462}.footer__bottom p{margin-bottom:16px}.footer__legal{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:8px}.footer__legal a{display:inline;margin:0;font-size:.8rem}.footer__legal a:hover{text-decoration:underline}.footer__legal .separator{color:#5a5462;user-select:none}@media(max-width:768px){.footer__grid{grid-template-columns:1fr;gap:48px}.footer__bottom{text-align:left}.footer__legal{justify-content:flex-start;flex-wrap:wrap}}.contact{padding:6rem 0;max-width:1000px;margin-left:auto;margin-right:auto}.contact__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:1rem}.contact__subtitle{color:#7a7382;margin-bottom:2.5rem}.contact__form{position:relative}.contact__field{display:flex;flex-direction:column;margin-bottom:1.5rem}.contact__field label{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem;color:#5a5462}.contact__field p{font-size:.85rem;color:#7a7382;line-height:2;margin-bottom:.75rem;padding:0 1rem}.contact input:not([type=checkbox]),.contact textarea{background-color:#111013;border:1px solid #2e2b32;padding:.75rem 1rem;color:#f0ecf5;border-radius:4px;font-family:inherit;font-size:1rem;transition:border-color .2s ease}.contact input:not([type=checkbox]):focus,.contact textarea:focus{outline:none;border-color:#e05c20}.contact input:not([type=checkbox]):invalid:not(:focus):not(:placeholder-shown),.contact textarea:invalid:not(:focus):not(:placeholder-shown){border-color:#ef4444}.contact__legal{margin:2rem 0;padding:1.5rem;background-color:#11101380;border-radius:8px;border:1px solid #2e2b32}.contact__checkbox{display:flex;align-items:flex-start;margin-bottom:1rem;gap:.75rem}.contact__checkbox input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer;flex-shrink:0;accent-color:#e05c20;min-width:18px;appearance:auto;-webkit-appearance:checkbox;position:relative;z-index:1}.contact__checkbox label{font-size:.9rem;line-height:1.5;color:#f0ecf5;text-transform:none;letter-spacing:normal;margin:0;cursor:pointer;user-select:none}.contact__checkbox label a{color:#e05c20;text-decoration:underline}.contact__checkbox label a:hover{text-decoration:none}.contact__checkbox:last-of-type{margin-bottom:1.5rem}.contact__disclaimer{font-size:.8rem;color:#5a5462;line-height:1.6;margin:0;padding-top:1rem;border-top:1px solid #2e2b32}.contact__message{padding:1rem;border-radius:6px;margin-bottom:1.5rem;font-size:.95rem;display:none}.contact__message:not(:empty){display:block}.contact__message--success{background-color:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55e}.contact__message--error{background-color:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.contact .btn{position:relative}.contact .btn:disabled{opacity:.6;cursor:not-allowed}.contact__switch{display:flex;justify-content:center;gap:1.2rem;margin-bottom:3rem}.contact__option{width:auto;padding:10px 18px;font-size:.85rem;border:1px solid #2e2b32;letter-spacing:.08em;text-transform:uppercase;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.contact__option:hover{border-color:#e05c20;color:#e05c20}.contact__option.active{background-color:#e05c200d;border-color:#e05c20;color:#e05c20}.contact__change{display:inline-block;margin-bottom:1.5rem;font-size:.8rem;color:#5a5462;text-decoration:underline}.contact__change:hover{color:#e05c20}@media(max-width:768px){.contact__switch{flex-direction:column;align-items:center;gap:1rem}.contact__option{width:100%;max-width:320px;text-align:center}.contact__legal{padding:1rem}.contact__checkbox label{font-size:.85rem}}.about{padding:6rem 0;background-color:#09080a;max-width:1000px;margin-left:auto;margin-right:auto}.about__container{max-width:900px}.about__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:3.5rem}.about__accent{color:#e05c20;font-style:italic}.about__content{margin-bottom:3rem}.about__content p{margin-bottom:1.5rem;color:#7a7382;line-height:1.7}.about__approach{margin-bottom:3rem}.about__approach h3{margin-bottom:2rem;font-size:1.2rem;text-transform:uppercase;letter-spacing:.12em;color:#e05c20}.about__approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.about__card{border:1px solid #2e2b32;padding:1.8rem;transition:border-color .25s ease}.about__card:hover{border-color:#e05c2066}.about__card h4{margin-bottom:1rem}.about__card p{color:#7a7382;font-size:.95rem}.about .about__highlights{display:flex;flex-wrap:wrap;margin:3rem 0 3.5rem;gap:1.2rem}.about .about__highlight{padding:.6rem 1.2rem;border:1px solid #2e2b32;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#f0ecf5;transition:border-color .2s ease;transition:border-color .2s ease,color .2s ease}.about .about__highlight:hover{border-color:#e05c2066;color:#e05c20}.about .about__intro-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:start;margin-bottom:3rem}.about .about__photo img{border-radius:12px;border:1px solid #2e2b32;filter:brightness(.82);margin-bottom:3rem}@media(max-width:768px){.about .about__intro-grid{grid-template-columns:1fr}.about .about__photo{margin-bottom:2rem}}.about__closing{font-style:italic;color:#f0ecf5}@media(max-width:768px){.about__approach-grid{grid-template-columns:1fr}}.home-about{padding:8rem 0;background:linear-gradient(to bottom,#050505,#0d0c10)}.home-about__container{max-width:780px;margin:0 auto}.home-about__title{font-family:Fraunces,serif;font-size:clamp(2rem,4vw,2.4rem);margin-bottom:2.2rem}.home-about__accent{color:#e05c20;font-style:italic}.home-about__intro{color:#7a7382;line-height:1.75;margin-bottom:2.5rem;max-width:640px}.home-about__highlights{display:flex;flex-wrap:wrap;gap:.9rem;margin-bottom:2.5rem}.home-about__highlight{border:1px solid #2e2b32;padding:.5rem 1rem;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;transition:border-color .2s ease,color .2s ease}.home-about__highlight:hover{border-color:#e05c2066;color:#e05c20}.home-about__cta{margin-top:1.2rem}@media(max-width:768px){.home-about{padding:6rem 0}.home-about__container{max-width:100%}.home-about__highlights{justify-content:flex-start}}.projects-page{padding:6rem 0;background-color:#09080a;max-width:1000px;margin-left:auto;margin-right:auto}.projects-page__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:4rem}.projects-page__accent{color:#e05c20;font-style:italic}.project-case{margin-bottom:6rem}.project-case:not(:last-child){padding-bottom:4rem;border-bottom:1px solid #2e2b32}.project-case__layout{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:start}.project-case__media img{width:100%;border-radius:12px;border:1px solid #2e2b32;filter:brightness(.9)}.project-case__content{max-width:600px}.project-case__header{margin:0 0 1.5rem}.project-case__header h2{font-family:Fraunces,serif;font-size:2.2rem;margin:0 0 .4rem;line-height:1.2}.project-case__type{display:block;font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#e05c20}.project-case__intro{margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7;color:#f0ecf5}.project-case__tech{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.project-case__tech-item{padding:.6rem 1.2rem;border:1px solid #2e2b32;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#f0ecf5;transition:border-color .2s ease,color .2s ease}.project-case__tech-item:hover{border-color:#e05c2066;color:#e05c20}.project-case__link{display:inline-block;margin-top:2.5rem;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#e05c20;transition:opacity .25s ease}.project-case__link:hover{opacity:.7}.project-case__details{margin-top:3rem}.project-case__summary{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:#e05c20;list-style:none;transition:opacity .25s ease;width:100%;text-align:center}.project-case__summary:hover{opacity:.7}.project-case__arrow{font-size:1.5rem;transition:transform .25s ease;margin-left:10px}.project-case__details[open] .project-case__arrow{transform:rotate(180deg)}.project-case__summary::-webkit-details-marker{display:none}.project-case__details[open] .project-case__summary{border-bottom:1px solid #2e2b32}.project-case__expanded{padding-top:2rem;margin-top:0}.project-case__expanded-inner{max-width:720px;margin:0 auto}.project-case__row{margin-bottom:2rem}.project-case__label{display:block;margin-bottom:.7rem;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#e05c20}.project-case__row p{color:#7a7382;line-height:1.7;font-size:.95rem}@media(max-width:768px){.project-case__layout{grid-template-columns:1fr}.project-case__content,.project-case__expanded-inner{max-width:100%}}.legal__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:3.5rem}@media(max-width:768px){.legal{padding:4rem 24px}.legal__title{font-size:2rem;margin-bottom:2.5rem}.legal__section{margin-bottom:2rem}.legal__section h2{font-size:.9rem}.legal__info-list{padding:16px}}.legal{padding:6rem 0;background-color:#09080a;max-width:1000px;margin-left:auto;margin-right:auto}.legal__container{max-width:900px}.legal__title{font-family:Fraunces,serif;font-size:2.5rem;margin-bottom:1rem}.legal__accent{color:#e05c20;font-style:italic}.legal__update{color:#5a5462;font-size:.85rem;margin-bottom:2.5rem;font-style:italic}.legal__content{margin-bottom:3rem}.legal__section{margin-bottom:2.5rem}.legal__section h2{margin-bottom:1.5rem;font-size:1rem;text-transform:uppercase;letter-spacing:.12em;color:#e05c20}.legal__section p{margin-bottom:1rem;color:#7a7382;line-height:1.7}.legal__info-list{list-style:none;padding:24px;margin:0;background-color:#111013;border:1px solid #2e2b32;transition:border-color .25s ease}.legal__info-list:hover{border-color:#e05c2066}.legal__info-list li{padding:8px 0;color:#7a7382;border-bottom:1px solid #2e2b32;line-height:1.6}.legal__info-list li:last-child{border-bottom:none;padding-bottom:0}.legal__info-list li:first-child{padding-top:0}.legal__list-title{font-weight:500;color:#f0ecf5;margin-top:1rem}.legal__bullet-list{list-style:none;padding:0;margin:1rem 0 0}.legal__bullet-list li{padding:8px 0 8px 24px;color:#7a7382;position:relative;line-height:1.6}.legal__bullet-list li:before{content:"•";position:absolute;left:8px;color:#e05c20;font-weight:700}.legal__contact{margin-top:1.5rem;padding:16px 24px;background-color:#111013;border:1px solid #2e2b32;font-size:.9rem;color:#f0ecf5;transition:border-color .25s ease}.legal__contact:hover{border-color:#e05c2066}.legal__link{display:inline-block;margin-top:16px;padding:.6rem 1.2rem;border:1px solid #2e2b32;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#f0ecf5;transition:border-color .2s ease,color .2s ease}.legal__link:hover{border-color:#e05c2066;color:#e05c20}.legal__footer{max-width:900px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #2e2b32}.legal__back{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.2rem;border:1px solid #2e2b32;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:#5a5462;transition:border-color .2s ease,color .2s ease}.legal__back:hover{border-color:#e05c2066;color:#e05c20}@media(max-width:768px){.legal{padding:4rem 24px}.legal__title{font-size:2rem;margin-bottom:.75rem}.legal__update,.legal__section{margin-bottom:2rem}.legal__section h2{font-size:.9rem;margin-bottom:1rem}.legal__info-list{padding:16px}.legal__contact{padding:16px;font-size:.85rem}.legal__link,.legal__back{width:100%;text-align:center;justify-content:center}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Outfit,sans-serif;font-weight:400;background-color:#09080a;color:#f0ecf5;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__main{flex:1}h1,h2,h3,h4,h5,h6{font-family:Fraunces,serif;font-weight:700;line-height:1.2;color:#f0ecf5;letter-spacing:-.02em}h1{font-size:clamp(2.5rem,5vw + 1rem,4.5rem);margin-bottom:32px}h2{font-size:clamp(2rem,4vw + .5rem,3.5rem);margin-bottom:24px}h3{font-size:clamp(1.5rem,3vw + .25rem,2.25rem);margin-bottom:16px}h4{font-size:clamp(1.25rem,2vw + .25rem,1.75rem);margin-bottom:16px}h5{font-size:1.25rem;margin-bottom:8px}h6{font-size:1.1rem;margin-bottom:8px}p{font-size:1rem;line-height:1.7;color:#7a7382;margin-bottom:16px}p.lead{font-size:1.25rem;line-height:1.6;color:#f0ecf5}p.small{font-size:.875rem;color:#5a5462}strong,b{font-weight:600;color:#f0ecf5}em,i{font-style:italic}small{font-size:.875rem;color:#5a5462}a{color:#e05c20;text-decoration:none;transition:color .2s ease;cursor:pointer}a:hover{color:#f08050}a:focus-visible{outline:2px solid #e05c20;outline-offset:3px;border-radius:4px}a:active{color:#ffd4b8}ul,ol{list-style:none}ul.styled,ol.styled{padding-left:24px;margin-bottom:16px}ul.styled li,ol.styled li{color:#7a7382;margin-bottom:8px;line-height:1.6}ul.styled li{position:relative;padding-left:16px}ul.styled li:before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background-color:#e05c20}ol.styled{counter-reset:list-counter}ol.styled li{counter-increment:list-counter;padding-left:16px}ol.styled li:before{content:counter(list-counter) ".";color:#e05c20;font-weight:600;margin-right:8px}img,video,svg{max-width:100%;height:auto;display:block}img{-webkit-user-drag:none;user-select:none}figure{margin-bottom:24px}figure figcaption{font-size:.875rem;color:#5a5462;margin-top:8px;text-align:center;font-style:italic}hr{border:none;height:1px;background-color:#2e2b32;margin:32px 0}hr.thick{height:2px;background-color:#3d3942}hr.accent{height:3px;background:linear-gradient(90deg,transparent,#e05c20,transparent)}input,textarea,select{font-family:Outfit,sans-serif;font-size:1rem;font-weight:400;color:#f0ecf5;background-color:#18161a;border:1px solid #2e2b32;border-radius:8px;padding:12px 16px;width:100%;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;outline:none;-webkit-appearance:none;appearance:none}input::placeholder,textarea::placeholder,select::placeholder{color:#5a5462;opacity:1}input:hover,textarea:hover,select:hover{border-color:#3d3942;background-color:#201e23}input:focus,textarea:focus,select:focus{border-color:#e05c20;box-shadow:0 0 0 3px #e05c2026;background-color:#111013}input:disabled,textarea:disabled,select:disabled{opacity:.5;cursor:not-allowed;background-color:#111013}textarea{resize:vertical;min-height:120px;line-height:1.6}label{display:block;font-size:.875rem;font-weight:500;color:#f0ecf5;margin-bottom:6px;letter-spacing:.02em}button{font-family:Outfit,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;border:none;background:none;color:#f0ecf5;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible{outline:2px solid #e05c20;outline-offset:3px;border-radius:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:500;letter-spacing:.01em;line-height:1;white-space:nowrap;user-select:none;width:220px}.btn--primary{background-color:#e05c20;color:#fff;transition:background-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.btn--primary:hover:not(:disabled){background-color:#f08050;color:#000;transform:translateY(-1px);box-shadow:0 8px 24px #e05c204d}.btn--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 12px #e05c2033}.btn--secondary{background-color:transparent;color:#f0ecf5;border:1px solid #3d3942}.btn--secondary:hover:not(:disabled){background-color:#18161a;border-color:#7a7382;transform:translateY(-1px)}.btn--secondary:active:not(:disabled){transform:translateY(0);background-color:#201e23}.btn--ghost{background-color:transparent;color:#7a7382}.btn--ghost:hover:not(:disabled){color:#f0ecf5;background-color:#18161a}.btn--accent-outline{background-color:transparent;color:#e05c20;border:1px solid #e05c20}.btn--accent-outline:hover:not(:disabled){background-color:#e05c2026;color:#f08050;border-color:#f08050}.btn--sm{padding:8px 16px;font-size:.875rem;border-radius:6px}.btn--lg{padding:16px 32px;font-size:1.125rem;border-radius:10px}.btn--full{width:100%}.container,.container-wide,.container-narrow{width:100%;max-width:1400px;margin-left:auto;margin-right:auto;padding-left:64px;padding-right:64px}@media(max-width:768px){.container,.container-wide,.container-narrow{padding-left:24px;padding-right:24px}}.container-narrow{max-width:960px}.container-wide{max-width:1600px}section,.section{padding-top:92px;padding-bottom:92px}@media(max-width:768px){section,.section{padding-top:48px;padding-bottom:48px}}.surface{background-color:#111013;border:1px solid #2e2b32;border-radius:12px}.surface--elevated{background-color:#18161a;border-color:#2e2b32;box-shadow:0 4px 24px #0000004d}.surface--interactive{transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease;cursor:pointer}.surface--interactive:hover{border-color:#3d3942;transform:translateY(-4px);box-shadow:0 12px 40px #0006}.surface--accent-hover{transition:border-color .25s ease,box-shadow .25s ease}.surface--accent-hover:hover{border-color:#e05c2066;box-shadow:0 0 0 1px #e05c201a,0 8px 32px #0000004d}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#09080a}::-webkit-scrollbar-thumb{background-color:#3d3942;border-radius:4px;border:2px solid #09080a}::-webkit-scrollbar-thumb:hover{background-color:#5a5462}*{scrollbar-width:thin;scrollbar-color:#3d3942 #09080a}::selection{background-color:#e05c204d;color:#ffd4b8}::-moz-selection{background-color:#e05c204d;color:#ffd4b8}table{width:100%;border-collapse:collapse}table th,table td{padding:12px 16px;text-align:left;border-bottom:1px solid #2e2b32}table th{font-weight:600;color:#f0ecf5;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;background-color:#111013}table td{color:#7a7382}table tbody tr{transition:background-color .2s ease}table tbody tr:hover{background-color:#111013}code{font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em;background-color:#18161a;color:#f08050;padding:2px 8px;border-radius:4px;border:1px solid #2e2b32}pre{background-color:#111013;border:1px solid #2e2b32;border-radius:8px;padding:16px;overflow-x:auto;margin-bottom:24px}pre code{background:none;border:none;padding:0;font-size:.875rem;line-height:1.7}blockquote{border-left:3px solid #e05c20;padding:16px 24px;margin:24px 0;background-color:#111013;border-radius:0 8px 8px 0}blockquote p{font-style:italic;font-family:Fraunces,serif;font-size:1.125rem;color:#f0ecf5;margin-bottom:0}blockquote cite{display:block;margin-top:8px;font-size:.875rem;color:#5a5462;font-style:normal}.text-primary{color:#f0ecf5!important}.text-muted{color:#7a7382!important}.text-muted-2{color:#5a5462!important}.text-accent{color:#e05c20!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.font-sans{font-family:Outfit,sans-serif!important}.font-serif{font-family:Fraunces,serif!important}.fw-light{font-weight:300!important}.fw-regular{font-weight:400!important}.fw-medium{font-weight:500!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.mt-xs{margin-top:8px!important}.mt-sm{margin-top:16px!important}.mt-md{margin-top:24px!important}.mt-lg{margin-top:32px!important}.mt-xl{margin-top:48px!important}.mt-2xl{margin-top:64px!important}.mb-xs{margin-bottom:8px!important}.mb-sm{margin-bottom:16px!important}.mb-md{margin-bottom:24px!important}.mb-lg{margin-bottom:32px!important}.mb-xl{margin-bottom:48px!important}.mb-2xl{margin-bottom:64px!important}.pt-xs{padding-top:8px!important}.pt-sm{padding-top:16px!important}.pt-md{padding-top:24px!important}.pt-lg{padding-top:32px!important}.pt-xl{padding-top:48px!important}.pb-xs{padding-bottom:8px!important}.pb-sm{padding-bottom:16px!important}.pb-md{padding-bottom:24px!important}.pb-lg{padding-bottom:32px!important}.pb-xl{padding-bottom:48px!important}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-grid{display:grid!important}.d-inline{display:inline!important}.flex-col{flex-direction:column!important}.flex-row{flex-direction:row!important}.flex-wrap{flex-wrap:wrap!important}.items-center{align-items:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.gap-xs{gap:8px!important}.gap-sm{gap:16px!important}.gap-md{gap:24px!important}.gap-lg{gap:32px!important}.gap-xl{gap:48px!important}@media(max-width:768px){.hide-mobile{display:none!important}}@media(min-width:769px){.hide-desktop{display:none!important}}@media(max-width:1024px){.hide-tablet{display:none!important}}@media(min-width:769px)and (max-width:1024px){.hide-tablet-only{display:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 #e05c2026}50%{box-shadow:0 0 20px 8px #e05c2026}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-fade-in-up{animation:fadeInUp .4s ease forwards}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
