@import"https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;700;800&family=Lora:wght@400;500;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";:root{font-family:Inter,serif;line-height:1.5;font-weight:300;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3{line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#a4206b}*,*:before,*:after{box-sizing:border-box}#root{margin:0 auto;padding:0;width:100%}:root{--primary-color: #a4206b;--primary-hover: #700f45}body{font-family:Manrope,sans-serif;font-weight:300;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--primary-color)}.text-link{color:var(--primary-color);font-weight:600;text-decoration:none;cursor:pointer}.text-link:hover{text-decoration:underline}b,strong{font-weight:700!important;color:#000}header{position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:0 2rem;box-sizing:border-box;height:80px;transition:background-color .3s ease,box-shadow .3s ease}header.header-transparent{background-color:transparent;box-shadow:none}header.header-solid{background-color:#fff;box-shadow:0 2px 10px #00000014}header.header-solid .logo-link,header.header-solid .logo-text,header.header-solid .main-nav a,header.header-solid .nav-dropdown-trigger{color:#000}header.header-solid .logo-link:hover,header.header-solid .main-nav a:hover,header.header-solid .main-nav a.active,header.header-solid .nav-dropdown-trigger:hover{color:var(--primary-color)}header.header-solid .hamburger-btn .bar{background-color:#000}.logo-link{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff}.logo-link:hover{color:#fff}.logo-text{font-family:Manrope,sans-serif;font-weight:800;text-transform:none;font-size:2.5rem;white-space:nowrap;position:relative;top:2px}.logo-img{height:65px;width:auto}.main-nav{display:flex;gap:2rem;align-items:center}.main-nav a{text-decoration:none;font-weight:500;color:#fff;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-family:Manrope,sans-serif;transition:color .3s ease}.main-nav a:hover{color:#fff;opacity:.75}.main-nav a.active{color:#fff;font-weight:700}.hamburger-btn{display:none;background:none;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer;padding:0;z-index:1001}.hamburger-btn .bar{display:block;width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.hamburger-btn .bar.open:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger-btn .bar.open:nth-child(2){opacity:0}.hamburger-btn .bar.open:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-dropdown{position:relative;display:inline-flex;align-items:center}.nav-dropdown-trigger{background:none;border:none;cursor:pointer;font-family:Manrope,sans-serif;font-size:.95rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#fff;padding:.5rem 0;display:flex;align-items:center;gap:4px;white-space:nowrap;transition:color .3s ease}.nav-dropdown-trigger:hover{color:#fff;opacity:.75}.nav-caret{font-size:.65rem;display:inline-block;transition:transform .15s;line-height:1;margin-top:1px}.nav-caret.open{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 4px 20px #0000001f;min-width:170px;z-index:200;display:flex;flex-direction:column;padding:.4rem 0}.nav-dropdown-menu a{padding:.6rem 1.1rem;color:#333;font-size:.85rem;font-family:Manrope,sans-serif;font-weight:400;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;display:block}.nav-dropdown-menu a:hover{background:#fdf2f8;color:#a4206b}.nav-dropdown-menu--right{left:auto;right:0}main{padding-top:80px;background-color:#fff}main.main-home{padding-top:0}.page-content{max-width:1260px;font-size:1.1rem;margin:0 auto;padding:2rem}.page-content h2,.page-content h3{font-weight:600;margin-top:0;font-family:Manrope,sans-serif}section{scroll-margin-top:100px}.text-content-container{max-width:900px;margin:0 auto;padding:0 1rem;width:100%;box-sizing:border-box}.supplier-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem;border-bottom:1px solid #eee;padding-bottom:2rem;gap:2rem}.hero-section{width:100%;overflow:hidden;margin:0;line-height:0}.hero-section img,.hero-section video{width:100%;height:auto;display:block;object-fit:cover}.solid-btn{background-color:#000;color:#fff;border:2px solid #000000;padding:.9rem 0;font-size:1.15rem;border-radius:6px;text-decoration:none;font-weight:600;display:inline-block;width:250px;text-align:center;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 10px 20px #00000026,0 6px 6px #0000001a}.solid-btn:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:0 15px 30px #00000040,0 10px 10px #00000026}.outline-btn{background-color:#fff;color:#000;border:2px solid #000000;padding:.9rem 0;font-size:1.15rem;border-radius:6px;text-decoration:none;font-weight:600;display:inline-block;width:250px;text-align:center;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 10px 20px #0000001a,0 6px 6px #0000000d}.outline-btn:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:0 15px 30px #0003,0 10px 10px #0000001f}.primary-btn{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.5rem;font-size:1rem;border-radius:6px;cursor:pointer;font-weight:600;display:inline-block;text-decoration:none;text-align:center}.secondary-btn{background-color:transparent;border:1px solid #aaa;color:#444;padding:.5rem 1rem;border-radius:6px;cursor:pointer;display:inline-block;text-decoration:none}.tagline-container{text-align:left;padding:6rem 5vw 4rem 5vw;background-color:#fff;width:100%;box-sizing:border-box}.about-band{display:grid;grid-template-columns:45vw 1fr;gap:0;align-items:start;text-align:left;margin-bottom:3.5rem}.about-left{grid-column:1;display:flex;flex-direction:column;gap:.75rem}.about-heading{font-size:4.25rem;font-weight:600;line-height:1;letter-spacing:-.01em;color:#000;text-transform:uppercase;margin:0;font-family:Manrope,sans-serif}.about-subtitle{font-size:1.5rem;font-weight:500;line-height:1.35;color:#000;text-transform:uppercase;margin:0}.about-right{grid-column:2;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem;max-width:40vw;margin-top:2rem}.about-copy{font-size:1.02rem;font-weight:400;line-height:1.6;color:#000;margin:0}.about-readmore-btn{display:inline-block;background-color:#000;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem 1.5rem;border-radius:999px;text-decoration:none;transition:background-color .2s ease}.about-readmore-btn:hover{background-color:var(--primary-color);color:#fff}.tagline-buttons{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem}.how-it-works-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:4rem 2rem;max-width:1100px;margin:0 auto}.steps-column{flex:1}.phone-column{flex:1;display:flex;justify-content:center}.step-item{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem}.step-number-img{flex-shrink:0;width:80px;height:auto}.step-text{font-size:1.3rem;color:var(--primary-color);font-weight:600;line-height:1.3;margin:0;font-family:Manrope,sans-serif}.phone-mockup-img{max-width:100%;width:300px;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.15))}.section-footer-text{color:var(--primary-color);font-weight:700;font-size:1.8rem;margin-top:2rem;line-height:1.3}.reuse-section{text-align:center;padding:4rem 2rem;max-width:1000px;margin:0 auto}.reuse-intro{max-width:800px;margin:0 auto 3rem;text-align:left;font-size:1.1rem;color:#000;line-height:1.7}.sticky-notes-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.sticky-note{background-color:#f4a6cf;padding:2.5rem;width:320px;text-align:left;box-shadow:15px 15px 0 var(--primary-color);border:2px solid var(--primary-color);transform:rotate(-1deg);transition:transform .2s}.sticky-note:nth-child(2){transform:rotate(1deg)}.sticky-note:hover{transform:rotate(0) translateY(-2px)}.sticky-note h4{margin-top:0;font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#000}.sticky-note ul{padding-left:0;margin:0;list-style:none}.sticky-note li{margin-bottom:.8rem;font-size:1.15rem;font-weight:500;line-height:1.5;color:#000;padding-left:1.5rem;position:relative}.sticky-note li:before{content:"→";position:absolute;left:0;color:#000;font-weight:700}.stories-section{padding:5rem 5vw 3rem 5vw;width:100%;box-sizing:border-box;background-color:#fff}.stories-header-row{display:flex;justify-content:space-between;align-items:baseline;border-bottom:2px solid #000;padding-bottom:1.5rem;gap:1.5rem}.stories-heading{font-size:4rem;font-weight:600;text-transform:uppercase;letter-spacing:-.01em;line-height:1;color:#000;margin:0}.stories-viewall{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#000;white-space:nowrap}.stories-viewall:hover{color:var(--primary-color)}.stories-grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:2.5rem;margin-top:2.5rem}.story-card{display:block;position:relative;color:inherit}.story-card:not(:first-child):before{content:"";position:absolute;top:0;bottom:0;left:-1.25rem;width:1px;background-color:#ddd}.story-card-image{width:100%;aspect-ratio:3 / 4;background-color:#f6f6f6;overflow:hidden;margin-bottom:1.25rem}.story-card-image img{width:100%;height:100%;object-fit:cover}.story-card-tags{font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--primary-color);margin-bottom:.6rem}.story-card-title{font-size:1.1rem;font-weight:500;text-transform:uppercase;line-height:1.3;color:#000;margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid #ddd}.story-detail-page{margin-top:2rem;max-width:900px}.story-detail-back{display:inline-block;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#000;margin-bottom:2.5rem}.story-detail-back:hover{color:var(--primary-color)}.story-detail-tags{font-size:.85rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--primary-color);margin-bottom:.75rem}.story-detail-title{font-size:2.5rem;font-weight:600;text-transform:uppercase;line-height:1.2;color:#000;margin:0 0 .75rem}.story-detail-date{font-size:.9rem;color:#999;margin:0 0 2.5rem}.story-detail-image{width:100%;aspect-ratio:16 / 9;background-color:#f6f6f6;overflow:hidden;margin-bottom:2.5rem}.story-detail-image img{width:100%;height:100%;object-fit:cover}.story-detail-body p{font-size:1.1rem;font-weight:300;line-height:1.7;color:#333;max-width:700px;margin:0}.story-team-section{padding:4rem 0}.story-team-section h2,.waitlist-section-wrapper h2,.reuse-section h2,.partners-section h2,.instagram-section h2{font-size:2rem;color:#1a2e40;margin-bottom:2rem;font-family:Manrope,sans-serif;font-weight:500;text-align:center}.our-story-container{max-width:900px;margin:0 auto 5rem;text-align:left}.team-grid-container{margin:0 auto 5rem;text-align:left}.our-story-container h2,.team-grid-container h2{text-align:center}.our-story-container p{margin-bottom:1.2rem;font-size:1.1rem;line-height:1.7;color:#000}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.team-card-vertical{display:flex;flex-direction:column;text-align:left}.team-card-vertical img{width:100%;aspect-ratio:3/4;object-fit:cover;margin-bottom:1.5rem;box-shadow:0 4px 10px #00000014;filter:grayscale(100%)}.team-card-vertical h3{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .2rem;font-family:Manrope,sans-serif}.team-role{display:block;font-size:1rem;font-style:italic;font-weight:400;color:#000;margin-bottom:1rem}.team-card-vertical p{font-size:.95rem;line-height:1.5;color:#000;margin:0;font-weight:400}.team-bio{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.team-bio.open{max-height:500px;margin-bottom:1rem}.team-readmore-btn{align-self:flex-start;background:none;border:none;padding:0;margin-top:.75rem;font-size:.9rem;font-weight:600;color:var(--primary-color);cursor:pointer}.team-readmore-btn:hover{text-decoration:underline}.team-page-section{width:100%;box-sizing:border-box;padding:0 5vw;margin-bottom:4rem}.team-section-divider{border-top:1px solid #ddd;padding-top:3rem}.split-band{display:grid;grid-template-columns:45vw 1fr;gap:0;align-items:start}.split-band-right{max-width:40vw}.impact-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:2.5rem 0}.impact-stat{padding-left:1.5rem;border-left:1px solid #ddd}.impact-stat:first-child{border-left:none;padding-left:0}.impact-stat-value{font-size:2.75rem;font-weight:700;color:#000;line-height:1.1;margin-bottom:.5rem}.impact-stat-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#666}.team-page-image{width:100%;aspect-ratio:21 / 9;background-color:#f6f6f6;overflow:hidden}.team-page-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom}.team-page-intro p,.team-page-intro-right{font-size:1.1rem;font-weight:300;line-height:1.7;color:#333;margin:0}.split-band .positive-impact-heading,.split-band .team-page-heading{font-size:4.25rem;font-weight:600;line-height:1;letter-spacing:-.01em;color:#000;text-transform:uppercase;text-align:left;margin:0;font-family:Manrope,sans-serif}.positive-impact-statement{font-size:1.2rem;font-weight:700;text-transform:uppercase;line-height:1.4;color:#000;margin:0 0 1.25rem}.positive-impact-text p{font-size:1.05rem;font-weight:300;line-height:1.7;color:#333}.impact-accordion{margin-top:2.5rem;border-top:1px solid #ddd}.impact-accordion-item{border-bottom:1px solid #ddd}.impact-accordion-button{width:100%;display:flex;justify-content:space-between;align-items:baseline;background:none;border:none;cursor:pointer;padding:1.5rem 0}.impact-accordion-label{display:inline-flex;align-items:baseline;gap:1rem;font-size:1.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.01em;color:#000}.impact-accordion-number{font-size:.95rem;font-weight:400;color:#999}.impact-accordion-icon{font-size:1.4rem;font-weight:300;color:#999;flex-shrink:0}.impact-accordion-panel{max-height:0;overflow:hidden;transition:max-height .35s ease-out}.impact-accordion-panel.open{max-height:700px;padding-bottom:1.75rem}.impact-accordion-panel p{font-size:1.05rem;font-weight:300;line-height:1.7;color:#333;margin:0 0 1rem}.impact-accordion-panel p:last-child{margin-bottom:0}.impact-accordion-panel sup a{color:var(--primary-color);font-weight:600;text-decoration:none}.impact-accordion-panel sup a:hover{text-decoration:underline}.get-involved-section{text-align:center;max-width:700px;margin:2rem auto 5rem}.get-involved-section p{font-size:1.1rem;color:#333;margin:.5rem 0 2rem}.get-involved-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footnotes-section{border-top:1px solid #eee;padding-top:2rem;margin-top:2rem}.footnotes-section h4{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#666;margin:0 0 1rem}.footnotes-section p{font-size:.92rem;line-height:1.6;color:#555;margin:0 0 1rem}.footnotes-section sup a{color:#555}.footnotes-list{font-size:.87rem;line-height:1.6;color:#777;padding-left:1.2rem;margin:1.5rem 0 0}.footnotes-list li{margin-bottom:.75rem}.footnotes-list a{color:#777;margin-left:.2rem}@media(max-width:768px){.impact-stats-grid{grid-template-columns:repeat(2,1fr)}.impact-stat:nth-child(3){border-left:none}.positive-impact-section{grid-template-columns:1fr}.team-page-image{aspect-ratio:4 / 3}}.partners-section{padding:3rem 0;background-color:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:4rem 0;overflow:hidden}.marquee-container{width:100%;overflow:hidden;white-space:nowrap}.marquee-track{display:flex;gap:4rem;width:max-content;animation:marquee-scroll 30s linear infinite}.partner-logo img{height:60px;object-fit:contain}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.instagram-section{padding:4rem 2rem;background-color:#fff;text-align:center}.instagram-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1200px;margin:0 auto 4rem}.instagram-grid a{display:block;width:100%}.instagram-grid img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;display:block;border-radius:8px}.waitlist-section-wrapper{background-color:#f9f9f9;padding:4rem 2rem 7rem;text-align:center}.waitlist-section-wrapper p{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6;color:#000;text-align:center}.waitlist-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.waitlist-form div{text-align:left}.waitlist-form label{display:block;font-weight:500;margin-bottom:.5rem;color:#1a2e40}.waitlist-form input,.waitlist-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-family:inherit;box-sizing:border-box}.waitlist-form button{background-color:#000;color:#fff;font-weight:700;border:none;padding:.8rem 1.5rem;font-size:1.1rem;border-radius:6px;cursor:pointer;margin-top:1rem;transition:background-color .2s ease}.waitlist-form button:hover{background-color:var(--primary-color)}.waitlist-consent-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px}.waitlist-consent-row input{width:auto;margin-top:4px}footer{background-color:#000;color:#fff;padding:3.5rem 2rem 2.5rem;border-top:1px solid rgba(255,255,255,.15)}.footer-inner{max-width:1260px;margin:0 auto}.footer-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;padding-bottom:2.5rem}.footer-brand{font-family:Manrope,sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:.03em;color:#fff}.footer-links{display:flex;flex-wrap:wrap;gap:.5rem 2rem}.footer-links a{font-size:.85rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#fff;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding-top:1.75rem;border-top:1px solid rgba(255,255,255,.15)}.footer-bottom p{margin:0;font-size:.85rem;color:#fff}.footer-bottom strong{color:#fff!important}.copyright{font-size:.85rem;color:#fff}.auth-form{display:flex;flex-direction:column;gap:1rem;max-width:400px;margin:0 auto}.auth-form input,.auth-form textarea{padding:.8rem;border:1px solid #ccc;border-radius:6px;width:100%;box-sizing:border-box;font-family:inherit}.checkbox-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px}.checkbox-row input{width:auto;margin-top:4px}.supplier-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.step-card{background-color:#fcfcfc;border:1px solid #eee;border-radius:8px;padding:2rem;text-align:center}.step-number{background-color:var(--primary-color);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:800;font-size:1.2rem;margin:0 auto 1rem}.faq-question-button{width:100%;text-align:left;display:flex;justify-content:space-between;padding:1rem 0;background:none;border:none;border-bottom:1px solid #eee;font-size:1em;font-weight:600;cursor:pointer}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.faq-answer.open{max-height:500px;padding-bottom:1rem}.dashboard-header{display:flex;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:1rem;margin-bottom:2rem}.dashboard-tabs{display:flex;gap:1rem;border-bottom:1px solid #eee;margin-bottom:2rem}.tab-btn{background:none;border:none;padding:.8rem 1.5rem;cursor:pointer;border-bottom:3px solid transparent;font-size:1.1rem}.tab-btn.active{color:var(--primary-color);border-bottom-color:var(--primary-color);font-weight:700}.dashboard-actions{margin-bottom:1.5rem}.listing-card-row{display:flex;background:#fff;border:1px solid #eee;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;height:auto}.listing-image-container{width:140px;background:#f4f4f4;flex-shrink:0;position:relative}.listing-image-container img{display:block;width:100%;height:100%;object-fit:cover}.listing-thumbnail{width:100%;height:100%;object-fit:cover}.listing-details{padding:1.2rem;flex:1;display:flex;flex-direction:column}.listing-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.listing-actions{margin-top:1rem;padding-top:.8rem;border-top:1px solid #f0f0f0;display:flex;gap:1.5rem;align-items:center}@media(max-width:1024px){header{padding:0 1.5rem;height:70px}main{padding-top:70px}.logo-text{font-size:2rem}.logo-img{height:40px}.hamburger-btn{display:flex}.main-nav{display:none;flex-direction:column;position:absolute;top:70px;left:0;width:100%;background-color:#fff;padding:1rem 0;box-shadow:0 4px 10px #0000001a}.main-nav.open{display:flex}.main-nav a{padding:1rem 2rem;width:100%;color:#333;border-bottom:1px solid #f9f9f9;box-sizing:border-box}.main-nav a:hover,.main-nav a.active{color:var(--primary-color)!important;background-color:#fafafa}.nav-dropdown{display:block;width:100%}.nav-dropdown-trigger{padding:1rem 2rem;width:100%;text-align:left;color:#333;border-bottom:1px solid #f9f9f9;font-size:1.1rem}.nav-dropdown-trigger:hover{color:var(--primary-color);background:#fafafa}.nav-dropdown-menu{position:static;box-shadow:none;border:none;border-radius:0;border-left:3px solid #f0d0e8;margin-left:2rem;padding:0;background:#fff}.nav-dropdown-menu a{padding:.75rem 1.5rem;font-size:1rem;border-bottom:1px solid #f9f9f9}.how-it-works-section{flex-direction:column;text-align:left;gap:2rem}.phone-mockup-img{width:80%;max-width:320px}.instagram-grid{grid-template-columns:1fr;gap:1rem;max-width:400px;margin-left:auto;margin-right:auto}.team-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.page-content,.reuse-section,.how-it-works-section,.tagline-container,.waitlist-section-wrapper,.instagram-section,.stories-section{padding-left:1rem!important;padding-right:1rem!important;width:100%;overflow-x:hidden}.hero-section{height:100vh;height:100dvh}.hero-section img,.hero-section video{width:100%;height:100%;object-fit:cover}.logo-text{font-size:1.8rem}.logo-img{height:35px}.about-band{grid-template-columns:1fr;gap:1.5rem}.split-band{grid-template-columns:1fr;gap:1rem}.split-band-right{max-width:100%}.split-band-spacer{display:none}.team-page-section{margin-bottom:2.5rem}.positive-impact-heading,.team-page-heading{font-size:2rem;margin-bottom:.5rem}.impact-stats-grid{grid-template-columns:repeat(2,1fr)}.impact-stat:nth-child(3){border-left:none;padding-left:0}.impact-stat:nth-child(3),.impact-stat:nth-child(4){margin-top:1.5rem}.about-left{grid-column:1;gap:.3rem}.about-heading{font-size:2.25rem}.about-subtitle{font-size:1rem}.about-right{grid-column:1;max-width:100%}.about-copy{font-size:1rem;line-height:1.5}.supplier-page-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.sticky-notes-grid{flex-direction:column;align-items:center;width:100%;padding:0}.sticky-note{width:100%;max-width:340px;margin:0 auto 2rem;transform:rotate(0)!important;box-shadow:6px 6px 0 var(--primary-color);padding:2rem 1.5rem}.listing-card-row{flex-direction:column}.listing-image-container{width:100%;height:200px}.listing-details{padding:1rem}img{max-width:100%;height:auto}.team-grid{grid-template-columns:1fr}.stories-heading{font-size:2.5rem}.stories-header-row{padding-bottom:1rem}.stories-grid{grid-template-columns:1fr;gap:2.5rem}.story-card:not(:first-child):before{display:none}}@media(max-width:600px){.supplier-steps-grid{grid-template-columns:1fr}}.marketplace-sidebar{width:260px;flex-shrink:0;background:#fdfdfd;padding:1.5rem;border-radius:12px;border:1px solid #eee;height:fit-content}.search-input,.sort-select{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:6px;margin-bottom:1.5rem;font-family:inherit}.filter-group{margin-bottom:1.5rem}.filter-group h4{margin:0 0 .8rem;font-size:1rem;color:#333}.color-dot{width:32px;height:32px;border-radius:50%;border:1px solid #ddd;cursor:pointer;transition:transform .2s;flex-shrink:0;padding:0}.listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.listing-card{display:block;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 10px #0000000d;border:1px solid #f0f0f0;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.listing-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a;color:inherit}.listing-card-img-wrapper{width:100%;height:200px;background:#f4f4f4}.listing-card-img-wrapper img{width:100%;height:100%;object-fit:cover}.listing-card-content{padding:1rem}.listing-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.3rem}.listing-card-title{font-size:1.1rem;font-weight:700;margin:0;color:#222}.listing-card-rating{font-size:.9rem;font-weight:600;color:#333}.listing-card-time{font-size:.85rem;color:#666;margin:0 0 .3rem}.listing-card-seller{font-size:.85rem;color:#888;margin:0 0 .8rem}.listing-card-price{font-size:1.1rem;font-weight:700;color:#000;margin:0;text-decoration:underline;text-decoration-color:var(--primary-color)}@media(max-width:768px){.page-content[style*="display: flex"]{flex-direction:column}.marketplace-sidebar{width:100%}}.folder-card{background:#f9f9f9;border:1px solid #eee;padding:2rem;border-radius:12px;text-align:center;cursor:pointer;transition:transform .2s;width:200px}.folder-icon{font-size:3rem;margin-bottom:1rem}.inbox-list{border-top:1px solid #eee;margin-bottom:4rem}.inbox-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s;gap:1rem}.inbox-item:hover{background:#fafafa}.inbox-item.unread{background:#fff5f9}.inbox-avatar{width:50px;height:50px;border-radius:50%;flex-shrink:0;object-fit:cover;background:#eee}@media(max-width:768px){.listing-detail-grid{grid-template-columns:1fr}.folder-card{width:100%}}.marketplace-layout{display:flex;gap:2rem;align-items:flex-start}.marketplace-sidebar{width:280px;flex-shrink:0;background:#fdfdfd;padding:1.5rem;border-radius:12px;border:1px solid #eee;position:sticky;top:100px}.marketplace-main{flex:1}.search-input,.sort-select{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:6px;margin-bottom:1.5rem;font-family:inherit;font-size:1rem}.size-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.size-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:20px;cursor:pointer}.size-btn.active{background:#fdf2f8;border-color:var(--primary-color);color:var(--primary-color);font-weight:600}.color-grid{display:flex;flex-wrap:wrap;gap:.5rem}.color-dot{width:30px;height:30px;border-radius:50%;border:1px solid #ddd;cursor:pointer;transition:transform .2s}.color-dot.active{border:2px solid var(--primary-color);transform:scale(1.15)}.listing-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:flex-start}.listing-detail-image img{width:100%;max-height:500px;border-radius:12px;object-fit:cover;box-shadow:0 4px 15px #0000001a}.seller-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9f9f9;border-radius:8px}.seller-avatar{width:50px;height:50px;border-radius:50%;object-fit:cover}.detail-row{display:flex;gap:1rem;margin-bottom:.5rem}.detail-row strong{width:130px;color:#333}.detail-row p{margin:0;color:#555}.chat-page-wrapper{position:fixed;inset:80px 0 0;display:flex;align-items:stretch;justify-content:center;padding:1rem;background:#f9f9f9}.chat-container{display:flex;flex-direction:column;width:100%;max-width:800px;border:1px solid #eee;border-radius:12px;background:#fff;overflow:hidden}.chat-header{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #eee;background:#fff}.chat-avatar{width:45px;height:45px;border-radius:50%;object-fit:cover;margin-right:1rem;background:#eee}.chat-messages-area{flex:1;overflow-y:auto;padding:1.5rem;background:#fafafa;display:flex;flex-direction:column;gap:1rem}.chat-input-area{display:flex;gap:10px;padding:1rem;border-top:1px solid #eee;background:#fff}.folder-card{background:#fff;border:1px solid #eee;padding:1.5rem;border-radius:16px;text-align:center;cursor:pointer;transition:transform .2s;width:220px;box-shadow:0 4px 10px #00000008}.folder-card:hover{transform:translateY(-5px);border-color:var(--primary-color)}.collage-container{height:120px;width:100%;border-radius:8px;overflow:hidden;margin-bottom:1rem;background:#f4f4f4;display:flex}.collage-1 img{width:100%;height:100%;object-fit:cover}.collage-2{display:flex;gap:2px;width:100%;height:100%}.collage-2 img{width:50%;height:100%;object-fit:cover}.collage-3{display:flex;gap:2px;width:100%;height:100%}.collage-3 img:first-child{width:66%;height:100%;object-fit:cover}.collage-3-col{display:flex;flex-direction:column;gap:2px;width:34%}.collage-3-col img{width:100%;height:50%;object-fit:cover}.folder-icon{font-size:3rem;margin-bottom:1rem;color:#ccc}@media(max-width:768px){.marketplace-layout{flex-direction:column}.marketplace-sidebar{width:100%;position:static}.listing-detail-grid{grid-template-columns:1fr;gap:1.5rem}.chat-page-wrapper{padding:0;top:70px}.chat-container{border-radius:0;border:none}}.profile-card{max-width:600px;margin:0 auto;text-align:center;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;border:1px solid #f0f0f0}.profile-avatar-large{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1.5rem;border:3px solid #fdf2f8;display:block}.profile-name{margin:0 0 .5rem;font-size:2rem;color:#1a2e40;font-family:Manrope,sans-serif}.profile-stats{display:flex;justify-content:center;gap:3rem;margin:2rem 0;padding:1.5rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.stat-item{text-align:center}.stat-value{font-size:1.5rem;font-weight:700;color:#000}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.profile-bio-text{font-size:1.1rem;line-height:1.6;color:#444;text-align:left}
