About NEMESIS | Our Story, Philosophy & Commitment to Sustainability <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,”> {“@context”:”https://schema.org&#8221;,”@type”:”AboutPage”,”name”:”About NEMESIS”,”url”:”https://nemesis.com/about&#8221;,”mainEntity”:{“@type”:”Organization”,”name”:”NEMESIS”,”foundingDate”:”2020″}} *,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{–bg:#070707;–bg-elevated:#0c0c0c;–bg-card:#0f0f0f;–bg-overlay:rgba(0,0,0,0.85);–text:#f5f5f5;–text-secondary:#8a8a8a;–text-muted:#5a5a5a;–border:rgba(255,255,255,0.08);–border-strong:rgba(255,255,255,0.15);–serif:’EB Garamond’,Georgia,serif;–sans:’Inter’,-apple-system,sans-serif}html{font-size:16px;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{font-family:var(–sans);font-weight:300;background:var(–bg);color:var(–text);line-height:1.6;overflow-x:hidden}body.no-scroll{overflow:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer} header{position:fixed;top:0;left:0;right:0;z-index:100}nav{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;transition:all .4s}nav.scrolled{padding:18px 40px;background:rgba(7,7,7,.97);backdrop-filter:blur(20px)}.logo{font-family:var(–serif);font-size:1.35rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.nav-links{display:flex;gap:36px;list-style:none}.nav-links a{font-size:.7rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(–text-secondary);transition:color .3s}.nav-links a:hover,.nav-links a[aria-current=”page”]{color:var(–text)}.nav-right{display:flex;gap:20px;align-items:center}.nav-icon{background:none;border:none;color:var(–text-secondary);transition:color .3s;position:relative;display:flex;align-items:center;justify-content:center}.nav-icon:hover{color:var(–text)}.nav-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5}.cart-count{position:absolute;top:-6px;right:-8px;background:var(–text);color:var(–bg);font-size:.55rem;font-weight:500;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-btn{display:none;background:none;border:none;width:24px;height:14px;position:relative;z-index:101}.menu-btn span{position:absolute;left:0;width:100%;height:1px;background:var(–text);transition:all .3s}.menu-btn span:first-child{top:0}.menu-btn span:last-child{bottom:0}.menu-btn.active span:first-child{top:50%;transform:rotate(45deg)}.menu-btn.active span:last-child{bottom:50%;transform:rotate(-45deg)} .mobile-menu{position:fixed;inset:0;background:var(–bg);z-index:99;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;opacity:0;visibility:hidden;transition:all .4s}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu a{font-family:var(–serif);font-size:2rem;font-weight:400;opacity:0;transform:translateY(20px);transition:all .4s}.mobile-menu.active a{opacity:1;transform:translateY(0)} .search-modal{position:fixed;inset:0;background:var(–bg-overlay);z-index:200;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;opacity:0;visibility:hidden;transition:all .3s}.search-modal.active{opacity:1;visibility:visible}.search-box{width:100%;max-width:600px;padding:0 24px}.search-input-wrap{border-bottom:1px solid var(–text-muted);display:flex;align-items:center;gap:16px}.search-input-wrap svg{width:20px;height:20px;stroke:var(–text-muted);fill:none;stroke-width:1.5;flex-shrink:0}.search-input{flex:1;background:none;border:none;padding:20px 0;font-family:var(–serif);font-size:1.5rem;color:var(–text)}.search-input::placeholder{color:var(–text-muted)}.search-input:focus{outline:none}.search-close{background:none;border:none;color:var(–text-muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase} .cart-overlay{position:fixed;inset:0;background:var(–bg-overlay);z-index:200;opacity:0;visibility:hidden;transition:all .3s}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;width:100%;max-width:420px;height:100%;background:var(–bg);z-index:201;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.active{transform:translateX(0)}.cart-header{padding:24px;border-bottom:1px solid var(–border);display:flex;justify-content:space-between;align-items:center}.cart-header h3{font-family:var(–serif);font-size:1.2rem;font-weight:400}.cart-close{background:none;border:none;color:var(–text-secondary);font-size:1.4rem}.cart-items{flex:1;overflow-y:auto;padding:24px}.cart-empty{text-align:center;padding:60px 20px;color:var(–text-muted)} .breadcrumb{padding:120px 40px 20px}.breadcrumb ol{display:flex;gap:8px;list-style:none;font-size:.7rem;color:var(–text-muted)}.breadcrumb li:not(:last-child)::after{content:’/’;margin-left:8px}.breadcrumb a{color:var(–text-secondary)}.breadcrumb a:hover{color:var(–text)} .about-hero{display:grid;grid-template-columns:1fr 1fr;min-height:60vh;padding:0 40px;gap:60px;margin-bottom:100px}.about-hero-content{display:flex;flex-direction:column;justify-content:center}.about-hero h1{font-family:var(–serif);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;margin-bottom:24px}.about-hero .lead{font-size:1.1rem;line-height:1.8;color:var(–text-secondary)}.about-hero-symbol{display:flex;align-items:center;justify-content:center}.about-hero-symbol svg{width:200px;height:200px;opacity:.08;animation:rotate 40s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}} .about-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:80px 40px;border-top:1px solid var(–border)}.about-section–reverse{direction:rtl}.about-section–reverse>*{direction:ltr}.about-section-content h2{font-family:var(–serif);font-size:1.8rem;font-weight:400;margin-bottom:24px}.about-section-content p{font-size:.95rem;line-height:1.85;color:var(–text-secondary);margin-bottom:20px}.about-list{list-style:none;margin:24px 0}.about-list li{font-size:.9rem;line-height:1.7;color:var(–text-secondary);padding-left:20px;position:relative;margin-bottom:16px}.about-list li::before{content:’–’;position:absolute;left:0;color:var(–text-muted)}.about-list strong{color:var(–text);font-weight:400}.about-section-image{display:flex;align-items:center;justify-content:center;background:var(–bg-elevated)}.about-section-image svg{width:100px;height:100px;opacity:.08}.text-link{font-size:.8rem;color:var(–text-secondary);text-decoration:underline;text-underline-offset:3px} .about-values{padding:100px 40px;background:var(–bg-elevated)}.about-values h2{font-family:var(–serif);font-size:1.8rem;font-weight:400;text-align:center;margin-bottom:60px}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}.value-card{text-align:center}.value-number{font-family:var(–serif);font-size:2rem;color:var(–text-muted);display:block;margin-bottom:16px}.value-card h3{font-size:.8rem;font-weight:500;letter-spacing:.05em;margin-bottom:12px}.value-card p{font-size:.85rem;color:var(–text-secondary);line-height:1.6} .about-team{padding:100px 40px;text-align:center}.about-team h2{font-family:var(–serif);font-size:1.8rem;font-weight:400;margin-bottom:16px}.team-intro{font-size:.95rem;color:var(–text-secondary);max-width:500px;margin:0 auto 60px}.team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:800px;margin:0 auto}.stat{text-align:center}.stat-number{font-family:var(–serif);font-size:3rem;font-weight:400;display:block;margin-bottom:8px}.stat-label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(–text-muted)} .about-careers{padding:80px 40px;background:var(–bg-elevated);text-align:center}.about-careers h2{font-family:var(–serif);font-size:1.5rem;margin-bottom:12px}.about-careers p{font-size:.9rem;color:var(–text-secondary);margin-bottom:24px}.btn-secondary{display:inline-block;padding:14px 32px;background:transparent;color:var(–text);border:1px solid var(–text-muted);font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s}.btn-secondary:hover{background:var(–text);color:var(–bg);border-color:var(–text)} .about-contact{padding:100px 40px;text-align:center}.about-contact h2{font-family:var(–serif);font-size:1.5rem;margin-bottom:12px}.about-contact p{font-size:.9rem;color:var(–text-secondary);margin-bottom:24px}.contact-links{display:flex;justify-content:center;gap:32px}.contact-links a{font-size:.85rem;color:var(–text);text-decoration:underline;text-underline-offset:3px} footer{padding:72px 40px 40px;border-top:1px solid var(–border);background:var(–bg)}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:56px}.footer-brand .logo{margin-bottom:14px;display:flex;align-items:center;gap:10px}.footer-brand .logo svg{width:18px;height:18px;opacity:.5}.footer-brand p{font-size:.8rem;line-height:1.7;color:var(–text-secondary);max-width:240px}.footer-col h4{font-size:.55rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(–text-muted);margin-bottom:18px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{font-size:.8rem;color:var(–text-secondary);transition:color .3s}.footer-col a:hover{color:var(–text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:28px;border-top:1px solid var(–border);flex-wrap:wrap;gap:16px}.footer-copy{font-size:.65rem;color:var(–text-muted)}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.65rem;color:var(–text-muted)} @media(max-width:1024px){.about-hero{grid-template-columns:1fr;gap:40px}.about-hero-symbol{display:none}.about-section{grid-template-columns:1fr;gap:40px}.about-section–reverse{direction:ltr}.about-section-image{aspect-ratio:16/9;order:-1}.values-grid{grid-template-columns:repeat(2,1fr);gap:32px}.team-stats{grid-template-columns:repeat(2,1fr)}} @media(max-width:768px){nav{padding:20px 24px}.nav-links{display:none}.menu-btn{display:block}.breadcrumb{padding:100px 24px 16px}.about-hero{padding:0 24px;margin-bottom:60px}.about-section{padding:60px 24px;gap:32px}.about-values{padding:60px 24px}.values-grid{grid-template-columns:1fr;gap:40px}.about-team{padding:60px 24px}.team-stats{grid-template-columns:repeat(2,1fr);gap:32px}.about-careers{padding:60px 24px}.about-contact{padding:60px 24px}footer{padding:48px 24px 32px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-bottom{flex-direction:column;text-align:center}.cart-drawer{max-width:100%}}
  1. Home
  2. About

About Nemesis

We believe true elegance exists in equilibrium — where opposing forces meet, balance emerges.

Philosophy

Founded in 2020, NEMESIS emerged from a simple observation: the most enduring designs embody duality. Light and shadow. Structure and flow. Presence and restraint.

Our name draws from the ancient Greek concept of divine balance — the force that ensures no extreme goes unchecked. In fashion, we interpret this as the pursuit of garments that feel complete unto themselves.

Every piece in our collection is designed to exist in harmony with what you already own, and what you have yet to discover.

Our Values

01

Quality Over Quantity

We create fewer pieces, but better ones. Each garment is designed to last years, not seasons.

02

Timeless Design

We reject trend-driven fashion. Our designs are rooted in proportion, material, and craft.

03

Ethical Production

Every partner in our supply chain shares our commitment to fair wages and safe conditions.

04

Environmental Care

We choose materials and processes that minimize our impact on the planet.

Sustainability

Sustainability isn’t a marketing initiative for us — it’s a design constraint that makes us better.

  • Materials: Organic cotton, recycled wool, and OEKO-TEX certified fabrics form the foundation of our collections.
  • Production: We work exclusively with certified factories in Portugal and Italy.
  • Packaging: Plastic-free shipping, recycled boxes, and minimal waste at every step.
  • Longevity: Free repairs for the life of every garment.
Read more in our Journal →

The Studio

Based in Los Angeles, our small team of designers, pattern makers, and operators work to bring the NEMESIS vision to life.

12Team Members
4Years in Business
3Partner Factories
0Compromise on Quality

Join Us

We’re always looking for people who share our obsession with quality and craft.

View Open Positions

Get in Touch

Questions about our products, practices, or philosophy?

const nav=document.getElementById(‘nav’);window.addEventListener(‘scroll’,()=>{nav.classList.toggle(‘scrolled’,window.scrollY>60)},{passive:true}); function toggleMenu(){document.getElementById(‘menuBtn’).classList.toggle(‘active’);document.getElementById(‘mobileMenu’).classList.toggle(‘active’);document.body.classList.toggle(‘no-scroll’)} function openSearch(){document.getElementById(‘searchModal’).classList.add(‘active’);document.body.classList.add(‘no-scroll’);document.querySelector(‘.search-input’).focus()} function closeSearch(e){if(e&&e.target!==e.currentTarget)return;document.getElementById(‘searchModal’).classList.remove(‘active’);document.body.classList.remove(‘no-scroll’)} function openCart(){document.getElementById(‘cartDrawer’).classList.add(‘active’);document.getElementById(‘cartOverlay’).classList.add(‘active’);document.body.classList.add(‘no-scroll’)} function closeCart(){document.getElementById(‘cartDrawer’).classList.remove(‘active’);document.getElementById(‘cartOverlay’).classList.remove(‘active’);document.body.classList.remove(‘no-scroll’)} document.addEventListener(‘keydown’,e=>{if(e.key===’Escape’){closeSearch();closeCart()}});
Is this your new site? Log in to activate admin features and dismiss this message
Log In